/********************* page layout **************************/
* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	/*height: 100%;*/
}
body {

	background: #F2F6E5 url(img/bg.gif) repeat-x;
	margin: 20px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000
} 
#page {
	width: 900px;
	background: transparent;
	margin: 0 auto;
	/*height: 100%;
*/
}
/*********************** this controls the header ***********/
#header {
	background: url(img/header.gif) no-repeat;
	border: 1px solid #cccccc;
	width: 900px;
	height: 100px;
	text-align: right;
}


#branding {
	background: url(img/header.gif) no-repeat;
	text-align: left;
	padding: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
}



#sitename
{
	position: relative;
	top: -10px;
	left: 5px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}


#siteslogan
{
  position: relative;
  top: -25px;
  left: 5px;
	color: #fff;
	font-size: 14px;
}

#search {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input.textarea {
	padding: 5px;
	border: solid 0 #fff;
	background: transparent url(img/search.gif") no-repeat;
	font-size: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	width: 200px;
	height: 20px;
}
/************************ this is all the content ************************/
#content {
	background: #fff;
	height: 100%;
	margin: 5px 0 0 0;
	padding: 1px 0 10px 0;
	width: 900px;
line-height: 1.7em;
	font-size: 10px;
}
#main {
	float: right;
	width: 665px;
	background: #fff;
	text-align: left;
	padding: 5px;
	border-top: 5px solid #FBCE97;
	border: 1px solid #FBCE97;

}
#main table.center td {
	border: transparent;
}
/********************** this is the navigation stuff **********************/
#local {
	float: center;
	background: url(img/local.gif) no-repeat;
	width: 900px;
	color: #000;
	font-weight: bold;
	padding: 3px;
	height: 52px;
}
#local ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}
#local ul li {
	display: inline;
}
#local a {
	display: inline;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#local a:hover {
	color: #fbb63d;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}
#nav {
	float: left;
	width: 200px;
	margin: 0 5px 0 0;
	background: #fbb63d;
}
.wrapper {
	width: 200px;
	background: #fff;
	margin: 5px 0 5px 0;
	text-align: left;
}
/******* Überscheifen im Nukemenü ******/
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background: #fbe9ca;
	color: #000000;
}
#nav a:hover {
	/*border-bottom: 1px solid #fff;
*/
	color: #000;
}
/************************** footer **********************************/
#footer {
	color: grey;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 20px;
}
#footer p {
	color: #000;
}
#footer a {
	text-decoration: none;
	color: #000;
}
/************************** misc ******************#D0D7F6;*****************/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #fbb63d;
	text-decoration: none;
}
a:active {
	color: #366c9c:
	text-decoration: none;
}
hr {
	border: 0;
	display: none;
}
h1 {
	font-size: 16px;
	color: #676767;
	font-weight: bold;
}
h2 {
	margin: 0 0 0 30px;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}
input, textarea, select {
	border: 1px solid #cccccc;
}
div {
	border: transparent;
}

