/*----- Tags -----*/

h1
{
	font-size:16px;
	margin:2em 0 0.2em 0;
	color:#E2000F;
}
h1.csc-firstHeader
{
	margin:0 0 0.2em 0;
}
h2
{
	
	font-size:14px;
	margin:0 0 0.2em 0;
	color:#E2000F;
}

h3,
h4,
h5,
h6{
	font-size:11px;
	margin:0 0 0 0;
	color:#E2000F;
	
}
p{
	margin:0 0 1em 0;
	font-size:11px;
}

ol,
ul{
	margin:0.5em 0 1em 1.5em;
	padding:0;
}
ol ol,
ul ul{
	margin:0 0 0.5em 0;
}
li{
	font-size:11px;
}
a{
	color:#E2000F;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
address{
	font-style:normal;
	float:right;
}
acronym,
abbr 
{
	cursor:help;
	border-bottom:1px dotted #ccc;
}
/*--Tabellen--*/
table 
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size:11px;
	margin:0 0 15px 0;
	width:100%;
}
caption 
{
	/*font-style:italic;*/
	text-align: left;
}
thead 
{
	border-bottom:3px solid #E2000F;
}
thead  th 
{
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-weight:bold;
}
tbody  th,
td 
{
	padding:3px 5px 3px 5px;
}
tbody .tr-odd 
{
	border-bottom:1px solid #E2000F;
}
tbody .tr-even
{
	border-bottom:1px solid #E2000F;
}
tfoot
{
	border-top:3px solid #E2000F;
	font-weight:bold;
}
/*--Formulare--*/
fieldset
{
	border:0 solid transparent;
}
label
{
	display:block;
	font-weight:bold;
}
input,
textarea
{
	font-size:11px;
	border:1px solid #ccc;
	overflow:auto;
	margin:3px 0 10px 0;
	padding:2px;
	width:280px;
}

input.csc-mailform-submit
{
	width:auto;
}
input:focus,
textarea:focus
{
	border:1px solid #ccc;
}
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(default_03_FILES/hr-divider.gif) repeat-x 0 0;
	padding:15px 0;
}
.hidden
{
	display:none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}