/*
	(c) 2008 Online-Info Service GmbH <info@online-service.de>
	
	[ layout.css - Layoutelemente ]
	
	- body
	- td (for ie)
	- #border
	- #search
	- #header
	- #breadcrumb
	- #content
	- #footer
	- #sitemap
	- .killFloat

*/

/* ---------------------------------------------------------------- body */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-color: #F5EBD1;
	margin: auto;
	padding: 0px;
}
/* ---------------------------------------------------------------- td */
tr, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
/* ---------------------------------------------------------------- border */
#border
{

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	padding: 0px;
	border: 3px solid white;
	background-image: url('../img/background-content.jpg');
	background-repeat: repeat-y;
	background-color: #F9F4E9;
	/* IE < 5 */
	width: 713px;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* IE > 5 */
	width: 719px;	
	margin: auto;
}
/* Opera & Co */
html>body #border
{
   width: 713px;	
   margin: auto;
} 
/* ---------------------------------------------------------------- search */
#search
{
	background-image: url('../img/background-suche.jpg');
	background-repeat: repeat-x;
	background-color: #015601;
	padding: 0px;
	border-bottom: 2px solid #DAD4A6;
	text-align: right;
	height: 25px;
}
#search input
{
	background-color: #F5F5F5;
	padding: 0px;
	margin: 0px;
	border: 1px solid white;
	color: #919191;
	font-size: 11px;
}
/* ---------------------------------------------------------------- header */
#header
{
	padding: 0px;
	margin: 0px;
}
/* ---------------------------------------------------------------- breadcrumb */
#breadcrumb
{
	height: 16px;
	background-image: url('../img/background-breadcrumb.jpg');
	background-repeat: repeat-x;
	background-color: #015601;
	padding: 0px;
	color: white;
	font-size: 10px;
	text-align: right;
}
#breadcrumb a {color: white; text-decoration: underline; }
#breadcrumb a:hover {color: white; text-decoration: none; }

/* ---------------------------------------------------------------- content */
#content
{
	float: left;
	width: 540px;
}
/* ---------------------------------------------------------------- footer */
#footer
{
	width: 710px;
	margin: auto;
	padding: 4px;
	font-size: 10px;
	color: #E3CB8C;
	text-align: center;
}
#footer a
{
	font-size: 11px;
	color: #E3CB8C;
}
/* ---------------------------------------------------------------- killFloat */
.killFloat
{
	clear: both;
}
/* ---------------------------------------------------------------- Sitemap */
#sitemap
{
	width: 250px;
}
#sitemap ul li
{
	list-style-type: circle;
	padding: 4px;
	border-bottom: 1px solid white;
}
#sitemap ul li a
{
	font-weight: bold;
	text-decoration: none;
}