@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	margin-left:0px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
}
#wrapper {
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
#clear {
	clear:both;
}
#header {
	position:relative;
	width:1000px;
	height:150px;
	float: left;
}

#logo {
	width:1000px;
	height:150px;
	background-repeat:no-repeat;
	position: relative;
	background-image: url(img/layout/imprintit.png);
}
#header ul {
	position:relative;
	list-style:none;
	width:auto;
	float:right;
	top: -140px;
	right: 10px;
}
#header ul li {
	position:relative;
	float:left;
	list-style:none;
	width:auto;
}
#header ul li a {
	font-size:14px;
	text-decoration:none;
	padding: 0.5em;
}
#header ul a:hover {
	color: #333;
}
#header a:link {
	color:#333;
	text-decoration:none
}
#header a:hover {
	color:#AA0000;
	text-decoration:none
}
#header a:active {
	color:#EBEBEB;
	text-decoration:none
}
#header a:visited {
	color:#333;
	text-decoration:none
}
#navbar {
	width:1000px;
	height:50px;
	position: relative;
	float: left;
	background-color: #000;
	line-height: 50px;
}
#navbar a:link {
	color:#FFffff;
	text-decoration:none
}
#navbar a:hover {
	color:#FBFBFB;
	text-decoration:none
}
#navbar a:active {
	color:#FFFFFF;
	text-decoration:none
}
#navbar a:visited {
	color:#ffffff;
	text-decoration:none
}
#navbar ul {
	list-style:none;
	width:auto;
	float:left;
}
#navbar ul a:hover {
	background-repeat:repeat-x;
	background-color: #787878;
}
#navbar ul li {
	position:relative;
	float:left;
	list-style:none;
	width:auto;
	color: #ffffff;
	padding-left: 10px;
}
#navbar ul li a {
	font-size:16px;
	text-decoration:none;
	display:block;
	color: #ffffff;
	text-indent: 5px;
}
#navbar ul li a:hover {
	font-size:16px;
	text-decoration:none;
	display:block;
	color: #FBFBFB;
}
#main {
	width: 768px;
	float: left;
	position: relative;
	height: 600px;
	background-color: #FFF;
	margin: 15px;
}
#main a:hover {
	color:#AA0000;
	text-decoration:none
}
#main a:active {
	color:#AA0000;
	text-decoration:none
}
#main a:visited {
	color:#525252;
	text-decoration:none
}
#left {
	width: 200px;
	float: left;
	padding-top: 20px;
	position: relative;
	height: 480px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
#left a:link {
	color:#FFffff;
	text-decoration:none
}
#left a:hover {
	color:#FFffff;
	text-decoration:none
}
#left a:active {
	color:#FFFFFF;
	text-decoration:none
}
#left a:visited {
	color:#ffffff;
	text-decoration:none
}
#left ul {
	list-style:none;
	width:auto;
	float:left;
}
#left ul a:hover {
	color: #FFFBF0;
	background-color: #BB0000;
}
#left ul li {
	position:relative;
	float:left;
	list-style:none;
	width:200px;
	color: #ffffff;
}
#left ul li a {
	font-size:16px;
	text-decoration:none;
	display:block;
	color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFBF0;
	line-height: 35px;
	background-color: #C00;
	text-indent: 10px;
}
#left ul li a:hover {
	font-size:16px;
	text-decoration:none;
	display:block;
	color: #FBFBFB;
	background-repeat: no-repeat;
}
#links {
	width:1080px;
	position:relative;
	float:left;
	height:auto;
	background-color: #efefef;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footer {
	width:980px;
	height:44px;
	float:left;
	position:relative;
	padding-top: 12px;
	background-color: #FFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFBF0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	padding-right: 10px;
}	
#footer #payment {
	background-image: url(images/layout/payment.png);
	background-repeat: no-repeat;
	float: right;
	height: 34px;
	width: 200px;
}
#main div table tr td table tr td div table {
	text-align: left;
}
#main table tr td {
	color: #000;
}
#main table tr td {
	color: #6E6E6E;
}

