/*Formate Dingolfing*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #999;
	color: #666666;
}

/* Layout Boxen
----------------------------------------------*/
#wrapper_box {
	background-color: #ccc;
}

#header_box {
	height: 100px;
	background-color: #CC0001;
}

#header_box_logo {
	background-color: #CC0001;
	height: 80px;
	border-bottom: 1px solid #fff;
	background-image: url(bilder/layout/schriftzug_dingolfing.jpg);
	background-repeat: no-repeat;
	background-position: 155px center;
}

#header_box_navi {
	padding: 2px 0 0 120px;
	background-color: #B9B9B9;
	height: 18px;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

#header_box_navi ul {
	display: inline;
}

#header_box_navi ul li {
	display: inline;
	list-style: none;
}

#text_switch {
	position: absolute;
	left: 580px;
	top: 82px;
	text-align:right;	
	z-index: 999;
}

#text_switch ul li {
	padding: 0 7px 0 0;
	display: inline;
	margin: 0;
}

#text_switch ul li a {
	color: #FFFFFF;
}


#text_switch ul li a img {
	border: 1px solid #B9B9B9;
	/*padding-top: 15px;*/
	text-decoration: none;	
	vertical-align: middle;
}

#text_switch ul li a:hover img {
	border: 1px solid #fff;
}

#text_switch a.in {
	cursor: hand;	
	font-weight: bold;
}

#text_switch a.out {
	display: none;	
	font-weight: bold;
}

#header_box_impressum {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	position: absolute;
	margin: 10px 0 0 808px;
	padding: 0;
}

#header_box_impressum ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding:0;
}

#header_box_impressum ul {
	display: block;
	margin: 0;
	padding:0;
}


#logo {
	position: absolute;
	margin: 0 0 0 30px;
}


#navi_box {
	width:100%;
	padding: 73px 0 120px 0;
	color: #999999;
	background-color:#efefef;
	font-size: 75%;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#navi_box_zusatzlinks {
	color: #999999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*float: left;*/
	padding-top: 15px;
}

#navi_box_zusatzlinks a{
	text-decoration: none;
}

#navi_box ul {
	padding: 0;
	margin: 0;
}

#navi_box ul li {
	background-color: #F9F9F9;
	margin: 0 0 1px 0;
	list-style: none;
	width: 98%;
	padding: 0 0 0 15px;
}

/*toggle_linkeigenschaften
----------------------------------------------*/

#navi_box ul li.mainnavi_lo {
	background-color: #F9F9F9;
	text-decoration: none;
}

#navi_box ul li.mainnavi_hi {
	background-color: #fff;
}

#navi_box ul li.mainnavi_lo a {
	color: #999;
	text-decoration: none;
}

#navi_box ul li.mainnavi_hi a {
	color: #C90007;
	text-decoration: none;
}

#header_box_impressum ul li.mainnavi_hi a {
	text-decoration: underline;
	background-image: url(bilder/layout/arrow_right_weiss.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	padding-left: 7px;
}

#header_box_impressum ul li.mainnavi_lo a {
	background-image: url(bilder/layout/arrow_right_weiss.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	padding-left: 7px;
	text-decoration: none;
}

#header_box_navi ul li.mainnavi_hi a {
	background-color: #FFFFFF;
	color: #C90007;
	padding: 0 5px 0 5px;
}

#header_box_navi ul li.mainnavi_lo a {
	background-color: none;
	color: #fff;	
	padding: 0 5px 0 5px;
	text-decoration: none;
}

#sek_navi_box ul li.mainnavisub_lo a {
	color: #4796B7;
	white-space: nowrap;
	text-decoration: none;	
}

#sek_navi_box ul li.mainnavisub_hi a {
	color: #C90007;
	text-decoration: underline;	
	white-space: nowrap;	
}


#sek_navi_box {
	position: absolute;
	top: 105px;
	left: 150px;
	z-index: 99;
	padding: 0 0 0 8px;
}

#sek_navi_box_hg_left {
	margin: 0 0 0 -8px;
	padding: 0 0 0 8px;
	background-image: url(bilder/layout/t_mb_head_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

#sek_navi_box h2 {
	font-size: 90%; 
	color: #CC0001;
	padding: 10px 25px 10px 6px;
	margin: 0 0 0 0;
	background-image: url(bilder/layout/t_mb_head_r.jpg);
	background-repeat: no-repeat;
	background-position: right 0;	
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
}

#sek_navi_box ul {
	padding: 0;
	margin: 0 0 0 8px;
	font-size: 70%;
	position:absolute;
	width: 730px;
}

#sek_navi_box ul li{
	display: inline;
	margin: 0px 10px 1px 0px;	
	padding: 0 0 0 3px;
	border-left: 1px solid #4796B7;
	line-height: 140%;
}

h2 {
	color: #808080;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 130%;
}

