/*****************************************************/
/*   Design:  zenrace gmbh, switzerland              */
/*            Stylesheet for screen rendering        */
/*---------------------------------------------------*/
/*   Author:  AS		                             */
/*   Email:   contact@zenrace.com                    */
/*   Date:    october, 25, 2007                      */
/*****************************************************/

/*----------------------------------------*/
/* USED COLORS 					              		*/
/*										  									*/
/* blau hell		#373E4F   				  			*/
/* blau mittel	#313549  				  				*/
/* blau dunkel	#24273A   				  			*/
/*----------------------------------------*/

.vcard_index {
	margin: 0px 0px 0px 50px;
}

body#main {	
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
	letter-spacing: 0.1em;
	/* min-width: 700px; */
	margin: 0 auto;
	text-align: center;
	background-image: url(../media/bg_body.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

#bgwrapper {
	text-align: center;
	width: auto;
	margin: 47px auto 0px auto;
	background-image: url(../media/bg_immopic.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	width: 698px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 61px;
	padding: 0px;	
	/* background-image: url(../media/header.gif); */
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #24273A;
}

#bodywrapper {
	background-image: url(../media/bg_site.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 0px;
	border-left: 1px solid #24273A;
	border-right: 1px solid #24273A;
	border-bottom: 1px solid #24273A;
	width: 698px;
	height: 430px;
	min-height: 430px;
	background-color: #FFFFFF;
}

/* * * * * * * * * * * * * * * * * * START NAVIGATION * * * * * * * * * * * * * * * * * * */

#main_navwrapper {
 	clear: right;
	width: 150px;
	height: 395px;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	float: left;
	background-image: url(../media/bg_nav.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#main_nav { 
	clear: both;
	margin: 0px;
	width: 149px;
	border-right: 1px solid #24273A; /* VR Navigation rechts */
	height: auto;
}

#main_nav a {
	display: block;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 10pt;
	line-height: 10pt;
	color: #24273A;
	text-align: left;
	padding: 5px 0px 5px 20px;
	text-decoration: none;
}

#main_nav a.activeroot {
	color: #24273A;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#main_nav a.inactiveroot {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #24273A;
}

#main_nav a:hover.activeroot {
	color: #24273A;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#main_nav a:hover.inactiveroot {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #313549;
}

#svit {
	width: 80px;
	height: 50px;
	margin: 220px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

/* * * * * * * * * * * * * * * * * * END NAVIGATION * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * START CONTENT * * * * * * * * * * * * * * * * */

#contentwrapper {
	width: 542px;	/* für IE 6.x muss diese Breite definiert werden. zusätzlich wird im bodywrapper der hintergrund mit einem bildangegeben. so bleibt das layout in allen browsern gleich. */
	height: 430px;
	min-height: 430px;
	overflow: auto;
	float: right;
	padding: 0px;
	margin: 0px;
}

#content {
	float: left;
	text-align: left;
	color: #555555;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	width: 500px;	/* real width: 464 // inner width + 40 padding left */
}

a#main, a#main:visited { 
	color: #000000;
	line-height: 12pt;
	letter-spacing: 1px;
	text-decoration: underline;
}
								
a#main:hover { 
	color: #000000;
	line-height: 12pt;
	letter-spacing: 1px;
	text-decoration: none;
}

#content h1 {
	font-variant: small-caps;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
	letter-spacing: 0;
	color: #24273A;
	margin-bottom: 10pt;
}

#content h2 {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bolder;
	letter-spacing: 0;
	color: #313549;
	padding-left: 0pt;
	margin-top: 0px;
	margin-bottom: 5pt;
}

#content h3 {
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	letter-spacing: 0;
	color: #313549;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-bottom: 5pt;
}

#content h4 {
	font-variant: normal
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0pt;
	color: #313549;
	padding: 0pt 0pt 0pt 0pt;
	margin-top: 0px;
	margin-bottom: 5pt;
}

#content h4#kategorie { /* Angebotsliste */
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0pt;
	color: #313549;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

#content p	{
	line-height: 10pt;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
/* * * * * * * * * * * * * * * * * * END CONTENT * * * * * * * * * * * * * * * * */

#footer { 
	clear: both;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 100px;
	background-image: url(../media/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/* background-color: lime; */
}

#footer_index { 
	clear: both;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 1400px;
	height: 50px;
	text-align: center;
	background-color: transparent;
}


/* * * * * * * * * * * * * * * * * * START ANGEBOT * * * * * * * * * * * * * * * * */

/*
body.angebot {	
	width: 420px;
	min-width: 420px;
	margin-left: 40px;
	margin-top: 0px;
	padding-left: 1px;
	padding-top: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	letter-spacing: 1pt;
	text-align: left;
	color: #FFFFFF;
	background-color: #6B8FB3;
}
*/

.angebot h1 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	font-variant: small-caps;
	line-height: 13px;
	margin-bottom: 6pt;
	padding-right: 10px;
}

