body{
	background: url(../img/bg_profund.gif) 0 0 repeat;
	margin: 0 auto;
	width: 780px;
	font: normal 0.7em verdana, arial, sans-serif;
}

html, body{
	height: 100%;
}

/****************************** Defs ***************************************/
a img{border: none;}
a{
color: #19346B;
text-decoration: none;
font: normal 1em verdana, arial, sans-serif,
}
a:hover{text-decoration: underline;}

.cleaner{
	clear: both;;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


#pos{
	
}

/****************************** Kopf ***************************************/

#header{
	width: 780px;
	height: 140px;
	background: #19346B url(../img/profundneu.jpg) -100px top  no-repeat;
}

#header img{
	float: right;
	margin: 22px 35px 0 0;
}

#main_navi{
	float: left;
	height: 20px;
	background: url(../img/mnavi_bg.gif) left top repeat-x;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #fff;
}
	#main_navi ul{
	list-style-type: none;margin: 0; padding: 0;}

	#main_navi ul li {
		float: left;
		text-align: center;
	}	

	#main_navi ul li a{
		padding: 3px 0 1px 0;
		display: block;
		width: 129px;
		height: 16px;
		background: url(../img/mnavi_ia.gif) left top repeat-x;
		border-right: 1px solid #fff;
		color: #fff;
		text-decoration: none;
	}

	#main_navi ul li.start a{
		width: 130px;
		border: none;
	}

	#main_navi ul li a:hover,
	#main_navi ul li a.active{
		background: url(../img/mnavi_ac.gif) left top repeat-x;	
	}
	
.lang{float: right; padding: 3px 5px 0 0;}
.lang img{border: 1px solid #fff;}	

/****************************** Navi ***************************************/
	
#main{
	border-right: 1px solid #19346B;padding: 0;margin: 0;background: #fff url(../img/main_bg.gif) left top repeat-y;border-bottom: 1px solid #19346B;
}

	#navi_login{
		background: #81A4E4 url(../img/navi_login_bg.jpg) left top repeat-x;
		float: left;
		width: 129px;
		min-height: 500px;
	}

		#navi{
			text-align: left;height: 350px;
		}

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

			#navi ul li{
				padding: 0 0 0 0;
			}

			#navi ul li a{
				display: block;
				color: #fff;
				width: 114px;
				padding: 4px 0 4px 15px;
				text-decoration: none;
				background: url(../img/cat_ia.gif) left bottom no-repeat;
			}
			* html #navi ul ul li a{				
					width: 129px;
					w\idth: 114px;
				}
			
			#navi ul li a:hover, 
			#navi ul li a.active{
				background: url(../img/cat_ac.gif) left bottom no-repeat;
			}
				#nav ul ul{
					list-style-type: none;
					padding: 0;
					margin: 0;
				}

				#navi ul ul li{
					padding: 0 0 0 0;
				}

				#navi ul ul li a{
					display: block;
					color: #fff;
					width: 104px;
					padding: 4px 0 4px 25px;
					text-decoration: none;
					background: url(../img/cat_ia.gif) left bottom no-repeat;
				}

				* html #navi ul ul li a{				
						width: 129px;
						w\idth: 104px;
					}
				
				#nav uli ul li a:hover, 
				#navi ul ul li a.active{
					background: url(../img/cat_ac.gif) left bottom no-repeat
				}
	
		#login{background: url(../img/cat_ia.gif) left 45px no-repeat;
			height: 100px;
			padding: 60px 10px  0 10px;
		}



/****************************** Inhalt **************************************/	

	#content{
		float: left;
		width: 650px;
	}
	
		#banner{
			width: 650px;
		}
		
		#contentbox{
			font: normal 1em/1.5em verdana, arial, sans-serif;
			width: 630px;
			padding: 10px;
		}
		* html #contentbox{
			width: 650px;
			w\idth: 630px;	
		}