* 
{
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
	/*
	border-collapse: collapse;
	border-spacing: 0;
	*/
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif, SimSun; 
	outline: none;
}

html
{
	padding:0px;
	margin:0px;
 	height:100%;  
}
body 
{ 
	font-size: 11px;
	margin: 0;
  	width: 100%;
  	height: 100%;
	color: rgb(0,0,0); 
	background-image: url(../pics/bg_farbverlauf.jpg);
	background-repeat: repeat-x;
  	background-color:rgb(252,247,244);
}

a {
	color: rgb(0,0,0);
	text-decoration:none;
}
a:hover {
	color:rgb(125,4,21);
	text-decoration:underline;
}

h1
{
	font-size:18px;
	font-weight:normal;
}

h2
{
	font-size:14px;
	font-weight:bold;	
	margin:0 0 10px 0;
}

h2 a {
	text-decoration: none !important;
	border: 0 !important;
}
h2 a:hover {
	color: #000 !important;
}

/*---------------------Transparente png's im IE korrekt anzeigen---------------------*/
*html img {
   behavior: url("fileadmin/templates/main/js/pngbehavior.htc");
}

/*****************************
* Container um allen Inhalt
*****************************/
#container
{	
	width:960px;
	min-height:772px;
	height:auto !important; 
	height:772px;
	background-image: url(../pics/bg_schatten.jpg);
	background-repeat: no-repeat;
	/*margin:0 0 0 39px;*/
	margin: 0 auto;
}

/*****************************
* Header + Kopfnavi
*****************************/
#header
{
	height:65px;
	padding:20px 0 0 0;
	font-size: 10px;
	font-weight:bold;
}

#logo
{
	width:169px;
	height:53px;
	margin:0 140px 0 25px;
	float:left;
}


/*****************************
* Hauptnavi
*****************************/
#mainnavi
{
	height:65px;
	width:100%;
	background-image: url(../pics/navi/bg_hauptnavi.gif);
	background-repeat:no-repeat;
	background-position:6px 3px;
}

#suche
{
	float:right;
	margin:12px 15px 0 0;
	background-image: url(../pics/suche.jpg);
	background-repeat:no-repeat;
	height:18px;
	width:143px;
}

#suche input
{
	width:120px;
	height:15px;
	margin: 2px 0 0 18px;
	font-size:11px;
	border:none;
}

/*****************************
* Inhalt
*****************************/

/*Flash auf der Startseite*/
#content_flash
{
	width:934px;	
	height:auto !important; 
	margin:5px 0 0 0;
}

/*Startseite normal*/
#content_left
{
	float:left;
	width:620px;
	margin:5px 0 0 10px;
}

#content_right
{
	float:right;
	width:314px;
	height:477px;
	margin:5px 0 0 0;
}

/*Folgeseite*/
#content_container
{	
	background:url(../pics/rahmen_unten_verlauf.png) no-repeat bottom;
	width:921px;
	display:table;
}
html > body #border
{
	margin:8px 0 0 20px;
	background:url(../pics/rahmen_main.png) repeat-y;
	width:921px;
}

#subnavi
{
	background:url(../pics/rahmen_navi_oben.png) no-repeat top;
	width:156px;
	float:left;
}

#content
{
	background:url(../pics/rahmen_content_oben.png) no-repeat top;
	float:left;	
	width:765px;
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	min-height:500px;
	height:auto !important;
	height:500px;
}


.inhalt
{
	margin:8px 15px 0 20px;
	padding:0 0 20px 0;
	float:left;
	width:552px;
	min-height:439px;
	height:auto !important;
	height:439px;
}
.inhalt .inhalt_links
{
	float:left;
	width:166px;
}
.inhalt .inhalt_rechts
{
	float:right;
	width:374px;
}
.inhalt_lang
{
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	margin:8px 15px 0 20px;
	padding:0 0 20px 0;
	float:left;
	width:720px;
}
.inhalt_lang .inhalt_links
{
	float:left;
	width:320px;
}
.inhalt_lang .inhalt_rechts
{
	float:right;
	width:400px;
	margin:0 0 0 0;
}

.linkliste
{
	clear:both;
}

.quicklinks
{
	margin:60px 10px 20px 0px;
	float:right;
	width:160px;
}

.top{
	clear:both;
	width:60px;
	margin:0 0 20px 668px;
	background: url(../pics/pfeil_top.gif) no-repeat 0 3px;
	padding:0 0 0 14px;
}


/*****************************
* Metanavi
*****************************/
#metanavi
{
	margin:19px 0 0 19px;
	padding:0 0 20px 0;
}

.clear
{
	clear:both;
}