body
{
	text-align: center;
	font-family: Arial;
	overflow: scroll;
	*overflow: auto;
	background-color: #DCDCDC;
}

/**************************************** Siteaufbau ***********************************************/
/* Hauptcontainer fuer gesamte Site */
#sitemain
{
	width: 900px;
	text-align: center;
	margin: auto;
	background-color: white;
	border: 1px solid #C0C0C0;
	padding: 10px;
}

/* oberer Container innerhalb Hauptcontainer */
#sitetop
{
}

/* body Container innerhalb Hauptcontainer */
#sitebody
{
}

/* Linker Container innerhalb Hauptcontainer */
#siteleft
{
	width:170px;
	float:left;
	position:relative;
}

/* Rechter Container innerhalb Hauptcontainer */
#siteright
{
	width:729px;
	float:right;
	border-left:1px solid black;
}

/* Rechter Container innerhalb Hauptcontainer */
#sitefull
{
}

/**************************************** Aufbau rechter Teil ***************************************/
/* Logo innerhalb rechtem Container */
#logo
{
	/*background: #FFFFFF url(../images/toplogo.jpg) no-repeat center; */
	width: 714px;
	height: 155px;
	margin-left:10px;
}

/* Hauptnavigation, rechter Teil, innerhalb rechtem Container */
#navtopright
{
    background: url(../images/background_nav_right.jpg) repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 724px;
    height: 45px;
	margin-left:5px;
    margin-top: 0px;
    padding-top: 0px;
}

/* Hauptnavigation, rechter Teil, innerhalb rechtem Container */
#navtopfull
{
    background: url(../images/background_nav_full.jpg) no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    height: 45px;
	margin-left:5px;
    margin-top: 0px;
    padding-top: 0px;
}

/* Links rechte Hauptnavigation */
#navtopright ul, #navtopfull ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: right;
}

#navtopright ul li, #navtopfull ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}

/* Links rechte Hauptnavigation */
#navtopfull ul.leftlist
{
    margin-left: 10px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: left;
    float:left;
}

#navtopfull ul.leftlist li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}

#navtopright a:link, #navtopright a:visited, #navtopfull a:link, #navtopfull a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#navtopright a:hover, #navtopfull a:hover
{
    text-decoration: underline;
}

#navtopright a:active, #navtopfull a:active
{
    text-decoration: none;
}


/**************************************** Aufbau linker Teil ***************************************/
/* Links linke Hauptnavigation */
#navtopleft
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: left;
    display: inline;
    color: #FFFFFF;
}

/* Hauptnavigation, linker Teil, innerhalb linkem Container, Logo oben */
#navtopleftlogo
{
    background: url(../images/logotopleft.gif) no-repeat center;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 165px;
    height: 155px;
    padding-top: 0px;
    text-align:center;
}

/* Hauptnavigation, linker Teil, innerhalb linkem Container, Link unten */
.navtopleftheader
{
    background: url(../images/background_nav_left.jpg) repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 165px;
    height: 45px;
    margin-right:4px;
    padding-top: 0px;
    text-align:center;
    vertical-align:middle;
}


/* Full Hauptnavigation, linker Teil, innerhalb linkem Container, Link unten */
.navtopleftheaderfull
{
    background: url(../images/background_nav_left.jpg) repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    height: 45px;
    padding-top: 0px;
    text-align:center;
    vertical-align:middle;
}


/* Hauptnavigation, linker Teil, innerhalb linkem Container, Link unten */
.navtopleftheaderwithpadding
{
    background: url(../images/background_nav_left.jpg) repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 165px;
    height: 45px;
    margin-right:4px;
    padding-top: 10px;
    text-align:center;
    vertical-align:middle;
}

/* Hauptnavigation, linker Teil, innerhalb linkem Container, Link unten */
.navtopleftheaderwithpaddingfull
{
    background: url(../images/background_nav_left.jpg) repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    height: 45px;
    padding-top: 10px;
    text-align:center;
    vertical-align:middle;
}


/**************************************** Aufbau Content ***************************************/
/* Mappath */
#sitemap
{
	text-align:left;
	font-size: 0.8em;
	margin-left:15px;
}

.sitemappathlabel
{
    font-weight:normal;
}

.sitemappath
{
    font-weight:bold;
}

.sitemappath a:link, .sitemappath a:visited, .sitemappath a:active
{
    color: #152F7C;
    text-decoration: none;
}

.sitemappath a:hover
{
    color: #B8022B;
    text-decoration: underline;
}


/* Container Seiteninhalt */
.sitecontent
{
	min-height:420px;
	height:auto;
	_height:420px;
	margin-top:35px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:25px;
	font-size: 0.9em;
	font-family: Arial;
}

.contentheader
{
	font-weight:bold;
	text-align:center;
}

.floattext
{
	font-weight:normal;
	text-align:left;
}