.angebot h2 {
	font-size: 10pt;
	font-weight: normal;
	line-height: 10pt;
	letter-spacing: 0pt;
	margin: 2pt 0pt 8pt 0pt;
	padding-right: 10px;
}

.angebot h3{
	font-size: 11px;
	letter-spacing: 0;
	font-variant: small-caps;
	line-height: 10pt;
	margin-bottom: 2px;
}

.angebot p {	
	font-size: 10pt;
	line-height: 10pt;
	margin: 6px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
									
a.angebot:link, a.angebot:visited { 	
	font-size: 8pt;
	letter-spacing: 0pt;
	color: #000000;
	text-align: right;
	text-decoration: underline;
}
																		
a.angebot:hover {
	font-size: 8pt;
	letter-spacing: 0pt;
	color: #000000;
	text-align: right;
	text-decoration: none;
}
				
#angebotliste {
	font-size: 9pt;
	line-height: 10pt;
	letter-spacing: 0pt;
	text-align: left;
	background-color: #373E4F;
	}

#angebotliste td {
	color: #FFFFFF;
	padding: 2px 0px 2px 4px;
}
										
#angebotlead {
	font-weight: normal;
	font-variant: normal;
	font-size: 8pt;
	line-height: 10pt;
	letter-spacing: 1pt;
	text-align: left;
}
																				
#angebotlead td {
	margin: 0px;
	padding: 2px 0px 2px 2px;
	}			
																		
#tabelborder {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #373E4F;
	}

/* * * * * * * * * * * * * * * * * * END ANGEBOT * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * START ANGEBOT DETAILS * * * * * * * * * * * * * * */

body#detail {
	width: 640px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #24273A;
	text-align: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#detaillogowrapper {
	width: 600px;
	height: auto;
	text-align: right;
	margin: 25px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #373E4F;
}

#detailwrapper {
	width: 600px;
	margin: 0px;
	height: auto;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align: left;
	float: left;
}

#detailleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px; /* für IE weniger breit als möglich: (-6px so 290px anstatt 296px) */
	height: auto;
	vertical-align: top;
}

#detailright {
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	width: 302px;
	vertical-align:top;
}

#slideshow {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

#detail h1 {
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 12pt;
	letter-spacing: 1pt;
	color: #313549;
	margin: 0px 0px 10px 0px;
	padding-right: 5px;
}

#detail h2 {
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	letter-spacing: 0pt;
	color: #313549;
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
}

#detail h3 {
	font-size: 8pt;
	font-weight: bolder;
	line-height: 10pt;
	letter-spacing: 0pt;
	color: #313549;
	text-align:left;
	margin: 0px 0px 8px 0px;
	padding: 0px 10px 0px 1px;
	vertical-align:top;
}

#spezifikationen {	
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	letter-spacing: 1pt;
	color: #313549;
	margin: 0px 10px 8px 0px;
	padding: 0px 0px 0px 1px;
	vertical-align:top;
}

#detaildescription {
	width: 580px;
	height: 130px;
	overflow: auto;
	border: 1px solid #373E4F;
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	letter-spacing: 0.1em;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	float: left;
}		
							
.picture {
	border: 1px solid #333333;
}

/* * * * * * * * * * * * * * * END ANGEBOT DETAILS * * * * * * * * * * * * * * */

#signaturewrapper {
	width: 400px;
	height: 152px;
	margin-top: 0px;
	margin-left: 0px;
}

.portrait {
	width: 120px;
	height: 150px;	
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.signature {	
	width: 270px;
	height: 30px;
	float: right;
	text-align: left;
	vertical-align: bottom;
	margin: 123px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	list-style-type: disc;
	margin-left: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
										
li {
	line-height: 9pt;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* * * * * * * * * * * * * * * START SUCHMANDAT * * * * * * * * * * * * * * */

body#suchmandat {
	width: 640px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #333333;
	text-align: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#suchmandatlogowrapper {
	width: 600px;
	height: auto;
	text-align: right;
	margin: 25px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #333333;
}

#suchmandatformwrapper {
	width: 600px;
	margin: 0px;
	height: auto;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align: left;
	float: left;
}

.suchmandat td {	
	height: 26px;
	vertical-align: baseline;
	font-size:10pt;
	font-weight: normal;
	letter-spacing: 0pt;
	line-height: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color:black;*/
}

.TextFormField {
	font-size: 9pt;
	color: #373E4F;
	font-weight: normal;
	letter-spacing: 0pt;
	line-height: 10pt;
	width: 150px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666666;
}

.bemerkungen {
	font-size:9pt;
	color: #373E4F;
	font-weight: normal;
	letter-spacing: 0pt;
	line-height: 10pt;
	width: 600px;
	height: 80px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #666666;
}

#suchmandatleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	vertical-align: top;
}

