@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	width:100%;
	
	background-color:#7f7f7f;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
}

img { border:0px; }

#mainFrame {
	position:absolute;
	
	height:628px;
	width:100%;
	
	top:50%;
	margin-top:-314px;
	left:0px;
	
	background-image:url(../images/mainFrame_background.jpg);
	background-repeat:repeat-x;
}

#center {
	position:absolute;

	height:600px;
	width:952px;
	
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-476px;
}

#leftSide {
	width:387px;
	height:598px;
	
	border:1px solid #FFFFFF;
	
	margin-right:5px;
	
	float:left;
}

#rightSide {
	width:556px;
	height:598px;
	
	float:left;
}

.clear { clear:left; }

#spacerTop {
	height:19px;
	border-bottom:1px solid #FFFFFF;
}

#headerNavigation {
	height:20px;
	border-bottom:1px solid #FFFFFF;
	
	text-align:right;
	padding-right:2px;
}

#logo {
	height:72px;
	border-bottom:1px solid #FFFFFF;
	padding-top:50px;
}

#mainNavigation {
	height:107px;
	border-bottom:1px solid #FFFFFF;
}

#mainNavigation img { display:block; }

#imageLeft {
	height:261px;
}

#logoBottom {
	height:65px;
}

#rightHeader {
	height:162px;
	
	background-image:url(../images/rightHeader_background.gif);
	background-repeat:repeat-x;
	
	margin-bottom:2px;
}

#subNavigation {
	position:absolute;

	height:28px;
	background-color:#fdf1c3;
	margin-top:134px;
	padding-left:10px;
}

#content {
	height:436px;
	background-color:#FFFFFF;
	overflow-y:auto;
	overflow-x:hidden;
	padding-left:5px;
}

#MenudropDownx0 div {
	margin-bottom:2px;
}

.bodytext {
	margin-right:5px;
	margin-left:5px;
}

a {
	color: #3e3e3e;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;	
}

img a:hoverr {border: 1px solid #0000ff;}

.product_entry {
	border-bottom:2px solid #f9f7f8;
}

.products_image {
	height:158px;
	width:207px;
	float:left;
	
	border-right:2px solid #f9f7f8;
}

.products_teaser {
	height:158px;
	width:307px;
	float:left;
	
	padding-left:10px;
	padding-right:5px;
}

.title {
	display:block;
	
	margin-bottom:15px;
	margin-top:12px;
}

fieldset {
	border:0px;
	padding:0px;
	margin:10px;
	margin-top:5px;
}

label {
	display:block;
	margin-top:5px;
}

#mailformformtype_mail
{
	margin-top:5px;
}

.contenttable {
	font-size:11px;
	
	border: 1px solid #F9F7F8;
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
	margin-bottom: 20px;
}

.contenttable tr {
	border-bottom: 1px solid #c4c4c4;
	vertical-align: top;
}

.contenttable th {
	text-align: left;
	background: #FEF0C1;
	height: 15px;	
}

.contenttable tr:hover {
	text-align: left;
	background: #eee;	
}

.csc-firstHeader {
	font-size:0px;
	color: white;
}

h1 { 
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;	
	
	}
		
h2 { 
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: lighter;
	border-bottom: 1px solid;	
	
	}


