* { 
	margin: 0; 
	padding: 0; 
	border: none; 
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 10pt;	
}

html {
	margin-bottom: 1px;
} 

body {
	height: auto;
	background: url("../images/bodybackground.png") repeat center;
}

#bodyheader {
	height: 70px;
	margin-top: 10px;
	background: url("../images/header1000.png") repeat-x top;
}

#logo {
	position: absolute;
	width: 140px;
	height: 100px;
	top: 5px;
	left: 25px;
	z-index: 10;
	background: url("../images/audersetz_logo1.png") no-repeat top;
}

#bodycontainer {
	margin-left: 10px;
	height: auto;
	background: url("../images/bodybackground.png") repeat center;
	width: 1000px;
}


#bodyfooter {
	border: none;
	height: 30px;
	background: url("../images/footer.png") no-repeat bottom;
	padding: 0px;
}


#bodycontent {
	background-color: #E3E8EF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#bodycontentbottom {
	background: url("../images/content_bottom.png") repeat;
	height: 16px;
}

#contentcontainer {
	margin: 0px 0px 0px 185px;
	height: 100%;
	min-height: 420px;
	border-left: 1px solid #DDDDDD;
	background-color: #F2F5F8;
}

#content {
	color: #555555;
	padding: 20px 25px 25px 20px;
}

#content ul {
	padding: 5px 0px 25px 25px;
	list-style: square;
}

#content ul li ul {
	padding: 0px 0px 2px 25px;
}

#content p {
	padding: 0px 0px 15px 0px;
}

#content a {
	text-decoration: underline;
	font-weight: bold;
	color: #336699;
}

#content img{
	position: relative;
}

#pagetitle {
	color: #CC9900;
	text-align: left;
	width: auto;
	font-size: 16pt;
	font-weight: normal;
	padding-bottom: 15px;
}

.contentheader1 {
	color: #828486;
	text-align: left;
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
	padding: 15px 0px 15px 0px;
}

.contentheader2 {
	color: #86888A;
	text-align: left;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}

.listtitle {
	color: #666666;
	text-align: left;
	font-style: italic;
	width: 300px;
	font-size: 9pt;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}


.newsheader {
	color: #828486;
	text-align: left;
	width: auto;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 10px;
}

.imagetitle {
	color: #666666;
	text-align: center;
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.screenshots img {
	padding: 10px 5px 10px 5px;
}

.image_right {
	position: relative;
	padding: 0px 0px 15px 15px;
	float: right;
}

.image_left {
	position: relative;
	padding: 0px 15px 15px 0px;
	float: left;
}

.image_center {
	position: relative;
	padding: 0px 15px 15px 0px;
	text-align: center;
}

.cleared {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 3px 2px 3px 2px;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 3px 2px 3px 2px;
}


#w3c {
	position: relative;
	margin: 0;
	text-align: center;
}

#w3c img {
	padding: 5px 5px 5px 5px;
}

#germanflag {
	position: absolute;
	margin: 0;
	left: 900px;
	top: 115px;
	width: 35px;
	height: 22px;
	background: url("../images/german.png") center no-repeat;
	z-index: 56;
}

#britishflag {
	position: absolute;
	margin: 0;
	left: 950px;
	top: 115px;
	width: 35px;
	height: 22px;
	background: url("../images/british.png") center no-repeat;
	z-index: 56;
}

