body {
text-align: center;
}
#Outerline {
width:960px;
margin:5px auto;
border:2px solid #505552;
background-color:#FFFFFF;
padding: 5px;
text-align:center;
}
#Layer1 {
width:950px;
text-align:left;
background-color:#FFFFFF;
}
#Header {
width:100%;
height:148px;
padding-top:28px;
background-image:url(images/panorama950x150.jpg);
}
#Logo {
width:250px;
height:120px;
float:left;
}
#Teaser {
width:210px;
height:116px;
border:2px solid #FFFFFF;
}
#Menu {
width:950px;
}
#Layer2 {
width:680px;
float:right;
line-height:20px;
}
#Layer3 {
width:250px;
float:left;
line-height:20px;
}
#Container1 {
width:100%;
background-color:#F1F1F1;
border:1px solid #B2000C;
-moz-border-radius:20px;
-khtml-border-radius:20px;
}
#Container2 {
width:100%;
background-color:#F1F1F1;
border:1px solid #B2000C;
-moz-border-radius:20px;
-khtml-border-radius:20px;
}
#Container3 {
width:100%;
background-color:#F1F1F1;
border:1px solid #B2000C;
-moz-border-radius:20px;
-khtml-border-radius:20px;
}
#Footer {
width:950px;
text-align:center;
}

#nav, #nav ul {
	float: left;
	width: 950px;
	list-style: none;
	line-height: 1em;
	background: white;
	color: #CCCCCC;
	font-family: Arial;
	font-weight: bold;
	padding: 0;
	border: solid #B2000C;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}
 
#nav a {
	display: block;
	width: 10em;
	color: #505552;
 
	text-decoration: none;
	padding: 0.25em 0em;
}
 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
	width: 10em;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
		
}
 
#nav li li {
 
	width: 14em
}
 
#nav li ul a {
	width: 14em;
	padding-left: 1em;
}
 
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background: #CCCCCC;
	color: white;
}

h2 {
font-family: Arial;
font-weight: bold;
font-size: 12px;
color: #505552;
margin-left: 5px;
margin-right: 5px;
}

h1 {
font-family: Arial;
font-weight: bold;
font-size: 14px;
color: #B2000C;
margin-left: 5px;
margin-right: 5px;
}

p {
font-family: Arial;
font-size: 12px;
color: #505552;
margin-left: 5px;
margin-right: 5px;
text-align:justify;
}

table {
font-family: Arial;
font-size: 12px;
color: #505552;
}

td-0 {
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-align: left;
}

.csc-textpic-caption {
font-family: Arial;
font-size: 10px;
color: #505255;
font-weight: bold;
}

.fusszeile {
font-family: Arial;
font-size: 9px;
color: #505552;
}
/* 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;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	margin: 3px 0 15px 250px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #FFFFFF;
	padding: 11px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	font-size: 12px;
   	color: #505552;
	font-family: Arial;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 250px;
	float: left;
	clear: both;
	font-size: 11px;
   	color: #505552;
	font-family: Arial;
}
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: 300px;
}
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;
  float: left;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 250px;
	font-weight: bold;
	font-size: 12px;
   	color: #505552;
	font-family: Arial;
}
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,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #FFFFFF;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

.alphabet {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #505552;
	text-align: center;
}

.letter {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	text-align: left;
	margin-left: 5px;
}

.catchword {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #B2000C;
	text-align: left;
	margin-left: 5px;
}

.catchword_desc {
	font-family: Arial;
	font-size: 10pt;
	color: #505552;
	text-align: justify;
	margin-left: 5px;
}

