﻿/* rathaus.css von hotel-zum-rathaus.de          */
/* v0.8 vom 25.05.2007                           */
/* (c) cobizz GmbH                               */

html, body {
	background-color: #fae1a4; 
	background-image: url(/images/back.gif);
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 101%;
	}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3em;
	}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 0.85em;
	margin: 20px 10px 8px 10px;
	padding: 0px;
	color: #b7002e;
	z-index: 1;
	}

h2 {
	font-family: 'Copperplate Gothic Light', 'times new roman', verdana, arial, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 35px;
	padding: 0px;
	letter-spacing: 0.2em;
	color: #ffffbf;
	z-index: 1;
	}

img {border: 0;}

/*------------------------------------------------------------------/
/ Zentrierte BOX     nichts aendern ausser groesse                  /
/------------------------------------------------------------------*/

#spacer {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 560px;
	}

.center {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 960px;
 	height: 560px;
 	margin-left: -480px;
 	margin-top: -280px;
 	background-color: transparent;
 	border: 0px solid #fc0; 
	}

/* IE-Explorer */

* html #iespacer {
	width: 960px;
	height: 560px;
	}
	
* html .center {
	height: 560px;
	}
	
/* Ende IE */

	
/*------------------------------------------------------------------/
/ Allgemeine Links                                                  /
/------------------------------------------------------------------*/

a:link { 
	color: #353535; 
	text-decoration: none; 
	font-weight: normal;
	border: none;
	}

a:visited { 
	color: #ccc; 
	text-decoration: none; 
	font-weight: normal;
	border: none; 
	}

a:hover {
	color: #fc0;
	font-weight: normal;
	border: none; 
	}
	
a:active {
	color:#000; 
	border: none; 
	}
	
/*--------------------------------------------------------------------------*/
/* Farben                                                                   */
/*--------------------------------------------------------------------------*/

.logo {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width:158px;
	height:130px;
	background:#fff;
	border:1px solid #b7002e;
	z-index: 7;
	}
	
.sprachen {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:8;
	}	

.top {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 800px;
	height: 100px;
	text-align:	center;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	z-index:3;
	}
		
.footer {
	position: absolute;
	bottom: 0px;
	left: 160px;
	width: 300px;
	height: 100px;
	}

.footer p {
	font-size: 0.7em;
	color: #fff;
	padding: 10px;
	}
	
.navi {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 160px;
	height: 460px;
	z-index: 6;
	}
	
.balken1 {
	position: absolute;
	bottom: 0px;
	left: 160px;
	width: 800px;
	height: 20px;
	padding:2px 0px 2px 0px;
	text-align:center;
	z-index: 6;
	}	

.balken2 {
	position: absolute;
	bottom: 1px;
	left: 160px;
	width: 800px;
	height: 2px;
	}	
	
.top, .footer, .navi, .balken1, .balken2 {background-color: #b7002e;}

.footer, navi {
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	}
	
/*--------------------------------------------------------------------------*/
/* Content                                                                  */
/*--------------------------------------------------------------------------*/

.contentbox {
	position: absolute;
	top: 100px;
	left: 160px;
	width: 800px;
	height: 460px;
	background: #ffffcf;
	}	
	
.content {
	position: absolute;
	width: 380px;
	height: 420px;
	background: #ffffcf;
	overflow: auto;
	}
	
.content p {
	font-size: 0.65em;
	padding: 0px;
	}		

ul.about {
	list-style: none;
	list-style-image: url(/images/list.gif);
	margin-left:  40px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.70em;
	line-height: 1.2em;
	}
	
.sub_content {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 400px;
	vertical-align: middle;
	border: 0px solid #fc0;
	background: #fff;
	overflow:hidden;
	}	


/*----------------------------------------------------------*/
/* Navigation links                                         */
/*----------------------------------------------------------*/

ul.leftnav {
	list-style: none;
	margin: 80px 10px 0px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: right;
	}	
	
ul.leftnavsub {
	list-style: none;
	margin: 0px 0px 5px 28px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	}		

.menue {padding: 1px 0px; }

ul.leftnav li a:link, ul.leftnav li a:visited {
	display: block;
	color: #fff;
	padding: 0px 5px 0px 0px;
	}    		 
  
ul.leftnav li a:hover {
	display: block;
	padding: 0px 5px 0px 0px;
	background: #ffffaa;
	color: #353535;
	}

ul.leftnav li a:active {
	display: block;
	background: #353535;
	color: #fff;
	padding: 0px 5px 0px 0px;
	}

/*----------------------------------------------------------*/
/* Kontaktformular                                          */
/*----------------------------------------------------------*/

table {margin-left: 10px;}
	
/*input, select {
	display: block;
	float: left;
	width: 140px;
	margin-left: 3px;
	margin-top: 3px;
	}

label {
	display: block;
	float: left;
	height: 10px;
	width: 100px;
	margin-left: 3px;
	margin-top: 3px;
	}

label, input, select, textarea p {font-size: 1.0em; padding: 0px;}
*/

td {font-size:11px;}

textarea {
	margin-left:0px;
	margin-top:3px;
	}

form br {
	clear: left;
	}

submit {display: block;}


input#versteckt {
	margin-left: -1px;
	width: 0px;
	height: auto;
	background-color: #fc0;
	margin-top: 0px;
	border: 0px solid #69f;
	}