h1, h2, h3, h4, h5, h6 {
    color:#094999;
    font-weight:bold; }

b, strong, i, em { color:#094999; }
th { color:#094999; font-weight:normal; text-align:left; }

p, table, h1, h2, h3, h4, h5, h6, ul, ol {
    margin-top:10px;    
    margin-bottom:10px;
    /* Vierfachnotierung geht nicht, da auto zentrieren würde */
}

.smalltext { font-size:10px; }

h2 { font-size:14px;}
h3 { font-size:12px;}

p.trenner {
	height:11px;
	background-image: url(../images/site/trenner.gif);
}
ul { list-style-image:url(../images/site/ul.gif); }

table.data {
	width:100%;
}

table.data th {
	color:#094999;
	font-weight:normal;
	background-color:#EFEFEF;
}

table.data th.big {
	color:#094999;
	font-weight:bold;
	background-image: url(../images/site/blau.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.data tr.hoversensitiv:hover { background-color:#FFF0DF; }

.textfield {
	width:80%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:1px solid #DFDFDF;
}

.textarea {
	width:100%;
	height:200px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:1px solid #DFDFDF;
}

.submitbutton {
	border:1px solid #DFDFDF;
	background-color:#FFFFFF;
}

p.error_msg {
	border:1px dashed #FF0000;
	color:#FF0000;
	margin:10px 10px 10px 20px;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	
}

p.info_msg {
	border:1px dashed #CCCCCC;
	color:#CCCCCC;
	margin:10px 10px 10px 20px;
	padding:5px 5px 5px 5px;
	font-weight:bold;
} 

.blau{
	color: #094999;
}

/* Liste für Downloads / Pressemitteilungen */
ul.pdf {padding:0; margin:0; list-style-image:none;}
ul.pdf li {list-style-type:none; background-image:url(../images/site/pdf_icon.gif); background-repeat:no-repeat; padding:0 0 5px 25px;}
ul.pdf li a {}


