/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

* {
	margin: 0;
	padding: 0;
}

.GrossLinie 
{
  background: url(_pic/_background/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 15px;
	padding: 6px 0 8px;
	font-size: 15px;
	font-weight: normal;
}

.Gross
{
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
}

.Normal
{
  font-size: 12px;
}


h1
{
  background: url(_pic/_background/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 15px;
	padding: 6px 0 8px;
	font-size: 15px;
	font-weight: normal;
}

h2
{
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
}

a {text-decoration: none;}

body {
	background: #111;
	color: #bbb;
	font: normal 12px "Lucida Sans Unicode",sans-serif;
}

.main 
{
  width: 900px;
  border: 3px solid #444;
  margin: auto;
  
  
}

.kopf 
{
		
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 1.8em sans-serif;
	height: 120px;
}

.kopf a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.kopf span {padding-left: 32px;}

.kopf a:hover 
{
	background: #191919;
	color: #BBB;
}


.trennung 
{
	display:none;
	
	background: #333 url(_pic/_background/stripe.gif);
	height: 6px;
}

.clearer {clear: both;}


/* topmenü navigation */
.nav 
{
	display:none;
	
  background: #191919 url(nav.gif); 
  font-size: 10px
}

.nav a 
{
	background: #191919 url(nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 11px Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}

.nav a:hover 
{
	background: #191919 url(nav_hover.gif);
}


/* footer */
.footer 
{
	display:none;
	
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	font-size:12px;
	
}

.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}

.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}

.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 100%;
}
.footer a {color: #666;}

.footer a:hover {
	color: #fff;
	background: #222;
}

.FooterSpalte1, .FooterSpalte2, .FooterSpalte3
{
	float: left;
	width: 31%;
}

.FooterSpalte2 
{
  margin: 0 3%;
}


.bottom {
	color: #666;
	clear: both;
	font-size: 11px;
}

.bottom a {color: #888;}


.content
{
  padding: 20px;
  padding-top: 25px;
  font-size:12px;
  background-color: #303030;
  
}

.content a {
	color: orange;
	text-decoration: none;
	
}

.content a:hover {color: #fff; text-decoration: underline}


.contentleft
{
  height: 100%;
  vertical-align: top;
  background-color: #303030;  
 
}

.contentright
{

	
  width: 250px;
  background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-bottom-color: #303030; 	
	padding: 20px;
	padding-top: 34px;
	vertical-align: top;
	height: 100%;
	font-size: 11px;
  font-weight: normal;
  
}


.subnav 
{
		
	 line-height: 1.5em;
}
.subnav ul {margin: 0; margin-left:24px;}
.subnav li {
	list-style: url(_pic/_background/li.gif);
	margin: 0;
	margin-bottom: 7px;
	
}
.subnav li a {
	color: orange;
	line-height: 1.6em;
	text-decoration: none;
}
.subnav li a:hover {color: #fff; text-decoration: underline;}




.klein 
{
  font-size: 10px;
}