/* MainBox */
#main_box {
	position: absolute;
	z-index: 2;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bilder/layout/t_mb_middle.png',sizingMethod='scale'); /* Dieser Inhalt wird nur vom IE-Browser dargestellt  - für transparenten mainbox_schatten*/
	width: 749px;
	left: 150px;
	top: 105px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#main_box[id]{ /* Browserweiche - dieser Ihnhalt wird nur von NICHT-IE-Browsern gesehen - für transparenten mainbox_schatten*/
	background-image:url(bilder/layout/t_mb_middle.png);
	background-repeat: repeat;
	background-position: left;
}

#main_box_top { /* Hintergrundgrafik oberer Rand */ 
	background-image:url(bilder/layout/t_mb_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 749px;
	height: 28px;
	clear: both;
	margin: 0;
}

#main_box_content {
	padding: 40px 50px 15px 9px;
	min-height:360px;
}

#main_box_content table {	
	border-collapse: collapse;
}

#main_box_content table td {
	padding: 3px;
}

#main_box_content table.bordered td {
	border: 1px solid #efefef;
}

#main_box_content.startseite {
	background-image: url(bilder/layout/dgf_wappen_wasserzeichen.gif);
	background-position: 20px -10px;
	background-repeat: no-repeat;	
	padding: 40px 100px 15px 40px;
	width: 400px;
}

h2 {
	color: #808080;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 130%;
}

#main_box_content_head {
	font-size: 90%;
	margin: 0;
	padding: 10px 0 0 5px;
	width: 205px;
	float: left;
	min-height: 86px;
	background-color:#F8F8F8;
	/*border-right: 10px solid #f00;*/
}

#main_box_content_head h2 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color:#666666;
}

#main_box_content_head ul {
	margin: 0 0 8px 0px;
	list-style: none;
}

#main_box_content_head ul li {
	font-size: 95%;
	margin: 0px 10px 1px 0px;	
	padding-left: 6px;
	background-image:url(bilder/layout/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#main_box_content_head ul li a{
	text-decoration: none;
}

#main_box_content_head select, #main_box_content_head input{
	font-size: 80%;
	width: 200px;
	margin: 2px 0 6px 0;
	/*display: block;*/
}

#main_box_pic {
	margin: 0 -42px 0 0px;
	padding: 0;
	background-color:#f8f8f8;
	height: 96px;
	background-position: left 96px;
	background-repeat: repeat-x;
}

#main_box_pic img {
	display:block;
	margin: 0;
	padding: 0;
}


#main_box_content_text {
	margin-left: 220px;
	padding: 10px 0 0 0;
	height: auto;
	background-color: #FFFFFF;	
}

#main_box_content_text_wide {
	margin-left: 10px;
	padding: 10px 0 0 0;
	height: auto;
	background-color: #FFFFFF;	
}

#main_box_content_text h3, #main_box_content_text_wide h3 {
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	border-left: 8px solid #F6F066;
	padding-left: 5px;	
}

#main_box_content_text img, #main_box_content_text_wide img {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px 10px 5px 0px;
	float: left;
}

#main_box_content_text table img, #main_box_content_text_wide table img {
	border: none;
	padding: 3px;
	margin: 3px;
	float:none;
}

#main_box_content_text img.right, #main_box_content_text_wide img.right {
	margin: 5px 0px 5px 10px;
	float: right;
}

#main_box_bottom {  /*Hintergrundgrafik unterer Rand */
	width: 749px;
	height: 8px;
	z-index: 105;
	clear: both;
	margin-bottom: 0;
	background-image:url(bilder/layout/t_mb_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Info Box */ 

#info_box {
	width: 260px;
	float:right;
	padding: 2px 10px 0 0;
	margin:0;
}

#info_box.startseite {
	position: absolute;
	top:28px;
	left: 480px;
	width: 260px;
	padding: 2px 10px 0 0;
	margin:0;
}

#info_box_bild {
}

#info_box h3 {
	font-weight: bold;
	background-color: #CC0001;
	color:#FFFFFF;
	font-size: 85%;
	padding: 5px;
	margin: 0;
}

#info_box ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#info_box ul ul {
	font-weight: bold;
	font-size: 85%;
	margin: 0;
	padding: 5px;
}

#info_box ul li {
	padding: 5px;
	margin: 0;
	list-style-type:none;
}

#footer_box {
	position: absolute;
	left: 0;
	top: 460px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
	font-size: 60%;
	color:#CCC;
}

#footer_box_text a {
	color: #999;
}

/* Links
----------------------------------------------*/

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#0099CC;
}

#header_box_navi input {
	height: 12px;
	font-size: 80%;
	border: 1px solid #999; 
}

#main_box_content_text select {
	font-size: 80%;
}

