html, body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	color: #444;
}

body {
    background-color: white;
}

h1,h2,h3,h4,h5,h6,p {
	font-family: Arial;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: black;
}

input, select, button {
	font-family: Arial; 
	font-size: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 1px;
}

img, div, span, form {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: bottom;
}

a {
	color: #004D84;
	text-decoration: none;
}

.clear {
	clear: both;
}

p.bodytext {
	line-height: 1.5em;
	color: #444;
	padding: 5px 0px;
}

#leftContent h1 {
	font-size: 18px;
	margin-bottom: 2px;
/* 	font-weight: bold; */
}

#leftContent h2, #rightContent h2 {
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 15px;
}

#leftContent h3 {
	margin-top: 15px;
	margin-bottom: -5px;
	text-transform: uppercase;
	color: #444444;
}

#leftContent ul, #rightContent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftContent li, #rightContent li {
	line-height: 1.5em;
}

#top {
	margin-left: 50px;
	padding-top: 60px;
	padding-bottom: 20px;
	width: 930px;
}

#headBox {
	height: 100px;
	background-image: url(../img/head_background.png);
	background-repeat: no-repeat;
	padding-left: 177px;
	background-position: bottom left;
	margin-bottom: 5px;
}

#headContent {
	margin: 8px 0px 0px 28px;
	height: 51px;
	overflow: hidden;
	background-color: #d8e1f2;
	position: relative;
}

	#headContent h1 {
		font-size: 25px;
		color: #4B4B4D;
		font-family: Arial;
		background-color: #d8e1f2;
		line-height: 51px;
		padding-left: 15px;
		text-transform: uppercase;
		height: 51px;
	}

#search_language {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 14px 9px 0px;
	text-align: right;
	height: 37px;
	width: 185px;
	background-color: #d8e1f2;
	line-height: 13px;
}

	#search_language input, #search_language select {
		width: 152px;
		height: 13px;
		border: 1px solid #9c9d9f;
		padding: 1px 0px;
		font-size: 11px;
		background-color: white;
		margin-top: 2px;
	}
	* html #search_language {
		top: -3px;
	}
	* html #search_language input, #search_language select {
		width: 149px;
	}
	
	* html #search_language select {
		width: 151px;
		margin-right: 3px;
	}
	
	#search_language select {
		margin-top: 4px;
		height: 17px;
		width: 154px;
		font-size: 11px;
		color: #9c9d9f;
	}
	
	#search_language button {
		width: 16px;
		height: 17px;
		border: none;
		margin-left: 5px;
		background-color: transparent;
		display: block;
		float: right;
	}
	
	.language_row {
		margin-right: 21px;
	}
	
#mainBox {
	background-image: url(../img/menu_background.png);
	overflow: hidden;
	border-bottom: 5px solid white;
}

#menu {
	float: left;
	width: 180px;
	padding: 25px 10px;
	margin-right: 5px;
	background-repeat: repeat-x;
}

	#menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#menu li {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		/*height: 23px;*/
	}
	
		#menu ul a {
			color: white;
 			display: block; 
			text-decoration: none;
			font-size: 12px;
			line-height: 23px;
			height: 23px;
			border-bottom: 1px solid #737373;
			padding: 0px 8px;
			position: relative;
			vertical-align: bottom;
		}
		
		/* Set no height for level-2 - links! */
		#menu ul ul a {
			height: auto;
		}
		
		#menu .linktext {
			position: relative;
			z-index: 2;
		}
		
		#menu ul a:hover, #menu ul a.act {
			background-image: url(../img/menu_highlight.png);
			background-repeat: repeat-y;
			color: #4B4B4D;
			font-weight: bold;
		}
		
			#menu ul ul {
				background-color: #737373;
				padding-left: 10px;
			}
			
			#menu ul ul a:hover, #menu ul ul a.act {
				color: white;
				background-image: none;
			}
			
			#menu ul ul a:hover {
				font-weight: normal;
			}
			
			#menu ul ul a.act:hover {
				font-weight: bold;
			}
			
			#menu ul ul a {
				border-top: none;
				border-bottom: none;
			}
			
			#menu ul ul a {
				background-repeat: no-repeat !important;
				display: block;
				padding-left: 10px;
				background-position: 0px 9px;
			}
			
			#menu ul ul a:hover, #menu ul ul a.act {
			/*a:hover span.linktext, a.act span.linktext {*/
				background-image: url(../img/raquo.gif);
			}

			#menu a img {
				display:block;
				position:absolute;
				left:0px;
				top:0;
				visibility:hidden;
				z-index:0;
			}

			#menu .act img {
			}

			

#startLeftContent, #leftContent {
	float: left;
	width: 248px;
	padding: 15px 20px 0px 15px;
}

#leftContent {
	width: 500px;
	overflow: hidden;
}

	#startLeftContent h2 {
		color: #004D84;
		font-size: 20px;
		line-height: 1.5;
	}
	
	#startLeftContent h1 {
		color: #004D84;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5;
	}
	
#startRightContent {
	width: 442px;
	float: left;
}

#rightContent {
	width: 170px;
	float: left;
	padding: 10px;
}

