/* 
extra-datei ist wichtig wegen dem tinyMCE texteditor und emails
falls noetig: The body element of a TinyMCE instance has it's own class called mceContentBody
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/content_css
*/

body,p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,blockquote,b,i,a,form {
	font-family: verdana, arial, sans-serif;
	line-height:150%;
}

a.news {
	color:#009999;
}

body,p {
	font-size: 11px;
}


a {
color:black;
}

h1 {
font-size:19px;
font-weight:normal;
color:#009999;
line-height:1.15;
}
body,h1,h2,h3,h4,h5,h6,p,span,div[font-size=19px] { 
line-height:1.15; 
}

h2 {
font-size:15px;
color:#009999;
}

h3 {
font-size:13px;
color:#009999;
}
h4 {
font-size:11px;
color:#009999;
margin-bottom:2px;
}
h5 {
font-size:9px;
font-weight:bold;
}
h6 {
font-size:9px;
font-weight:normal;
}

li {
margin-left:-10px; 
}

/*email-tabelle
funktioniert nicht, alles direktformatieren*/

table.email {
width:500px;
border:0px;
}

table.email td {
padding:8px;
}

td.mailblack {
background-color:black;
color:white;
}
