body
	{
	font-family: Arial, Helvetica, sans-serif;
	background: #EBEBEB url(img/background.png) repeat-x;
	margin: 0px;
	text-align: justify;
	color: Black;
	font-size: 0.8em;
	line-height: 1.25em;
}

		
h1
	{ color: #B22222; font-size: 1.6em; font-weight: bold; }

	
h2
	{ color: #B22222; font-size: 1.6em; font-weight: bold; }

	
	
h3
	{ margin: 0 0 1em 0; padding: 0; font-weight: bold; }

h4
	{
	font-size: 95%;
	margin: 0 0 0.4em 0;
	padding: 0.3em 0 0 0;
}

	
h4 span
	{ color: #B22222; font-weight: normal; }

p
	{ font-size: 0.8em margin: 0 0 1em 0; line-height: 1.5em; }

	
a
	{ text-decoration: none; color: Olive; }

pre {
width: 550px;
}

	
textarea { width: 98%; }

textarea {
	color: #fbde90;
	background-color: #f4f4ef;
	border: 1px solid #999999;
}

hidden { display: none; }

a:hover
	{ color: Orange; border-bottom: 1px solid #ffd700; }

	
a:active
	{ color: Olive; }

	
#main
	{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	z-index: 14;
	background: url(img/background_content.jpg) repeat-y;
	background-position: right;
}

	
#top
	{ height: 150px; width: 900px; ;  }

/***********************************
header
************************************/
#header
	{
	padding-top: 0px;
	z-index: 12;
	width: 900px;
	position: relative;
	margin-bottom: 0px;
}

/***********************************
sidebar
************************************/
	
#sidebars {
	margin-top: 10px;
	display: inline;
	float: right;
	width: 200px;
	height: 35px;
	padding-left: 25px;
	padding-top: 10px;
	background-position: top;
	background-repeat: no-repeat;
}

#menu
	{
	width: 175px;
	display: inline;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	color: #2D2D2D;
}

	
#menu ul
	{  padding: 0; border-top: 1px solid White; }

#menu ul li
	{
	display: block;
	list-style: none;
	font: 0.95em arial, helvetica, sans-serif;
	border-bottom: 1px solid White;
	line-height: 1.9em;
}

#menu ul ul li
	{
	display: block;
	list-style: none;
	font: 0.95em arial, helvetica, sans-serif;
	line-height: 1.9em;
	padding-left: px;
	padding-bottom: 1px;
	border-bottom: 1px solid White;
}

#menu ul li a
	{
	display: block;
	width: 138px;
	padding-left: 12px;
	color: #2D2D2D;

}

#menu ul ul
	{ padding-left: 10px; }

	
#menu ul ul li a
	{ display: block; width: 135px; color: #202020; }

#menu ul ul li a:hover
	{
	display: block;
	width: 128px;
	padding-left: 12px;
	color: Olive;
	border-bottom: 0px;
}

#menu ul ul ul 
	{ display: none; }


#menu ul li a:hover
	{
	background: url(img/dot2hover.gif) no-repeat -2px 50%;
	color: #202020;
	border-bottom: 0px;
}

	
#menu ul li a:active
	{
	background: url(img/dot2on.gif) no-repeat -2px 50%;
	color: #ffffff;
}

	
#menu a.current {
	font-weight: bold;
	background: url(img/dot2on.gif) no-repeat -2px 50%;
	color: #ffffff;
}

#menu ul ul a:hover
	{ color: #E0FFFF; }

#menu ul ul a.current
	{ color: #ffffff; }

.menu-deco
	{ height: 90px; }

.menu-deco-top
	{ height: 35px; margin-top: 0; }

.menu-deco-bottom
	{ height: 10px; }

.login-deco
	{ height: 25px; margin-top: 10px; }

/***********************************
tools in sidebar
************************************/	

#tools {
	margin: 0px 0px 0px 120px;
	padding: 0px 0px 0 0px;
	width: 117px;
	height: 25px;
	overflow: hidden;
	float: right;
}

	#tools a {
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		height: 25px;
		text-indent:-999px;
		overflow:hidden;
	}
	
		#tools a.fnc-print {
			background: url(img/funktionen.png) no-repeat 0 0px;
			width:33px;
		}
		#tools a.fnc-print:hover {
			background: url(img/funktionen.png) no-repeat 0px -25px;
		}
		
		#tools a.fnc-mail {
			background: url(img/funktionen.png) no-repeat -33px 0px;
			width:32px;
		}
		#tools a.fnc-mail:hover {
			background: url(img/funktionen.png) no-repeat -33px -25px;
		}
		
		#tools a.fnc-impressum {
			background: url(img/funktionen.png) no-repeat -65px 0px;
			width:25px;		
		}
		#tools a.fnc-impressum:hover {
			background: url(img/funktionen.png) no-repeat -65px -25px;		
		}
		
		#tools a.fnc-sitemap {
			background: url(img/funktionen.png) no-repeat -90px 0px;		
			width:27px;		
		}
		#tools a.fnc-sitemap:hover {
			background: url(img/funktionen.png) no-repeat -90px -25px;		
		}
		

	
