
html, body {
margin: 0; padding: 0;
height:50%;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 100%;
text-align: center;
}



#wrapper {
position: relative;
width: 930px;
margin: 0 auto;
background: #fff; 
min-height: 40%; /* optional */
text-align: left;
min-width: 600px; /* to allow room for images and long words */
}

/* ie hack  - layout REQUIRES a height here to work */
/* (1% will do) if no min-height is required*/
/* this it where it fails in Strict Mode */
* html #wrapper {height: 58%;} 

#header, #footer,#menu-first,#menu-second,#breadcrump {
position: relative;
width: 90%;
margin: 0 auto;
min-width: 930px; /* to match wrapper div */
}

#apbg1, #apbg2 {
position: absolute;
top: 0;
bottom: 0; /* Opera needs this! Moz would automatically assume this as default*/
border-width: 0px; /* widths below */
/* height: 100%; */ /* hacked in for IE below */
}

* html #apbg1, * html #apbg2 
{height: 100%; /* required by IE to inherit from wrapper (IE Hack) above*/}

#apbg1 {left: 0; width: 155px; background: #fff;}
#apbg2 {right: 0; width: 155px; background: #fff;}

#apbg1 p {background: #fff; height: 50%;margin: 5px;margin-left:0px;margin-right:5px;}/* height to show inheritance */
#apbg2 p {background: #fff; margin: 5px;margin-left:0px;margin-right:5px;} 


/* bringing the center content into position (clear the sides)
is best using a wrapper div to avoid more IE Box Model issues */
#contentwrap {
	min-height:350px;
	position: relative; 
	padding: 0 180px 0 180px;
}
#header {
	margin-top:22px;
	width:930px;
	height:115px;
	background-image:url(img/logo2008.gif);
}
#menu-first {
	width:930px;
	background: #000; 
	height:30px;
	color:#fff;
}
#menu-first ul {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	margin-top:6px;
}
#menu-first li {
	float:left;
	margin:0px;
}
#menu-first li a {
	color:#fff;
	font-weight:bold;
	font-family: Arial; 
	font-size: 90%;
	letter-spacing:0.15em;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu-first li a:hover {
	color:#666;
}
.menu-first-active a {
	color:#999;
	background:#3b3b3b;
}

#menu-second {
	width:930px;
	background: #666; 
	height:20px;
	color:#fff;
}
#menu-second ul {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
}
#menu-second li {
	float:left;
	margin:0px;
}
#menu-second li a {
	color:#fff;
	font-weight:bold;
	font-family: Arial; 
	font-size: 70%;
	letter-spacing:0.15em;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu-second li a:hover {
	color:#fff;
}
.menu-second-active a {
	color:#3b3b3b;
}
#breadcrump {
	width:930px;
	background: #fff; 
	height:35px;
	color:#666;
}
#breadcrump span {
	float:left;
	padding-left:180px;
	padding-top:13px;
	font-weight:bold;
	font-family: Arial; 
	font-size:65%;
}
#breadcrump span a {
	color:#666;
	font-weight:bold;
	font-family: Arial; 
	letter-spacing:0.15em;
	text-transform:uppercase;
	text-decoration:none;
}
#footer {
	width:930px;
	background: #000; 
	height:20px;
	color:#fff;
}
#footer p {float:right;margin: 0; padding: 10px; font-size: 0.8em; line-height: 0.1em;}
#content p {
	padding: 0px;
}
#content {
position: relative;  /* to enable further positioned divs inside content area */
z-index: 100; /* to make sure if long words overflow they show above the right column */ 
background: #fff;
padding: 0px;
margin: 0;
}
#shortmenu {
	padding-top:10px;
	float:right;
}
#suche {
	padding-top:10px;
	padding-right:12px;
	padding-left:12px;
	float:right;
}
.submit{
	width:50px;
	background:#000;
	border:1px solid #000; 
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-family: Arial; 
	font-size: 70%;
	text-transform:uppercase;
	border-top:3px solid #000; 
}
.sword{
	width:100px;
}
#shortmenu a {
	color:#fff;
	font-weight:bold;
	font-family: Arial; 
	font-size: 70%;
	letter-spacing:0.15em;
	padding-left:10px;
	padding-right:5px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu-third {
	width:100px;
	background: #fff; 
	color:#000;
}
#menu-third ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-top:17px;
	padding-bottom:17px;
}
#menu-third li {
	margin:0px;
}
#menu-third li a {
	height:20px;
	color:#000;
	font-weight:bold;
	font-family: Arial; 
	font-size: 75%;
	letter-spacing:0.15em;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu-third li a:hover {
	color:#666;
}
.menu-third-active a {
	background:#33cccc;
}
/* IE/Win Hack for peekaboo bug */
/* hide from IE/Mac \*/
* html #content {height: 1%;} 
/* end hide */

/***** General formatting ****/
p {margin: 0; padding: 0px; font-size: 0.8em; line-height: 1.4em;}
h1, h2, h3 {
	color:#fff;
	background:#ff679a;
	margin: 0; padding: 0px;
	font-weight:bold;
	font-family: Arial; 
	font-size: 80%;
	padding-left:10px;
	padding-right:5px;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}
h2 {
	font-size: 70%;
}
h2 {
	font-size: 60%;
}
h3 {
	font-size: 60%;
}
#footer p a {
	height:20px;
	color:#fff;
	font-weight:bold;
	font-family: Arial; 
	font-size: 100%;
	letter-spacing:0.05em;
	padding-left:5px;
	text-transform:uppercase;
	text-decoration:none;
}
.bodytext {

}
.news-info {
	width:100%;
	float:none;
	font-family: Arial; 
	font-size: 70%;
	letter-spacing:0.05em;
	padding-left:10px;
	text-transform:uppercase;
}
.news-more {
	font-weight:bold;
	width:100%;
	float:none;
	font-family: Arial; 
	font-size: 70%;
	letter-spacing:0.05em;
	padding-left:10px;
	text-transform:lowercase;
}