body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;	
	background-color: #FF9900;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #666666;
	background-image: url(bilder/main/body_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: center 25px;
}

/*Formatierungen für Header*/


#titel{
	background-image: url(bilder/main/titel.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	height: 126px;
	background-repeat: no-repeat;
}


#navi_main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 12px;
}
a#navi_main {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover#navi_main {
	color: #003366;
	text-decoration: none;
}
/*Flags************************************************************************************/

#flags{
	position: relative;
	margin-top: 35px;
}

#flags_img{
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
}
a#deutsch{
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
}
a:hover#deutsch{
	background-image: url(bilder/main/flags/deutsch_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a.lang{
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
}
/*
a:hover#englisch{
	background-image: url(bilder/main/flags/englisch_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
*/
a#polnisch{
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 4px;	
}
a:hover#polnisch{
	background-image: url(bilder/main/flags/polnisch_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/**********************************************************************************************/ 

/*Formatierungen für Links*/

.pagenavi{
	text-decoration: none;
	
}

a.pic_start{
	padding-bottom:0px;
}

a#navi {
	font-weight: bold;
	line-height:12px;
	color: #666666;
	text-decoration: none;
}
a:hover#navi {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

a#navi_rubrik {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover#navi_rubrik{
	color: #FF9900;
}

a.link{text-decoration: none;}


/*Formatierungen für die Rubrikzeile*/
	
#rubrik{
	font-weight: bold;
	color: #FF9900;
	background-color: #003366;
}

/*Formatierungen für die Inhaltsseiten*/

td#content_td{
	background-image: url(bilder/main/navi_schatten.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

td#content_start_td{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-color: #FFFFFF;
}

#content{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

#content_anfahrt{
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 0px;
	height: 100%;
}
 #schatten{
	background-image: url(bilder/main/td_schatten.gif);
	background-repeat: repeat-x;
	background-position: bottom;
 }

/*Formatierungen für Footer*/

#footer{
	background-image: url(bilder/main/rand/rand_down.gif);
	background-repeat: repeat-x;
}


/*Linien*/

#border_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
}
/*Formatierung für Tabellen*/

#schatten_down{
	background-image: url(bilder/main/table/schatten_down.gif);
	background-repeat: repeat-x;
}

#schatten_up{
	background-image: url(bilder/main/table/schatten_up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#verlauf_blue{
	background-image: url(bilder/main/table/verlauf_blue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#verlauf_gray{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding: 8px;
	background-image: url(bilder/main/table/verlauf_gray.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#text_td{
	padding: 8px;
}
/*Switchmenu*/

#navigation {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-image: url(bilder/main/navi_pic/navi_verlauf.gif);
	background-color: #DCDCDC;
}
#navigation_start {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;

	background-color: #FFFFFF;
}

.menuOut, .menuOut a.pagenavi, .menuOut a.pagenavi:hover {
	cursor:pointer;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
	text-decoration: none;
}
.menuOver, .menuOver a.pagenavi, .menuOver a.pagenavi:hover {
	cursor:pointer;
	color:#003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	background-image: url(bilder/main/navi_pic/navi_verlauf_over.gif);
	text-decoration: none;
}
.submenu {
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:5px;
	display: block;

}
.submenu a {
	color:#999999;
	text-decoration:none;
	background-image: url(bilder/main/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	display: block;
}
.submenu a:hover {color:#003366; text-decoration:none;}

/*Schriftstile******************************************************************/
.Stile1{
	font-weight: 900;
}

.Stil2 {
	color: #003366;
	font-weight: bold;
}

.Stil3 {
	font-weight: bold;
	color: #FFFFFF;
}
.Stil4 {
	color: #6699CC;
}
.Stil5 {
	color: #FFFFFF;
}

.Stil6 {
	color: #FF9900;
	font-size: 14px;
}
.Stil7 {
	color: #003366;
}
/*Formular*************************************************************************/
.eingabe1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(bilder/main/table/verlauf_gray.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #003366;
	width: 90%;
	color: #003366;
	padding: 2px;
}
.eingabe2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;	
	background-image: url(bilder/main/table/verlauf_gray.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #003366;
	width: 90%;
	color: #003366;
	padding: 2px;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(bilder/main/table/button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 165px;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	background-color: #336699;
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

