@import url(sidebar.css);
@import url(content.css);
@import url(schulungen.css);
/* mac hide\*/
html, body { height: 100%; margin: 0px; padding: 0px;}
/* end hide */


body {
	color: #000;
	font-size:62.5%;
	background: url(images/bg.png) center repeat-y #eee;
}
* {
  	 margin: 0;
 	 padding: 0;
}
/* Container */
#Main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: #FFF;
	width: 800px;
	padding: 0;
	min-height: 100%;
	position: relative;
	margin: auto auto;
}
#Header {
	background: url(images/header.jpg) no-repeat left top;
	height: 120px;
	position: relative;
}
#location
{
	position: absolute;
	padding: 4px 8px 2px 6px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	display: block;
	background: url(images/location-bg.png) no-repeat top left;
}
#Seite
{
	float: left;
	width: 175px;
}
.Content {
	width: 575px;
	position: relative;
	padding: 0 15px 0 0;
	margin: 0 0 30px 200px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#Footer {
	background-color:#000000;
	width: 790px;
	height: 20px;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;
	text-align: right;
	clear: both;
	margin: auto auto;
	position: relative;
	margin-top: -30px;
}
/*Nav-Bar*/
#Nav-Bar
{
	background: url(images/nav-bar.gif) repeat-x;
	height: 20px;
	list-style-type:none;
	margin: 0 0 20px 0;
}
#Nav-Bar li
{
        float: left;
}
#Nav-Bar li a, #Nav-Bar li span
{
	padding: 1px 9px 1px 9px;
	color:#000;
	font-size: 1.4em;
	text-decoration:none;
	display: block;
	background: url(images/nav-bar-trennung.gif) no-repeat right top;
}
#Nav-Bar li a:hover, .Active
{
	background: url(images/nav-bar-hover.gif) no-repeat right top;
}

#Dokumente
{
	color: #000;
	padding: 5px;
	margin: 20px 0 10px 0;
	clear: both;
}
#Dokumente img
{
	float: left;
}
#Dokumente legend
{
	color: #000;
	padding: 0 4px 0 4px;
}
#Dokumente div
{
	padding: 5px;
	margin: 5px;
}	
#Dokumente div a, #Dokumente div a img
{
	border: none;
}
#Dokumente div a:hover
{
	border: none;
}	
#Dokumente div ul
{
	list-style-image:none;
	list-style-type: none;
}
.box:before
{
	height: 15px;
	width: 200px;
	content: "";
	display: block;
	background: url(images/box-top.gif);
}
.box:after
{
	height: 16px;
	width: 200px;
	content: "";
	display: block;
	background: url(images/box-bottom.gif);
}
.box
{
	width: 200px;
	margin: 5px -15px 5px 5px;
	background: #F2A652;
	float: right;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif
}
.box h2, .box h3, .box h4
{
	padding: 0px 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px #fff solid;
}
.box ul
{
	padding: 0 5px 0 22px;
	width: auto;
	/*list-style-image:url(images/icons/liste.gif);*/
	list-style: outside;
	list-style-image: none;
}
.box img
{
	float: none;
	position: relative;
	margin: auto auto;
}
