body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg); background-repeat:repeat-x;
	background-color: #f2f1df;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

a {
	color: #39312e;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #c01817;
	outline:none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 950px;
	height: 140px;
	margin: 0 auto;
	background: url(images/logo.gif) no-repeat left bottom;
}

#logo  {
    float: right;
	width: 400px;
	height: 140px;
	font-size: 12px;
}
#headermenu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
}

#headerbundesland {
    float: left;
	width: 600px;
	height: auto;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 15px;
}

#headernav {
    float: right;
	width: 340px;
	height: 60px;
	color: #FFFFFF;	
}

#headernavsuche {
    float: right;
	width: 340px;
	height: 60px;
	color: #FFFFFF;
	text-align:right;
	padding-top: 15px;
}

#headernavbl {
    float: right;
	width: 10px;
	height: 24px;
	background: url(images/headernavbr.gif) no-repeat left bottom;
}

#headernavbm {
    float: right;
	width: auto;
	height: 24px;
	background-color: #4b4746;
	padding-left: 4px;
	padding-right: 4px;
}

#headernavbm a {
    font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

#headernavbm a:hover {
    font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffff00;
}

#headernavbr {
    float: right;
	width: 12px;
	height: 24px;
	background: url(images/headernavbl.gif) no-repeat right bottom;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 12px;
}

/* Ads */

#ads {
	float: right;
	width: 162px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width: 496px;
	padding: 7px;
	margin-bottom: 20px;
	background-color: #fdfef8;
	border-left: 1px dashed #d4d4d4;
	border-right: 1px dashed #d4d4d4;
	color: #333333;
}

#contentads {
	width: 496px;
	height:auto;
	margin-bottom: 10px;
}

#contentbox {
	width: 496px;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

#contentbox h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

#contentbox a {
	font-size: 13px;
	font-weight: bold;
	color: #c01817;
}

#contentbox a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #4b4746;
}

/* Sidebar */

#sidebarall {
	float: right;
	width: 226px;
}

#sidebar {
	float: right;
	width: 226px;
	padding: 7px;
	font-size: 13px;
	background-color: #4b4746;
	border-left: 1px dashed #d4d4d4;
	border-right: 1px dashed #d4d4d4;
	color: #ffffff;
}

#sidebar a {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 18px;
}

#sidebar a:hover {
	color: #fcc769;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

#sidebarinnen {
	width: 219px;
	height: auto;
	margin-top:4px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	color: #ffffff;
	background-color: #c11717;
}

#sidebarinnen a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 18px;
}

#sidebarinnen a:hover {
	color: #f8b646;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

#navpfeil {
  font-size:16px; font-family:Arial, Helvetica, sans-serif; padding-right: 4px;
}

#imglinks {
  float:left;
  border: 1px solid #4b4746;
  padding: 3px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 5px;
}

#imgrechts {
  float:right;
  border: 1px solid #4b4746;
  padding: 3px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: 5px;
}

/* blockquote */

blockquote {
    margin-top: 2em;
    padding: 8px 40px 1em 40px;
    border: 1px solid #333333;
}
blockquote p {
    margin-bottom: 1em;
    font-style: italic;
    color: #918862;
    background: none;
}
cite {
    display: block;
    margin-left: 40px;
    font-weight: bold;
    background: none;
}


/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

