@charset "UTF-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
}

a { text-decoration:none;
	color:#f00;
}
a:hover { text-decoration:underline;
	color:#f00;
}

#leftside {
	background-color:#f1f1f2;
	width:684px;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}

#menu {
	position:absolute;
	top:50px;
	left:20px;
	z-index:2;
	line-height:15px;
	width:664px;
}

#content {
	position:absolute;
	top:50px;
	left:720px;
	z-index:4;	
}



#text {
	position:absolute;
	top:130px;
	left:20px;
	z-index:3;
	width:664px;

}

#textB {
	position:absolute;
	top:485px;
	left:20px;
	z-index:3;
	width:664px;

}

.contenttext {
	margin-top:58px;
	width:300px;
}

.contactform {
	margin-top:83px;
	width:300px;
}

.menucontainer {
	float:left;
	width:194px;
}

.textcontainer {
	float:left;
	width:194px;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:#000;
	text-decoration:none;	
}

#menu a:hover {
	color:#f00;
	text-decoration:none;	
}




.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#f00;
	line-height:16px;
	margin-bottom:27px;
}

input {border:1px solid black; padding:2px;}
textarea {border:1px solid black; padding:4px; width:250px; height:300px}



td.label { font-weight: bold; text-align: right; vertical-align: top; padding: 5px }
