/* CSS Document */

body {
	margin: 0 0 0 1px;   /* für 1px-Fehler beim Fensterbreitenverstellen im IEXPL.  */
	padding:0;
	background-image:url(bilder/layout/wrapper_hg.jpg);
	background-position:center;
	background-repeat: repeat-y;
	height: 100%;
}

body[id] {  /* Korrektur für restl. Browser - für 1px-Fehler beim Fensterbreitenverstellen im IEXPL.  */
	margin: 0;
}

#wrapper_box {
	padding:0;
	margin: 0 auto;
	height: 100%;
	background-image:url(bilder/layout/body_hg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#headerbox {
	background-image: url(bilder/layout/header_hg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 154px;
	width: 865px;
	padding:0;
	margin: 0 auto;
}

#headerbox_adresse {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 70%;
	padding: 71px 0 0 300px;
}

#headerbox_logo_ivd {
	/*background-image:url(bilder/layout/logo_ivd.gif);
	background-repeat:no-repeat;
	background-position:right;*/
	height: 61px;
	width: 42px;
	padding: 0 0 0 590px;
	margin: -15px 0 0 0;
	cursor: hand;
}

#navibox {
	color:#273564;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight:bold;
	font-size: 75%;
	margin: -11px 0 5px 77px;
}

#navibox a {
	color:#273564;
}

#navibox a:hover {
	text-decoration: underline;
}

#navibox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navibox ul li {
	display:inline;
	padding:5px;
	margin: 0 5px 0 5px;
}

#navibox ul li.navi_lo a{
	text-decoration: none;
}

#navibox ul li.navi_hi {
	background-color: #F2F6FB;
	text-decoration: underline;
}

#mainbox {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

h1 {
	color:#406DB4;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	background-image:url(bilder/layout/h1_rechteck.gif);
	background-repeat:no-repeat;
	background-position: left;
	height: 32px;
	padding: 15px 0 0 10px;
	margin: 15px 0 0 0;;
	font-style:italic;
}

#mainbox_content {
	border: 1px solid #8AACDC;
	background-color: #FFFFFF;
	padding: 20px 10px 10px 35px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #000000;
	font-size: 75%;
}

#mainbox_content_text {
	width: 400px;
}

#mainbox_content_text.content_breit {
	width: 630px;
}

#mainbox_content_text h2 {
	color:#406DB4;
	font-weight:bold;
	font-size: 120%;
	border-bottom: 1px solid #A7C1E4;
}

#auswahlbox_angebote {
	float:right;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 70%;
	color:#406DB4;
	margin: -56px 10px 0 0;
	padding: 0;
}

#auswahlbox_angebote_text {
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #8AACDC;
	padding:0;
	margin: 0;
}

#auswahlbox_angebote_text hr{
	border-top: 1px solid #8AACDC;
	margin: 0;
	padding:0;
}

#auswahlbox_angebote h2 {
	font-size: 95%;
	font-weight:bold;
	padding:0;
	margin: 0;
	text-align:center;
}

#picbox {
	float:right;
	width: 220px;
	padding: 5px;
	background-color:#FFFFFF;
}

#picbox img {
	border:1px solid #000000;
}

#picbox_text {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #000000;
	font-size:90%;
	text-align:center;
	padding: 10px 0 0 0;
}

#enem_box {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 65%;
	margin: 0 auto;
	width: 130px;
	padding: 0 0 20px 570px;
}

#enem_box a{
	color:#8AACDC;
	text-decoration:none;
}

#enem_box a:hover {
	text-decoration: underline;
}

#top_button {
	text-decoration: none;
	font-size: 75%;
	color: #999;
	margin: 25px 0px 10px 0px;
	padding-left:3px;
	width: 30px;
	border-top: 1px solid #ddd;
	background-color:#FFFFFF;
}

#top_button a.top {
	background-image: url(bilder/layout/pfeil_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 8px 0 12px;
	text-decoration: none;
	color: #406DB4;
}

#more_button {
	font-size: 90%;
	color: #406DB4;
	margin: 0;
	padding: 0;
	text-align: left;
}

#more_button a {
	background-color: #fff;
	color: #406DB4;
	text-decoration: none;
	background-image:url(bilder/layout/arrow_grey_r2.gif);
	background-position: 0 4px;
	background-repeat:no-repeat;
	padding: 0 5px 2px 8px;
}

#back_button {
	text-decoration: none;
	font-size: 90%;
	color: #406DB4;
	margin: 0;
	padding: 0;
	text-align: left;
}

#back_button a {
	background-image: url(bilder/layout/pfeil_back.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #406DB4;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

p {
	line-height: 125%;
}

a.link {
	text-decoration:underline;
	color:#406DB4;
}

table.kontakt {
	border-collapse: collapse;
	border: 1px solid #BDBDBD;
	font-size: 95%;
	color:#666666;
	width: 400px;
}

table.kontakt td {
	border: 1px solid #BDBDBD;
}

table.kontakt th {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5183CC;
}

img.bild {
	border: 1px solid #8AACDC;
}

/*easy edit Einträge*/

.body_ee_list {
	padding: 0;
	margin: 0;
	height:auto;
	min-height: 100px;
}

.body_ee {
	padding: 0 5px 15px 10px;
	margin: 0 0 6px 0;
	min-height: 350px;
}

h2.titel a {
	color:#406DB4;
	text-decoration:none;
}

h2.titel {
	color:#406DB4;
	font-weight:bold;
	font-size: 120%;
	border-bottom: 1px solid #A7C1E4;
	margin: 10px 0 10px 0;
	padding: 0;
}

.teaser_ee {
	font-weight:normal;
}

.preis_ee {
	text-decoration:underline;
}

.body_ee .picbox {
	float: right;
	padding: 10px;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
}

.body_ee_list .picbox {
	float: right;
	padding: 10px;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
}

.picbox_pic {
	text-align: center;
}

.picbox_pic_text {
	font-size: 80%;
	text-align: center;
}

.picbox_pic_text a {
	color:#666666;
}

div.picbox_pic img {
	margin: 5px 0 0 0;
	border: 1px solid #8AACDC;
}

.date_ee {
	font-size: 95%;
	background-color:#FFFFFF;
	padding: 3px;
	border-left: 10px solid #406DB4;
	color:#5183CC;
	border-top: 1px solid #8AACDC;
	border-right: 1px solid #8AACDC;
	min-width: 200px;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 75%;
}
