/* ==============================================================================================================

	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 nicht in Klassen oder IDs sind)
=================================================================================================================*/

body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 130%;
    color: #545454; 
    background-color: #ffffff;
}

p
{    
    padding-bottom: 10px;
}

img
{
    border: none;
}

td
{
    padding: 2px;
}

a
{
    text-decoration: none;
    color: #545454; 
}

/*===============================================================================================================
	3. Styles für Layoutbereiche (Wrapper, Header, Footer, Spalten, Navigation, Bilder, ect...)
=================================================================================================================*/




/* ================== Header ================== */

#header_wrapper
{	
    background: url('../images/header-repeater.jpg') repeat-x;
    width: 100%;
}

#header
{
    background: url('../images/header-2.jpg') no-repeat;
    width: 969px;
    height: 354px;
    margin: 0 auto;
}

/* ================== Header ende ================== */

/* ================== Navigation ================== */

#navigation_wrapper
{
   padding: 310px 0 0 75px;
   margin: 0 auto;
}

#navigation 
{
    list-style: none;
    float: left;
}

#navigation ul
{

}

#navigation li 
{
	float: left;
}

#navigation a, #navigation strong 
{
	display: block;
	height: 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
    padding: 0 0 0 0;
}
	
#navigation span 
{
	position: absolute;
	width: 100%;
	height: 42px;
	top: 0;
	left: 0;
}

#navigation #home 
{
	width: 77px;
}

#navigation #home span 
{
    background: url(../images/navigation-home.jpg) 0 0;
}

#navigation #home a:hover span,
#navigation #home strong span 
{
    background-position: -77px 0;
}

#navigation #ueber_uns 
{
	width: 110px;
}

#navigation #ueber_uns span
{
    background: url(../images/navigation-ueber-uns.jpg) 0 0;
}

#navigation #ueber_uns a:hover span ,
#navigation #ueber_uns strong span  
{ 
    background-position: -110px 0;
}

#navigation #service 
{
	width: 98px;
}

#navigation #service span 
{
	background: url(../images/navigation-service.jpg) 0 0;
}

#navigation #service a:hover span,
#navigation #service strong span 
{
	background-position: -98px 0;
}

#navigation #dienstleistungen 
{
	width: 179px;
}

#navigation #dienstleistungen span 
{
	background: url(../images/navigation-dienstleistungen.jpg)  0;
}

#navigation #dienstleistungen a:hover span,
#navigation #dienstleistungen strong span 
{
	background-position: -179px 0;
}

#navigation #referenzen 
{
	width: 128px;
}

#navigation #referenzen span 
{
	background: url(../images/navigation-referenzen.jpg) 0 0;
}

#navigation #referenzen a:hover span,
#navigation #referenzen strong span 
{
	background-position: -128px 0;
}

#navigation #kontakt 
{
	width: 101px;
}

#navigation #kontakt span 
{
	background: url(../images/navigation-kontakt.jpg) 0 0;
}

#navigation #kontakt a:hover span,
#navigation #kontakt strong span 
{
	background-position: -101px 0;
}

#navigation #impressum 
{
	width: 127px;
}

#navigation #impressum span 
{
	background: url(../images/navigation-impressum.jpg) 0 0;
}

#navigation #impressum a:hover span,
#navigation #impressum strong span 
{
	background-position: -127px 0;
}

/* ================== Navigation ende ================== */

/* =========== Navigation Dienstleistungen ============= */

#navigation_dienstleistungen_unter
{
    width: 150px;
    margin-top: 33px;
}

#navigation_dienstleistungen_unter ul
{
    list-style-type: none;
}

#navigation_dienstleistungen_unter ul li
{
    padding-top: 2px;
}

#navigation_dienstleistungen_unter ul li a
{
    text-decoration: none;
    color: #545454;
}


/* ========= Navigation Dienstleistungen ende ========== */

/* ================== Content ================== */

#content_wrapper
{
    background-color: #d7e7f5;
}

