/*----- Tags -----*/

html{
	font:11px Verdana, Helvetica, sans-serif;
	color:#000000;
	background:url(../images/bgs/bg-main.jpg) repeat-x 0 0 #009ED6;
	cursor:default;
	margin:0;
	padding:0;
	line-height:16px;
	z-index-1
}
h1
{
	font-weight:bold;
	font-size:16px;
	margin:5px 0 5px 0;
}
h1.csc-firstHeader
{
	margin:0 0 30px 0;
}
h2
{
	font-weight:bold;
	font-size:13px;
	margin:0 0 5px 0;
}
h3{
	margin:0 0 5px 0;
	font-size:12px;
}

h4{
	font-weight:bold;
	font-size:11px;
	margin:0 0 0 0;
}

h5{
	font-size:11px;
	margin:0 0 0 0;
}
h6{
	font-weight:bold;
	font-size:10px;
	margin:0 0 10px 0;
	width:105px;
	float:right;
	text-align:right;
}
p{
	margin:0 0 10px 0;
}

ol,
ul{
	margin:0.5em 0 1em 0;
	padding:0;
}
ol ol,
ul ul{
	margin:0 0 0.5em 0;
}
li{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
address{
	font-style:normal;
	float:right;
}
acronym,
abbr 
{
	cursor:help;
	border-bottom:1px dotted #474747;
}
/*--Tabellen--*/
table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 15px 0;
	width:100%;
}
table table 
{
	margin:0 0 0 0;
}
caption 
{
	font-style:italic;
	text-align: left;
}
thead 
{
	color:#fc0;
}

thead  th 
{
	padding:5px 5px 5px 5px;
	font-size:16px;
	font-weight:normal;
}
thead  td.form1
{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:right;
	padding:0px 93px 0 5px;
}
thead  td.form2 
{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:left;
	padding:0 0 0 9px;
}
tbody  th,
td 
{
	padding:3px 5px 3px 5px;
}
tbody .tr-odd 
{
	border-bottom:1px solid #0099ff;
}
tbody .tr-even
{
	border-bottom:1px solid #0099ff;
}
tfoot
{
	border-top:3px solid #0099ff;
	font-weight:bold;
}
/*--Formulare--*/
form 
{
	margin:20px 0 0 0;
}
legend
{
	display:none;
}
fieldset
{
	border:0 solid transparent;
}
label
{
	width:220px;
	display:block;
	float:left;
	text-align:right;
}
input,
select
{
	border-style:ridge;
	overflow:auto;
	margin:0 0 0 10px;
	width:305px;
}

textarea
{
	border-style:ridge;
	overflow:auto;
	margin:0 0 0 10px;
	width:305px;
}
img 
{
    border:none;
}
form tbody  th,
form td 
{
	padding:0px 5px 3px 0px;
}

/*----- Tags Ende -----*/
/* Helper */
.clear
{
	clear:both;
}
.hr
{
	height:1px;
	font-size:1px;
	clear:both;
	background:transparent url(../images/bgs/hr-divider.gif) repeat-x 0 0;
	padding:15px 0;
}
.hidden
{
	display:none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}