@import url(reset.css);
@import url(menu.css);

html {
height:100%;
}

body {
    color: #000;
	background-color: #E4E1D8;
    font-family: Verdana, Arial, sans-serif;
    font-size:100.01%;
    height: 100%;
    text-align: center;
}

html[xmlns] {
height : 100%;
padding-bottom : 0.005em;
} 

a {
	text-decoration:none;
	color: #000000;
}

/* Layout */

#container {
margin: 0 auto 0 auto;
position: relative;
text-align: left;
width:1035px;
padding-top:50px;
height : 100%;
}

#header {
background: none;
position: relative;
background-color:#ffffff;
margin-bottom:170px;
}

#header .logo {
background-color:#ffffff;
float:left;
}

#header .logo span {
	visibility:hidden;

}

#header .logo a {
	background:url(../images/banner_logo.png) no-repeat;
	height: 118px;
	width:337px;
	text-decoration:none;
	display: block;
}

.clear {
	clear:both;
}

#header .themeImage {
	width:348px;
	float:left;
}

#header .ticker {
	width:320px;
	float:left;
}

#header .ticker {
	font-size:12px;
	color:#ffffff;
	padding: 15px;
	line-height: 16px;
}
#header .ticker a {
	color:#ffffff;
}

#header .ticker h3, #header .ticker h1{
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

#header .ticker p.bodytext {
	margin-bottom: 15px;
}


/* Navigation */

#navigation {
	width:295px;
	float:left;
	color:#6B6969;
	font-size:0.75em;
	background-color:#D3D4CE;
	vertical-align:top;
	padding-top:9px;
	padding-bottom: 20px;

}

#navigation .spacer {
	height: 20px;
}


#navigation ul.menu-level1 li a { 
	color:#6b6969;
	padding-left:65px;
	background:url(../images/navigation/inactive.gif) no-repeat;
}

#navigation ul.menu-level1 li.menu-level1-active a { 
	font-weight:bold;
}

#navigation ul.menu-level1 li.menu-level1-active ul.menu-level2 a { 
	color:#6b6969;
	background:url(../images/navigation/inactive_sub.gif) no-repeat;
	font-weight: normal;
}

#navigation ul.menu-level1 li.menu-level1-active ul.menu-level2 a:hover { 
	font-weight: bold;
}

#navigation ul ul li a { 
	color: #646567;
}

#navigation UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navigation UL LI {
  padding-top:10px;
  padding-bottom: 15px;
}

/* Main menu, second level */
#navigation UL UL {
  margin: 20px 0px 0px 0px;
  display: block;
  background-color: #E1E2DD;
}

#navigation UL UL LI {
  padding-top:5px;
  padding-bottom: 15px;
}

#navigation UL UL LI {
  margin-bottom: 8px;
}

#navigation UL UL UL LI {
  margin-bottom: 4px;
}


/* color:

#content .inhalte h1 { }

*/

/* Contentbereich */

#content {
	width:720px;
	float:left;
	font-size:0.75em;
	line-height:1.5em;
}


#content .inhalte {
	width: 333px;
	float:left;
	margin-left:42px;
	padding:0px 15px 0px 0px;
}

#content .inhalte p {
	padding-bottom:15px;
}

#content .inhalte h1 {
	padding-bottom:15px;
	font-weight:bold;
}
#content .inhalte a {
	font-weight: bold;
}
	

#content .bilder {
	width: 300px;
	float:left;
}

#content ul.list_underscore {
	list-style-image: url(../images/bullet_underscore.gif);
	padding-left: 20px;
}

#content div ul  {
	list-style-type:disc;
	/*list-style-image: url(../images/bullet_underscore.gif);
	padding-left: 0px;*/
	padding-left:20px;
	padding-bottom:15px;
}


#footer {
	border-top:solid 3px #000000;
	height:100px;
	width:100%;
	padding-top:10px;
	margin-top: 20px;
}

.csu, .metaSub {
	float:left;
}

.csu {
	width:265px;
	text-align:center;
}

.metaSub {
	margin-left:65px;
	font-size:0.55em;
	color:#666463;
}

.metaSub li {
	display:inline;
}

.metaSub a {
	font-size:9px;
	color:#666463;
}

.metaSub a:hover {
	color:#000000;
	/*font-weight:bold;*/
}
/*     ------------------------------ formular            */

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:320px;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
width: 250px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
width: 250px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}

#sp_socialbookmarks_link_bar {
	
	width: 40px;
	float: left;
}

