/* ==============================================================================================================

	Stylesheet: Vorlage
	
	Stand: 12.08.2008
	Datei: style.css
	
	Aufbau:
	1. Kalibrierung
	2. Allgemeine Styles
	3. Styles für Layoutbereiche
	4. Sonstige Styles

================================================================================================================= */


/* ==============================================================================================================
	1. Kalibrierung
================================================================================================================= */

*
{
	margin: 0; 
	padding: 0;
}

html 
{
	margin: 0 auto; 
	height: 100%; 
	min-height: 101%;
}



/*===============================================================================================================
	2. Allgemeine Styles (z.B body, h1, h2, p, links, welche sich nicht in Klassen oder IDs befinden)
=================================================================================================================*/

body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0 auto;
	color: #424b94; 
	background-color: #ffffff;
}

p
{
	padding: 0 0 8px 0;
}

p.impressum
{
	padding-top: 10px;
}

h2, h3, h4
{
	padding: 0 0 10px 0;
}

form 
{
	overflow:hidden;
}

a
{
	text-decoration: none;
	color: #424b94; 
}

a:hover
{
	color: #b8bde5;
}

a.active
{
	color: #979fde;
}


/*===============================================================================================================
	3. Styles für Layoutbereiche (Wrapper, Header, Footer, Spalten, Navigation, Bilder, ect...)
=================================================================================================================*/

#wrapper
{
	margin: 0 auto;
	background: url('../images/feger-kuehlung-repeater-2.jpg') repeat-y;
	width: 941px;
}

#header
{

}

#header_content
{
	background: url('../images/feger-kuehlung-header-2.jpg') no-repeat;
	width: 941px;
	min-height: 131px;
	height:auto !important;  /* für moderne Browser */
	height:131px;  /*für den IE */
	font-weight: bold;
}

#header h1
{
	font-size: 4.9em;
	padding: 25px 205px 0 0;
	text-align: right;
}

#header ul
{
	text-align: right;
	padding: 0px 208px 0 0;
	font-size: 1.9em;
	font-weight: normal;
}

#header ul li
{
	display: inline;
	list-style-type: none;
	padding-left: 1.04em;
}

#footer
{
	background: url('../images/feger-kuehlung-footer.jpg') no-repeat;
	width: 941px;
	height: 74px;
	height: auto !important;  /* für moderne Browser */
	height: 74px;  /*für den IE */
	font-size: 1.2em;
}

#footer ul
{

	padding: 25px 0 0 90px;
	font-size: 1.2em;
	font-weight: bold;
	height: 35px;
}

#footer ul li
{
	display: inline;
	list-style-type: none;
	padding-left: 1.5em;
}

#content
{
	
}

#col1
{
	background: url('../images/feger-kuehlung-col1-background.jpg') no-repeat;
	width: 151px;
	float: left;
	min-height: 331px;
	height: auto !important;  /* für moderne Browser */
	height: 331px;  /*für den IE */
	margin-left: 20px;
	font-size: 1.3em;
	font-weight: bold; 
}

#col1 ul
{
	list-style-type: none;
	padding: 50px 0 0 15px;
	
}

#col1 ul li
{
	padding: 0 0 5px 0;
}

#col1 ul li ul
{
	padding: 7px 0 0 7px;
	margin-bottom: -6px;
	font-weight: normal;
}

#col1 ul li ul li
{
	padding: 0 0 5px 0;
	margin-top: -3px;
}

#col3
{
	background: url('../images/feger-kuehlung-content-repeater.jpg') repeat-y;
	width: 726px; 
	margin-right: 30px;
	float: right;
	padding: 0 0 0 0;
}

#col3_content_header
{
	background: url('../images/feger-kuehlung-content-header.jpg') no-repeat;
	width: 726px;
	height: 31px;
}

#col3_content
{
	background: url('../images/feger-kuehlung-content-background.jpg') no-repeat;
	width: 726px;
	min-height: 334px;
	height: auto !important;  /* für moderne Browser */
	height: 334px;  /*für den IE */
}

#col3_content_footer
{
	background: url('../images/feger-kuehlung-content-footer.jpg') no-repeat;
	width: 726px;
	height: 28px;
}

#col3_content_inhalt
{
	width: 650px;
	padding: 10px 0 0 30px;
	font-size: 1.2em;
}

#col3_content_inhalt h2
{
	font-size: 2em;
	font-weight: bold;
}

#col3_content_inhalt h3
{
	font-size: 1.4em;
}

#col3_content_inhalt h4
{
	font-size: 1.2em;
}


#col3_content_inhalt ul
{
	padding: 10px 0 10px 30px;
}

#col3_content_inhalt ul li
{
	padding: 0 0 5px 0;
}

.bild_service
{
	width: 500px;
	height: 192px;
	border: 1px solid #666daa;
	margin: 10px auto;
}

.unsichtbar
{
	position: absolute;
	left: -3000px;
	top: -2000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

fieldset
{
	border: none;
}

input[type=text]:focus, textarea:focus
{
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

input
{
	height: 14px;
	width: 404px;
	border: 1px solid #222;
	background-color:#ffffff;
	margin-top: 3px;
}


label
{
	width: 100px;
	margin: 5px;
	padding: 5px;
	text-align: right;
}
	
input.senden_kontakt
   {
    width: 60px;
	height: 20px;
    margin: 0px 0 0 141px;
    background: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
   }

* html input.senden_kontakt
   {
    width: 60px;
	height: 20px;
    margin: 5px 0 0 122px;
    background: #ffffff;
   }
	
textarea
{
	display: block;
	width: 400px;
	height: 140px;
	float: left;
	border: 1px solid #222;
	background-color:#ffffff;
	margin-top: 5px;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.bild_kaelte
{
	height: 200px;
	float: left;
	margin-right: 15px;
	border: 1px solid #424b94;
}

.bild_klima
{
	height: 94px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #424b94;
}

/*===============================================================================================================
	4. Sonstige Styles
=================================================================================================================*/

.clear
{
	clear: both;
}