.floattextcenter
{
	font-weight:normal;
	text-align:center;
}
.floattextexpertise
{
	padding-top:40px;
	padding-bottom: 60px;
	font-weight:normal;
	text-align:left;
	font-size: 1.0em;
	background: url(../images/expertise/expertise.jpg) no-repeat 80% 50%;
}

.floattextinspection
{
	padding-top:40px;
	padding-bottom: 60px;
	font-weight:normal;
	text-align:left;
	font-size: 1.0em;
	background: url(../images/inspection/inspection.jpg) no-repeat 90% 50%;
}

.floattextmisc
{
	padding-top:40px;
	padding-bottom: 120px;
	font-weight:normal;
	text-align:left;
	font-size: 1.0em;
	background: url(../images/misc.jpg) no-repeat 70% 50%;
}

.serviceleft
{
    border-right: 1px solid #C0C0C0;
    width: 49%;
    float: left;
}

.serviceright
{
    float: right;
    width: 49%;
}


/**************************************** Aufbau Content-Navigation ****************************/
/* Container fuer Seitennavigation */
.navileft
{
	min-height:300px;
	height:auto;
	_height:300px;
	padding-top:20px;
	font-size: 0.7em;
}

/* Container fuer Seitennavigation */
.navileftwithsmallerpadding
{
	min-height:300px;
	height:auto;
	_height:300px;
	padding-top:10px;
	font-size: 0.8em;
}

.navibody
{
    text-align:center;
    width:165px;
    margin-left:auto;
    margin-right:auto;
}

.navibody a:link, .navibody a:visited, .navibody a:active
{
    display:block;
    color: #152F7C;
    width:160px;
    text-decoration: none;
    line-height:15px;
    padding-top:10px;
    padding-bottom:10px;
    border-left:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}

.navibody a:hover
{
    color:#B8022B;
    width:160px;
    border-left:1px solid #000000;
    border-top:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    background-color:#FFFFFF;
}


a.navisel:link, a.navisel:visited, a.navisel:active, a.navisel:hover 
{
    color:#B8022B;
    font-weight:bold;
    width:167px;
    border-left:1px solid #000000;
    border-top:1px solid #000000;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #000000;
    background-color:#FFFFFF;
}


/**************************************** Utility *********************************************/
/* Container zum Zuruecksetzen der float-Anweisungen */
.clear2column
{
	clear:both;
}


/**************************************** Aufbau Fusszeile ************************************/
/* Fusszeile innerhalb Hauptcontainer */
#footer
{
	height:32px;
	color:#808080;
	text-align:center;
	padding-top:15px;
	font-family: Arial;
	font-size: 0.7em;
}

#footer a:link, a:visited, a:active
{
	text-decoration:none;
	color:#808080;
}


#footer a:hover
{
	text-decoration:underline;
}

.bold
{
	font-weight:bold;
}

.contactclass
{
	text-align:left;
}

.contacttextbox
{
	width:500px;
	min-height:100px;
	height:auto;
	_height:100px;
}

.contactlink
{
	border: 1px solid gray;
	width:100px;
	color:Gray;
	cursor:pointer;
}

.mailfeedback
{
	color: Green;
}

.mailerror
{
	color: Red;
}

.news
{
	padding: 5px;
	border: 1px solid Black;
	background-color: White;
	width: 98%;
	font-family: Arial;
	text-align: left;
}

.newsheader
{
	border-bottom: 1px dashed Black;
}

.newsheading
{
	font-weight: bold;
}

.newsbody
{
	font-size: 1em;
}

.newsdate
{
	font-weight: bold;
}


.LinkListClass
{
	padding-top: 10px;
}

.LinkListClass table.linktable
{
	width: 100%;
	border-collapse: collapse;
}

.LinkListClass td
{
	height: 70px;
	text-align: center;
}

.LinkListClass td.catheader
{
    font-size: 1em;
    font-weight: bold;
	border-top: 1px solid #bababa;
	text-align: left;
}

.LinkListClass td.cattext, td.catlink
{
	border-top: 1px solid #bababa;
}

.LinkListClass td.cattext
{
	padding-left: 40px;
	text-align: left;
}

.LinkListClass td.catlink
{
	padding-left: 20px;
	padding-right: 40px;
}

.LinkListClass td.header
{
	text-align: left;
	padding-left: 10px;
}

.LinkListClass td.text
{
	text-align: left;
	padding-left: 40px;
}

.LinkListClass td.link
{
	text-align: center;
	padding-left: 20px;
	padding-right: 40px;
}

.separatebold
{
    font-weight: bold;
}

a.innerlink:link, a.innerlink:visited, a.innerlink:active
{
    text-decoration: none;
    color:#0033CC;
} 

a.innerlink:hover
{
    text-decoration: underline;
    color:#0033CC;
}

a.imglink:link, a.imglink:visited, a.imglink:active
{
    text-decoration: none;
} 

a.imglink:hover
{
    text-decoration: underline;
}

.italic
{
    font-style: italic;
}

ul.nostyle
{
    line-height: 1.5em;
}

div.servicecenterdiv
{
    text-align: left;
    padding-left: 80px;
    padding-top: 10px;
}





