/* @override http://www.sektion2.info/fileadmin/_css/style.css */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, ul,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;	
	vertical-align: baseline;
	background: transparent;
}
body {	
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family:Arial, sans-serif;
	font-size:13px;
	text-align:center;
	color:#666;
	line-height:25px;
	height:100%;
}
h1{
	color:#01a5e4;
	font-size:25px;
	padding:0 0 10px 0;
}
h2{
	color:#01a5e4;
	font-size:18px;
	padding:0 0 15px 0;
}
h3{
	color:#666;
	font-size:14px;
	padding:0 0 20px 0;
}
h4{
	color:#01a5e4;
	font-size:14px;
	font-weight:bold;
	padding:15px 0 5px 0;
}
h5{
	color:#01a5e4;
	padding:0 0 20px 0;
}
sup {
	line-height: 10px;
	font-size: 60%;
	vertical-align:top;
}
ol{
	list-style-type:decimal;
	padding:0 0 15px 25px;
}
label{
	width:200px;
	display:block;
	float:left;
}
fieldset{
	border:0px solid #bbb;
	padding: 5px 5px 5px 5px;
	width:400px;
}
.inputRegistration{
	border:1px solid #01a5e4;
	width:196px;
}
.checkbox{
	padding:0 10px 0 0;	
}
#body{
	width:1000px;
	margin:auto;
	background:url(../_img/bgVerlauf.jpg) no-repeat;
}
#container{
	position:relative;
	top:0;
	width:1000px;
	height:680px;
	margin:0;
}
#container #header{
	position:relative;
	top:0;
	margin:auto;
	height:66px;
	/*background:url(../_img/bgHeader.jpg) repeat-y;*/
	background:#01a5e4;
	width:956px;
	color:#fff;
	font-size:11px;
}
#container #header a{
	color:#fff;
	font-size:12px;
}
#header #packshot{
	position:relative;
	float:left;
	top:7px;
	left:22px;
}
#header #staticNavigation{
	position:relative;
	top:19px;
	font-size:11px;
	width:550px;
	float:right;
	text-align:left;
	font-size:16px;
	display:none;
}
	#staticNavigation ul{
		float:left;
	}
	#staticNavigation ul li{
		float:left;
		padding:26px 10px 0 10px;
		height:20px;
	}
	#staticNavigation a{
		text-decoration:none;
	}
	#header #search{
		position:absolute;
		top:-7px;
		right:10px;
		float:right;
		padding:3px 10px 0 10px;
		height:38px;
		width:280px;
		background:#a0c9e6;
		background:url(../_img/bgSearch.png) no-repeat;
		color:#01a5e4;
		display:none;
	}
	#search .inputText{
		border:1px solid #fff;
		font-size:16px;
		height:18px;				
	}
	#search .inputButton{
		position:relative;
		top:4px;
	}
	#container #langSwitch{
		float:right;
	}
	#container #title {
		position:relative;
		top:50px;
		left:0;
		height:90px;
	}
	#title h1{
		font-weight:normal;
		line-height:normal;
	}
	#title h2{
		width:auto;
		font-size:30px;
		line-height:normal;
		padding:0 0 0 340px;
		white-space:nowrap;
	}

#container #divNavigation{
	width:100%;
	z-index:10000;
	padding: 0 0 0 10px;
	text-align:center;
	display:none;
}
	
ul.menu {
	height:25px;
}
ul.menu li {
	background:url(../_img/bgTopNavigationItem.jpg) repeat-x;
	height:30px;
	margin:0 0 0 15px;
	float:left;
	width:308px;
	padding:2px 0 0 0;
	list-style-type: none;	
text-align:center;
}
ul.menu li a {
	display: block;
	font-size:14px;
	padding: 1px 0 3px 0;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}
ul.menu li ul {
	position:relative;
	padding:0 0 10px 0;
	width:308px;
	text-align:left;
	display:none;
	z-index:10000;
	list-style-type: none;
}
ul.menu li ul a {
	padding: 0 0 0 0;
	color:#01a5e4;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
	width:350px;
}
/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */

/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
	display:block;
	background:url(../_img/bgSubUL.png);	
}
ul.menu li ul li {
	float:none;
	background: transparent;
	height:21px;
	width:200px;
	text-align:left;
}

#container #content{
	position:relative;
	float:right;
	right:20px;
	margin:auto;
	top:50px;
	width:950px;
	height:490px;
	text-align:left;
	z-index:10;
	padding:0 10px 10px 0;
}
	#content #content_inner {
		padding-left:0;
	}	
	#content #content_inner p {
		padding:0 0 0 0;
	}
	#content_inner li{
		margin:0 0 0 30px;
		list-style-type:square;
	}
#footer{
	position:relative;
	top:0;
	text-align:right;
	width:1000px;
	font-size:10px;
	white-space:nowrap;
	display:none;
}
	#footer p{
		padding:0 10px 0 0;
		color:#666;
	}
	#footer p a{
		text-decoration:none;
	}
#footerAddress{
color:#000;
}
#linkMedinova{
	position:relative;
	left:0;
	top:2px;
	float:left;
	width:50px;
	height:20px;
}
a{
	color:#01a5e4;
}





/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}					


.bild-text-element .bildelement {
	float: left;
	text-align:right;
	width: 260px;
}
.bild-text-element .bildelement img{
	width:250px;
	border:1px solid #bbb;
}

.bild-text-element .textelement {
	float: right;
	width: 580px;
}

div.clearer {
	clear: both;
}
