/*
 * CSS Haus Schwoon
 * Autor: Tim Isenheim
 * Last Modified: 16-12-2005
 */

/* Formulare */

.norm {
  font: 11px Courier New, Courier, Monospace; 
  color: #000055; 
  background: #F8FFA9;
  border: 1px solid #CEE187; 
}

.tabrahmen {
  border: 3px solid #CEE187; 
}

.req {
  font-family: Courier New, Courier; 
  font-size: 11px; 
  color: #000055; 
  background: #F8FFA9 url("/bitmaps/input_req.gif") no-repeat top right;
  border: 1px solid #CEE187; 
}

#content font.fehler {
  color: #FF0000;
  font-style: bold;
}

/* Landkartenabstand */
.kartenbild {
  margin-right: 5px;
}

#content table.error, 
#content table.error td {
  padding: 15px;
  border: 1px solid #F00;

}

html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #f8ffa9;
	color: #000;
	font: 120%/140% Times, "Times New Roman", serif;
	text-align: center;
}

a, a:link{
	color: #666;
}
a:visited:hover, a:hover { color: #000; }
a:visited { color: #666; }



#site{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border-left: 2px solid #d0c78b;
	border-right: 2px solid #d0c78b;
	background: #fff url(bitmaps/sidebar.jpg) repeat-y 0 0;
}

h1{}
h2{ font-size: 150%; }
h3{}

#title h1, #title h2{
	margin: 0;
	padding: 0;
}

#title h1 span,
#title h2 span{ display: none; }

#title h1{
	background: url(bitmaps/schwoon-titel.jpg) no-repeat left top;
	height: 53px;
}

#title h2{
	background: url(bitmaps/schwoon-header.jpg) no-repeat left center;
	height: 116px;
}


/* Sidebar - Menue
--------------------*/

#navigation{
	float: left;
	width: 180px;
	background: #eee5a7 url(bitmaps/sidebar.jpg) repeat-y;
	margin-top: 20px;
}

#navigation ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li a{
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	line-height: 25px;
	height: 25px;
}

#navigation ul li a:hover{
	background: #666;
	color: #fff;
}

#content-section{
	background: #fff url(bitmaps/sidebar.jpg) repeat-y 0 0;
}

#content {
	float: right;
	width: 570px;
	font: 70%/130% Arial, Helvetica, sans-serif;
	clear:right;
}

#content font {
	font: 100% Arial, Helvetica, sans-serif;
    }
div.inner{ margin: 25px 10px 10px 5px; }

#footer{
	width: 752px;
	text-align: center;
	font: 70%/110% Verdana, Arial, Helvetica, sans-serif;
	background: #eee5a7;
	border-top: 3px solid #d0c78b;
	padding: 2px 4px;
	border-bottom: 3px solid #d0c78b;
}

/* CONTENT styling
---------------------------*/

#content h2{
	padding-bottom: 4px;
	border-bottom: 2px solid #cee187;
}

#content img.rand { 
    border: 2px solid #cee187;
	}


#content img.randlinks { 
    border: 2px solid #cee187;
	margin: 0 6px 10px 0;
	}
	
#content img.randrechts { 
    border: 2px solid #cee187;
	margin: 0 0 10px 6px;
	}


#content td.details{ border: 2px solid #cee187; background: #ffffc1; }
#content td.details h3{
	margin: 0 0 4px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #999;
}

/*---- simple clearing ----*/

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}