/* CSS Document */
/*##############################################*/
/* styles.css */
/* template: tsvringstedt */
/* Copyright by TSV Ringstedt */
/* developed by Fischer & Lohsen IT GbR */
/*##############################################*/

/* Stylesheet zum Aufbau des Templates */

body {
	margin:10px 0px 0px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;	
}

#header {
	width:880px;
	height:auto;
	margin:auto;
}

	#logo {
		width:250px;
		height:170px;
		float:left;
		background-image:url(images/logo.jpg);
		background-position: center;
		background-repeat:no-repeat;
	}
	
	#headerpic {
		width:630px;
		height:170px;
		float:left;
	}

#navigationTop {
	width:880px;
	height:30px;
	margin:auto;
}

#mainpart {
	width:880px;
	height:auto;
	margin:auto;
}

	#navigationLeft {
		width:250px;
		height:auto;
		float:left;
		margin:10px 0px 0px 0px;
	}
	
	#content {
		width:630px;
		height:auto;
		float:left;
		margin:10px 0px 0px 0px;
	}

#footer {
	width:880px;
	height:auto;
	margin:10px auto 0px;
	border-top:#010066 1px solid;
	font-size:10px;
	text-align:center;
}
