﻿/* CSS Document */

body {
	background-color:#eaeaea;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	line-height:18px;
}
p,div,form,h1,h2,h3,ul,li,ol,td {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3f3f3f;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #3f3f3f;
	margin:0px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #ed1c24;
}
input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li{
}
img {
}
a{
	color:#3f3f3f;
	text-decoration:none;
}
a:link{
	color: #000000;
	text-decoration:none;
}
a:visited{
	color: #000000;
	text-decoration:none;
}
a:hover{
	color: #666666;
	text-decoration:none;
}



#mainwrapper {
	margin-top:5px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	width:1000px;
	padding:20px;;
	margin-right: auto;
	margin-left: auto;
	border:none 1px #000000;
}
#pageheader{
	margin-left:0px;
	padding-left:10px;
	width:902px;
	border:none 1px #000000;
	z-index:300;
	position:absolute;
	overflow:hidden;
	top:15px;
}

#pagewrapper{
	border:none 1px #dfdfdf;
	margin-top:5px;
	padding:10px;
	width:900px;
	padding-top:75px;
}

#homepage{
	width:984px;
	margin-left:0px;
}

#footer{
	width:980px;
}

#teaser-all {
	margin-top: 21px;
	width:985px;
	margin-bottom:24px;
}

.teaser {
	margin-right:8px;
	width:131px; 
	height:117px;
	background-color:#f3f3f3;
	float:left;
	cursor: pointer;
	position: relative;
	border: 1px solid #ffffff;
}

.teaseractive {
	border: 1px solid #fab24c;
	background-color:#ffffff;
}

.teaseroverlay {
	position: absolute;
	width:133px; 
	height:119px;
	cursor: pointer;
	background-color: #ffffff;
	display: none;
}

.teaser a{
	width:133px; 
	height:119px;
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	float:left;
}


.teaser a:hover {
	width:133px; 
	height:119px;
	background-color:#ffffff;
	border:1px solid #fab24c;
	float:left;
}

.teaser h2{
	margin-top:57px;
	margin-left:10px;
}


.lang{
	padding-left:2px;
	padding-top:5px;
	color:#707070;
	width:500px;
	float:left;
}

.copyright{
	float:right;
	padding-top:5px;
	color:#707070;
}

.clearer {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;

}

.logo{
	margin-top:20px;
	margin-bottom: 10px;
}

#pagefooter {
	width:980px;
	text-align:left;
	line-height:0px;
	border-bottom:1px solid #eaeaea;
}
#bigfeature{
	overflow:hidden;
	height:325px;
	width:980px;
	background-image:url(../images/main.jpg);
}

.bigfeature-text{
	width:500px;
	height:240px;
	float:right;
	border:2px solid #fab24c;
	background-color:#FFFFFF;
	margin:16px;
	padding:20px 16px 29px 16px;
	display:none;
}

.bigfeature-text h1{
	font-size:12px;
	margin-bottom:16px;
	margin-left:10px;
}

.bigfeature-text .bf-text{
	font-size:11px;
	margin-bottom:16px;
	margin-left:10px;
}

.bigfeature-text .bf-link a{
	font-size:11px;
	text-decoration:underline;
	font-color:#3f3f3f;
	font-weight:bold;
}

.bf-link {
	float: right;
}

.content{
	width:980px;
	margin-bottom:20px;
}

.content a{
	color:#3f3f3f;
	text-decoration:underline;

}

.content h1{
	font-size:16px;
	margin-bottom:16px;
	color:#707070;
}


