@import url(contact.css);
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/default.bg.jpg);
	background-repeat:repeat-x;
}
#container {
	width:960px;
	background-color:#FFFFFF;
	padding-bottom:5px;
	position:relative;
	margin:0 auto;
	clear:both;
}
#header-container {
	background-color:#FFFFFF;

}
#logo {
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:110px;
}
#navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color:#FFFFFF;
	margin-top:-23px;
	margin-left:100px;
	float:right;
}
#navigation ul {
	list-style-type:none;
	list-style:none;
	height: 21px;
	margin:0px;
	padding-left:28px;
	border-bottom:2px solid #000000;
	float:right;
}
#navigation li {
	float:left;
}
#navigation li a {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	border-right:2px solid #333333;
	border-top:1px solid #FFFFFF;
	padding-left:17px;
	padding-right:17px;
	display:block;
	float:left;
}
#navigation li a:hover {
	background-color:#CCCCCC;
}
#navigation li.active a {
	font-weight: bold;
	background-color:#CCCCCC;
	border-top:1px solid #FFFFFF;
}
#leftcontent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
	width:260px;
	float:left;
	margin:5px;
	padding-bottom:5px;
	text-align:center;
	clear:left;
}
#leftcontent p {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
#leftcontent h1 {
	font-size: 11px;
	color:#FFFFFF;
	padding-left:2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;	
	background-color:#009900;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
#leftcontent a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#leftcontent a:hover {
	text-decoration:none;
}
#sub-navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#000000;
	background-color:#FFFFFF;
	width:260px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:5px;
}
#sub-navigation-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0066FF;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	margin:0px;
	padding-left:2px;
}
#sub-navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sub-navigation li a {
	background-image:url(../images/sub.navigation.arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	list-style-type:none;
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #333333;
	background-color:#F2F2F2;
	display:block;
	width:100%;
	text-indent:2px;
}
#sub-navigation li a:hover {
	text-decoration:underline;
}
#sub-navigation li.active a {
	font-weight: bold;
}
#maincontent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:625px;
	float:right;
	clear:both;
	margin-left:5px;
	margin-top:5px;
	margin-right:25px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#maincontent h1 {
	font-size: 15px;
	color:#FF6600;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;	
	border-bottom:1px solid #CCCCCC;
}
#maincontent a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#maincontent a:hover {
	text-decoration:none;
}
#maincontent ul.partnerlinks {
	list-style-type:none;
	padding:0;
	margin:0;
}
#maincontent ul.partnerlinks li {
	background:url(../images/partnerlinks.png) 0 9px no-repeat;
	padding-left:15px;
	line-height:24px;
	display:block;
	float:left;
	width:255px;
}
#maincontent ul.partnerlinks li a {
	font-weight:normal;
}
.doneren {
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	display:block;
}
.addthis_toolbox {
	margin:0 auto;
	width:104px;
}
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#8C8C8C;
	background-color:#FFFFFF;
	border-top:1px solid #000;
	width:625px;
	float:right;
	margin:5px 25px 5px 5px;
}

#footer a {
	text-decoration:none;
	color:#8C8C8C;
}
img {
	border:none;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	content:".";
	clear:both;
	height:0;
}

.clearfix {
	display:block;
	zoom:1;
}
