 /*
Netcomp
copyright: Werbeagentur Hauer-Heinrich GmbH, Passau, 2010 
CSS Document - Layoutvorlage

*/

body {
	background-color: #FFF;
	line-height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	color: #868686;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
 
/* Container, der alles umschliesst */
div#container {
	width: 964px;
	padding: 0px;
	margin: -318px 0px 0px -482px;
	position: absolute;
	background:#FFF;
	left: 50%;
	top: 50%;
	}
	
	/* Container fuer Shadow top */
	div#shadow_top{
		width: inherit;
		height: 4px;
		padding: 0px;
		margin: 0px;
		position: relative;
		background:#FFF;
	}
	
		div#shadow_corner_left_top{
			width: 4px;
			height: inherit;
			padding: 0px;
			margin: 0px;
			position: absolute;
			background-image:url(../img/background/shadow_corner_left_top.png);
			background-repeat:no-repeat;
		}
		
		div#shadow_top_middle{
			width: 956px;
			height: inherit;
			padding: 0px;
			margin: 0px 0px 0px 4px;
			position: absolute;
			background-image:url(../img/background/shadow_top.png);
			background-repeat:repeat-x;
		}
		
		div#shadow_corner_right_top{
			width: 4px;
			height: inherit;
			padding: 0px;
			margin: 0px 0px 0px 960px;
			position: absolute;
			background-image:url(../img/background/shadow_corner_right_top.png);
			background-repeat:no-repeat;
		}
	
	
	/* Container fuer content */
	div#content{
		width: 956px;
		min-height: 592px;
		margin: 0px;
		padding: 0px 4px 0px 4px;
		position: relative;
		background-image:url(../img/background/shadow_content.png);
		background-repeat:repeat-y;
	}

		/* Container fuer Header */
		div#header {
			width: 956px;
			height: 118px;
			padding: 0px;
			margin: 0px;
			position: relative;
			background:#FFF;
		}
			
			div#header_mood {
				width: 684px;
				height: inherit;
				padding: 0px;
				margin: 0px;
				position: absolute;
				background:#FFF;
			}
			
			div#header_logo {
				width: 272px;
				height: 128px;
				padding: 20px 0px 0px 0px;
				margin: 0px 0px 0px 684px;
				position: absolute;
				background-color:#FFF;
				
				
			}

		
		div#path {
			width: 747px;
			height: 27px;
			padding: 13px 0px 0px 209px;
			margin: 0px;
			position: relative;
			background:##FFF;
			font-size:12px;
		}
	
		
		/* Container fuer Main */
		div#main {
			width:956px;
			height:auto;
			position:relative;
			margin: 0px;
			padding: 0px;
			background:#FFF;
		}
		
			div#main_navigation_left {
				width:199px;
				min-height: 412px;
				height:auto;
				position:absolute;
				margin: 0px;
				padding: 30px 0px 0px 26px;
				background:#FFF;
				font-size: 12px;
				line-height: 25px;
				
			}
			
			div#main_text {
				width:747px;
				min-height: 412px;
				height:auto;
				position:relative;
				margin: 0px 0px 0px 209px;
				padding: 30px 0px 0px 0px;
				background:#FFF;
				font-size: 12px;
				line-height:15px;
				}
				
			
			
			
				
		/* Container fuer Foot */
		div#foot {
			width:956px;
			height: 26px;
			position:relative;
			margin:0px;
			padding: 0px;
			background:#FFF;
		}
		
			div#foot_links {
				width:199px;
				height: inherit;
				position:absolute;
				margin: 0px;
				padding: 1px 0px 0px 26px;
				background:#FFF;
				font-size: 11px;
				line-height: 14px;
			}
			
			div#foot_address {
				width:747px;
				height: inherit;
				position:absolute;
				margin: 1px 0px 0px 209px;
				padding: 0px;
				background:#FFF;
				line-height: normal;
				color:#103e78;
				font-size:11px;
			}
	
	/* Container fuer Shadow bottom */
	div#shadow_bottom{
		width: 964px;
		height: 8px;
		padding: 0px;
		margin: 0px;
		position: relative;
		background:#FFF;
	}
	
	div#shadow_bottom_corner_left{
		width: 8px;
		height: 8px;
		padding: 0px;
		margin: 0px;
		position: absolute;
		background-image:url(../img/background/shadow_corner_left_bottom.png);
		background-repeat:no-repeat;
	}
	
	div#shadow_bottom_middle{
		width: 948px;
		height: 8px;
		padding: 0px;
		position: absolute;
		background:#FFF;
		margin: 0px 0px 0px 8px;
	}
	
	div#shadow_bottom_middle_top{
		width: inherit;
		height: 4px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		background:#FFF;
		top: 0px;
		left: 0px;	
	}
	
	div#shadow_bottom_middle_bottom{
		width: 948px;
		height: 4px;
		padding: 0px;
		position: absolute;
		background-image:url(../img/background/shadow_bottom.png);
		background-repeat:repeat-x;
		top: 4px;
		left: 0px;	
	}
	
	div#shadow_bottom_corner_right{
		width: 8px;
		height: 8px;
		padding: 0;
		margin: 0px 0px 0px 956px;
		position: absolute;
		background-image:url(../img/background/shadow_corner_right_bottom.png);
		background-repeat:no-repeat;
		top: 0px;
		
	}
