body, html
{
	margin: 0px;
	Font-Family: Arial;
	Font-Size: 12px;
        Color: #000000;
	text-align: center;
}

hr
{
	width: 100%;
	height: 1px;
	border: 0px;
	border-top: 1px solid black;
}

html
{
        min-height:100%;
        margin-bottom:1px;
}

small
{
	margin: 0px;
	padding: 0px;
        Font-Family: Arial;
        Font-Size: 9px;
}

a, a:LINK, a:ACTIVE, a:VISITED
{
        color: red;
        text-decoration: none;
}

a:HOVER
{
        color: #969594;
        text-decoration: none;
}

h1
{
	Font-Family: Arial;
	Font-Size: 14px;
	Font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

h2,h3,h4
{
        Font-Family: Arial;
        Font-Size: 12px;
        Font-weight: bold;
        margin: 0px;
        padding: 0px;
}

table
{
	table-layout: fixed;
}

p
{
	margin-top: 5px;
        Font-Family: Arial;
        Font-Size: 12px;
}

ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li
{
        Font-Family: Arial;
        Font-Size: 12px;
}

img
{
	border: 0px;
}

#main
{
	width: 864px;
        margin-left: auto;
        margin-right: auto;
	text-align: left;

}

#space
{
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        height: 40px;

}

#logo
{
	cursor: pointer;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
	height: 110px;
        background-position: top center;
        background-repeat: no-repeat;
}

#nav
{
	Font-Size: 11px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#nav tr
{
        margin: 0px;
        padding: 0px;
	cursor: default;
	list-style-type: none;
}

#nav td
{
	cursor: pointer;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	Font-Size: 11px;
	padding: 2px 1px 2px 1px;
	width: 140px;
	float: left;
}

#nav A, #nav A:LINK, #nav A:ACTIVE, #nav A:VISITED
{
        color: #FFFFFF;
        text-decoration: none;
}

#nav A:HOVER
{
        color: #FFFFFF;
        text-decoration: none;
}

#subnav
{
	clear: both;
	text-align: center;
	text-transform: uppercase;
        padding: 0px;
	margin-top: 8px;
	float: left;
	padding-left: 1px;
}

#subnav ul
{
	margin: 0px 0px 0px 285px;
        padding: 0px;
        cursor: default;
        list-style-type: none;
}

#subnav li
{
	Font-Size: 11px;
	Font-weight: bold;
	margin-right: 0px;
        padding: 2px 4px;
	float: left;
}

#subnav A, #subnav A:LINK, #subnav A:ACTIVE, #subnav A:VISITED
{
        color: #000000;
        text-decoration: none;
}

#subnav A:HOVER
{
        color: #969594;
        text-decoration: none;
}

#subnav A.subnav_aktiv_1
{
        color:rgb(255,0,0);
}

#subnav A.subnav_aktiv_2
{
	color:rgb(100,100,100);
}

#subnav A.subnav_aktiv_3
{
	color:rgb(64,95,167);
}

#subnav A.subnav_aktiv_4
{
	color:rgb(62,109,74)
}

#subnav A.subnav_aktiv_5
{
	color:rgb(0,135,135);
}

#subnav A.subnav_aktiv_6
{
	color:rgb(116,87,157);
}

#fixnav
{
	width: 182px;
	Font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
        padding: 0px;
        padding-top: 2px;
	float: right;
}

#fixnav ul
{
        margin: 0px;
        padding: 0px;
        cursor: default;
        list-style-type: none;
}

#fixnav li
{
	Font-Size: 11px;
        margin-top: 6px;
	margin-left: 5px;
	padding: 2px;
	float: right;
}

#fixnav A, #fixnav A:LINK, #fixnav A:ACTIVE, #fixnav A:VISITED
{
        color: #000000;
        text-decoration: none;
}

#fixnav A:HOVER
{
        color: #969594;
        text-decoration: none;
}

#kalkulator
{
	border: 1px solid #969594;	
	padding: 5px;
	width: 845px;
}

/* the following rule is recognized only by IE */

* html #kalkulator
{
	position: relative;
	left: -264px;
}

/* end IE rule */

#kalkulator th, #kalkulator td
{
	padding: 4px 10px 4px 10px;
}

#kalkulator th
{
	text-align: center;
}

#kalkulator .farbe1
{
	background-color: #f0f8ff;
}

#kalkulator .farbe2
{
        background-color: #f5f5dc;
}

#kalkulator .farbe3
{
        background-color: #eeeeee;
}
	

#kalkulator .rechts
{
	text-align: right;
}

.vorzur
{
	border-top: 1px solid #969594;
	margin-top: 15px;
	padding-top: 2px;
}

.content
{
	clear: both;
	margin-top: 40px;
	text-align: left;
}

.nospace
{
	margin-bottom: -40px;
}

.images
{
	text-align: right;
	padding-right: 28px;
	width: 264px;
	padding-bottom: 15px;
}

.images_stellen
{
        text-align: left;
        padding-right: 10px;
        width: 100px;
}

.text
{
	clear: both;
	text-align: left;
	width: 432px;
	line-height: 1.5;
}

.text_stellen
{
        clear: both;
        text-align: left;
	width: 164px;
        line-height: 1.5;
}

.news
{
        clear: both;
        text-align: left;
        width: 432px;
        line-height: 1.5;
	padding-bottom: 15px;
}


.text h1
{
	line-height: 1;
}

.text td
{
        padding-top: 3px;
        padding-bottom: 3px;
}

.sicherheit
{
	width: 288px;
}

.gesundheit
{
	vertical-align: top;
        background-position: right 40px;
        background-repeat: no-repeat;
	background-image: url(./images/gesundheit.gif);	
}

/* the following rule is recognized only by IE */

* html body .gesundheit
{
        background-position: right 56px;
}

/* end IE rule */

.color1
{
	background-color:rgb(255,0,0);
}

.color2
{
	background-color:rgb(100,100,100);
}

.color3
{
	background-color:rgb(64,95,167);
}

.color4
{
	background-color:rgb(62,109,74);
}

.color5
{
	background-color:rgb(0,135,135);
}

.color6
{
	background-color:rgb(116,87,157);
}

#left
{
	float: left;
}

#right
{
	float: right;
}

#referenz
{
	padding: 0px;
	margin: 0px;
	width: 800px;
	background-color: gray;
	text-align: left;
}

#referenz_text
{
        line-height: 1.5;
        padding: 0px;
        margin: 0px;
        width: 800px;
        Font-Size: 15px;
	text-align: left;
}

#referenz_text td
{
        padding-bottom: 10px;
}

#referenz_text p
{
	Font-Size: 15px;
}

#referenz tr
{
        padding: 0px;
        margin: 0px;
}

#referenz td
{
        padding: 0px;
        margin: 0px;
	vertical-align: top;
	text-align: left;
}

#referenz h2
{
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
        color: white;
        Font-Size: 20px;
}

#referenz_text li
{
	Font-Size: 15px;
}

h1.stellen
{
	padding-top: 20px;
	padding-left: 290px;	
}

h2.stellen
{
        padding-left: 290px;
	padding-bottom: 10px;
}

h3.stellen
{
        padding-bottom: 10px;
	float: left;
}


.inserat_bild
{
	width: 290px;
	float: left;
}

.inserat
{
        width: 432px;
        background-color: #dcdcdc;
        float: left;
        padding: 6px;
        margin-bottom: 20px;
}

.inserat_kopf
{
	height: 20px;
	border-bottom: 1px solid black;
}


.clear
{
	clear: both;
}

.inserat_bild img
{
	border: none;
	float: left;
	padding-right: 10px;
}

.datum
{
	Font-Size: 10px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#simplegallery1
{ //CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
}

#simplegallery1 .gallerydesctext
{ //CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding: 2px 5px;
}