#content
{
    width: 969px;
    background: url('../images/content-repeater.jpg') repeat-y;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#content_inhalt
{
    width: 795px;
    min-height: 300px;
    height: auto !important;  /* für moderne Browser */
    height: 300px;  /*für den IE */
    margin: 0 auto;    
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

#content_inhalt_dienstleistungen
{
    width: 795px;
    min-height: 300px;
    height: auto !important;  /* für moderne Browser */
    height: 300px;  /*für den IE */
    margin: 0 auto;    
    border-left: 1px solid #c6c6c6;
}

#content h1
{
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px 10px 20px;
}

#content h2
{
    font-weight: bold;
    font-size: 16px;
    padding: 0 20px 10px 20px;
}

#content h3
{
    font-weight: bold;
    font-size: 15px;
    padding: 0 20px 10px 20px;
}

#content h4
{
    font-weight: bold;
    font-size: 14px;
    padding: 0 20px 0 20px;
}


#content p
{
    padding: 0 20px 10px 20px;
}

#content ul
{
    padding: 0 0 10px 40px;
    
}

#content ul li
{
    padding: 0 0 5px 0;
}

#content_footer
{
    background: url('../images/content-footer.jpg') no-repeat;
    width: 969px;
    height: 44px;
    margin: 0 auto;
}

#col1
{
    float: left;
    width: 605px;
    border-right: 1px solid #b8b8b8;
    min-height: 400px;
    height: auto !important;  /* für moderne Browser */
    height: 400px;  /*für den IE */
    
}

#col3
{
    float: right;
    width: 150px;
    padding: 0 20px 0 0px;  
}

#col3 h1
{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

#eisbaer
{
    width: 700px;
    margin: 0 auto;
}

ul.dienstleistungen
{
    width: 145px;
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}

#bilder_dienstleistungen_rahmen
{
    width: 600px;
    padding: 0 0 0 17px;
    margin: 0;
}

.bilder_dienstleistungen
{
    float: left;
    width:  180px;
    height: 130px;
    border: 1px solid #b8b8b8;
    margin: 2px;
    padding: 1px !important;
}

#bilder_ueber_uns_rahmen
{
    width: 794px;
    
}

#bilder_ueber_uns_rahmen_innen
{
    margin: 0 auto;
}

.bilder_ueber_uns
{
    float: left;
    width:  240px;
    height: 180px;
    border: 1px solid #b8b8b8;
    margin: 0 0 7px 12px;
    padding: 1px !important;
}

.bilder_ueber_uns_links
{
    float: left;
    width:  240px;
    height: 180px;
    border: 1px solid #b8b8b8;
    margin: 0 0 7px 20px;
    padding: 1px !important;
}



/* ================== Content ende ================== */


/* ================== Footer ================== */

#footer_wrapper
{
    width: 100%;
    background: url('../images/footer-repeater.jpg') #ffffff repeat-x;
    height: 162px;
}

#footer_berge
{
    background: url('../images/footer-berge.jpg') no-repeat;
    width: 969px;
    height: 162px;
    margin: 0 auto;
}

#adresse
{
    margin: 0 auto;
    width: 100%;
    color: #105B95;
    font-size: 14px;
}

#adresse ul
{
    margin: 0 auto;
    width: 700px;
    padding: 130px 0 0 0
}

#adresse ul li
{
    padding: 10px;
    display: inline;
}

/* ================== Footer ende ================== */

/* ==================== Kontakt ===================== */

form
{
    padding: 0;
}

fieldset
{
    padding: 0;
    border: none;    
}

legend
{
    padding: 0 0 10px 20px;
}

legend span
{
    width: 600px;
}

label
{
    width: 150px;
    float: left;
    font-weight: bold;
}

textarea.kontakt
{
    width: 550px;
    height: 200px;
    border: 1px solid #b8b8b8;
}

input.kontakt
{
    width: 550px;
    border: 1px solid #b8b8b8;
}

input.send
{
    width: 80px;
    color: #545454;
    border: 1px solid #bbbbbb;
    background: #ffffff;
    font-weight: bold;
    margin: 0 0 0 0;
}

#text_kontakt
{
    width: 700px;
}

/* ================== Kontakt ende ================== */

/* ====================== Admin ===================== */

#col1_admin
{
    float: left;
    width: 175px;
    font-size: 12px;
    line-height: 130%;
}

#col1_admin ul
{
    width: 175px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 -8px;
}

#col1_admin li
{
    margin: 0 0 -4px 0;
}

#col1_admin a
{
    text-decoration: none;
    color: #545454; 
    padding: 0 0 0 6px;
}

#col1_admin a:hover
{
    color: #2a2a2a; 
}

#col2_admin
{
	width: 198px !important;
	float: right;
    font-size: 12px;
}

#col2_admin p
{
    padding: 0 0 5px 8px;
}

#col2_admin ul
{
    width: 198px;
    margin: 0 0 0 8px;
}

#col2_admin ul li
{
    padding: 0;
    margin:  0 0 -3px 0;
}

#col2_admin ul li a
{
    
}

#col3_admin
{
    float: right;
    width: 595px;
    min-height: 450px;
    height: auto !important;  /* für moderne Browser */
    height: 450px;  /*für den IE */
    border-left: 1px solid #b8b8b8;
    padding: 0 10px 0 10px;
    font-size: 12px;
    line-height: 130%;
}

#col3_admin p
{
    padding: 0 0 12px 0;
}

.col3_admin_hintergrund
{
    background: #eeeeee;
    width: 555px;
    min-height: 100px;
    height: auto !important;  /* für moderne Browser */
    height: 200px;  /*für den IE */
    border: 1px solid #c6c6c6;
    padding: 6px 3px 3px 3px;
    margin: 0 0 12px 0;
}

.col3_admin_hintergrund_rot
{
    background: #eeeeee;
    width: 555px;
    min-height: 100px;
    height: auto !important;  /* für moderne Browser */
    height: 200px;  /*für den IE */
    border: 1px solid #ff0000;
    padding: 6px 3px 3px 3px;
    margin: 0 0 12px 0;
}

.col3_admin_hintergrund_loeschen
{
    background: #eeeeee;
    width: 555px;
    border: 1px solid #ff0000;
    padding: 6px 3px 3px 3px;
    margin: 0 0 12px 0;
    padding: 12px 0 0 0;
}

#col3_admin_3_spalten
{
    float: right;
    width: 397px;
    min-height: 400px;
    height: auto !important;  /* für moderne Browser */
    height: 400px;  /*für den IE */
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 130%;
}

#col3_admin_3_spalten p
{
    padding: 0 0 14px 0;
}

.col3_admin_3_spalten_hintergrund
{
    background: #eeeeee;
    width: 379px;
    border: 1px solid #c6c6c6;
    padding: 6px 3px 3px 3px;
    margin: 0 0 12px 0;
}

.col3_admin_3_spalten_hintergrund_rot
{
    background: #eeeeee;
    width: 379px;
    border: 1px solid #ff0000;
    padding: 6px 3px 3px 3px;
    margin: 0 0 12px 0;
}

#content_inhalt_admin
{
    width: 795px;
    min-height: 300px;
    height: auto !important;  /* für moderne Browser */
    height: 300px;  /*für den IE */
    margin: 0 auto; 
}

fieldset.login
{
    padding: 0 0 0 130px;
}

input.senden_admin
{
    width: 80px;
	height: 20px;
    margin: 10px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 12px;
    color: #565656;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
}

input.reset_admin
{
    width: 96px;
	height: 20px;
    margin: 5px 0 0 0;
	padding: 0 0 3px 0;
    color: #565656;
    font-size: 12px;
}

input.senden_login
{
    width: 60px;
	height: 20px;
    margin: 5px 0 0 155px;
	padding: 0 0 3px 0;
    background: #ffffff;
    color: #565656;
    font-size: 12px;
}

input.admin_kurz
{
	height: 16px;
	width: 200px;
	border: 1px solid #b8b8b8;
	background-color:#ffffff;
	margin-top: 3px;
}

input.admin_lang
{
	width: 547px;
    height: 18px;
	border: 1px solid #b8b8b8;
	background-color:#ffffff;
	margin: 3px 0 3px 0;
    padding: 2px;   
    font-size: 14px;
    color: #000000;
}

input.admin_50
{
	width: 360px;
    height: 15px;
	border: 1px solid #b8b8b8;
	background-color:#ffffff;
	margin: 3px 0 12px 0;
    padding: 2px;   
    font-size: 14px;
    color: #000000;
}

textarea.admin
{
    width: 550px;
    height: 400px;
    font-size: 14px;
}
.checked
{
    width: 17px;
    height: 20px;
	margin: 0 0 0 0;
    border: 1px solid #b8b8b8;
}

.bilder_anzahl_upload
{
    width: 40px;
}

.kategorie_auswahl
{
    width: 297px;
}

.kategorie_auswahl_50
{
    width: 365px;
}

.datei_upload
{
	height: 23px;
    border: 1px solid #565656;
	background-color:#ffffff;
    font-size: 12px;
}

.upload_wrapper
{
    width: 250px;
    float: left;
}

.bild_aendern_bild
{
    float: left;
    
}

.bild_aendern_bild_img
{
    background: #ffffff;
    border: 1px solid #b8b8b8;  
    padding: 5px;
    width: 170px;
    height: 125px;
}

.bild_aendern_bild_text
{
    width: 191px;
    float: left;
    padding: 0 0 0 5px;
}

.bild_aendern_bild_text p
{
    margin: 0;
}

.bild_aendern_bild_text ul
{
    width: 200px;
    list-style-type: none;
    margin: 0 0 0 -40px;
}

.bild_aendern_bild_text ul li
{
    display: inline;
    margin: 0 3px 0 0;
}

.bild_ueber_uns_upload_text
{
    width: 360px;
    float: left;
    padding: 0 0 0 5px;
}

.bild_zuweisung_text
{
    width: 320px;
    float: left;
    padding: 0 0 0 5px;
}

.bild_zuweisung_check
{
    width: 17px;
    float: right;
    padding: 0 0 0 0;
}

.bilder_loeschen_ueberschrift_links
{
    width: 375px;
    margin: 0 0 5px 0;
}

.bilder_loeschen_ueberschrift_rechts
{
    width: 375px;
    text-align: right;
    margin: 0 0px 0 0;
}

.bilder_loeschen_ueberschrift_rechts ul
{
    list-style-type:  none;
}

.bilder_loeschen_ueberschrift_rechts ul li
{
    display: inline;
    margin: 0 0 0 2px;
}

.bilder_loeschen_ueberschrift_rechts p
{
    margin: 5px 0 5px 0;
}

.fett
{
    font-weight: bold;
    font-style: italic;
}

td.text_rechts
{
    text-align: right;
}

.tr_texte:hover
{
    background-color: #f2f2f2;
    border-top: 1px solid #c6c6c6;
    
}

.unterstrich
{
    background: url('../images/admin_strich_1px.gif') repeat-x;
    width: 550px;
    height: 1px;
    padding: 1px 0 0 0;
}

.unterstrich_klein
{
    background: url('../images/admin_strich_1px.gif') repeat-x;
    width: 387px;
    height: 1px;
    padding: 1px 0 0 0;
}

.unterstrich_klein_ueberschrift
{
    background: url('../images/admin_strich_1px.gif') repeat-x;
    width: 379px;
    height: 1px;
    margin: 6px 0 6px 0;
}

.unterstrich_klein_unten
{
    background: url('../images/admin_strich_1px.gif') repeat-x;
    width: 379px;
    height: 1px;
    margin: 0 0 6px 0;
}

.aendern
{
    color: #ff0000;
}

#logout_backup
{
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

/* =================== Admin ende =================== */


/*===============================================================================================================
	4. Sonstige Styles
=================================================================================================================*/

#bild_service
{
    margin: 20px auto 0 auto;
    width: 508px;
}

#bild_service img
{
    border: 1px solid #b8b8b8;
    padding: 3px;
}

.bilder_dienstleistungen
{
    padding: 10px 0 0 0;
}

.bilder_dienstleistungen_left
{
    float: left;
    border: 1px solid #b8b8b8;
    padding: 2px;
    margin-right: 6px;
}

.bilder_dienstleistungen_right
{
    float: left;
    border: 1px solid #b8b8b8;
    padding: 2px;
    margin-right: 0;
}

ul.referenzen
{
    margin: 0 0 15px 20px;  
}

ul.referenzen li
{
    padding: 0 0 2px 0;
}

.clear
{
    clear: both;
}

.orange
{
    color: #ff6600;
}
