@charset "UTF-8";
/* CSS Document */
body {
	background-color:#f4f4f2;
	margin: 0;
	padding: 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	background-image:url(../img/background.jpg);
	background-position:center top;
}

input{
	border: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}

img {
	border:0;
	margin:0;
}
/* IDs and classes in order of appereance */
#page {
	margin: auto;
	width: 960px;
	border: 1px solid transparent;
	text-align:left;
	margin-bottom:120px;
	position:relative;
	
}
*html #page {
	border: 1px none transparent;
}
#logo {
	width:148px;
	height:51px;
	float:left;
	margin:19px 0 0 31px;
}
#flashpane{
	border-bottom: 5px solid #666;
	float:left;
}

#meta_navi {
	width:500px;
	height:20px;
	float:right;
	margin:10px 29px 0 0;
	text-align:right;
	float:right;
}
#meta_navi, #meta_navi a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AAAAAA;
	text-decoration:none;
}
#meta_navi a:hover {
	color:#295a7f;
}
ul.meta {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
li.meta{
	margin:0;
	padding:0 7px 0 7px;
	float:left;
	background-image:url(../img/meta_navi_background.gif);
}
#main_navi {
	width:700px;
	height:30px;
	float:right;
	margin:20px 29px 0 0;
	text-align:right;
}
#main_navi a {

}
#main_navi a:hover {
	
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	
	position: relative;	
	z-index: 5;		
}

.menu li:hover {
	z-index: 10000;	
	white-space: normal;
							
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;	
	position: absolute;
	z-index: 10;
	left: 0;	
	top: 0;		
}

.menu li:hover>ul {
	visibility: visible;	
	top: 100%;	
}

.menu li li:hover>ul {	
	top: 0;
	left: 100%;
}


.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	
	min-height: 0;
}

.menu ul {
	background-image: url(../img/empty.gif);	
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}







.menu, .menu ul li {
	float:right;
}

.menu ul {
	background-image:url(../img/ul_background.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.menu a {
	display: block;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#295a7f;
	text-decoration:none;
	letter-spacing:1px;
	background-image:url(../img/main_navi_background.gif);
	padding:8px 13px 8px 14px;
	
}

.menu a:hover, .menu li:hover>a, .li_act {
	color: #c0c029;
	background-image:url(../img/main_navi_background_on.gif);
}
.menu ul li:hover>a {
	background-image:none;
}
.navi_subtitle {
	padding:0 13px 8px 14px;
}
.menu li li {	
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	
}
.menu ul>li + li {	
	border-top: 0;
	
	
}
/*.menu ul {
	background-image:url(../img/main_navi_sub_background.png);
	background-position:31px 15px;
	background-repeat:repeat-y;
}*/
.menu ul>li {
	width: 280px;
	background-image:url(../img/main_navi_sub_background.jpg);
	background-repeat:repeat-y;
	text-align:left;
	font-size:12px;
}
.menu ul>li a{
	font-size:12px;
	background-image:none;
	padding:10px 13px 4px 14px;
}
.menu ul>li a:hover{
	background-image:none;
}

.menu li li:hover>ul {	
	top: 5px;
	left: 90%;

}


.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}

/*subnav*/
#left{
	margin: 5px 0px 25px 50px;
}
#left a{
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c029;
	font-size:12px;
	font-weight:bold;
}
#left #suchform{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 5px 5px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
#left .input{
	width: 90px;
	border: 1px solid #ccc;
}

#left #subnav a{
	text-decoration: none;
}
#left #subnav a:hover{
	text-decoration: underline;
}
#left #subnav .active{
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	width: 167px;
}
#left #subnav .subnavpoint{
	margin-top: 5px;
	margin-left: 5px;
	width: 167px;
}

#left #subnav .subsub,
#left #subnav .sub-active{
	margin-left: 20px;
	margin-top: 2px;
}
#left #subnav .sub-active a{
	text-decoration: underline;
}

/*content*/

#flash {
	width:960px;
	height:280px;
	float:left;
	margin:12px 0 0 0;
}
#page_title {
	width: 900px;
	height: 68px;
	margin: 42px 29px 0 0;
	float: right;
	text-align: right;
	background-image: url(../img/header.jpg);
}
#page_title_abs {
	width:900px;
	height:34px;
	position:absolute;
	z-index:2;
	right:29px;
	top:122px;
	text-align:right;
}
#breadcrums {
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	z-index:2;
	left:29px;
	top:132px;
	text-align:left;
	color:#999999;
}
#breadcrums a {
	
	color:#999999;
	text-decoration:none;
}
#breadcrums a:hover {
	color:#295a7f;
	text-decoration: underline;
}
#breadcrums a:visited {
	color:#999999;
	text-decoration:none;
}
#thema {
	width:900px;
		height:288px;
	overflow:hidden;
	float:left;
	margin:12px 0 0 31px;
}
#thema_bild {
	width:900px;
	height:68px;
	overflow:hidden;
	float:left;
	margin:12px 0 0 31px;
}
#hline{
	width:900px;
	height:5px;
	overflow:hidden;
	margin:0 29px 0 0;
	float:right;
	background-color:#6a6f72;
}
#teaser_container {
	width:960px;
	height:279px;
	float:left;
	margin:0;
	background-image:url(../img/teaser_background.jpg);
	overflow:hidden;
}
#teaser_left {
	width:300px;
	height:235px;
	float:left;
	margin:0 0 0 31px;
	background-image:url(../img/teaser_gradient.jpg);
}
* html #teaser_left {
	margin:0 0 0 16px;
}
#teaser_middle {
	width:298px;
	height:235px;
	float:left;
	margin:0;
	border-left:1px solid #554d4b;
	border-right:1px solid #554d4b;
	background-image:url(../img/teaser_gradient.jpg);
	overflow:hidden;
}
#teaser_right {
	width:300px;
	height:235px;
	float:left;
	margin:0;
	background-image:url(../img/teaser_gradient.jpg);
	overflow:hidden;
}
#content_container {
	width:960px;
	float:left;
	margin:0;
	background-image:url(../img/content_container_background.png);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	padding-bottom:30px;

}
#content_left {
	width:300px;
	float:left;
	margin:0 0 0 31px;
	
}
* html #content_left {
	margin:0 0 0 16px;
}
#content_middle {
	width:298px;
	float:left;
	margin:0 1px 0 1px;
	
	
	overflow:hidden;
}
#content_right {
	width:300px;
	float:left;
	margin:0;
	
	overflow:hidden;
}

