/*-------- Clearing --------*/
* {
	padding:0;
	margin:0;
}
fieldset {
	padding: .5em;
}

/*-------- HTML Elements --------*/
html {
	height:100%;
}
body {
         height:100%;
         text-align: center;
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 15px;
	background: #ffffff url(./background/white.gif);
}
a, a:visited, a:link {
	outline:0px;
         color: #FD7922;
         text-decoration:none;

}
a:hover {
	text-decoration:underline;
}
img {
	display:block;
}
h1 {
         line-height:18px;
         font-size: 18px;
         padding:5px 0px 5px 0px;

}
h2 {
	line-height:15px;
         font-size: 15px;
         padding:5px 0px 5px 0px;
}
h3 {
         line-height:11px;
         font-size: 11px;
         padding:5px 0px 5px 0px;
}
p {
	padding:0px 0px 5px 0px;
}

/*-------- Clearer --------*/
.clearer {
	clear:both;
         height:0px;
}

/*-------- Main Wrapper --------*/
#wrapper {
         text-align: left;
         width:100%;
         position: relative;
         min-height: 100%;
 	height: auto !important;
 	height: 100%;
}
.center {                                  /*wichtig um Elemente im Layout zu zentrieren*/
         text-align: center;
}
/*-------- Oben --------*/
#wrapper-top {
         display:none;
         height:110px;
         margin:0px;
}
#wrapper-topm {
         display:none;
         position:relative;
         margin:0px auto;
         text-align: left;
         width: 784px;
         height: 110px;
}
/*-------- Logo --------*/
#wrapper-topm h1 {
         display:none;
         position:absolute;
         left:33px;
         top:25px;
         font-family: Trebuchet MS, Verdana, Arial, sans-serif;
         font-size:14px;
         line-height:14px;
         color:#fff;

}
#logo {
         display:none;
         text-indent:-9000px;
         width:122px;
         height:55px;
}

/*-------- Krümmelpfad --------*/
#brot {
         position:relative;
         padding:23px 0px 0px 40px;
}
* html #brot {
         width:519px;
}
#brot ul{
         list-style:none;
}
#brot li{
	display:inline;
}
#brot li a {
         text-transform:lowercase;
         font-family:  Verdana, Arial, sans-serif;
         font-size:10px;
         line-height:10px;
         color:#FD7922;
         text-decoration:none;
         font-weight:bold;
}

/*-------- Inhaltsbereich --------*/
#wrapper-content {
         position:relative;
         margin:0px auto;
         padding:0px;
         width: 100%;
	text-align: left;        	/*sehr wichtih*/
}
#wrapper-content:after {
         clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/*-------- Bereich Oben --------*/
#platzhalter {
         display:none;
         height:14px;
         width:784px;
         background-color:#f6f6f6;
}
#bildbalken {
         display:none;
         border-top:1px solid #fff;
         border-bottom:1px solid #fff;
         float:left;
}
#bildbalken img {
         width: 519px;
         height: 148px;
}
#nav2 {
	display:none;
}
#topbox {
         display:none;
         position:relative;
         float:left;
         border-top: 1px solid #fff;
         border-bottom: 1px solid #fff;
         border-left: 1px solid #fff;
         width: 116px;
         height: 148px;
	background:#aaa;
}
* html #topbox {
	display:none;
         height: 150px;
         width: 117px;
}
/*-------- Spalten --------*/
#links {
         position:relative;
         width:90%;
}
#rechts {
         display:none;
         float:left;
         position:relative;
         width: 0px;
}
* html #rechts {
         width: 0px;
}

/*-------- Inhalt --------*/
#content {
         padding:10px 40px 24px 40px;
}

/*-------- News --------*/
#news {
	padding:18px 24px 24px 24px;
}

/*-------- Footer --------*/
#wrapper-footer {
         display:none;
         width: 100%;
  	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /*For Certain IE widths */
         height: 23px;
}
#wrapper-footerm {
	position:relative;
         margin:0px auto;
         text-align: left;
         width: 784px;
         height: 23px;
}
#copyright {
         position:absolute;
         left: 23px;
         top: 6px;
         font-family: Trebuchet MS, Verdana, Arial, sans-serif;
         font-size:12px;
         line-height:12px;
         color:#fff;
         text-decoration:none;
         font-weight:bold;
}