/* created by coresystems */

html {
	height:101%;
}

body {
	/* Hintergrund Bild einbinden */
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position: top center;
	background-color:#797979;
	
	/* Inhalt zentrieren */
	margin: 0px auto;
	padding: 0;
	border: 0;
	text-align:left;
	width:100%;
	
	/* Font settings */
	font-family:Verdana, Arial;
	font-size:12px;
}

table#mainTable {
	width:1009px;
}

	th#shadowTopLeft  {
		background-image: url(images/shadow_topleft.png);
		background-repeat:no-repeat;
		width:9px;
		height:121px;
	}
	
	td#logo {
		width:1000px;
		height:87px;
		border-bottom:1px solid #999999;
	}
	
	td#navigation {
		width:1000px;
		height:30px;
	}
	
		table#navigationTable {
			width:1000px;
			height:30px;
		}
		
		tr#navigationRow {
			height:30px;
		}
	
		td#navigationLeft {
			width:857px;
			height:30px;
			color:#f102b0;
			font-weight:bold;
		}
	
		td#navigationRight {
			width:143px;
			height:30px;
			background-image: url(images/searchfield_shadow.png);
			background-repeat:no-repeat;
			background-position:center;
		}
		
		td#navigationRight input {
			border:0px;
			border:none;
			font-family: Verdana,Arial,Sans-serif;
			font-size:0.8em;
			font-weight:normal;
			width:115px;
			height:10px;
			height:1.2em;
			margin-left:10px;
			/**margin-top:20px;*/
			*margin-bottom:-10px;
		}
		
		td#navigationRight form {
		}
	
	td#coloredLine {
		background-image: url(images/coloredLine.png);
		background-repeat:no-repeat;
		width:1000px;
		height:3px;
	}
	
	td#leftShadowHeaderPicture {
		background-image: url(images/shadow_leftTop.png);
		background-repeat:no-repeat;
		width:9px;
		height:9px;
	}
	
	td#leftShadowRepeat {
		background-image: url(images/shadow_left.png);
		background-repeat:repeat-y;
		width:9px;
	}
	
	th#headerPicture {
		width:1000px;
		margin:0px;
		padding:0px;
	}
	
		div#headerPictureDiv {
			position:relative;
			margin-bottom:-2px;
			*margin-bottom:1px;
		}
	
		div#transparentNavigation {
			position:absolute;
			bottom:0px;
			width:1000px;
			height:27px;
			background-image: url(images/transparentNavigation.png);
			background-repeat:no-repeat;
			padding: 0px;
			margin: 0px;
			margin-bottom:2px;
			*margin-bottom:-1px;
		}
		
		div#subNavigation {
			margin-left:10px;
			padding-top:5px;
			font-weight:normal;
			color:#fe00b9;
		}
	
	td#contentArea {
		background-color:#FFFFFF;
		width:980px;
		padding:10px;
		color:#666666;
	}
	
		/* Zwei Spalten */
		table#doubleColumnContent {
		}
		
		table#doubleColumnContent td#contentLeft {
			width:600px;
			padding-right:10px;
		}
		
		table#doubleColumnContent td#contentRight {
			width:370px;
		}
	
	td#footer {
		background-image: url(images/footer.png);
		background-repeat:no-repeat;
		width:1009px;
		height:52px;
	}
	
		td#footer a.coreLink {
			position:relative;
			left:930px;
			bottom:10px;
			display:block;
			width:78px;
			height:15px;
			text-decoration:none;
		}