.clearer {
	clear:both;
}
#content_2c_container {
	width:960px;
	float:left;
	margin:0;
	background-image:url(../img/content_container_2_background.png);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	padding-bottom:30px;
}


#content_2c_left {
	width:680px;
	float:left;
}
#content_2c_right {
	width:250px;
	float:left;
	margin:0;	
	overflow:hidden;

}

/**
 * HOME start
 **************************************************************/
#content_2c_container_home {
	width:960px;
	float:left;
	margin:0;
	background-image:url(../img/content_container_2_bg_home.png);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	padding-bottom:30px;
}

#content_2c_container_home #content {
	margin-left:40px;
}


#content_2c_container_home #content #content_2c_left {
	width:880px;
}
/**
 * HOME end
 **************************************************************/
 
#igrafik {
	float:left;
	width:900px;
	height:220px;
	overflow:hidden;
	margin:0 0 0 31px;
}
#screenshots {
	float:left;
	width:900px;
	height:123px;
	margin:0 0 0 30px;
	background-image:url(../img/screenshots_background.jpg);
	
}
#footer {
	width:900px;
	height:20px;
	margin:0 0 0 30px;
	background-color:#a0abb0;
	text-align:right;
	overflow:hidden;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e3d3c;
	float:left;
	
}
* html #footer{
	width:900px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e3d3c;
	text-decoration:none;
}
#footer a:hover {
	color:#0066CC;
}


/* Typo3 FCE modified */
.content_element_01_headline {
	margin:8px 0 0 40px;
}
.content_element_03_headline {
	margin:24px 0 0 40px;
}
.content_element_01_text p, .content_element_02_text p, .content_element_03_text p  {
	margin:0 0 14px 0;
}

/*.content_element_01_subheadline, .content_element_03_subheadline {
	font-family:Arial, Helvetica, sans-serif;
	color:#075c8d;
	font-size:12px;
	margin:0 24px 0 40px;
}*/
.content_element_01_text, .content_element_03_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	margin:0px 40px 24px 40px;

}


.content_element_01_text a, .content_element_03_text a {
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c029;
	font-size:12px;
	margin:0;
	font-weight:bold;
	text-decoration:none;
}
.content_element_01_text a:hover, .content_element_03_text a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#075c8d;
	font-size:12px;
	margin:0;
	font-weight:bold;
}


.content_element_02 {
	width:260px;
	float:right;
	text-align:left;
}
.content_element_02_img {
	margin:0;
	width:260px;
	height:99px;
}
.content_element_02_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin:12px 40px 24px 0;

}
.content_element_02_text a {
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c029;
	font-size:12px;
	margin:0;
	font-weight:bold;
	text-decoration:none;
}
.content_element_02_text a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#075c8d;
	font-size:12px;
	margin:0;
	font-weight:bold;
}

.content_element_01_text ul, .content_element_02_text ul, .content_element_03_text ul {
	list-style:none;
	margin:0;
	padding:0;
}
.content_element_01_text li, .content_element_02_text li, .content_element_03_text li {
	margin:5px 0 0 0px;
	padding:2px 0 0 9px;
	background-image:url(../img/li.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
}
.content_element_04 {
	margin:25px 0 0 36px;
}
.content_element_04_headline {
	width:270px;
	float:left;
}
.content_element_04_leftcol {
	width:268px;
	float:left;
}

.content_element_04_right {
	width:228px;
	float:left;
}
.content_element_04_leftcol .bodytext a, .content_element_04_right .bodytext a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
.content_element_04_leftcol .bodytext a:hover, .content_element_04_right .bodytext a:hover {
	color:#006699;
}
.content_element_05 {
	margin:25px 0 0 36px;
}
.content_element_05_headline {
	width:160px;
	float:left;
}
.content_element_05_rightcol {
	width:702px;
	float:left;
	
}

/* Typo3 classes modified */
.bodytext {
	margin:1px 0 0 0;
}
.csc-header {
	margin:24px 0 0 41px;	
}

b {
		font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	font-size:12px;
	margin:0;
	font-weight:normal;

}

.content_element_03_text ul{
	margin-bottom: 20px;
}

.tx-gsipagenav-pi1{
	margin-bottom: 20px;
	margin-top: 15px;
}

.csc-textpic-imagecolumn{
	margin-right:15px;
}