body {
	body: 100%;
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	margin-right: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/template/bg.jpg);
	cursor: auto;
	line-height: 16px;
	word-spacing: normal;
}
a:link {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration:none;
	font-weight: normal;
}
a:visitet {
	color: #666666;
	font-size: 14px;
	text-decoration:none;
	font-weight: normal;	
	
}
#maintitel {
	font-size: 20px;
	color: #8a8a8a;
	font-weight: normal;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #262626;
	line-height: 16px;
	letter-spacing: normal;
}
#linie {
	font-size: 1px;
	color: #262626;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:1px;
	border-bottom:1px solid #404040;
	line-height: 1px;
	letter-spacing: normal;
	
}
h1 {
	font-size: 14px;
	color: #d74f8c;
	font-weight: bold;
	margin-bottom:11px;
	line-height: 16px;
	letter-spacing: normal;
}
h2 {
 font-size: 12px;
 font-family: "arial", Helvetica, sans-serif;
 color: #ffffff;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}
h3 {
 font-size: 12px;
 font-family: "arial", Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
 margin: 0px;
 padding: 0px;
}
h4 {
 font-size: 14px;
 font-family: "arial", Helvetica, sans-serif;
  color: #ffffff;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 }

.bilder{
	margin:20px 0 20px 0;
}
 
.bilder a, .bilder img{
	border:0;
}

/*
h3{
 font-size: 18px;
 color: #000000;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 16px;
 color: #000000;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 14px;
 color: #000000;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}
*/

.bottemfooter {
	font-size: 11px;
	color: #989898;
	margin: 0px;
	text-decoration: none;
	line-height: 14px;
}
a.bottemfooter a:link {
	font-size: 11px;
	color: #989898;
	margin: 0px;
	text-decoration: none;
	line-height: 14px;
}
a.bottemfooter a:visited {
	font-size: 11px;
	color: #989898;
	margin: 0px;
	text-decoration: none;
	line-height: 14px;
}
a.bottemfooter a:hover {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
	line-height: 14px;
}
a.footer:link {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
a.linkfooter:link {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #989898;
}
a.linkfooter:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #989898;
}
a.linkfooter:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #989898;
}
a.linkfooter:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #989898;

}

ul {
	list-style-type: none;
}
a.leftnav:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #989898;
	line-height: 15px;
}
a.leftnav:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #d74f8c;
	line-height: 15px;
}
a.leftnav:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #989898;
	line-height: 15px;
}
a.leftnav:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #d74f8c;
	line-height: 15px;
}
a.active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #d74f8c;
	line-height: 15px;
	background-color:#262626;
}
#navBar {
	width: 208px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #262626;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
/*********** #sectionLinks styles ***********/

#sectionLinks {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #262626;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #262626;
	padding: 6px 0px 6px 21px;
	background-image:url(../images/template/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sectionLinks a:hover {
	background-color: #262626;
}
#sectionLinks a:aktive {
 background-color: #262626;
}
td, tr, table {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0px;
}  

/*

input, select, option, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-color: #FFFFFF;
    border-top: 1px solid #7F7F7F;
	border-bottom : 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
	border-left : 1px solid #7F7F7F;
	width : 240px;
}

*/

/*br, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #161511;
    letter-spacing: 0px;
	list-style-type : square;
	list-style-position : outside;
}  

*/

