/* @override 
	http://www.hirudoidforte.ch/fileadmin/hirudoidforte/css/style.css
	http://www.hirudoidforte.ch/fileadmin/hirudoidforte/css/style.css?1300868828
*/

/* 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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;
}

ol, ul {
	list-style: none;
}

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: 12px;
	text-align: center;
	color: #666;
	line-height: 25px;
	height: 100%;
}

h1 {
	color: #263191;
	font-size: 25px;
	padding: 0 0 10px 0;
}

h2 {	color: #263191;
	font-size: 14px;
	padding: 0 0 2px 0;
}

h3 {
	color: #666;
	font-size: 14px;
	padding: 0 0 20px 0;
}

h4 {
	color: #263191;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 0;
}

h5 {
	color: #263191;
	padding: 0 0 0 0;
}

h6 {
	color: #263191;
	padding: 0 0 10px 50px;
}

sup {
	line-height: normal;
	vertical-align:top;
	font-size: 60%;
}

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 #263191;
	width: 196px;
}
.inputRegistrationButton{
	border: 1px solid #263191;
}
.checkbox {
	padding: 0 10px 0 0;
}

#body {
	width: 950px;
	margin: auto;
	background: url(../img/bgVerlauf.jpg) no-repeat;
}

#container {
	position: relative;
	top: 0;
	width: 910px;
	height: 660px;
	margin: auto;
}

#container #header {
	height: 80px;
	background: url(../img/bgHeader.jpg) repeat-y;
	width: 900px;
	color: #263191;
}

#header #packshot {
	position: relative;
	float: left;
	top: 7px;
	left: 28px;
}

#header #staticNavigation {
	position: relative;
	top: 25px;
	font-size: 12px;
	width: 600px;
	float: right;
	text-align: left;
}

#staticNavigation ul {
	float: left;
}

#staticNavigation ul li {
	float: left;
	padding: 0px;
	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.jpg) no-repeat;
	font-size:16px;
}

#search .inputText {
	border: 1px solid #fff;
	font-size: 16px;
	height: 18px;
	width:140px;
}

#search .inputButton {
	position: relative;
	top: 4px;
}


/* @group MenuStyles */

ul.menu, ul.menu ul {
	list-style-type: none;
}

ul.menu a {
	display: block;
	font-size: 14px;
	padding: 1px 10px 3px 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display:block;
	z-index:10000;
}
ul.menu a:hover {
	color: #ddd;
}



ul.menu ul a {
	padding: 0 10px;
	color: #232c76;
	text-decoration: none;
	z-index:10000;
}
ul.menu ul a:hover {
	color: #7177a7;
}

ul.menu li {
	background: url(../img/bgTopNavigationItem.jpg) no-repeat;
	height: 30px;
	margin: 0 2px 0 0;
	padding: 2px 0 0 0;
	float: left;
	width: 180px;
	z-index:10000;
}

ul.menu li ul {
	position: relative;
	width: 180px;
	text-align: left;
	display: none;
	z-index:10000;
}

/* IE-Hack für die Breite */

*html ul.menu ul {
	width: 180px;
	display:none;
}

/* 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: inline-block;
	width: 180px;
	background: url(../img/bgSubUL.png);
	z-index:10000;
}

ul.menu ul li {
	float: none;
	background: transparent;
	height: 21px;
	z-index:10000;
	width: 180px;
}

/* @end */


#container #langSwitch {
	float: right;
	font-size:12px;
}

#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 {
	position: relative;
	top: 20px;
	height: 20px;
	width: 850px;
	float: left;
	z-index:10000;
}

#headerFlash {
	position: relative;
	top: 10px;
	right:20px;
	text-align: center;
	height: 180px;
	width: 950px;
}

#leftLegs {
	position: absolute;
	left: 1px;
	top: 290px;
	background: url(../img/bgLegs.png) no-repeat;
	width: 280px;
	height: 320px;
	min-height:320px;
}

#leftLegsFollow {
	position: absolute;
	left: 1px;
	top: 130px;
	background: url(../img/bgLegs.png) no-repeat;
	width: 280px;
	height: 300px;
}

#container #content {
	position: absolute;
	left: 200px;
	top: 280px;
	width: 520px;
	height: 330px;
	float: left;
	text-align: left;
	overflow:auto;
	scrollbar-3dlight-color:#263191;
	scrollbar-arrow-color:#263191;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#dbe9f1;
	scrollbar-face-color:#dbe9f1;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#263191;
}


