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:10px;
	text-align:left;
	background-image:url(../img/skin/bg.gif);
	background-repeat: repeat-y;
	}
	
	
#header {
	display:none;
	height:100px;
	background-image:url(../img/skin/top.gif);
	background-repeat: no-repeat;
}


#content {
	border:0px;	
	background-color:#ffffff;
	padding-top:0px;
	padding-right:40px;
	padding-left:40px;
	padding-bottom:20px;
	width:539px;
	min-height: 400px;
}

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

h1 {
	font-size:16px;
	color:#020FB5;
	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:250px;
	float:left;
}

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

#menu {
display:none;
width:140px;
background-image:url(../img/skin/navi_top.gif);
background-repeat: no-repeat;
padding:0px;
padding-top:30px;
float:left;
}

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

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

#menu li.level1 a:hover {
	background-color:#7A7EFF;
}

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

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

#menu li.level1_active {
	background-color:#1B21DB;
}

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

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

#menu li.level2 {
	background-color:#1B21DB;
	width:140px;
}

#menu li.level2 a{
	color:#ffffff;
	padding-left:14px;
	width:126px;
  	}
	
#menu li.level2 a:hover {
	background-color:#1B21DB;
	padding-left:14px;
	width:126px;
}


#menu li.level2_active {
	background-image:url(../img/button3.gif);
	background-repeat:no-repeat;
	padding-left:9px;	
}

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


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

#menu a:hover {
	color:#ffffff;
	background-color:#1B21DB;
	}

#menu a.active {
	color:#ffffff;
	background-color:#1B21DB;
}

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

#footer {
	text-align:left;
	margin:0px auto;
	width:760px;
	height:11px;
	background-image:url(../img/skin/bottom.gif);
	background-repeat: no-repeat;
}
