/* CSS Document */

*{
    margin : 0;
    padding : 0;
}
body
{
    margin : 0;
    padding : 0;
    font-family : arial , sans-serif;
    font-size : 11px;
    background-image : url("images/bg.gif");
    background-repeat : repeat-y;
}
#bg
{
    width : 944px;
    float : left;
}
#header
{
	background-image : url("images/header.jpg");
	width : 744px;
	height : 140px;
	float : left;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color : #F0F0F0;
}
#sidebar
{
    width : 165px;
    float : right;
    background : none;
    padding-right: 20px;
    padding-left: 10px;
    font-size:11px;
    line-height: 18px;
	
}

#sidebar ul li {
	list-style-type:none;
	 font-size : 13px;
    color : #3399FF;
	font-weight:bold;
    margin-top:30px; 
    margin-bottom: 18px;
    /*background-image : url("images/2_icon.gif");
	  padding-left : 20px;
	   background-repeat : no-repeat;
    background-position: center left;
	*/
   
}

#sidebar ul li ul li {
	margin:0px;
}

#sidebar ul li ul li a {
	text-decoration:none;
	color:#000;
}

#leftbar
{
    width : 182px;
    background : none;
    float : right;
    margin-right : 10px;
	margin-bottom:20px;
}
#topmenu
{
    margin : 25px 0px 0px 0px;
    width : 182px;
    height : 10px;
    background-image : url("images/top_menu.gif");
}
#menu
{
    width : 182px;
    background-image : url("images/bg_menu.gif");
	padding-bottom: 1px;
	padding-top: 1px;
	font-size:1px;
}
#bottommenu
{
    width : 182px;
    height : 42px;
    background-image : url("images/bottom_menu.gif");
    margin : 0px;
}
#content
{
    width : 497px;
    background : none;
    float : right;
    padding : 5px;
    text-align : justify;
    margin : 18px 35px 25px 15px;
}
#footer
{
    background : url("images/footer_bg.gif");
    width : 744px;
    height : 24px;
    clear : both;
}
#copy
{
	text-align : right;
	font-size:12px;
	width : 739px;
	height : 24px;
	padding-right : 5px;
	margin-top : 5px;
	color:#7E7E7E;
}



#sidebar ul
{
	margin:0px;
    margin-left : 25px;
    padding : 0px;
}
li.navi, #sidebar ul li 
{
    padding-left : 20px;
    list-style : none;
    background-image : url("images/menu_li.gif");
    background-repeat : no-repeat;
    background-position : 0px 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
li.navi a, #sidebar ul li a
{
    font-size : 14px;
    font-weight : bold;
    color : #000000;
    text-decoration : none;
	
}
li.active, #sidebar ul li.active
{
    padding-left : 20px;
    list-style : none;
    background-image : url("images/navi_pfeil.gif");
    background-repeat : no-repeat;
    background-position : 0px 2px;
	margin-bottom: 10px;
	margin-top: 15px;
}
li.active a, #sidebar ul li.active a
{
    font-size : 14px;
    font-weight : bold;
    color : rgb(0 , 0 , 0);
    text-decoration : none;
}

ul.sub, #sidebar ul li ul
{
    padding-left: 0px;
    margin: 0px;
}
li.sub, #sidebar ul li ul li
{
    padding-left : 0px;
    list-style : none;
	
	background-image:none;
	font-size:12px;
	margin:0px;
	margin-bottom: 2px;
}
li.sub a, #sidebar ul li ul li a
{
	font-size : 11px;
	color : #3399FF;
	text-decoration : none;
	font-style : normal;
}
ul.top{
margin-left:176px;
}
li.top
{
    margin-left: 6px;
    list-style : none;
	background-image:url("images/tab_right.gif");
	float:left;
	background-repeat:no-repeat;
	background-position:right top;
}
li.top a
{	font-size : 12px;
	color : #000000;
	text-decoration : none;
	font-style : normal;
	background-image:url("images/tab_left.gif");
	padding:2px 15px 3px 15px;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}
h1
{
    font-size : 17px;
    color : #3399FF;
    font-weight : bold;
    margin-bottom : 10px;
}
h2
{
    font-size : 12px;
    color : #3399FF;
    margin-top:30px; 
    margin-bottom: 18px;
    /*background-image : url("images/2_icon.gif");
	  padding-left : 20px;
	*/
    background-repeat : no-repeat;
    background-position: center left;
    
}
h3
{
    font-weight:bold;
    font-size:11px;
    margin:0px;
}
p
{
    margin : 10px 0px 10px 0px;
}

h3 a {
	font-size:14px; 
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

h3 a:hover, .meta a:hover, .feedback a:hover {
	text-decoration:underline;
}

.meta {
	background-color:#efefef;
	padding:2px;
}

.meta a, .feedback a {
	color:#000;
	text-decoration:none;
}