#suchmandatright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
	vertical-align: top;
}

#suchmandat h1 {
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 12pt;
	letter-spacing: 1pt;
	margin: 0px 0px 10px 0px;
	padding-right: 5px;
}

#suchmandat h2 {
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	letter-spacing: 0pt;
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
}

#suchmandat h3 {
	font-size: 8pt;
	font-weight: bolder;
	line-height: 10pt;
	letter-spacing: 0pt;
	color: #444444;
	text-align:left;
	margin: 0px 0px 8px 0px;
	padding: 0px 10px 0px 1px;
	vertical-align:top;
}

/*
#spezifikationen {	
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	letter-spacing: 1pt;
	margin: 0px 0px 8px 0px;
	margin-right: 10px;
	padding: 0px 0px 0px 1px;
	vertical-align:top;
}
*/

#windowNavWrapper {
	position: absolute;
	top: 510px;
	left: 20px;
	width: 600px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}		

#windowNavLeft {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	text-align: left;
	width: 200px;
	height: auto;
	vertical-align:top;
}

#windowNavMiddle {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	text-align: center;
	width: 200px;
	height: auto;
	vertical-align:top;
}

#windowNavRight {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: right;
	text-align: right;
	width: 200px;
	height: auto;
	vertical-align:top;
}
/* * * * * * * * * * * * * * * END SUCHMANDAT * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * START NAVIGATION DETAIL * * * * * * * * * * * * * * */

#navigationFormWrapper {
	position: absolute;
	top: 520px;
	left: 20px;
	width: 400px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}		
								
#navigationForm {
	font-family: arial, verdana, sans-serif;
	text-align: center;
	font-size: 9pt;
	letter-spacing: 0pt;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
										
#navigationForm a:link, #navigationForm a:visited {
	border: solid 1px #24273A;
	background-color: #24273A;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 2px 4px 2px 4px;
}
										
#navigationForm a:hover {
	border: solid 1px #24273A;
	background-color: #FFFFFF;
	color: #24273A;
	text-decoration: none;
	margin: 0px;
	padding: 2px 4px 2px 4px;
}

/* * * * * * * * * * * * * * * END NAVIGATION DETAIL * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * START PHP * * * * * * * * * * * * * * */

body#database {
	margin: 10px;
	padding: 0px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #CCCCCC;
}

#database table {
	margin: 0px auto 0px auto;
	width: 80%;
	font-size: 9pt;
	background-color: #FFFFFF;
}

#database td {
	padding: 5px;
	background-color: #FFFFFF;
}

#editangebotheader {
	padding: 10px 0px 10px 0px;
	font-size: 14pt;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #999999;
}

#database #editangebot {
	background-color: #333333;
}

#database #editangebot a:link, #database #editangebot a:visited {
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1pt;
	text-decoration: underline;
}
					
#database #editangebot a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#database a:link, #database a:visited {
	padding: 0px 0px 0px 20px;
	color: #666666;
	text-decoration: underline;
}
					
#database a:hover {
	color: #333333;
	text-decoration: none;
}

#database a.editbtn:link, #database a.editbtn:visited {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 200px;
	font-size: 12pt;
	display: block;
	text-decoration: none;
	padding: 4px;
	background-color: #333333;
	border: 1px solid: #FFFFFF;
}
					
#database a.editbtn:hover {
	color: #333333;
	display: block;	
	text-decoration: none;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
					
#database #note {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	line-height: 10pt;
	font-size: 10pt;
	font-style: italic;
	color: #FF6600;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * START PHP * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * START INDEX * * * * * * * * * * * * * * * * */

#indexwrapper{
	width: 638px;
	height: 520px;
	background-image: url(../media/bg_index.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	border: 0px solid white;
}

#Indexband {
	width: 638px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#indexadresswrapper {
	width: 628px;
	height: auto;
	padding: 130px 10px 0px 0px;
}

#indexdistance {
	height: 35px;
	padding: 10px 10px 0px 0px;
	text-align: right;
}

#indexadress {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14pt;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#indexadress a {
  color: #3C566E;
	font-size: 18pt;
	font-weight: bolder;
	text-decoration: none;
}
								
#indexadress a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * END INDEX * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * START COPYRIGHT * * * * * * * * * * * * * * * * * * */

#copyright {
	z-index: 100;
	position: absolute;
	width: 10px;
	height: auto;
	right: 5px;
	top: 13px;
	float: right;
	font-family: arial, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-align: center;
}

a.copyright:link, a.copyright:visited {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
}
					
a.copyright:hover {
	display: block;
	color: #999999;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * END COPYRIGHT * * * * * * * * * * * * * * * * * * */


/*----------------------------------------*/
/* USED COLORS 					              		*/
/*										  									*/
/* blau hell		#373E4F   				  			*/
/* blau mittel	#313549  				  				*/
/* blau dunkel	#24273A   				  			*/
/*----------------------------------------*/
