body {
	font-family: verdana, tahoma, sans serif;
	font-size:12px;
	line-height:22px;
	color:#fff;
	/* background: #0d3f56 url(images/bg_blue.png) no-repeat; */
	/* background: #48301a url(images/bg_brown.png) no-repeat; */
	/* background: #1a4448 url(images/bg_bluegreen.png) no-repeat; */ 
	background: #232c3f url(images/bg_blueblack.png) no-repeat;
	
	margin: 0; padding: 0;
}

a 			{color:#999; text-decoration:none;}
a:link 		{color:#999; text-decoration:none;}
a:visited 	{color:#999; text-decoration:none;}
a:focus		{color:#999; text-decoration:none;}
a:hover 	{color:#666; text-decoration:none;}
a:active 	{color:#666; text-decoration:none;}

img			{border:0;}
fieldset	{border:0;}
td			{vertical-align: top;}

p			{}

h2#headline {
	position: absolute;
	left: 123px; top:146px;
	font-size: 40px;
	font-weight: 100;
	line-height: 60px;
	filter:alpha(opacity=40); /* Für IE */
	-moz-opacity:0.4; /* Für Gecko-Browser */
	opacity:0.4; /* Für Konqueror, Opera 9+, Safari */
}
h2#headline_start {
	position: absolute;
	left: 123px; top:107px;
	font-size: 40px;
	font-weight: 100;
	line-height: 60px;
	filter:alpha(opacity=40); /* Für IE */
	-moz-opacity:0.4; /* Für Gecko-Browser */
	opacity:0.4; /* Für Konqueror, Opera 9+, Safari */
} 


/*-- core elements --*/

h1#logo {
	position: absolute;
	left: 51px; top: 42px;
	margin: 0; padding: 0;
	width: 161px;
}
#content {
	position: absolute;
	left: 124px; top: 239px;
	width: 880px;
}
#content_start {
	position: absolute;
	left: 124px; top: 200px;
	width: 880px;
}
#message {
	position: absolute;
	left: 45px; top: 10px;
	width: 420px;
	background: url(images/black_40.png);
	padding: 20px;
}

/*-- menu --*/

ul#mainmenu {
	position: absolute;
	left: 280px; top: 51px;
	margin: 0; padding: 0;
	width: 650px;
}
ul#mainmenu li {
	float: left;
	list-style-type: none;
	width: 150px;
	margin-right: 5px;
}

ul#mainmenu li a {
	display: block;
	height: 32px; 
	line-height: 32px;
	
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
}
ul#mainmenu li.active a {
	background: url(images/bg_mainmenu.png) repeat-x;	
}



ul#mainmenu li a:hover {
	background: url(images/bg_mainmenu_hover.png) repeat-x;	
}

ul#mainmenu li ul {
	padding: 0;
	margin: 0;
}
ul#mainmenu li ul li a {
	padding-left: 20px;
	height: 26px;
	line-height: 25px;
	margin-top: 1px;
	font-size: 11px;
	background: url(images/black_20.png) !important;
}
ul#mainmenu li ul li a:hover {
	background: url(images/black_40.png) !important;
}
ul#mainmenu li ul li a.active {
	background: url(images/black_40.png) !important;
}
ul#mainmenu li ul li a.active:hover {
	background: url(images/black_20.png) !important;
}

ul#mainmenu li.current {
	background: url(images/bg_mainmenu.png) repeat-x;
} 


/*-- detailpage --*/
h2#headline2 {
	position: absolute;
	left: 123px; top:145px;
	font-size: 40px;
	font-weight: 100;
	line-height: 60px;
	filter:alpha(opacity=40); /* Für IE */
	-moz-opacity:0.4; /* Für Gecko-Browser */
	opacity:0.4; /* Für Konqueror, Opera 9+, Safari */
}

h3#content_headline {
	position: absolute;
	left: 512px; top:238px;
	padding: 0 20px 0 20px;
	margin: 0;
	height: 29px; line-height: 29px;
	color:#fff;
	background: url(images/bg_infotext.png) repeat-x;
	font-size: 11px; font-weight: 100;
}

