﻿/* =============== Allgemein =============== */

* {
}

/* Schriften */
body {
	font-family: "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
	font-size: 12pt;
	color: #939598;
	}

/* Schriftgrößen Überschriften */
h1 { font-size: 140%; }

h2 { font-size: 120%; color: #00aeef; }

h3 { font-size: 100%; text-align: justify; line-height: 1.1em; font-size: 1em; }

h4 { font-size: 175%;}

h5 { font-size: 100% color: #fdb813;}


/* Abstand unter Überschriften */
h1,h2,h3 { margin: 0; }


/* Blocksatz für Absätze */
p {
	text-align: justify;
	margin: 0;
	}


/* Aufzählungszeichen Listen */

ul.u-naviliste { 
	list-style-type: none;
	}

ul.liste01{
	list-style-type:disc);
	padding: 15px;
	margin: 0px;
}

ul.liste02 { 
	list-style-type: none;
}






/* Farbe für Links */
a:link { text-decoration:none; color:#fdb813; }
a:visited { text-decoration:none; color:#fdb813; }
img { border-width:0; }



/* ------------------------------------------------------------------------ */


/* ========================= HAUPTCONTAINER ================================ */


  #main {
	width: 100%;
	height: 70px;
	background: url(../img/Header-background2c.jpg);
	}
  
  
/* ================================== HEADER ================================ */


  #header {
	width: 970px;
	height: 70px;
	background: url(../img/Header-Logo-neu.xxx);
	background-position: center;
  	background-repeat: no-repeat; 
	margin: 0 auto;
	}

 
/* =============== NAVIGATION HEADER ============= */


#navi-header {
    width: 150px;
    float: left;
    text-align: left;
    margin:30px 0px 0px 90px;
	display: inline;
    font-size: 10px;
    font-style: bold;
	word-spacing: 2px;  
    padding: 10px 0px 0px 0px;
    height:25px;
    overflow:hidden;
	}  

#navi-header li {
    float: left;
    height: 20px;
    line-height: 15px;
	list-style-type: none;
	}


#navi-header a:link, #navi-header a:visited {
    color:            #ffffff;
    text-decoration:  none;
    position:         relative;
    float:            left;
    padding:          0px 1px 0px 7px;
    height:           15px;
	}

#navi-header a:hover {
	color:#fdb813; 
    background-color:none;
	}



/* =============== NAVIGATION============= */


#navigation {
    width: 700px;
    float: left;
	text-align: left;
    margin:28px 0px 0px -15px;
	display: inline;
    font-size: 18px;
    font-style: bold;
	word-spacing: 2px;  
    padding: 0px 0px 0px 2px;
    height: 40px;
    overflow:hidden;
	}  

#navigation li {
    float: left;
    height: 40px;
    line-height: 5px;
	list-style-type: none;
	}


#navigation a:link, #navigation a:visited {
    color:            #ffffff;
    text-decoration:  none;
    position:         relative;
    float:            left;
    padding:          0px 25px 2px 2px;
    height:           30px;
	}

#navigation a:hover {
	color:#fdb813; 
    background-color:none;
	}

	




/* ================================== INHALT CONTAINER ================================ */



#container {
	background-color: transparent;
   	background-image: url(../img/background-neu.gif);
	background-position: center;
  	background-repeat:repeat-y; 
	}


  #bild-0 {
	position: relative;
	width: 940px;
	height: 234px;
	margin: 0 auto;
  	background-image:url(../img/Fassade-003g.jpg);
	}


  #bild-1 {
	position: relative;
	width: 940px;
	height: 234px;
	margin: 0 auto;
  	background-image:url(../img/Fassade-003g-1.jpg);
	}
	
  #bild-2 {
	position: relative;
	width: 940px;
	height: 234px;
	margin: 0 auto;
  	background-image:url(../img/Fassade-003g-2.jpg);
	}
	
  #bild-3 {
	position: relative;
	width: 940px;
	height: 234px;
	margin: 0 auto;
  	background-image:url(../img/Fassade-003g-3.jpg);
	}

  #inhalt {
    position:relative;
	top:3px;
	bottom: 50px;
	width: 940px;
	margin: 0 auto;
	}


  #inhalt-links {
	float:left;
	padding-left:60px;
	padding-right:70px;
	padding-bottom:50px;
    width:538px;
	}


#zitat {
	width: 300px;
	padding-left: 120px;
	}

	#zitat blockquote { 
		font-style: italic; 
		margin: .5em 0px; 
		}
	#zitat blockquote p:before, #zitat blockquote p:after { 
		font-family: serif; 
		content: "»"; 
		font-weight: bold; 
		font-size: 200%; 
		margin: 0 5px; 
		line-height: 10pt; 
		}
	#zitat blockquote p:after { content: "«"; }



	#disclaimer {
	float:left;
	padding-left:90px;
	padding-top:30px;
    width:500px;
	font-size:8pt;
	}

	#kontakt {
	float:left;
	padding-left:111px;
	padding-bottom:50px;
    width:538px;
    }


        form fieldset {
            border: none;
        }

		form label {
            float: left;
            display: block;
            width: 150px;
        }
        
		form input, form textarea {
            float: left;
            display: block;
            width: 200px;
            border: 1px solid #000000;
        }
        
		form label, form input, form textarea {
            margin: 0px 0px 5px 0px;
        }
        
		form textarea {
            height: 80px;
        }
        
		form br {
            clear: left;
        }
        
		form .button {
            width: auto;
            margin: 0px 0px 0px 100px;
        }
        
		div.error {
            color: #FF0000;
            margin: 0px 0px 10px 100px;
        }
        
		div.error ul {
            list-style-type: none;
        }
        
		input.error {
            border: 1px solid #FF0000;
        }




	
  #inhalt-rechts {
	float:right;
	width:264px;
	margin-top:-3px;
	margin-right:0px;
	padding-bottom:50px;
    background-color:#E6E6E6;
	color:#525252;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    }


  #impressum {
	float:right;
	margin-top:40px;
    padding-left: 5px;
	background-color:#E6E6E6;
	color:#525252;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}


  #box-1 {
    background-color:#E6E6E6;
    padding-left: 40px;
    padding-right: 7px;
	color: #525252;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
	}


  #box-2 {
    background-color:#E6E6E6;
    padding-top: -15px;
 	padding-left: 41px;
	}

	
  #box-3a {
    background-color:#E6E6E6;
    padding-top: -15px;
    padding-left: 41px;
    padding-right: 10px;
	}
	
	#box-3b ul {list-style:none;}

	#box-3b a {
	    display:block;
	    margin-top:1px;
	    text-decoration:none;
	    color:#009FBF;
	}


  #box-3b {
    background-color:#E6E6E6;
	margin-top: -15px;
	padding-left: 43px;
    padding-right: 25px;
	}

	#box-2a a:link, #box-2a a:visited {
		text-decoration:none; 
		color: #00aeef;
		}

	ul.social-liste { 
		list-style-type: none;
		text-decoration: none;
		}








/* =================== FOOTER? =============================================== */ 


  #footer{
    clear: both; 
	position:relative;
	width: 100%;
	height: 70px;
	background: url(../img/Footer-background.jpg);
	}


ul.naviliste { 
	list-style-type: none;
	float:left; 
	margin:0; 
	padding-left:52px;
	width:550px;
	}

ul.naviliste li { 
	float:left; 
	margin:50px 7px 0px 0px; 
	}

ul.naviliste a { 
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	}

ul.naviliste a:hover { 
	color: #fdb813; 
	}
