/* Start of CMSMS style sheet 'KuhForYou' */
/* Farbtabelle
======================================================================
	#E1E1E1	: background
	#333333 : Schriftfarbe

====================================================================== */

/* Generelle Settings
====================================================================== */

* {
	padding: 0;
	margin: 0;
}

:link,:visited { text-decoration: none; }

ul,ol { list-style:none; }

ul,li,body,html { margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

a { outline: none; }


body {
	background-color:#E1E1E1;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;


}

/* Layout
====================================================================== */

#rahmen {
	background-color:#FFFFFF;
}

#header {
	margin-top: 10px;
	background-color:#FFFFFF;
	height:440px;
}

.raster-header-b {
	background-image: url(../uploads/images/css/spalte_b_top.jpg);
	background-position: 1px 0px;
	height: 370px;
	width: 180px;
	background-repeat: repeat-x;
	padding-top: 60px;
}

#navigation {
	height: 239px;
	width: 180px;
	background-color: #15A1DB;
}

#logo {
	height: 131px;
	width: 180px;
	padding-bottom: 8px;
	background-color: #15A1DB;
}

#hauptteil {
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url(../uploads/images/css/logo_transparent.jpg);
        background-position: 730px bottom;
	background-repeat: no-repeat;	
}

#footer  {
	background-image: url(../uploads/images/css/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	height: 4em;
	text-align: center;
	float: left;
}

.raster-footer-a {
	height: 1px;
}

.raster-footer-b {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FFFFFF;
}

.spacer {
	height: 10px;
}


#preloader {
         display:none;
}




/* Inhalte
====================================================================== */

#footer h3 {
	padding-top: 0.25em;
	font-size: 0.7em;
	line-height: 1.25em;
       
}

#hauptteil h1 {
	font-size: 110%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
        color: #15A1DC
    
	
}

.blau {
        color: #15A1DC;
        font-weight:bold;
}

#hauptteil h2 {
	font-size: 98%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
        color:#15A1DC
     
}

#hauptteil p {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.4em;
	padding-bottom: 5px;
    
}

.gross {
      font-weight:bold;
      font-size:120%;
}

#hauptteil div.contactform p {
       padding-left: 0px;
}

#hauptteil a {
	text-decoration: underline;
        color:#15A1DC
}

#hauptteil a:hover {
	text-decoration: underline;
        color:#000000;
}

.spacer a {
	color:#999999;
	font-size: 70%;
	test-decoration: none;
	padding-top: 5px;
}
/* End of 'KuhForYou' */

