div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
	text-align:center;
	font-size: 62.5%;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
}
#menu {
	height: 113px;
	width: 960px;
}
#main {
	height:100%;
	min-height:100%;
    	margin-bottom:-100px;
}
#main,#header,#footer,#logo {
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
}
#header {
	border-top: 4px solid #594446;
	font-size: 1em;
	height: 20px;
	padding: 10px 35px 15px 35px;
	width: 670px;
}
#headerleft {
	float:left;
	width:300px;
	padding-top: 6px;
}
#headerright {
	float:right;
	width:300px;
	text-align:right;
}
body>div#main {
	height: auto;
	min-height: 100%;
}
#titel {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	height: 130px;
	padding: 35px;
}
#content {
	line-height: 15px;
}
#contentleft {
	float:left;
	padding-left: 35px;
	width: 400px;
}
#contentright {
	float: right;
	width: 200px;
}



#cleaner{
	clear: both;
	height:100px;
}
#footer {
	background-color: #ffffff;
	border-bottom: 4px solid #8a8d66;
	height: 96px;
}
body>div#footer {
      height: 96px;
}




a, a:active, a:hover, a:visited {
	color: #ab1626;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #e0dec8;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	font-size: 11px;
	color: #e0dec8;
}



form { margin: 0; }
select { font-family: Tahoma, Arial, Helvetica, sans-serif;color: #2a2a2a; }	
input { width:240px;font-family: Tahoma, Arial, Helvetica, sans-serif;font-weight: normal;color: #2a2a2a;padding: 1px;vertical-align: middle }
input.button { width:80px;font-family: Tahoma, Arial, Helvetica, sans-serif;color: #515151;font-size: 11px;border: 0px;background-color: #ebeef0;border: 1px solid #999999;font-weight: bold;padding: 1px;height: 21px;cursor: pointer;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF'); }
textarea { width:240px;font-family: Tahoma, Arial, Helvetica, sans-serif;font-weight: normal;color: #2a2a2a;padding: 1px;vertical-align: middle }