.mehr_button {
	color: #358BE0;
	font-size: 80%;
	padding-left: 6px;
	background-image:url(bilder/layout/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

.zurück_button {
	color: #358BE0;
	font-size: 80%;
	padding-left: 6px;
	background-image:url(bilder/layout/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

.top_button {
	color: #358BE0;
	font-size: 80%;
	padding-left: 8px;
	background-image:url(bilder/layout/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

/* easy-edit
----------------------------------------------*/

.body_ee {
	padding: 0 5px 10px 10px;
	margin: 0 0 3px 0;
}

.body_ee_onlinekatalog {
	padding: 20px;
	background-color: #FFFFFF;
	min-height: 900px;
	font-size: 80%;
	height:auto;
	float:left;
}

.body_ee_list {
	padding: 0 5px 2px 10px;
	background-color:#F8F8F8;
	margin: 0 0 10px 0;
}

.body_ee_list_start {
	padding: 0 5px 0px 0px;
	margin: 0;
}

.body_ee_list_start h4 {
	margin:0;
	padding:0;
}

.body_ee_list_start h4 a {
	color: #c00;
	font-size:70%;
}

.body_ee_list_start a.mehr_button {
	font-size:90%;
}

.body_ee_list_start hr {
	color: #ccc;
	height: 1px;
	margin:0;
}

.body_ee_list hr {
	color: #ccc;
	height: 1px;
}

h4.titel_ee a {
	font-size: 95%;
	padding: 10px 0 0 0;
	margin: 0 0 3px 0;
	color: #CC0000;
	text-decoration: underline;
}

h4.titel_ee {
	font-size: 100%;
	padding: 10px 0 2px 0;
	margin: 0;
	color: #CC0000;
	text-decoration: underline;
}

h4.titel_ee_start {
	margin:0;
}

h4.titel_ee_start a {
	font-size: 70%;
	padding: 3px 0 0 0;
	color: #404040;
}

.date_ee {
	font-weight: bold;
	font-size: 90%;
	background-color:#FFFFFF;
	padding: 0 5px 0 4px;
	margin-left: -18px;
	border-left: 8px solid #F6F066;
}

.date_ee_start {
	font-weight: bold;
	font-size: 80%;
	background-color:#FFFFFF;
	padding: 0 5px 0 4px;
	margin: 0;
	border-left: 8px solid #F6F066;
}


.teaser_ee_start {
	font-size: 80%;
	border-bottom:1px solid #eee;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

.teaser_ee_start a.mehr_button {
	font-size:90%;
}

.teaser_ee {
	font-weight: bold;
	font-size: 85%;
}

.text_ee {
	font-size: 85%;
	margin: 0;
}

.text_ee_start {
	font-size: 80%;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	border-bottom:1px solid #eee;
}

.link {
	font-size: 85%;
	border-left: 8px solid #F6F066;
	padding-left: 3px;
}

.picbox {
	float: right;
	padding: 5px;
	width: 130px;
}

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

div.picbox_pic img {
	margin: 5px 0 0 0;
	border: none;
}

hr {
	height: 1px;
	color: #CCCCCC;
}

#main_box_content_text div.bilderseite img{
	float:none;
	clear:right;
	margin:0;
}

#main_box_content_text div.bilderseite {
	float:none;
	clear:right;
	margin: 0;
	width: auto;
}

#main_box_content_text div.bilderseite_text {
	margin: 0 0 0 10px;
}

.error {
	background-color:#CC0001;
	color: #FFFFFF;
	font-weight:bold;
	padding: 3px;
}

.minitxt {
	font-size: 10px;	
	line-height: 12px;
	margin:0;
}

/* tabellen formatierung onlinekatalog
----------------------------------------------*/
table.formular {
	width: 100%;
}

table.formular h4.titel_ee {
	padding: 10px 0 0 0;
	margin: 0 0 3px 0;
	color: #137BAE;
	text-decoration: underline;
}

table.formular .picbox {
	float: right;
	padding: 5px;
	width: 450px;
	text-align:center;
}

table.formular .picbox .picbox_pic img {
	border: 1px solid #999999;
}

table.formular .picbox_pic_text {
	text-align: center;
	width: 450px;
	font-size: 85%;
	color: #666666;
}

th {
	background-color:#137BAE;
	color: #FFFFFF;
	font-weight:bold;
}

td.td_ueberschrift {
	background-color:#B5B5B5;
	color: #FFFFFF;
	font-weight:bold;
}

td.td_kategorie {
	background-color:#E6E6E6;
	color: #666666;
	font-weight:bold;
}

table.formular td,th {
	border: 1px solid #137BAE;
}

input.formular_input {
	color: #137BAE;
	font-weight:bold;
	background-color: #E6E6E6;
	border: 1px solid #B9B9B9;
}

/* tabellen formatierung suche
----------------------------------------------*/
table.suchseite {
	width: 466px;
}

td.suchseite {
	border: 0px solid #B9B9B9;
}
