div.alphaback {
   behavior: url(iepngfix.htc);
}
/* Überschriften / großer Text grün */
.schrift_1, h1, h2 {
	font-size: 13px;
	font-weight: bold;
	color: #880019;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}
h1 {margin-top: 5px; margin-bottom: 25px;}
h2 {margin:0; font-size: 13pt}


/* Standardschrift orange */

.schrift_3 {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.schrift_2, .schrift_2:visited, .schrift_2:link,
.schrift_2 a, .schrift_2 a:visited, .schrift_2 a:link {
	font-size: 8pt;
	font-weight: normal;
	color: #E16820;
	text-decoration: none;
}

.schrift_2:hover, .schrift_2 a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #E16820;
	text-decoration: none;
}


/* Standardschrift weiß */

.textgelb_big {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}


.textgelb {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


/* Standardschrift blass weiß klein */
.small {
	font-size: 10px;
	color: #D5DADD;
	font-weight: bold;	
	}

/* Seitenrahmen */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	SCROLLBAR-FACE-COLOR: #D36D00;  
	SCROLLBAR-HIGHLIGHT-COLOR: #D36D00; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #D1AB86; 
	SCROLLBAR-DARKSHADOW-COLOR: #5c5865; 
   	SCROLLBAR-BASE-COLOR: #5c5865;
	font-family: Verdana, Arial, Helvetica, sans-serif;   	
}
* { 	font-family: Verdana, Arial, Helvetica, sans-serif; }

body.outer {background:url(pics/background.jpg) no-repeat #C5B9B1;}

body * {text-align: left}


.main_box {width: 900px; height: 750px;  position:absolute; left: 50%; top: 5px; margin-left: -450px; }
.logo {width: 900px; height: 250px; background: url(pics/bg_top.jpg);}
.navigation { width: 904px; height: 74px; background: url(pics/bg_menu.png); padding-top: 20px;}
.below_navigation { height:2px; width: 90%; margin-left:5%; margin-top: 10px; background:url(pics/bar.jpg) no-repeat center; }
.content_outer { width: 908px; overflow: hidden; }
.leftbar, .rightbar, .content  { margin-bottom: -29999px; padding-bottom: 29999px; }
.leftbar { background: url(pics/border_4.png); float: left; width: 40px; height: 450px;}
.rightbar { background: url(pics/border_6.png); float: left; width: 58px; }
.content { background: url(pics/bg_text.png); float: left; width: 803px; }
.content_padding { padding: 0px 10px;}
.content_padding p{ margin: 10px 0px;}
.bottombar {width: 900px; height: 59px; background:url(pics/border_7.png)}

/* Hauptmenü */
navouter 		{background: #705B52; width: 100%; padding-left: 4px; padding-top: 6px; padding-right: 4px; padding-bottom: 10px;}
	
td.nav1			{font-size: 12px; padding-left: 3px; padding-right: 3px;}
td.nav1 a 		{text-decoration: none; color: #000000}
td.nav1#active,
td.nav1#active a 	{text-decoration: none; font-weight: bold; color: #000000}
td.nav1 a:hover		{color: #000000}	

td.nav2			{font-size: 11px; padding-left: 4px; padding-right: 4px;}
td.nav2 a 		{text-decoration: none; color: #000000}
td.nav2#active,
td.nav2#active a 	{text-decoration: none; font-weight: bold; color: #000000}
td.nav2 a:hover		{color: #000000}

/* Blättervorrichtung */
.pagination, .pagination a, .pagination a:visited, .pagination a:link {
	font-size: 10pt;
	font-weight: normal;
	color: #E16820;
	text-decoration: none;
}
.pagination a:hover {
	color: #E16820;
}

.pagination b {
	color: #FFF;
}

/* Meldung */
.message {
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 4px;
}