#container #contentFollow {
	position: absolute;
	left: 200px;
	top: 150px;
	width: 520px;
	height: 500px;
	float: left;
	text-align: left;
	overflow:auto;
	scrollbar-3dlight-color:#263191;
	scrollbar-arrow-color:#263191;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#dbe9f1;
	scrollbar-face-color:#dbe9f1;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#263191;
}
#content ol li, #contentFollow ol li{
	padding-left:10px;
	margin-left:50px;
	line-height:18px;
}
#content ul li, #contentFollow ul li{
	padding-left:0px;
	margin-left:68px;
	list-style:square;
	line-height:18px;
}

#content #content_inner {
	padding-left: 0;
	padding-top: 50px;
	padding-right: 10px;
}

#content #content_inner p {
	font-size: 12px;
	line-height: 18px;
	padding-left: 50px;
}

#contentFollow #content_innerFollow {
	float: left;
	padding:10px 10px 10px 0;
	padding-top: 10px;
}

#contentFollow #content_innerFollow p {
	font-size: 12px;
	line-height: 18px;
	padding-left: 50px;
}

#content #contentRight {
	padding: 75px 0 0 0;
	text-align: right;
	position: absolute;
	top: 0;
	float: right;
	width: 180px;
	vertical-align: top;
	line-height: 15px;
	font-size: 11px;
}

#content #contentRight p {
	text-align: left;
}
#contentFollow img{
	margin:0 0 10px 0;
	border:0px solid #bbb;
}
#content_innerFollow h1 img{
	border:0px solid #fff;
	z-index:1;
}

#infoRight {
	position:absolute;
	top:100px;
	right:0;
	width: 175px;
	height: auto;
	vertical-align: top;
	background: #bdd4e4;
	font-size: 11px;
	padding:0 0 20px 0;
}

#page-3 #body #container #infoRight{
	top:280px;		
}

#infoRight #infoRight_inner {
	padding: 10px 0 0 0;
	text-align: left;
}

#infoRight #infoRight_inner p {
	padding-left: 0;
	line-height: normal;
}
	
#infoRight #infoRight_inner p a {
	text-decoration: none;
}

#infoRight #title {
	position: relative;
	top: 0;
	width: 175px;
	height: 30px;
	background: url(../img/bgTopNavigationItem.jpg) no-repeat;
}

#infoRight #title {
	color: #fff;
	font-size: 15px;
	padding: 2px 0 0 0;
}
#infoRight h5{
	line-height: 15px;
}

#infoRightFollow {
	position:absolute;
	top:120px;
	right:0;
	width: 175px;
	height: auto;
	vertical-align: top;
	background: #bdd4e4;
	font-size: 11px;
	padding:0 0 20px 0;
}

#footer {
	position: relative;
	top: 0;
	text-align: right;
	width: 950px;
	font-size: 10px;
	white-space: nowrap;		
}

#footer p {
	padding: 0 10px 0 0;
	color: #263191;
}

#footer p a {
	text-decoration: none;
}

#linkMedinova {
	position: relative;
	left: 0;
	top: 2px;
	float: left;
	width: 50px;
	height: 20px;
}

a {
	color: #263191;
}

/* @group Formular */
/* 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: 4px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	padding:0;
	margin:0;
	/*display:none;*/
}
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;
	border: 1px solid #01a5e4;
}
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;
	border: 1px solid #01a5e4;
}
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;
	border: 1px solid red;
	color: black;
	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;
}

.label {
	position: relative;
	top: -5px;
	left: 0;
}
#powermaildiv_uid43,
#powermaildiv_uid63,
#powermaildiv_uid76,
#powermaildiv_uid79 {
	display: none;
}
	
/* @end */

.tx-saltswf-pi1 {
	width: 900px;
	text-align: left;
}

ul.langmenu {
	margin: 0 30px 0 0;
}

ul.langmenu li {
	display: inline;
}

ul.langmenu li a {
	text-decoration: none;
}

ul.langmenu li a:hover {
	text-decoration: underline;
}

ul.languageswitcher {
}

.floatleft {
	float: left;
	margin: 0 40px 0 0;
}	

.csc-textpic {
	margin: 0 0 24px 0;
}

.csc-textpic ul li {
	margin: 0 0 2px 0;
}

.csc-frame-frame1 {
	background: #cfdfef;
	padding: 5px 8px;
	margin: 0 0 20px 0;
}

#contentFollow #content_innerFollow .csc-frame-frame1 p {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}

#contentFollow #content_innerFollow p {
	margin: 0;
	padding: 0;
}

sub {
	font-size: 11px;
	line-height: 1.3em;
}
