/*_____allgemeine Styles____________________________*/
* {	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;}
body {
	/*font-size: 100.01%;*/
	margin: 0px;
	background-image:url(../images/bg_home.jpg);
	background-repeat:repeat-x;}
table {
	border-collapse: collapse;
	border-spacing: 0px;}
td {
	vertical-align:top;}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color:#000000;
	text-transform:uppercase;}
textarea, input, select {
	font-size: 1em;
	color:#999999;
	font-style:italic;
	border: 0px;
	background-color: #333333;}
img {
	border: none;}
hr {	
	border:0px;
	border-top:1px solid #333333;
	height:0px;}

.clear {
	clear:both;
}
.important {
	color:#F00;
}
.hidden {
	display:none;
}
/*_____Seitenaufbau_________________________________*/
#container {
	width:978px;
	margin:0px auto;
	font-size:62.5%;
	color:#999;}
#container .small {
	font-size:11px;
	font-style:italic;
	color:#666666;}
#container a:link,
#container a:visited {
	color:#999;
	text-decoration:none;}
#container a:hover,
#container a:focus {
	color:#000;}	
#lang {
	visibility:hidden;
	height:17px;
	text-align:right;
	text-transform:uppercase;}

#lang ul {
	padding-top:2px;	
	list-style:none;
	text-transform:uppercase;
	font-size:10px;}
#lang ul li {
	display:inline;
	padding-left:10px;}
#lang a:link,
#lang a:visited {
	color:#FFF;
	text-decoration:none;}
#lang a:hover,
#lang a:focus {
	color:#666;}
#lang .active a:link,
#lang .active a:visited {
	font-weight:bold;	
	color:#666;}

#logo {
	position:absolute;
	margin-bottom:-100px;
	margin-left:0px;
	width:117px;
	height:31px;
	top: 33px;
}	
#navi {
	height:16px;
	width:600px;
	position:absolute;
	margin-bottom:-100px;
	margin-left:185px;
	padding:0px 5px;
	top: 32px;
}
#navi ul {
	list-style:none;
	text-transform:uppercase;
	font-size:10px;}
#navi ul li {
	display:inline;
	padding-right:5px;}
#navi a:link,
#navi a:visited {
	color:#999;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;}
#navi a:hover,
#navi a:focus {
	color:#000;}
#navi .active a:link,
#navi .active a:visited {
	font-weight:bold;	
	color:#000;}

#pagetitle {
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999;
}
#pagecontent {
	min-height:50px;
}
.content {
	margin-bottom:5px;
	}	
.csc-header {
	margin-top:20px;
	margin-bottom:10px;
}
.csc-header h1 {
	font-weight:normal;
	color:#999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999;		
}
.linie {
	height:1px;
	background-image:url(../images/line_bright.gif);}
.spacer {
	height:5px;}
	
#footer {
	height:10px;
	position:relative;
	padding:0;
	color:#999;}
#footer ul {
	list-style:none;
	text-transform:uppercase;
	font-size:10px;
	margin-top:-13px;
	margin-left:100px;}
#footer ul li {
	display:inline;
	padding-left:10px;}
#footer a:link,
#footer a:visited {
	color:#000;
	text-decoration:none;}
#footer a:hover,
#footer a:focus {
	color:#999;}
#footer .active a:link,
#footer .active a:visited {
	font-weight:bold;
	color:#FFF;}
