* {
	padding: 0;
	margin:0;
}
html {
	font:  12px Verdana, Geneva, sans-serif;
}
body {
	background: url(../images/site_bg.png) no-repeat center top #7e7e7e;
}
html, body {
	height: 90%;
	
}
a {
	color: #660033;
	text-decoration:none;
}
.content-left a:hover {
	color: #660033;
	text-decoration:underline;
}
.hHeader {
	
	width:900px;
	margin:20px auto;
	height:10px;
	text-align:right;
	}

.container {
	
	background:#FFF;
	width: 900px;
	margin: auto;
	-webkit-box-shadow: 3px 3px 10px #333333;
	-moz-box-shadow: 3px 3px 10px #333333;
	box-shadow: 3px 3px 10px #333333;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	min-height: 100%;
	margin-top:80px;
	behavior: url(PIE/PIE.htc);
	

}
* html .container {
	height: 100%;
}
.header {
	height:127px;
	background:url(../images/header_bg.png) no-repeat;
}
.mainmenu {
	background:url(../images/mainmenu_bg.png) repeat-x #000;
	height:36px;
	border-top: 1px solid #FFF;
	text-transform:uppercase;
	text-align: left;

}
.mainnav {
	padding: 9px 40px;
}
ul.mainnav {
	
	text-align: left;
	
}
.mainnav li {
	display: inline;
	
	margin-left: 30px;

}
.mainnav  a {
	color:#FFF;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform:uppercase;
	
}
.mainnav li:first-child, li.first-child {
margin: 0; 
}

.mainnav a:hover {
	text-decoration:underline;
}
.content-left {
	width:539px;
	margin-top:40px;
	float:left;
	padding: 0 40px 20px 40px; /*top right bottom left */
	border-right: 1px solid #660033;
}
.content-full {
	width:850px;
	margin-top:40px;
	float:left;
	padding: 0 40px 20px 40px; /*top right bottom left */
}
.content-right {
	float:left;
	width:200px;
	padding: 40px 20px 20px 20px; /*top right bottom left */
}
h1 {
	color:#660033;
	font: normal 18px "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-bottom:20px;
	text-decoration:underline;
}
h2 {
	color:#660033;
	font: normal 12px Verdana, Geneva, sans-serif;
	padding-bottom:16px;
	font-weight:bold;


}
p {
	color:#000000;
	font: normal 12px Verdana, Geneva, sans-serif;
	padding-bottom:16px;
}
.hFooter {
	clear:both;
	height: 74px;
}
.footer {
	background:url(../images/footer_bg.png) no-repeat;
	width: 900px;
	margin: auto;
	color: #fff;
	height: 74px;
	margin-top: -74px;
	
}
.kopf {
float:right;
width: 187px;
height:183px;
margin-top:-56px;
padding-right:40px;
background:url(../images/header_kopf.png) no-repeat;
}
.bottom-menu {
padding-top: 40px;
color:#FFF;
font: normal 11px Verdana, Geneva, sans-serif;

}
ul.bottom-menu  {
	
	text-align: left;
	
}
.bottom-menu  li {
	display: inline;
	margin-left: 40px;

}
.bottom-menu   a {
	color:#FFF;
	font: normal 11px Verdana, Geneva, sans-serif;
	
}

.bottom-menu  
li.last-child {
margin-left: 500px;
}

.bottom-menu  a:hover {
	text-decoration:underline;
}
/* form */
form {
width: 500px;
overflow: hidden;
padding-top: 2px;
}
form div {
float: left;
width: 100%;
margin-bottom: 5px;
}
form label {
float: left;
width: 180px;
text-align: right;
position: relative;
top: 2px;
margin-right: 5px;
}
form input[type=text], form input[type=password] {
width: 150px;
background: #fff;
border: 1px solid #999;
height: 20px;
}

form input[type=submit] {
margin-left: 185px;
cursor: pointer;
}

form input[type=checkbox] {
border: none;
}

form textarea {
	font:  12px Verdana, Geneva, sans-serif;
width: 250px;
height: 100px;
}

form label span {
color: #ff0000; 
}
form .formError label {
color: #ff0000; 
}
form .formError input {
border-color: #ff0000; 
}
form .formErrorMess { 
color: #ff0000;
display: block;
margin-left: 85px;
}
img.thumb {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.container .content-left td {
	padding: 3px;
}
