@charset "utf-8";

/**********
* CONTENT *
**********/
#content {
	color: #5e5e5e;
}

#content h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #e41f29;
	margin: 0 0 25px 0;
}
#content h2 {
	color: #5e5e5e;
	font-size: 13px;
	margin: 5px 0 5px 0;
}

#content h3 {
	color: #5e5e5e;
	font-size: 13px;
	margin: 5px 0 5px 0;
}
#content h4, #content h5, #content h6 {
	color: #5e5e5e;
	font-size: 12px;
}

#content p {
	margin: 0 0 15px;
	color: #5e5e5e;
	line-height: 18px;
}

#content a {
	color: #224959;
}
#content a:hover {
	
}

#content ul {
	margin: 10px 0;
}
#content ul li {
	padding: 0 0 0 25px;
	
	background-image: url('../images/common/li_bullet_grey.gif');
	background-position: 12px 6px;
	background-repeat: no-repeat;
}

#content ul.inline {
	margin: 10px 0;
}
#content ul.inline li {
	float: left;
	
	margin: 0 10px 5px 0;
	padding: 0;
	
	background-image: none;
}
#content ul.inline li a {
	display: block;
	
	padding: 3px 16px;
	
	background-color: #e5202a;
	
	color: #FFFFFF;
	text-decoration: none;
}
#content ul.inline li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* header */
#content #header {
	position: static;
	z-index: 100;
	
	display: block;
	width: auto;
	height: 233px;
	overflow: hidden;
	
	margin: -30px -295px 35px -36px;
	padding: 0;
	
	background-color: #e5202a;
}

#content #header h2 {
	position: relative;
	
	height: 22px;
	
	margin: 0 0 10px 0;
	
	background-image: url('../images/common/bracket_left.small.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	
	/*color: #5e5e5e;*/
	font-size: 14px;
}
#content #header h2 strong,
#content #header h2 b,
#content #header h2 span {
	position: absolute;
	top: 0;
	left: 0;
	
	padding: 0 5px 0 5px;
	
	background-image: url('../images/common/bracket_right.small.gif');
	background-repeat: no-repeat;
	background-position: right top;
	
	line-height: 22px;
	white-space: nowrap;
}

#content #header div.csc-textpic, #content #header div.csc-textpic-text, #content #header div.csc-textpic div.csc-textpic-imagewrap, #content #header .csc-textpic-image, #content #header .csc-textpic-image dt, #content #header .csc-textpic-image dt img, #content #header .csc-header, #content #header .csc-header h1 {
	float: none;
	clear: none;
	padding: 0;
}
#content #header div.csc-header {
	display: none;
}
#content #header div.csc-textpic-text {
	position: absolute;
	top: 0;
	right: 0;
	
	display: block;
	width: 200px;
	overflow: hidden;
	margin: 25px 20px 0 0;
}
#content #header p, #content #header h1, #content #header h2, #content #header h3, #content #header h4, #content #header h5, #content #header h6 {
	color: #FFFFFF;
	line-height: 14px;
}

#content table.contenttable ul li {
	white-space: nowrap;
}


/** Default Tabellen **/

#content table.contenttable {
	margin:0 0 20px 0;
	padding:0;	
}

	#content table.contenttable thead th {
		background-color:white;
		border-bottom:1px solid #E41F29;
		padding:0 0 5px 0;
		
	}
	
		#content table.contenttable thead th p.bodytext {
			margin:0;
			padding:0;
			color:#E41F29;	
			font-size:12px;
			font-weight:bold;
		}
	
	#content table.contenttable tbody td {
		background-color:#EFEFEF;
		color:#5E5E5E;
		padding:5px 20px 5px 5px;
		border-bottom:1px solid white;
	}
	
		#content table.contenttable tbody td p.bodytext {
			margin:0;
			padding:0;
		}

