/* IDN Consult Main Stylesheet - Author: Tim Jacobi, Jan Krägenbring @ attentus */


/* alle Werte auf 0 setzen */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 13px;
}




/* Hintergrundfarbe festlegen und oberen streifen rechts anordnen wegen variabler seitengröße */
body {
	font-family: Arial, Helvetica, sans-serif;
}

#all {
	background: #ffffff url(../images/bg.jpg) no-repeat top left;

}

h1,h2,h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #75bf00;
}

h4,h5,h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0075bf;
	margin-bottom: 8px;
	margin-top: 10px;
}

h1 {
	font-size: 24px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	color: #000;
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 7px;
}

fieldset {
	border: 1px #75bf00 solid;
	padding: 5px;
	margin-bottom: 15px;
}

legend {
	font-weight: bold;
	color: #75bf00;
	padding: 0px 7px;
	background-color: #f5f5ff;
}

input.text, textarea {
	border: 1px #75bf00 solid;
}

img#printhead, img#printside {
	display: none;
}


/* Seitencontainer */
#container {
	width: 850px;
	float: left;
	background-color:#66CC00;
	background: url(../images/seitenbg.jpg) repeat-y -1px 165px;
}

#head {
	width: 760px;
	height: 140px;
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* leiste auf der linken seite mit wiederholendem hintergrund */
#seitenleiste {
	width: 100px;
	height: 800px;
	float: left;
}

#headline {
	width: 404px;
	height: 37px;
	border-top: 1px solid #75bf00;
	border-bottom: 1px solid #75bf00;
	padding-top: 7px;
	padding-left: 50px;
	float:left;
}

#kategorie {
	width: 205px;
	height: 44px;
	border-top: 1px solid #75bf00;
	border-bottom: 1px solid #75bf00;
	border-right: 1px solid #75bf00;
	float: left;
}

#kategorie h3 {
	width: 205px;
	height: 18px;
	color: #fff;
	background-color: #75bf00;
	font-size: 13px;
	text-align: center;
	float:left;
	margin-bottom: 5px;
}

#inhalt {
	width: 609px;
	padding-left: 50px;
	padding-top: 30px;
	float: left;
	font-family: Arial;
}

#inhalt p, #foot p {
	font-size: 13px;
	margin-bottom: 5px;
}

#inhalt ul {
	margin-left: 25px;
	list-style-type: square;
}

#inhalt li {
	margin-bottom: 3px;
}

/* Fußzeile auf jeder Seite mit Ansprechpartner und drucken-Funktion */
#foot {
	width: 350px;
	margin-top: 20px;
	float: left;
}

/* Bilderbereich rechts neben dem Inhalt */
#bilder {
	float: right;
	width: 204px;
	border-left: 1px #0075bf solid;
	border-right: 1px #0075bf solid;
	margin-left: 20px;
}

#bilder > img {
	margin-bottom: 10px;
	border: 0px;
}

/* Organigramm-Tabelle */
#inhalt table.organigramm {
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#inhalt table.organigramm thead {
	color: #fff;
	background-color: #0075bf;
}

#inhalt table.organigramm th {
	font-weight: bold;
	vertical-align: top;
}

#inhalt table.organigramm td {
	font-weight: normal;
	vertical-align: top;
}

/* E-Mail Liste */
#emailliste td {
	font-size:9pt;
}

#emailliste td.orgname {
	font-size:8pt;
	line-height:10pt;
	background-color:white;
	padding-top:5px;
	padding-bottom:5px;
}

#emailliste td.orghead {background-color:#0076c0;color:white;text-align:center;font-size:9pt;font-weight:bold;}
#emailliste td.orgleer {font-size:6pt;height:10px;}
#emailliste td.li-u {border-bottom:solid 1px #dcdcdc;}
#emailliste td.li-u-margin {border-bottom:solid 1px #dcdcdc;padding-left:22px;}

/* Impressum */
.impres_wert {
	vertical-align: top;
	color: #75bf00;
	text-align: right;
}

/* Linke Spalte bei Formular */
#inhalt td.checkbox {
	width: 30px;
	text-align: center;
}

#inhalt fieldset tr td {
	padding: 3px;
	border-bottom: 1px #ccc dashed;
}

#inhalt fieldset tr.last td {
	border-bottom: 0px;
}

a {
	color: #0076c0;
}

div.news {
	background-color: #eeeff5;
	padding: 5px;
	margin: 5px 0px;
}

div.news .datum {
	padding-top: 2px;
	float: right;
}

div.news h4 {
	margin-top: 0px;
}

td.kenninhalt {
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
}
