/*-------------------------------------------------------------
 * Gremper Partner
 * screen-css für webauftritt
 * authorin:   Kathrin Stärk 	kst	4in@peripteros.ch
 * datum:   2011-12-02
-------------------------------------------------------------*/
/* 
Farben:

*/

/*
======================================================================================================
CSS Reset
======================================================================================================
*/

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}

caption, th {
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
======================================================================================================
Position of Containers
======================================================================================================
*/

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.abst{width: 100px; height: 5%;}
#contentbox { /* Weisser Bereich */
	position: relative;
	background-color: #FFF;
	width: 795px;
	min-height: 539px;
	margin: auto;
	/*background: url("../img/bg3.png") no-repeat #FFFFFF -4px -4px;*/
}

#servicenav{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #8C8C8C;
	width: 400px;
}
#logo{
	position: relative;
	height: 130px;
	margin-left: 627px;
}
#logostart{
	position: relative;
	/*width: 153px;*/
	width: 225px;
	margin: 0 auto;
	/*padding-top: 224px;
	padding-bottom: 244px;*/
	padding-top: 209px;
	padding-bottom: 229px;
}
#logostart_gross{
	position: relative;
	width: 305px;
	margin: 0 auto;
	padding-top: 191px;
	padding-bottom: 211px;
}
#footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 111px;
	width: 169px;
}
#nav{
	position: relative;
	width: 110px;
	float: left;
	margin-left: 15px;
	padding: 0px;
}
#content{
	postition: relative;
	float: none;
	margin: 5px 200px 0px 156px;
}



/* header elements */

/* servicenavigation elements*/
#servicenav a, #servicnav a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #8C8C8C;
	padding: 0;
	display: block;
	float:left;
	padding-right: 4px;
	padding-left: 1px;
	background: url("slash.png") no-repeat right;
}
#servicenav a:active, #servicenav a:hover{
	color: #D4001C;
	background: url("slash_act.png") no-repeat right;
}
#servicenav a.serviceactive, #servicenav a.serviceactive:visited{
	color: #D4001C;
	background: url("slash_act.png") no-repeat right;
}
/*#servicenav a.home{background: none; padding-right: 10px;}*/

#servicenav a.last{background: none;}

/* Main Navigation */
#nav li{
	display: block;
	border-bottom: 1px solid #4C575F;
	/*line-height: 19px;
	padding-bottom: 1px;*/
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav li li{
	margin-left: 10px;
	border-top: 1px solid #4C575F;
	border-bottom: none;
}
#nav li li.first{
	margin-left: 0;
	padding-left: 10px;
}
#nav li li.last{/*padding-bottom: 0;*/ padding-bottom: 0px;}

/* Main Navigation and Caption Navigation Colors */
#nav a, 
#nav a:visited,
#captions td.navelement a,
#captions td.navelement a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #4C575F;
}
#nav a:active,
#nav a:hover,
#captions td.navelement a:hover, 
#captions td.navelement a:active{
	color: #D4001C;
}
#nav a.navactive, 
#nav a.navactive:visited,
#captions td.navelement a.captionactive,
#captions td.navelement a.captionactive:visited{
	color: #D4001C;
}

/* Portrait */
#portrait{
	position: relative;
	float: left;
	margin-top: 2px;
}
#personal{
	float: none;
	margin-left: 165px;
	width: 250px;
}
#personal h1{margin-bottom: 2px; }
/* ------ Table with personal data ------ */
#personaldata{ 
	margin-top: 4px;
	width: 240px; 
	font-size: 11px;
	line-height: 16px;
}

#personaldata td{
	padding-right: 5px;
	vertical-align: top;
}
#personaldata td.c1{
	width: 60px;
}
#personaldata td.c2{
	width: 180px;
	padding-right: 0px;
}

/* ------ Table with detail information ------ */
#captions{ 
	width: 430px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size:11px;
}
#captions td.navelement{
	padding-left: 1px;
	padding: 5px 1px 0px 1px;
	width: 150px;
	/*border-bottom: 1px solid #4C575F;*/
}
#captions td .strich{
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	border-bottom: 1px solid #4C575F;
}
#captions td.list{
	width: 263px;
	padding-left: 15px;
}
#captions td.list .caphide{display: none;}
#captions td.list .capshow{display: block; padding-top: 5px;}
.captplaceholder{}

#captions td.list a, #captions td.list a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#captions td.list a:active,#captions td.list a:hover{
	color: #D4001C;
}


.listlist{
	list-style: none;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.listlist li{
	background-image: url(line.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	padding: 0px 0px 0px 12px;
	font-size: 11px;
}

/* Footer */
#footer{
	color: #4C575F;
	line-height: 14px;
}

#footer a, #footer a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #4C575F;
}
#footer a:active, #footer a:hover{
	color: #D4001C;
}


/* Galerie */
.slideshow img{cursor: pointer;}
/* Galerie Navigator */
.navigator{padding-top: 5px;}
.forward, .back{display: block; float: left; width: 10px; margin-right: 10px;}
.forward{background: url("../img/forward.png") no-repeat 0px 3px;}
.back{background: url("../img/back.png") no-repeat 3px 3px;;}
.forward:hover{background-image: url(../img/forward_hov.png);}
.back:hover{background-image: url(../img/back_hov.png);}

/* Lageplan Wegbeschrieb */
.wegbeschrieb{
	padding-top: 7px;
	width: 377px;
}
.wegtext{
	float: left;
	width: 320px;
}
.lupe{
	width: 27px;
	height: 27px;
	float: right;
	background: url("../img/lupe.png") no-repeat;
}
.lupe:hover{
	background-image: url("../img/lupe_hov.png");
}

/* Impressum */
#impressum{
	position: absolute;
	bottom: 25px;
}
#impressum h2 {
	font-size: 11px;
}
#impressum a{font-weight: normal;}

/* misc. text elements */
h1{	
	font-size: 11px; 
	font-style:bold; 
	color: #4C575F;
	margin-bottom: 10px;
}
h2{
	font-size: 12px; 
	font-style:bold; 
	/*color: #4C575F;*/
	color: #627380;
	margin: 0px 0px 0px 0px;	
}
p{
	font-size: 11px; 
	margin: 2px 0px 8px 0px;	
	line-height: 16px;
}
#recht{padding-top: 25px;}
#recht p{color: #4C575F;}
a, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover, a.active {
	color: #D4001C;;
}

#impressum p{
	margin: 0px 0px 10px 0px;
}
#kontakt p{
	margin: 8px 0px 2px 0px;	
}

td.list p{
	margin: 0px 0px 10px 0px;
}
.clear{
	clear: both;
	height: 2px;
}
.border{
	height: 20px;
}

.keinumbr {
	white-space: nowrap;
}
.cleaner { clear: both; height:0px; font-size: 0px; line-height: 0px;}

/* vorankuendingung links */
.vorank{position: absolute; top: 292px; left: 302px; line-height: 20px;}

.vorank a, .vorank a:visited{
	text-decoration: none;
	/*color: #4C575F;*/
	color: #D4001C;
	background: url('../img/pdf_document.png') no-repeat;
	padding: 0px 20px 5px 20px;
}
.vorank a:active, .vorank a:hover{
	text-decoration: none;
	color: #000000;
}
.nowr{white-space: nowrap;}
.todo{color: red;}

a.rechtclick, #captions td.list a.rechtclick, #captions td.list a.rechtclick:visited{
	font-weight: normal;
}

.rechtclick:hover{
	color: #000000;
}


