/* CSS Document */

#center {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #ffffff;
}
#header {
	/*position: relative;*/
	height: 450px;
	width: 1000px;
	/*background-color: #99CC00;*/
}
	#headerMenu {
		position: absolute;
		top: 0px;
		height: 20px;
		width: 980px;
  		text-align: right;
  		margin: 0px;
  		padding: 20px 20px 0px 0px;
		/*background-color: #FFFFFF;*/
	}
	#logo {
		position: absolute;
		top: 32px;
		left: 20px;
		width: 270px;
		height: 100px;
		background-image: url('/pictures/logos/fachtagung-sprache.de');
		background-repeat: no-repeat;
		/*background-color: #3F7474;*/
	}
	#headline {
		position: absolute;
		top: 200px;
		left: 0px;
		height: 150px;
		width: 270px;
  		/*background-color: #88BFBF;*/
	}
	#headerPic {
		position: absolute;
		top: 90px;
		left: 325px;
		width: 675px;
		height: 360px;
		/*background-color: #0F243F;*/
	}
#main {
	position: relative;
  	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
	#menu {
		position: relative;
		top: 0px;
		left: 20px;
		width: 270px;
		float: left;
		margin: 40px 0px 0px 0px;
		min-height: 100px;
		/*background-color: #ffffff;*/
	}
	#content {
		position: relative;
		top: 0px;
		min-height: 320px;
		width: 675px;
		padding: 40px 0px 70px 0px;
		float: right;
        text-align: left;
		/*background-color: #FFCC66;*/
	}
		#content1 {
			position: relative;
			width: 430px;
			padding: 0px 30px 0px 0px;
			margin: 0px 0px 0px 0px;
			float: left;
			/*background-color: #336699;*/
		}
			.oneCol {
				width: 660px !important;
				padding: 0px 0px 0px 0px !important;
			}
		#content2 {
			position: relative;
			width: 200px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			float: left;
			/*background-color: #99ff99;*/
		}
#footer {
	clear: both;
	position: relative;
	width: 1000px;
	height: 24px;
	bottom: 0px;
	margin: 0px 0px 20px 0px;
	padding: 30px 0px 0px 0px;
	background-color: #ffffff;
}
	#footerleft {
		position: absolute;
		top: 30px;
		left: 20px;
		width: 400px;
		height: 20px;
		padding: 0px;
		/*background-color: #0099FF;*/
	}
	#footerright {
		position: absolute;
		top: 30px;
		right: 0px;
		width: 480px;
		height: 20px;
		padding: 0px 10px 0px 0px;
		text-align: right;
		/*background-color: #33CCFF;*/
	}




