@charset "utf-8";
/*
-----------------------------------------------------------
Titel: GrimmSystems GbR
Start: 01.10.2008
Autor: grimmsystems gbr, felix grimm - www.grimmsystems.de
Medium: Screen
-----------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body, html {
	background-color: #f8f8f8;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-seriv;
	font-size: 13px;
	color: #666666;
}




#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: auto;
}


#kopf {
	background-image: url(../images/logos/banner.jpg);
	background-repeat: no-repeat;
	/*background-position: bottom, left;*/
	height: 120px;
}
#spalterechts {
	float: right;
	width: 20em;
	padding: 20px 0 0 0;
}
#seitenposition {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
	padding-top: 20px;
}

#seitenposition p {
	font-size: 10px;
	color: #999999;
}
#maintext {
	margin: 0 21em 0 10px;
}
#maintext p {
	text-align: justify;
}



#maintext h1 {
	font-size: 13px;
	color: #333;
	padding: 20px 0 30px 0;
}
#maintext h2 {
	font-size: 13px;
	color: #333;
	padding: 10px 0 10px 0;
}
#maintext li {
	padding: 0 0 0 20px;
	list-style-position: inside;
	list-style-type: disc;
}
#maintext  img_zl {
	border: 1px solid #CCCCCC;
	padding: 3px;
}



#maintext  a:link {
	color: #0072AE;
	font-weight: normal;
	text-decoration: none;
}
#maintext  a:visited {
	text-decoration: none;
	color: #0072AE;
}
#maintext  a:hover {
	text-decoration: none;
	color: #C02418;
}

#fuss {
}
#wirueberuns {
	text-align: center;
}
#wirueberuns p {
	text-align: center;
}
#impressum_links {
	height: auto;
	width: 50%;
	float: left;
}
#impressum_rechts {
	float: right;
	height: auto;
	width: 50%;
}


#impressum_vollebreite {
	clear: left;
}
#kontakt_links {
	height: auto;
	width: 50%;
	float: left;
}
#kontakt_rechts {
	float: right;
	height: auto;
	width: 50%;
}
#kontakt_vollebreite {
	clear: left;
}


#einsundeinsprodukte_links {
	height: auto;
	width: 50%;
	float: left;
}
#einsundeinsprodukte_rechts {
	height: auto;
	width: 50%;
	float: right;
}
#tabelle_referenz_homepage a:link img {
	border-style: solid;
	border-color: #f8f8f8;
	border-width: 1px;
}


#tabelle_referenz_homepage a:visited img {
	border-style: solid;
	border-color: #f8f8f8;
	border-width: 1px;
}


#tabelle_referenz_homepage a:hover img {
	border-style: solid;
	border-color: #f8f8f8;
	border-width: 1px;
}

.tabelle_referenz_homepage_img_center     {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.tabelle_referenz_homepage_titel {
	padding-top: 20px;
	padding-bottom: 15px;
}
.tabelle_referenz_homepage_textfeld {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 20px;
	text-align: justify;
}
.tabelle_referenz_pc_titel {
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 1.4em;
	color: #0072AE;
}
.tabelle_referenz_pc_tabellenfeld {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 20px;
}









.fettschrift_schwarz {
	font-weight: bold;
	color: #000000;
}

.fettschrift_dunkelgrau {
	font-weight: bold;
	color: #595959;
}

.fettschrift_unterstrichen_dunkelgrau {
	font-weight: bold;
	color: #595959;
	text-decoration: underline;
}
.schrift_rot {
	color: #F00;
}






.img_links {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.img_links_ganzoben {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.img_rechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
.webkontrolle {
	font-size: 0.8em;
	color: #009900;
}




    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

