/* Datei: vitfrisch_screen.css  */
/* Erstellt von Sebastian Stuetz */
/* Datum: 18.08.08 */

body {
	font-size:12px;
    line-height:20px;
	font-family:verdana, helvetica, sans-serif;
	color:#555555;
	text-align:left;
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/bg.jpg) 0 0 repeat-x;
    }


/* FORMATVORLAGEN */

img {
    border:0;
    margin:0;
    padding:0;
    }

a {
    color:#3a9c00;
    text-decoration:underline;
    }

a:hover {
    color:#3a9c00;
    text-decoration:none;
    }

h1 {
    margin:0 0 20px 0;
    padding:0;
    color:#3a9c00;
    background-color:transparent;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    }

h2 {
    margin:0;
    padding:0;
    color:#3a9c00;
    background-color:transparent;
    font-size:12px;
    line-height:20px;
    font-weight:bold;
    }

h3 {
    margin:0 0 20px 0;
    padding:0;
    color:#00a77f;
    background-color:transparent;
    font-size:15px;
    line-height:22px;
    }


/* LAYOUT */

.container {
    width:980px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-490px;
    background-image:url(../images/bg_wrapper.jpg);
    background-repeat:repeat-y;
    }


/* ---- Header ---- */

.header {
    width:980px;
    height:145px;
    background-image:url(../images/bg_top.jpg);
    background-repeat:no-repeat;
    display:block;
    overflow:hidden;
    }

.logo {
    float:right;
    margin:10px 80px 0 0;
    padding:0;
    }

.zertifikat_oben {
    margin:100px 0 0 0;
    padding:0;
    }

.zertifikat_unten {
    margin:0;
    padding:0;
    }

/* ---- Mainwrapper ---- */

.mainwrapper {
    margin:0;
    padding:0;
    width:980px;
    min-height:700px;
    background: url(../images/bg_middle_ohnerukola.jpg) no-repeat;
    }

.linkespalte {
    width:340px;
    float:left;
    margin:0;
    padding:0;
    }

.navigation {
    margin:0 0 0 30px;
    padding:0;
    width:250px;
    background-image:url(../images/bg_navi.jpg);
    background-repeat:repeat-y;
    font-size: 14px;
    line-height:24px;
    font-weight:normal;
    }

.navigation ul {
    padding:90px 0 30px 0;
    margin:0;
    list-style-type:none;
    }

.navigation ul li a {
    text-decoration:none;
    color:#FFFFFF;
    background-color:transparent;
    margin:0;
    padding:0 0 0 25px;
    background-image:url(../images/bullet_navigation.gif);
    background-repeat:no-repeat;
    background-position:left center;
    }

.navigation ul li a:hover {
    text-decoration:none;
    color:#FFFFFF;
    background-color:transparent;
    margin:0;
    padding:0 0 0 25px;
    background-image:url(../images/bullet_navigation_h.gif);
    background-repeat:no-repeat;
    background-position:left center;
    }

.aktuelles {
    margin:30px 60px 0 30px;
    background-color:#ff6400;
    color:#FFFFFF;
    }

.aktuelles ul {
    padding:30px 30px 30px 0;
    margin:0;
    list-style-type:none;
    }

.aktuelles ul li.ueb {
    text-decoration:none;
    color:#FFFFFF;
    background-color:transparent;
    margin:0;
    padding:0 0 0 25px;
    background-image:url(../images/bullet_navigation.gif);
    background-repeat:no-repeat;
    background-position:left center;
    }

.aktuelles ul li {
    text-decoration:none;
    color:#333333;
    background-color:transparent;
    margin:0;
    padding:0 0 0 25px;
    }


.aktuelles ul li a {
    text-decoration:none;
    color:#333333;
    background-color:transparent;
    }


.aktuelles ul li a:hover{
    text-decoration:none;
    color:#000000;
    background-color:transparent;
    }

.rechtespalte {
    width:550px;
    float:left;
    margin:0;
    padding:0;
    }
    
.navigation_rechts {
    margin:10px 0 20px 0;
    text-align:right;
    color:#cccccc;
    background-color:transparent;
    }

.navigation_rechts a {
    text-decoration:none;
    color:#cccccc;
    background-color:transparent;
    }
    
.navigation_rechts a:hover {
    text-decoration:none;
    color:#999999;
    background-color:transparent;
    }

.content {
    width:550px;
    display:block;
    padding:10px 0 30px 0;
    margin:0;
    }

.bild_rechts {
    float:right;
    margin:0 0 10px 30px;
    }
   
.artikel {
    margin:0 0 20px 0;
    }

.artikel_bild {
    width:200px;
    float:left;    
    }

.artikel_text {
    width:350px;
    float:left;
    }

.artikel_aus {
    clear:left;
    height:1px;
    overflow:hidden;
    }

.spaltenaus {
    height:1px;
    clear:left;
    overflow:hidden;
    }

/* ---- Produkte ---- */

.gemuesebilder img {
    margin:1px;
    padding:0;
    border:1px solid #DDD;
    }
    
.gemuesebilder img:hover {
    margin:0;
    padding:0;
    border:2px solid #3a9c00;
    }

    
/* ---- Bottom ---- */

.bottom {
    margin:0;
    padding:0;
    width:980px;
    height:243px;
    background-image:url(../images/bg_bottom.jpg);
    background-repeat:no-repeat;
    }

/* ---- Kontaktformular ---- */

input.kontaktform {
	width:200px;
	border:1px solid #333;
	margin:0 0 8px 0;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.6em;
	color:#3F3F3F;
	background-color:transparent;
	}

.kontaktform_select {
    border:1px solid #333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.6em;
    }

.buttonsend {
	background-color:#FFF;
	padding:1px 8px 1px 8px;
	color:#333;
	border:1px solid #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
	}

.kontaktform_text {
	width:200px;
	height:100px;
	border:1px solid #333;
	margin:0 0 8px 0;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
	color:#3F3F3F;
	background-color:transparent;
	}
	
/* ---- pdfs Erzeuger ---- */

ul.pdf_erzeuger {
	
	width: 550px;
	list-style-image: url(../images/pdf.gif);
	text-decoration:none;
    color:#333333;
    background-color:transparent;
    margin:0;
    padding:0px 0 16px 25px;
	}
	
	ul.pdf_erzeuger li {
	color: #3A9C00;
	width: 550px;
	/*border-bottom: 1px solid #333;*/
	}
	
	ul.pdf_erzeuger li a{
	text-decoration:underline;
    color: #3A9C00;
	}
	
	ul.pdf_erzeuger li a:hover{
	text-decoration:none;
    color: #3A9C00;
	}
	
	
	
