@charset "utf-8";
/* SSI Stylesheet - Module23.com Werbeagentur Koblenz */
*{
	margin:0;
	padding:0;
	border:0;
}

ul{
	margin-left: 15px;
}

h1 {
	font-family: TrebuchetMS, Geneva, Arial;
	font-size: 18px;
	font-style: italic;
	color:#4d6a8a;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

h4 {
	font-family: TrebuchetMS, Geneva, Arial;
	font-size: 14px;
	font-style: italic;
	color:#4d6a8a;
}

a:link {
	color:#4d6a8a;
	text-decoration: none;
}

a:visited {
	color:#4d6a8a;
	text-decoration: none;
}

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

a:active {
	color:#4d6a8a;
	text-decoration: none;
}

input {
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 2px;
	width: 240px;
}
.smallinput {
	width: 210px;
}

body {
	background-image:url(img/bg_greyblue.jpg);
	background-repeat:repeat-x;	
	background-color: #f5f6f8;
}

.myclear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.wrap {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5f5f5f;
}

.container {
	width: 850px;
	background-color:#FFFFFF;
	margin: auto;
	border: 1px solid #999;
	/*height: 800px;*/
}

.header {
	width: 100%;
	height: 71px;
	background-image:url(img/top_bg.png);
	background-repeat:repeat-x;
	position: absolute;
	color:#9a9a9a;
	left:0px; 
	top:0px;
}

.logo {
	width: 845px;
	height: 46px;
	margin: auto;
	margin-top: 8px;
	padding-left: 5px;
}

.phone {
	text-align: right;
	width: 408px;
	float:left;
}


/*Sidebar*/

.sidebar {
	width: 210px;
	float: left;
	overflow: hidden;
}

.nav {
	font-size: 14px;
	margin-top: 80px;
	width: 210px;
}

.navelement {
	line-height: 32px;
	border-bottom: 1px solid #5f5f5f;
	text-indent: 10px;
	width: 200px;
}

.navelement a:link {
	color:#5f5f5f;
}

.navelement a:visited {
	color:#5f5f5f;
}

.navelement a:hover {
	color:#4d6a8a;
}

.navelement a:active {
	color:#4d6a8a;
}


/*Content*/

.content {
	width: 610px;
	min-height: 500px;
	background-color: #f0f0f0;
	float: left;
	padding: 80px 15px 15px 15px;
}

.textbox {
	width: 340px;
	float: left;
}

.picbox {
	border: 1px solid #acacac;
	float: right;
	padding: 2px;
}

.infobox {
	width: 209px;
	background-color:#e6e6e6;
	border-left: 10px solid #dcdcdc;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}

.subnavi {
	margin-top: 10px;
	margin-bottom: -20px;
	padding: 5px;
	background-color:#DDD;
}

.tab1 {
	width: 80px;
	float: left;
}

.tab2 {
	width: 110px;
	float: left;

}

.tab3 {
	width: 110px;
	float: left;

}

.tab4 {
	width: 80px;
	float: left;
	text-align: center;
}


.clients {
	line-height: 30px;
	font-size: 12px;
}

/*Footer*/

.copyright {
	width: 850px;
	text-align: right;
	margin: auto;
	margin-top: 5px;
}

/*Formular*/


.title {
	width: 85px;
	float: left;
}

.myinput {
	width: 360px;
	float:left;
}

.flash {
	padding: 5px;
	border: 1px solid #333;
	font-weight: bold;
	margin: 15px 0;
}

.right {
	float: right;
	width: 150px;
}