#backlink {
	position: absolute;
	left: 123px; top:245px;
}
#backlink a{
	display: block;
	padding-left: 12px;
	color: #fff;
	background: url(images/backbutton.png) no-repeat;
	background-position: 0 7px;	
}
#backlink a:hover{
	color: #ccc;
}
#content_left {
	position: absolute;
	left: 123px; top:268px;
	background: url(images/black_40.png);
	width: 364px;
}
#content_left_text {
	padding:15px;
}
#content_right {
	position: absolute;
	left: 512px; top:268px;
	background: url(images/black_40.png);
	width: 500px;
	padding: 8px 20px 8px 20px;
}

/*-- fce teaserbox --*/

.teaserbox {
	position: relative;
	float: left;
	margin-right: 20px;
}
.teaser_headline a {
	position: relative;
	padding: 0 20px 0 20px;
	height: 29px; line-height: 29px;
	color:#fff;
	background: url(images/bg_infotext.png) repeat-x;	
}
.teaser_content {
	position: relative;
	height: 256px; width: 364px;
	background: url(images/black_40.png);	
}



div.teaser {
	float: left;
	margin:0 48px 38px 0;
	list-style: none;
	padding: 0;
}
div.teaser div {
	float: left;
	 padding: 0;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
div.teaser div div {
	margin: 0;
}
div.teaser div a.thumb {
	width: 334px;
	height: 226px;
	margin: 15px;
	cursor: pointer;
}
div.teaser div span { /*--Used to crop image--*/
	width: 334px;
	height: 226px;
	overflow: hidden;
	display: block;
}
div.teaser div a.thumb:hover {
	background: #333;
	padding: 0;
}
div.teaser div h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
}
div.teaser div a {
	text-decoration: none; 
	color: #fff; 
	display: block;
} 
div.teaser div a:visited {
	color: #fff; 
} 
.teaser_image {
	width: 334px;
	height: 226px;
}

.teaser_box {
	clear: both;
	width: 364px;
	height: 256px;
	background: url(images/black_40.png);
}

/*-- fce contenttext --*/

.contenttext {
	clear: both;
	position: relative;
	width: 778px;
	background: url(images/black_20.png);
	margin-bottom: 15px;
}
.textbox {
	padding: 8px 25px 8px 25px;
}


/*-- fce contentbox --*/

/*--- fce 50-50 ---*/
.container_7030 {
	
}
.box70 {
	float: left;
	width: 500px;
	margin: 0 30px 0 0;
}
.box30 {
	float: left;
	width: 180px;
	margin: 50px 0 0 0;
	padding:  0 0 0 10px;
	background: url(images/black_20.png);
}
.box30 .csc-textpic-caption {
	font-size: 10px;
}
.clearer {
	clear: both;
	height: 30px;
}
.boxleft {
	color: #000;
}


/*-- TYPO3 --*/

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 20px !important;
	padding-top: 6px;
}


/*-- powermail --*/

fieldset.tx-powermail-pi1_fieldset {
	background: none;
	border: 0;
	padding: 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	width: 100px;
	font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin:0 0 10px 100px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background: none;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	width: 160px;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	width: 280px; height: 90px;
}
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	width: auto;
}
span.powermail_mandatory {
	color: #fff;
}
.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit {
	display: inline;
}

.powermail_all_table {
	margin-bottom: 10px;
}
td.powermail_all_td b {
	font-weight: normal;
	width: 100px;
	display: block;
	color: #ccc;
}
.tx-powermail-pi1_confirmation {
	margin-bottom: 15px;
}


/* --- superfish menu --- */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 		 	150px; /* left offset of submenus need to match (see below) */
}
.sf-menu li.current ul  {
	top:			32px;
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	
}
.sf-menu li li {
	
}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: url("images/bg_mainmenu.png") repeat-x scroll 0 0 transparent;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


