@charset "utf-8";

/* 
------------------------
Version 1.0, 06-11-2008
*/


/*>>>> GENERAL <<<<<*/

html,body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:13px; 
	line-height:20px; 
	color:#566071;	
	background:url(../images/bg.jpg) repeat-x top left; 
	margin:0;
}
			


/** HIDING FOCUSRING */
a:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}


/*Headline*/

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	color:#0463AA;
}


/*Subline*/

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#0463AA;
	margin:20px 0 10px 5px;
}

/*Text Firma*/

h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	text-transform:uppercase;
	
}

p {
	margin:5px 5px 5px 5px;
	line-height: 18px;
	font-size:13px;
	
}



/*Link*/
.link {
	color:#0463AA;
	
}


/*>>>> WRAPPER <<<<<*/

.wrapper{
	width:898px;
	margin:0 auto;
}
.wrapper-inner{
	width:878px;
	float:left;
	margin-left:10px;
	border:10px solid #fff;
	border-top:none;	
}



/*>>>> HEADER <<<<<*/

.header {
	width:100%;
	height:167px;
	background:  url(../images/header.jpg) no-repeat;
	float:left;
	position:relative;
}

.logo{
	position:absolute;
	top:85px;
	left:320px;
	width:234px;
	background: url(../images/logo.png) no-repeat;
	padding-top:120px;
	text-align:center;
	font-size:14px;
	color:#566071;
}

.logo span {
	display:none;
	}




/*Navi-top*/

.top_navi {
	float:left;
	letter-spacing:0.04em;
	color:#fff;
	padding:10px 0px 10px 10px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
			
		}
		
		.top_navi:hover{
				color:#566071;
		}

		
.top_navi_right {
	float:right;
	letter-spacing:0.04em;
	color:#fff;
	padding:10px 10px 10px 10px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
			
		}
		
		.top_navi_right:hover{
				color:#566071;
		}
	
	
	
	

/*>>>> CONTENT <<<<<*/

.content{
	border-top:1px dotted #8e959a;
	background:#f7f7f7;
	width:838px;
	padding:20px;
	float:left;
}


.main{ 
	float:right; 
	width:400px;
	text-align:center;

	}
.main_left{ 
	float:left;	 
	width:400px;
	text-align:center;
	
	}
	
	
.imprint{ 
	margin:110px auto;
	width:500px;
	height:250px;
	text-align:center;
	}
	
.produkte{
	border-top:1px dotted #c3c3c3;
	border-bottom:1px dotted #c3c3c3;
	padding:20px 2px 20px 2px;
	}
	
.button1{
	padding:0 0 5px 0;
	}
	
.button{
	height:26px;
	width:196px;
	padding:8px 0 0 0;
	background:url(../images/button.png)  no-repeat;
	text-align:center;
	color:#566071;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	float:left;
	margin:5px 0 0 100px;
	text-decoration:none;
	
	}
	
.button:hover{
	background:url(../images/button_hover.png) no-repeat;
	color:red;
	
	}
	
.mail{
	letter-spacing:0.04em;
	color:#566071;
	padding:10px 0px 10px 0px;
	text-decoration:underline;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	}
	
.mail:hover{
	color:red;
	}
	


/*Images*/


.image{
	margin:10px 20px 0px 20px;
	
}


/*balken*/

.balken {
	height:35px;
	position:absolute;
	width:878px;
	bottom:0;
	background-color:#ececec;
	border-top:3px solid #fff;
	border-bottom:2px solid #fff;	
}


