/*-----------------------------------------------------------------------------
ATF Aquacleaning Screen Stylesheet

version:   1.0
date:      13/11/09
author:    Heike Autenrieth-Häfner
email:     heike@autenrieth-haefner.de

website:   www.autenrieth-haefner.de

-----------------------------------------------------------------------------*/



/* Entfernen margin, padding, border
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	border: 0;
}

/*  layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear: both;

}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.3  Arial,Tahoma,Verdana,Geneva,Helvetica, sans-serif;
	color: #444;
	text-align: center;
	background-color: #F5FAFE;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;

}



#wrapper {
	min-width: 900px;  /*wichtig!!!!!!!*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



/* header
-----------------------------------------------------------------------------*/
#header {
	margin: 0;
	/*height: 288px;*/
	
}

#top {
	margin: 0 auto 0 auto;
	width: 845px;
	background-color:#FFFFFF;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
}
#tophead {
	margin-left: 20px;


}

/* Footer 
-----------------------------------------------------------------------------*/

#footer {
	margin: 0;
	height: 410px;
	color: #666;
	font-size: 1.1em;
	background: url(images/bg_footi.jpg) repeat-x center top;
}

#footersub {
	position: relative;
	text-align: left;
	margin: 0 auto;
	height: 390px;
	padding-top:10px;
	width: 845px;
	background: url(images/bg_foot_2.jpg) no-repeat left top;
}


/* Spaltenlayout 3 Spalten 
-----------------------------------------------------------------------------*/
#content {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	width: 845px;
	clear: both;
	background-color: #fff;
	height: auto;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
}

*html #content {
display: inline-block;
}


#col_left {
float: left;
width: 270px;
margin-left: 40px;
margin-right: 0px;
}
#col_left p {
margin-left: 20px;
}

#col_mitte {
float: left;
width: 360px;
padding: 25px;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
}

/*#col_right {
float: left;
width:30px;
margin-left: 0px;

}*/






/* Navigation
-----------------------------------------------------------------------------*/

#nav {
font-weight: normal;
padding: 0;
width: 792px;
height:30px;
margin: 5px 0 0 0px; 
padding:0;
background:#CCE1F1;

}


/* Menu
-----------------------------------------------------------------------------*/
#nav a {margin:0; padding: 9px 10px 10px 10px; font-size: 12px; line-height: 30px; color: #46709D; background-color: #CCE1F1;}
#nav a, #nav a:visited {color:#46709D; font-weight: normal; background-color: #CCE1F1;}
#nav a:hover {color:#fff; background-color: #8ab2ca;}
#nav table {border-top: 1px solid #CCE1F1;}



/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 1.3em; 
	font-weight: bold;
	margin: 0 0 15px 0; 
	padding: 0;
}


	
	
h2
	{
	font-size: 1.4em; 
	font-weight: normal;
	margin-bottom: 5px;
}

	
h3
	{
	font-size: 2.2em;
 
}
	
h4
	{
	font-size: 1.2em; 
	font-weight: bold;
	color: #CC0000;
}

h5
	{
	font-size: 1.4em; 
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

h6
	{
	font-size: 1.3em; 
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}


	
p, q, cite
	{
	font-size: 1.2em; 
	margin-bottom: 0.8em;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4; 
	margin: 0; 
}



li, dd, dt
	{
	margin: 6px 0 ;
	font-size: 1.0em; /* 100% von ul */	
}


/* Footer typo links
-----------------------------------------------------------------------------*/



#footer a {
text-decoration: none;
color: #333;
font-weight: normal;
}
#footer a:hover  {
text-decoration: underline;
color: #CC0000;
}

/* Links allgemein
-----------------------------------------------------------------------------*/
a {
text-decoration: none;
color: #000;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #CC0000;
}
a.email {
text-decoration: none;
color: #000;
font-weight:normal;
}
a.email:hover {
border-bottom: 1px solid #ccc;
color: #CC0000;
}

.current {
font-weight: bold;
color: #999;
}

/* Farben
-----------------------------------------------------------------------------*/


.rot {
color: #CC0000;
}

.dblau {
color: #039;
}
.weiss {
color: #fff;
}
.hgrau {
color: #ccc;
}


.neu {
color: #fff;
font-weight: bold;
background-color:#c00;
padding: 5px;
margin: 1px;
width: auto;
text-align: center;
}

/* Formulare
-----------------------------------------------------------------------------*/
.error {
font-size: 12px;
}

