body 
{
	font-family:Verdana;
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	margin:0px;
	padding:0px;
}

#container {
	width:760px;
	margin:0px auto;
	margin-top:0px;
	text-align:left;
	background-repeat: repeat-y;
	}
	
	
#header {

	height:99px;
	background-image:url(../img/skin/top2.gif);
	background-repeat: no-repeat;
}


#content {
	/*background-color:#ffffff;*/
	float:right;
	padding-top:0px;
	padding-left:10px;
	padding-right:130px;
	padding-bottom:20px;
	width:590px;
	min-height: 410px;
	margin-top: 15px;
	
}

* html #content {  	/* nur fuer Internet Explorer */
  	height:400px;   /* ab Version 5.x */
  	width:620px;
  	w\idth:590px;	/* ab Version 6 */
}

h1 {
	font-size:16px;
	color:#666666;
	margin:0px;
	margin-bottom:15px;
	
}

h2 {
	font-size:14px;
	color:#020FB5;
	margin-bottom:15px;
}

#content a {

	color:#666666;
}

#content li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-image: url(../img/skin/dot.gif);
margin-bottom: 5px;
margin-left:0px;
}

.column_left {
	width:250px;
	float:left;
}

.column_right {
	width:250x;
	float:left;
}

/* ###################################################################### menu */

#menu {
display:none;
	width: 120px;
	float: left;
	margin: 0px;
	margin-top: 10px;
	/*background-image:url(../img/skin/bg_nav.gif);
	background-repeat: repeat-y;*/

}




#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li.level1 a:hover {
	/*background-color: #FAE99C;*/
}

/*
#menu li.level1_submenu {
	background-image:url(../img/skin/button.gif);
	background-repeat:no-repeat;
}

#menu li.level1_submenu a:hover {
	background-image:url(../img/skin/button2.gif);
	background-repeat:no-repeat;
}
*/

#menu li.level1_active {
    color:#ff0000;
	background-color: #cccccc;
	width:117px;
}

#menu li.level1_active_submenu {
	background-image:url(../img/skin/button2.gif);
	background-repeat:no-repeat;
}

#menu li.level1_active_submenu a:hover {
	background-image:url(../img/skin/button2.gif);
	background-repeat:no-repeat;
}


#menu li.level2 {
	background-color:#FAE99C;
	width:131px;
}

#menu li.level2 a {
	color:#000000;
	font:10px arial, sans-serif;
	padding-left:14px;
	/*width:126px;*/
}
	
#menu li.level2 a:hover {
	background-color: #FAE99C;
	padding-left:14px;
	width:117px;
}

#menu li.level2_active {
	background-image:url(../img/skin/button3.gif);
	background-repeat:no-repeat;
	width:117px;
}

#menu li.level2_active a {
	background-image:url(../img/skin/button3.gif);
	background-repeat:no-repeat;
	color:#000000;
	font:10px arial, sans-serif;
	padding-left:14px;
	width:126px;
}

#menu li.level2_active a:hover {
	width:117px;
}




#menu a {
	display:block;
	margin:0px;
	padding-left:5px; /* regelt abstaende des buttontextes zum rand */ 
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	color:#000000;
	font:bold 11px arial, sans-serif;
	width:117px; /* fuer ie: definieren display:block */ 
	voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
  	voice-family:inherit;
  	width:117px;
}

#menu a:hover {
	color:#ff0000;
	/*background-color: #FAE99C;*/
	width:117px;
	}

#menu a:active {
	color:#ff0000;
	/*background-color: #FAE99C;*/
}

/* ###################################################################### footer */

#footer {
/* display:none;*/
font-family:Verdana;
	font-size:10px;
	text-align:left;
	margin:0px auto;
	width:760px;
	height: 20px;
	background-image:url(../img/skin/footer.gif);
	background-repeat:no-repeat;
}

.footertext {
text-align:center;
	color:#000000;
	font-size:10px;
	font-weight:norm;
	font-family: verdana, arial;
	padding-top: 5px;
}


/* ###################################################################### eigene Klassen */

.fett {
color: #cc0000;
font-weight: bold;
}

.fettsw {
color: #174ac9;
font-weight: bold;
}

a:link   { color: #222222; }
a:visited   { color: #222222; }
a:hover   { color: #000000; }
a:active   { }

.bildrahmen {
border-color:#444444; border-width:1px; border-style:solid; padding:0px;
}


