/* ### formatierung (classen) allgemein ### */
* { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(art/mediaprint_eckmann_logo.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	font-size: 76%;
}

p, li, label, input, textarea {
	/*font-size: 76%;*/
	line-height: 140%;
	color: black;
}
p, ul, h2 {
	padding-bottom: 1em;
}
li {
	padding-left: 12px;
	list-style: none;
	background-image: url(art/00_bullet_liste.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-bottom: 0.3em;
}
a {
	color: #185EA0;
	text-decoration: none;
	white-space: nowrap;
}

a:link, a:visited {
	color: #185EA0;
}
a:hover, a:active, a:focus, a.aktiv {
	color: black;
}
h1 {
	font-size: 146%;
	font-weight: bold;
	color: #185EA0;
	background-image: url(art/00_linie_gepunktet.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 96%;
}



/* ### layout -container, -elemente (id's) allgemein  ### */
#page {
	height: 100%; /* das hier fuer den ie */
	position: relative;
	background-image: url(art/00_bg_kopf_2.gif);
	background-position: 504px 71px;
	background-repeat: repeat-x;
}

#page[id] { /* wird nicht vom ie interpretiert */
    height:auto;
    min-height:100%;
}
#kopf,
#inhalt,
#footer,
.breite_fest {
	width: 970px;
}
#kopf_illu,
#kopf_navi {
	width: 100%;
}
#kopf_illu {
	width: 100%;
	height: 184px;
	background-image: url(art/00_bg_kopf.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#kopf {
	height: 71px;
	/*background: Yellow;*/
	text-align: right;
	line-height: 2em;
}
#kopf,
/*#kopf_navi,*/
#navi_unten {
	color: #868789;
	word-spacing: 10px;
}
#kopf a,
/*#kopf_navi a,*/
#navi_unten a {
	word-spacing: normal;
}
#kopf a:hover, #kopf a:active, #kopf a:focus, #kopf a.aktiv {
	color: black;
}
#kopf_navi {
	background: #EFF0F0;
	color: #868789;
}
#kopf_navi a {
	font-weight: bold;
	line-height: 2.3em;
	padding: 6px;
}
#kopf_navi a.links {
	padding: 0px;
	/*float: left;*/
	
	/*display:block;
	float: left;*/
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 1px;
	background-image: url(art/00_link_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
}
#kopf_navi a#kontakt,
#kopf_navi a#print {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
#kopf_navi a#kontakt {
	background-image: url(art/00_icon_brief.gif);
}
#kopf_navi a#print {
	background-image: url(art/00_icon_print.gif);
}
#kopf_navi .breite_fest {
	text-align: right;
}


#inhalt { /*alt*/
	margin-top: 2.5em;
}
#navi a {
	display:block;
	float: none;
	
	width: 192px;
	padding-left: 15px;
	margin-left: 1px;
	border-bottom: solid 1px white;
	color: #185EA0;
	background-color: #EFF0F0;
	/*font-size: 70%;*/
	/*line-height: 2em;*/
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(art/00_link_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
}
#navi a:hover, #navi a:active, #navi a:focus, #navi a.aktiv,
#kopf_navi a:hover, #kopf_navi a:active, #kopf_navi a:focus, #kopf_navi a.aktiv {
	background-color: #DCDEDE;
	color: black;
}
#navi a.aktiv,
#kopf a.aktiv {
	color: black;
	font-weight: bold;
}
#navi.links p {
	padding-top: 20px;
}


#inhalt .links { /*alt*/
	/*margin-top: 50px;
	padding-left: 56px;
	width: 560px;*/
	float: left;
	/*position: absolute;*/
	width: 295px;
	/*background: red;*/
	/*clear: left;*/
}
#inhalt .links p {
	padding-left: 15px;
	width: 192px;
	font-size: 92%;
	/*background: Blue;*/
}
#inhalt .links a {
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(art/00_link_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
}

#inhalt .rechts {/*alt*/
	/*margin-top: 90px;
	margin-left: 77px;
	width: 260px;*/
	float: right;
	/*clear: right;*/
	/*position: absolute;*/
	/*left: 295px;*/
	width: 675px;
	/*background: blue;*/
}
#inhalt .rechts a {
	padding-left: 8px;
	background-image: url(art/00_link_bullet.gif);
	background-repeat: no-repeat;
	/*background-position: 5px 0.8em;*/
	background-position: left;
}


#footer {
	position: absolute;
	bottom: 5px;
	/*background-color: green;*/
	/*width: 100%;*/
	clear: both;
	height: 2em;
	color: #868789;
	
	font-size: 86%;
}
#copy {
	float: left;
	width: 290px;
	padding-top: 0.6em;
	padding-left: 5px;
}
#navi_unten {
	float: left;
	width: 675px;
	
	background-image: url(art/00_linie_gepunktet.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 0.6em;
	
	/*width: 675px;*/
}
#navi_unten a {
	color: #868789;
}
#navi_unten a:hover, #navi_unten a:active, #navi_unten a:focus, #navi_unten a.aktiv {
	color: black;
}




/* ### formate, klassen allgemein  ### */
.clear {
    clear:both;
	 /*height: 3em;*/
}
.clear_abstand {
    clear:both;
	 height: 2.5em;
}
.links {
    float: left;
}
.grau {
    color: #868789;
}
.mager {
    font-weight: normal;
}
.fett {
    font-weight: bold;
}
.spalte_links {
	width: 50%;
	float: left;
}
.spalte_rechts {
	width: 49%;
	float: left;
}
.ohne_abstand {
	padding: 0;
}



/* ### homepage ### */
.bild_link {
	float: left;
	/*margin-right: 22px;*/
	margin-left: auto;
}
#inhalt .bild_link a img {
	padding: 3px;
	border: solid 1px #185EA0;
	margin-right: 106px;
	margin-bottom: 3px;
}
#inhalt .bild_link a img.letztes {
	margin-right: 0px;
}
#inhalt .bild_link a:hover img,
#inhalt .bild_link a:active img,
#inhalt .bild_link a:focus img {
	border: solid 1px black;
}
#inhalt a.nobullet {
	padding: 0px;
	background-image: none;
}
#inhalt .bild_link a {
	/*word-spacing: 200px;*/
	background-position: left center;
	font-weight: bold;
}

/* ### kontakt  ### */
#kontakt_form_left {
	line-height: 1.5em;
}
#kontakt_formular input, #kontakt_formular textarea {
	background-color: #EFF0F0;
	border: none;
	margin: 0px;
	margin-bottom: 7px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#kontakt_formular input {
	float: left;
	margin-right: 5px;
}
#kontakt_formular textarea {
	font-size: 96%;
	width: 270px;
	height: 124px;
	float: left;
	scrollbar-base-color:#EFF0F0;
	scrollbar-3d-light-color:#EFF0F0;
	scrollbar-arrow-color:black;
	scrollbar-darkshadow-color:#EFF0F0;
	scrollbar-face-color:#EFF0F0;
	scrollbar-highlight-color:#EFF0F0;
	scrollbar-shadow-color:#EFF0F0;
	scrollbar-track-color:#EFF0F0;
}
#kontakt_form_left {
	float: left;
	width: 300px;
}
#kontakt_formular br {
	clear: both;
}
#kontakt_form_left input {
	width: 165px;
}
