@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e6e5ed;
}

#frame {
	position: absolute;
	height: 760px;
	width: 1070px;
	-moz-box-shadow: 0px 0px 15px #cbcbcb;
	-webkit-box-shadow: 0px 0px 15px #cbcbcb;
	box-shadow: 0px 0px 15px #cbcbcb;
	margin-top: 0px;
	margin-left: -535px;
	background-color: #fff;
	left: 50%;
	top: 0px;
}

#header {
	position: absolute;
	width: 1070px;
	heigt: 180px;
	margin-top: 0px;
	background-image: url(../daten/awog_head.png);
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	width: 790px;
	height: 500px;
	margin-top: 200px;
	padding-left: 30px;
	overflow: auto;
	font-size: 11pt;
	font-family: Arial, Calibri, Helvetica;
	color: #2d3b67;
	left: -1px;
}

#content_without_sidebar {
	position: absolute;
	width: 1010px;
	height: 525px;
	margin-top: 200px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11pt;
	font-family: Arial, Calibri, Helvetica;
	color: #2d3b67;
}

#www {
	position: relative;
	z-index: 1050;
	margin-top: 161px;
	margin-left: 855px;
	padding-top: 0px;
	width: 180px;
	height: 30px;
	font-size: 9pt;
	font-family: Arial, Calibri, Helvetica;
	color: #fff;
}

#sidebar {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-left: 855px;
	padding-top: 0px;
	width: 180px;
	height: 520px;
	font-size: 9pt;
	font-family: Arial, Calibri, Helvetica;
	color: #2d3b67;
	line-height: 12pt;
}

#footer {
	position: relative;
	width: 1010px;
	heigt: 20px;
	z-index: 1;
	padding-top: 10px;
	margin-left: 30px;
	font-size:8pt;
	font-family: Arial, Calibri, Helvetica;
	color: #2d3b67;
}
#footer p a {
	font-weight: normal;
}
#newsletter {
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 3px;
}

hr { 
	border: none; 
	border-top: 1px solid #CCC;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: -10px;
	margin-botton: -5px%;
}

a {
	color: #2d3b67;
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	color: #2d3b67;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	font-size: 25px;
}

h2 {
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	font-size: 16px; 
}
