body {
	font-family: verdana, tahoma, sans serif;
	font-size:12px;
	line-height:22px;
	color:#fff;
	background: #0d3f56 url(images/bg_blue.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: 600px;
}
ul#mainmenu li {
	float: left;
	list-style-type: none;
	width: 160px;
	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: 35px;
	height: 26px;
	line-height: 25px;
	margin-top: 1px;
	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;
}

/*-- 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);	
}
.textbox {
	padding: 8px 25px 8px 25px;
}


/*-- 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;
}



