/* grundelemente */

body     {
	font: 12px/17px Arial;
	background-color: #eee;
	text-align: center;
	margin: auto;
	padding: 0;

}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
background-color: #fff;
text-align: left;
	}

address {
	font: 12px / 16px Arial;
	text-align: center; }
	
/* links */	

a, a:link, a:visited {
	text-decoration: none;
	color: #c5330e;
}

a:hover {
	text-decoration: none;
	color: #ff3600;
}


a img { 
	border: none;
	}
/* schriftformatierungen */
	
p, .normal	{
	font: 12px / 16px Arial;
	}
h1, .titel {
	margin-top: 0px;
	margin-bottom: 17px;
	font: 15px / 16px Verdana, Arial;
	color: #000;
	font-weight: bold;

}

h3, .untertitel  {
	font: 12px / 16px Arial;
	font-weight: bold;}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
ul  {
	}
ol {
	}
	
table  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 }
th  {
	font-weight: bold;
	text-align: left;
	}
td  {
  	vertical-align: top;
  	}
img	{
	border: 0;
	}
  	
/* layout */


#shadow{
	background-image: url("/pictures/bg_shadow.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 750px;
}



#main { width: 724px; 
	margin: auto; 
				
		}
		
#header {
	background-image: url("/pictures/header.jpg");
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 32px;
	padding-top: 133px; 
}

#navi{ 
	font: 12px / 16px Arial;
	font-weight: bold;
	color: #fff;
	height: 20px;
	width: 500px;
	}


#content { 
	background-color: #fff; text-align: left; margin: 0; 
	padding: 25px 35px 25px 32px;
	
	}

#start { 
	margin: 20px -35px 10px -32px;
	}


#footer {
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	background-color: #eee;
	border-bottom: 3px solid #ff4e00; }

#footer address {
	height: 18px;


}

#shadow_bottom{
	background-image: url("/pictures/bg_shadow_bottom.gif");
	background-repeat: no-repeat;
	background-color: #eee;
	height: 13px;
}


.invis {
	display: none; 
	
}

/*nav_bottom*/

#nav-bottom {
	height: 20px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #b0b0b0; 

	}

.nav-bottom {
	float: left;
	}


/* dokumente */

a.pdf  {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf  {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls  {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps  {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip  {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
 a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}


/*----- navigation -----*/

#navi ul {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style-type: none;
	border: 0;
width: 500px;

}

#navi ul li {
	padding-bottom: 2px;
	display: inline;
}

	
#navi ul li a {

	text-decoration: none;
	color: #fff;
	padding: 1px 10px 1px 0px;
}

#navi ul li a:hover {
	color: #eee;
}
