﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #feaf52;
	color:#555;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#masthead {
	width: 960px;
	height: 150px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: hidden;
	background-image:url('../images-layout/header.jpg');
	background-repeat:no-repeat;
}
#masthead p {
	font-size: 0.8em;
	text-align: left;
	margin-top: 35px;
	margin-top: 100px;
	margin-left: 200px;
}
#container marquee {
	font-size: 1em;
	font-weight:bold;
	margin:0 0 0 30px;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #feaf52;
	clear: both;
	margin-left: 10px;
	margin-top: 30px;
	display: inline;
}
#content {
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-left: 25px;
	margin-top: 10px;
	padding: 10px;
	color:#555;
}
#content a { 
	color: #000;
	text-decoration:none;
}
#content a:focus {
}
#content a:hover {
	text-decoration:underline;
}
#content a:active { 
}


.hr{
	border-bottom:1px black dotted;
	padding-bottom:10px;

}

/* Formatvorlagen Bilder rechts */
  #col2 {
  float:right;
  width: 180px;
  padding-top:30px;

 }
  #col2 img {
  border:1px solid #fff;
}
  #col2 p {
  color:#555;
  text-align:right;
  padding-right:10px;
}
#footer {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	clear:both;
}
/* Formatvorlagen für die Navigation */
  #sidebar ul { list-style-type: none; margin:0; padding: 0; }
  #sidebar li { float:left; width: 134px; height:40px;background-image:url('../images-layout/hg-menue.jpg'); background-repeat:no-repeat; margin-left:13px; }

  #sidebar a,
  #sidebar strong {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    text-decoration: none;
    color: #fff;
}
  /* Menu Title */
  #sidebar li#title {
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #fff;
}

  #sidebar li span {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
}
  /* Level 1 */
  #sidebar li#active,
  #sidebar li strong {
    width: 90%;
    padding: 3px 0px 3px 0px;
    text-decoration:underline;
    color: #fff;
}

  #sidebar li a { width: 100%; padding-left: 10px; padding-top:9px; color: #fff; }
  #sidebar li a:focus,
  #sidebar li a:hover,
  #sidebar li a:active { color: #fff; text-decoration:underline; }
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

  .clearfix { display: block; 
}

  .floatbox { overflow:hidden; 
}

  #ie_clearing { clear:both; 
}



