html{height: 100%;}



body
{ font-family: arial, sans-serif;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #ccc ;
  color: #333;
}

p
{
	line-height: 1.7em;
	text-decoration: none;
}


h1, h2, h3, h4
{
	font-family: tahoma, arial, sans-serif;
	font-size: 160%;
	letter-spacing: 0.1em;
	color: #6397e5;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px 0px 0px 0px; 
	
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #555;
}

img
{
	padding-top: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}


.left
{
	float: left;
	text-decoration: none;
	border-right-width: 15px;
	border-right-style: solid;
}

.right
{
	float: left;
	border-left-width: 18px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 18px;
	border-right-width: 18px;
	border-bottom-width: 18px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}



.7logo
{ display: block;
  text-align: center;
  margin: 0 auto;
}


ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}


#wrapper{
	margin: 0 auto;
	padding: 0;
	border:none;
	
}

#bgt{
	height: 15px;
	width:918px;
	margin-right: auto;
	margin-left: auto;
	background: url(bgtshad.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main
{
	width: 920px;
	color: #333;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(bgshad.jpg);
}


#logo
{
	width: 898px;
	height: 170px;
	margin: 0px 10px 10px 10px;
	background-color: #444;
	background: url(head.jpg);
	//background-image: url(logohead.png);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid #000;
}


#menubar
{
	width: 875px;
	height: 25px;
	margin: 0px 10px 0px 11px;
	padding-left: 23px;
	background-color: #000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
} 

ul#menu{
	margin: 0px;
	height: auto;
}

ul#menu li
{
	float: left;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

ul#menu li a 
{
	font-family: verdana, sans-serif;
	display: block;
	float: none;
	height: auto;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #FFF;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	
	
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{
	color: #333;
	background-color: #FFF;
} 




#site_content
{
	width: 880px;
	margin-left: 10px;
	overflow: auto;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	left: auto;
	right: auto;
} 

.seitenleiste
{
	float: right;
	width: 190px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	
}


.seitenleisteninhalt
{
	width: 190px;
	float: right;
	margin-bottom: 15px;
}
.sidebaritem h3, 

.seitenleisteninhalt h1, .seitenleisteninhalt p{
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 12px;
}

.seitenleisteninhalt ul
{ border-top: 1px solid #D4D4D4;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.seitenleisteninhalt li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D4D4D4;
}



#content_container
{
	text-align: justify;
	width: 665px;
	float: left;
	padding-top: 15px;
	height: auto;
	padding-left: 15px;
}
#content_container2
{
	text-align: justify;
	width: 865px;
	float: none;
	padding-top: 15px;
	padding-left: 15px;
}
#content
{
	text-align: justify;
	width: auto;
	background-color: #FFF;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#content a
{
	background: transparent;
	color: #555;
}

#content a:hover
{
	background: transparent;
	color: #000;
}

#content, .seitenleisteninhalt
{
	background: #FFF;
	padding-bottom:12px;
}


#column1
{
	width:610px;
}
#column1-small
{
	float:left;
	width:490px;
}
#column2
{
	float:right;
	width:320px;
}
#footer
{
	width: 900px;
	height: 20px;
	margin: 0 10px;
	text-align: center;
	color: #AAA;
	padding-top: 8px;
	background-color: #000;
	background-repeat: repeat;
	padding-bottom: 3px;
}
#footer a
{
	color: #aaa;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration:underline;
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.title
{
padding-bottom:12px;
}
.datum
{
	color:#333;
	border-top: 1px solid #555;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.title_news
{
	color: #666;
	font-weight: bold;
}

.title_news a{
	color: #555;

}

.title_news a:hover{
	
	color: #6397e5;
}



.readmore a{
	color: #333;
	font-size:115%;
	font-weight:bold;
	padding-left: 18px;
	text-decoration: none;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
}

.readmore a:hover{
	color: #555;
}


.title_header{
	color: #444;
	font-weight: bold;
	background-color: #CCC;
	padding-left: 15px;
	margin-top: 15px;
	font-size: 105%;
	display: block;
	clear: both;

}

.imgright
{
	float: right;
	outline: none;
	margin-left: 20px;
	margin-bottom: 10px;
	border: none;
	clear: both;
	
}


/* styling of the container. */
a.player {
	display:block;
	width: 635px;
	height:360px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.player img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.player:hover {
	border:1px solid #000;
}

a.player-small{
	//display:block;
	float:right;
	clear:both;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.player-small img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.player-small:hover {
	border:1px solid #000;
}