* html #rightContent {
	width: 165px;
}
	
.startcols {
	float: left;
	width: 422px;
	height: 88px;
	background-color: #e3e3e3;
	padding: 10px;
	overflow: hidden;
}

#footContent {
/* 	margin-top: 5px; */
}

#footContent .colLeft {
	margin-right: 5px;
	width: 463px;
}

#startLegalFooter {
	text-align: right;
	padding-top: 5px;
}

#legalFooter {
	text-align: center;
	width: 200px;
	padding: 5px 0px;
}
	#legalFooter a {
		color: white;
		font-weight: normal;
		font-size:11px;
	}
	
	
div.borderBox {
	border: 1px solid #bfbfbf;
	margin-bottom: 15px;
	padding: 15px;
}

div.orderItemList div.borderBox {
	border-style: solid none;
}
/* Typo Overriding */

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color: #e3e3e3
}


.csc-form {
	margin-top: 10px;
}

div.csc-form-field {
	float: left;
}

div.csc-form-row {
	clear: both;
	overflow: hidden;
}

/* Table styles */

.contenttable {
	margin-bottom:1em;
}

.contenttable  thead {
	text-align:left;
	font-family: Arial;
	font-weight: normal;
	font-size: 100%;
	color: black;
}

.contenttable th .bodytext,.contenttable caption {

}

.contenttable caption {
	text-align:center;
	font-size:14px;
}

.contenttable .alternatingCell-odd {
}

.contenttable td, .contenttable th {
	vertical-align:top;
	border-bottom: 1px dotted #797979; 
	padding: 10px;
}

.contenttable .alternatingColumn-odd, .contenttable .alternatingColumn-even,.contenttable th {
	padding-left:14px;
	padding-right:14px;
}

.contenttable .alternatingColumn-odd {
	width:158px;

}
.contenttable .alternatingColumn-odd .bodytext {
			font-weight:bold;
}

.contenttable .alternatingColumn-even {
	width:359px;
}

table.inlineHead {
	width: 100%;
}

table.inlineHead td {
	padding-left: 20px;
}

.contenttable .inlineHead td, .contenttable .inlineHead th {
	background-color: #737373;
	color: white;
	text-transform: uppercase;
	padding-left: 10px;
}


td.inlineHead td p {
	color: white !important;
}

/* pic caption */
.csc-textpic-caption
{
	background:#D8E1F2;
	padding:6px;
	font-size: 10px;
}

/* content  menue*/

.content_menue {
	overflow:hidden;
	border-top:1px solid #9c9d9f;
	margin-top:15px;
}

.content_menue_left {
	float:left;
}

.content_menue_right {
	float:right;
}

.content_menue ul {
	padding:0px;
	margin:0px;
	list-style: none;
}

.content_menue li {
	float:left;
	margin-right:4px;
	width:16px;
	height:16px;
	display:block;
	background:#e3e3e3;
	text-align:center;
}

.content_menue li a {
	color:#4b4b4d;
	font-size:8px;
}

.content_menue_left li img ,.content_menue_right li img  {
	vertical-align:top;
}

.content_menue_right li {
	margin-right:0px;
	margin-left:4px;
}

th.borderRight, td.borderRight {
	border-right: 3px solid white !important;
}

#leftContent table ul, #leftContent table li {
	margin: 0;
	padding: 0;
}

#leftContent table li {
	padding-left: 10px;
	background-image: url(../img/ablauf-ul.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	list-style: none;
}

#procedure .contenttable .alternatingColumn-odd, 
#procedure .contenttable .alternatingColumn-even, 
#procedure .contenttable th {
padding-left: 2px;
padding-right: 2px;
}


.csc-uploads-fileName p{
	display:none;
}

.csc-uploads-fileName .csc-uploads-description{
	display:block;
}


/* TwoCol */
.two_col_Content_Element {
	overflow:hidden;
	clear:both;
	margin-bottom:5px;
}

.two_col {
 	width:242px;
	float:left;
}

* html .two_col_inner {
/* 	height:121px; */
}



.two_col_inner {
	overflow:hidden;
}

.two_col_left {
	margin-right:5px;
}

.two_col_left_inner {

}

.two_col_right {
}

.two_col_right_inner {

}

* html .two_col_Content_Element .csc-textpic-text {
	height:121px !important;
	overflow:hidden;
}

/*bad fix for same margin and padding for a cel*/

.two_col_Content_Element p {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.clear {
	clear:both;
}

/*file_link*/

.file_link {
	margin-bottom:2px;
}

.tx-flvplayer-pi1 {
	position:relative !important;
	float:none !important;
/* 	height:170px; */
}


#rightContent ul {
	margin:0px;
	padding:0px;
	padding-left:10px;
}

#rightContent li {
	
}

.csc-textpic {
	overflow: hidden;
}

ul.pressMenu,
ul.pressMenu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding: 5px 0px;
}

#rightContent .pressMenu a.act {
	font-weight: bold;
}



/* FIX the distance between images */

.csc-textpic-imagerow dl {
	margin-bottom:0px !important;
	padding-bottom:5px !important;
}

embed {
	margin-bottom:15px;
}