/***********************************
end sidebar
************************************/

#sitename
	{
	color: #B22222;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 0px;
	width: 855px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
}
	
#breadcrumb a
	{ color: #B22222; text-decoration: none; }

#breadcrumb a:hover
	{ color: #B22222; text-decoration: none; }

#content
	{

	z-index: 20;
	margin-left: 0px;
	width: 660px;
	float: left;
	padding: 0px 0px 0px 12px;
	color: #626262;
	overflow: hidden;
}

	
#content p
	{

	margin-left: 0px;
	width: 670px;
	float: left;
}

#content table
	{
	display: inline;
	margin-left: 15px;
	width: 410px;
	float: left;
}

	
#content H1
	{
	padding: 0px 0;
	color: #B22222;
	font-size: 120%;
	font-weight: bold;
}

	
#content H2
	{
	padding: 0px 0;
	color: #B22222;
	font-size: 0.85em;
	font-weight: bold;
}

	
	
#inhalt2
	{
	display: inline;
	width: 180px;
	color: #121212;
	font-size: 0.85em;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

#inhalt2 p
	{
	padding-left: 10px;
}


	
#inhalt2 a
	{ color: #B22222; text-decoration: none; }

	
#inhalt2 a:hover
	{ color: #FF4500; text-decoration: underline; }

#content a
	{
	color: #B22222;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	border-bottom: 1px dotted #aaaaaa;
}

#content a:hover
	{ color: Orange; border-bottom: 1px solid #aaaaaa; }

#content li
	{
	list-style: none outside;
	font-size: 88%;
	padding-left: 5px;
	margin-left: 35px;
}

	
	
#footer
	{ 
	z-index: 18;
	padding: 0 210px 0 0; 
	height: 70px; 
	
	}

	
#footertext { color: #B22222; }

#footertext a { color: #B22222; text-decoration: none; }

	
#footertext a:hover { color: Orange; text-decoration: underline; }


#fotnavtext{
	font-size: 0.9em;
	color: #DCDCDC;
	background: Black url(img/bg_footnav.gif) repeat-x;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	height: 28px;
	vertical-align: middle;

}


#footernavtext a { color: #DDDDDD; text-decoration: none; }

	
#footernavtext a:hover { color: Orange; text-decoration: none; }


#credits
	{
	height: 25px;
	font-size: 0.7em;
	color: #7B7B7B;
	width: 890px;
	background-repeat: repeat-y;
	background-image: url(img/background_content_2.jpg);
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 2px;
	text-align: left;
}

	
#credits a
	{
	color: #7B7B7B;
	font-weight: normal;
	border-bottom: none;
}

	
#credits a:hover
	{
	color: #B22222;
	border: none;
	border-bottom: #ffffff 1px dotted;
}

.clear
	{ clear: both; }

 	
.hr
	{
	border-bottom: 1px dotted #aaaa99;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 12px 0;
}

/*------ main images -----------------------------------------------------------------*/


/* CSS Document */