


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
color:#2F0304;
background:url(../images/bodyback_v05.png) repeat-x;
background-color: #FAF4D8;
}


#bvspez {
position: relative;
float: left;
top: 20px;
width: 36px;
height: 233px;
background-color: green;
border: 0px solid blue;
}



#container {
clear:both;
top:0px;
position:relative;	/* needed for css left,right,top,bottom property */
width:960px;
text-align:left;
padding:0px;	/* add padding for white space around background image */
margin:0 auto;
/*background: url(../images/container.jpg) repeat-x;*/
background-color: transparent;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#header {
text-align: left;
/*height:144px;*/
background:url(../images/kopfback_v05.gif) 0 0 repeat-x;
height: auto;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#masthead {
/*z-index:10;*/
position: relative;
width: 100%;
height: 240px;
top: 5px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background:url(../images/titel2011.png) 0px 10px no-repeat;
}

#masthead img {
position: relative;
float: right;
height: auto;
border: 0px 0px 3px 0px solid #6E2D37;
}

#wrapper {
float: left;
width: 970px;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
background: transparent;
/*background-image: url(../images/white85.png);*/
}

#nav {
float: left;
color: #55120A;
font-style: normal;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:980px;
border-top: 1px dotted #6D4017; 
margin-top: 0px;
height:20px;
/*overflow: hidden;*/
z-index: 500;


}

#subnav, #rightnav, #subnav A, #rightnav A {
font-family: Georgia;
color:#F58926;
position: relative;
z-index: 800;
}

#rightnav {
position: relative;
float:right;
width: 0px;
color: #ccc;
}


#main-content {
padding: 10px;
}


#right-content {
position: relative;
float: left;
width: 200px;
margin: 10px;
}

#right-content P {
font-size: 11px;
line-height: 1.9em;
color: #9c9c9c;
filter:alpha(opacity=100);
opacity: 1.0;
-moz-opacity:1.0;
}


/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
float: left;
position:relative;	/* needed for css left,right,top,bottom property */
left:300px;	/* increase value to add more white space */
width:650px;
margin-bottom:0px;
padding: 0px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


#right-content { /* shared by 2 Column Style 1 and 2 */
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:200px;
margin-bottom:10px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#border-content {
clear:both;
background-image: url(../images/randback.png);
background-repeat: repeat-x;
background-color:#840A08;
width:100%;
padding-top: 60px;
border:0px solid blue;	/* turn on for visual spacing aid or style */
}

/***************************************************************/
/* Top right navigation */
/***************************************************************/

#rightnav UL {
position: relative;
float: right;
list-style-type: none;
top: 5px;
}

#rightnav LI {
position: relative;
float: left;
text-decoration: none;
display: block;
padding: 0px 10px 0px 10px;
}

#rightnav LI A {
text-decoration: none;
}

#rightnav LI A:hover {
color: white;
}

#rightnav LI A:active {
text-decoration: none;
color: white;
}

.tractive li, .tractive a {
color: white;
}



/***************************************************************/
/* Content navigation */
/***************************************************************/

.content-navigation {
font-family: Georgia;
font-size: 15px;
color: #802A3B;
text-align:left;
width:auto;
height:30px;
padding: 0px;
margin: 0px;
font-weight:normal;
border-bottom: 1px dashed #F9E6AE;
z-index: 600;
}

.content-navigation ul, .content-navigation ul a {
font-family: inherit;
position: relative;
font-size: inherit;
list-style-type: none;
display: block;
}


.content-navigation li, .content-navigation li a  {
	color: #C29C8D;
	position: relative;
    text-decoration: none;
	padding: 0px 10px 0px  10px;
	margin: 0px;
    border: 0;
	display: block;
	float: left;
}

.content-navigation li A:hover  {
	color: #333;
	position: relative;
    text-decoration: none;
	padding: 0px 10px 0px  10px;
    border: 0;
	display: block;
	float: left;
}

.snactive, .snaktive li {
	color: #ccc;
	position: relative;
    text-decoration: none;
	padding: 0px 10px 0px  10px;
    border: 0;
	display: block;
	float: left;
}



/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
background-color: transparent;
position:relative;	/* needed for css left,right,top,bottom property */
left:2px;
width:auto;
padding:0px;
margin:0 20px 10px 20px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 1 */
/*******************/

#main-2column-style1 {
background-color: white;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
float:right;
width:600px;
padding:10px 20px 10px 20px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 2 */
/*******************/

#main-2column-style2 {
background-color: white;
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:autopx;
padding:0px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/********************/
/* 2 Column Style 3 */
/********************/

#main-2column-style3 {

float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:0px;	/* increase value to add more white space */
width:560px;
padding:20px;
margin:15px 0px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
line-height: 2.0em;
}

#right-content-style3 {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:300px;
padding:  25px 30px;
background: #fff;
margin-bottom:10px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background: url(../images/Boxright2.gif) no-repeat bottom right;
}



/*******************/
/* 3 Column Styles */
/*******************/ 

#main-content3col {
background-color: transparent;
position:relative;
float: none;
padding:5px;
font-size: 13px;
line-height: 1.9em;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*****************/
/* Footer Styles */
/*****************/

#footer {
clear:both;
width:auto; height:20px;
background-color:transparent;
border:0px solid #ccc;	/* use 1px to turn on as a visual spacing aid or style */

padding-right: 10px;
}

#footertext {
text-align:right;
padding: 2px 10px;
font-size:10px;
line-height: 1.5em;
font-weight:normal;
text-align: right;
color:#BD7466;
}

.footerlink a {
font-size:10px;
font-weight: normal;
color:#BD7466;
font-style: normal;
font-family: Helvetica, Arial, sans-serif;
}

.footerlink a:hover {
color:#FAF4D8;
text-decoration: none;
font-style: normal;
font-family: Helvetica, Arial, sans-serif;
}

#footer2 {
clear:both;
padding:10px;
width:744px;
margin:0 auto;
margin-top:8px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}



  
/***************************/
/* General element styles:*/
/***************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#2F0304; }
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }

A { color:#00A3F8; text-decoration:none; font-family: Georgia, Times, serif; font-style: italic; }
A:hover { color:#00A3F8; text-decoration:underline; }

FORM { margin:0px; }
P, TD, UL, OL { font-size:13px; line-height:1.9em; color:#2F0304; margin:0px  0px 10px 0px;}

#right-content-style3 P {font-size: 12px; line-height: 1.3em; color: #666; margin: 0px;}
left-content-style3 P {font-size: 11px; line-height: 1.9em; color: #ccc;}
#content-left P {font-size: 11px; line-height: 1.9em; color: #ccc;}
P.content-navigation {font-family: georgia; font-size: 14px; color: #666;}
# subnav P {font-family: georgia; font-size: 14px; color: #666;}
# main-content {font-size: 18px; line-height: 1.9em; color: #333; padding: 0px; width: 100%}

input, textarea, select, textarea { font-family:arial, helvetica, sans-serif; color:#333; border:#ccc 1px solid; font-size:12px; margin:2px; }
ul { margin-left:8px;padding-left:8px; list-style-position:outside;}
label { margin:0px; }
fieldset { border:0px solid #fff }
legend { border:0px solid #fff; font-size:16px; color:#333 ; font-weight:bold; margin-left:-4px; }
address {font-family: Georgia; line-height: 2em; font-size:larger; margin: 10px 20px 10px 20px; color: #7E3418;}


DIV .csc-textpic {clear: left; position: relative; float: left;}


/******************/
/* Headers, plain */
/******************/

H1 { font-size:22px; color:#6D4017 ; font-weight:bold;}
H2 { font-size:18px; color:#6D4017 ; font-weight:bold; }
H3 { font-size:16px; color:#6D4017 ; font-weight:bold; clear: both;}
H4 { font-size:16px; font-family: Georgia, Times; color:#540400 ; font-weight:bold;font-style: italic;}
H5 { font-size:12px; font-family: Georgia, Times; color:#540400 ; font-weight:bold;font-style: italic;}
H6 { font-size:10px; color:#6D4017 ; font-weight:bold;}
H1, H2, H3, H4, H5, H6 { margin:0 0 8px 0; padding:0;}
H6 { margin:0 0 4px 0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {font-family: georgia, times, serif; font-style: italic; color:#00A3F8; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#00A3F8; text-decoration:underline; }


/* Headers in right column*/
#right-content-style3 H1 {
font-family: Georgia, Times;
font-size: 20px;
font-weight: normal;
font-style: normal;
}

#right-content-style3 .csc-textpicHeader H2 {font-family: Helvetica, Arial, Sans-Serif; font-size: 15px; font-weight: bold; line-height: 1.3em;}
#right-content-style3 .csc-textpic {border-bottom: 1px dotted #6D4017; padding-bottom: 5px; margin: 0px 0px 15px 0px;}



/**********/
/* Images */
/**********/

/* Captions */
	dd.csc-textpic-caption { font-size: 10px; color:#666; letter-spacing:1px; height:12px; }
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#ccc; letter-spacing:1px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#ccc; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#ccc; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }


/***********************/
/* Page Content Frames */
/***********************/

/* Frame 1 */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { clear:both; postion: relative; float:left; height:auto;  background-color:transparent; color:#333; padding:2px 6px;}

DIV.csc-frame-frame1 {position: relative; float: left; background-color:transparent; border:0px solid #ccc; margin:0px 0px 2px 0px; color:#333; font-size:16px;  }

DIV.csc-frame-frame1 p {font-family:Georgia, Times; font-size: 16px; font-weight: normal; font-style: italic;  color:#333; padding:0px 6px; }

/* Frame 2 */

DIV.csc-frame-frame2 {
position: relative;
float:left; 
padding:23px 25px 10px 30px; 
margin: 40px 0px 10px 0px; 
background-color: white; 
border: 1px solid #cccccc;
}

DIV.csc-frame-frame2 H1 {position: absolute; top: -40px; left: 0px;}
/*DIV.csc-frame-frame2 P {
	padding: 10px 0px;
	position: relative;
	text-align: left; 
	font-family: Helvetica, Arial, sans-serif;
	font-stretch: normal; 
	border: 0px solid #745624; 
	font-size:13px; 
	color: #333; 
	background-color:  transparent; 
}*/


/* Frame 3 */

/* See root (pid=1) Typoscript template and page TS to add new styles */


DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { height:1%;  background-color:#fff; color:#333; padding:2px 6px;}
DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#E7DEE5; clear:left; color:#fff; padding:10px 10px;}
DIV.contentframe3 {background-color:#E7DEE5; border:1px solid #DCBBB4; padding:0px; margin:0px 0px 18px 0px; }
DIV.contentframe3 p {color:#E7DEE5; line-height: 1.8em;}



/*************************/
/* KB Content Containers */
/*************************/

.kb-container {
position: relative;
color: #FAF4D8;
height:auto;
margin-left: auto ;
margin-right: auto ;
width:970px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

.kb-container H1	 {
color: #FAF4d8;
}


.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/********************************/
/* 2column-style1/2.html Styles */
/********************************/


/* 2column-style1/2.html 2 Column Content Containers */

.kb2column-960-l {
width:300px;
position: relative;
float:left;
color: #FAF4D8;
background: transparent;
margin-bottom:4px;
padding:0px; 
border-width: 0px 0px 0px 0px; 
border-color: red; 
border-style: solid;
}

.kb2column-960-l P{
color: #FAF4D8;
font-family: Georgia, Times, serif;
font-size: 18px;
font-style: italic;
}


.kb2column-960-r {
width:600px; 
float:right; 
background: transparent; 
color: #FAF4D8; 
margin-bottom:4px; 
padding:0 0 0 50px; 
border-width: 0px 0px 0px 1px; 
border-color: #FAF4D8; 
border-style: solid;
}

.kb2column-960-r P{
color: #FAF4D8;
font-family: Georgia, Times, serif;
font-size: 18px;
font-style: italic;
}


/**************/
/* FLV-Player */
/**************/

.tx-flvplayer-pi1 {
clear: left;
height: 270px;
padding: 0px;
margin: inherit;
}


/**************/
/* Formular   */
/**************/

span.powermail_mandatory {
color:red;
}
input.validation-failed, textarea.validation-failed {
background-image:url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
background-position:98% 1px;
background-repeat:no-repeat;
}
div.powermail_mandatory_js {
color:red;
margin:3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
font-family: Georgia, Times, serif;
font-style: italic;
color: #333;
background-color: transparent;
clear: both;
position: relative;
float: left;
border:0px solid red;
padding:0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
color:transparent;
margin-top: -50px;
}
fieldset.tx-powermail-pi1_fieldset label {
clear:both;
color: #8A0A08;
display:block;
float:left;
font-family: Helvetica, Arial, sans-serif;
font-style: normal;
font-weight:bold;
width:100%;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
font-size: 18px;
width:100%;
padding: 5px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
margin:5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
margin:10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
font-family: Georgia, Times, serif;
font-style: italic;
font-size: 22px;
color: #00A3F8;
background: transparent;
cursor: pointer;
font-weight:bold;
border: 0px;
margin:20px 0 10px 0px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title, p.tx_powermail_pi1_fieldwrap_html_radio_title {
font-weight:bold;
margin:0;
padding:0;
}
div.countryzone {
margin:10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
cursor:help;
text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
display:none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
font-family: Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background-color:#fff;
border:1px solid #8A0A08;
color:#8A0A08;
display:block;
font-size:13px;
padding:5px;
position:absolute;
text-decoration:none;
width:250px;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
padding:2px 2px 0;
}
fieldset.tx-powermail-pi1_fieldset div.even {
background-color: transparent;
}
td.powermail_all_td {
padding:3px 10px 3px 0;
}
td.powermail_all p.bodytext {
margin:0;
}

/*******************/
/* Die Auflistung  */
/*******************/

div.tx-powermailfrontend-pi1 {
background-color:#fff;
padding:0px;
font-family: Helvetica, Arial, sans-serif ;
font-weight: normal;
color: #ccc;
}
div.powermailfe_listitem, div.powermailfe_latestitem {
background-color: #fff;
margin:8px 0px;
padding:0 0px;
border: none;	
height: auto;
}
div.powermailfe_listitem_even, div.powermailfe_latestitem_even {
font-weight: normal;
padding: 8px 0px;
background-color:transparent;
border-top: 1px dotted #8A0A08;
border-bottom: 1px dotted #8A0A08;
}


div.powermailfrontend_pagebrowser p {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	position: relative;
	font-size: 11px; 
}

div.powermailfrontend_pagelinks UL {
	clear: left;
	padding: 0;
	margin: 0;
}

div.powermailfrontend_pagelisting {
	height: 12px;
	color: #666;
	clear: left;
	padding-left: 10px;
	margin-bottom: 30px;
}

.powermailfrontend_pagebrowser UL LI {
	font-family: Helvetica, Arial, sans-serif;
	color: #6D4017;
	list-style-type: none;
	display: block;
	float: left;
	padding: 0px 5px;
}

.powermailfrontend_pagebrowser a {
	font-family: Helvetica, Arial, sans-serif;
	color: #6D4017;
	font-style: normal;
}

.powermailfrontend_pagebrowser .act {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0px 5px;
	font-weight: bold;

}

dt.pfe_all_dl {
font-family: Arial;
font-weight: normal;
font-size: 11px;
color: yellow;
width: 500px;
clear:both;
float:left;
}

dd.pfe_all_dl {
clear: both;
padding: 0px;
margin: 0px;
font-weight: normal;
height:auto;
width: 100%;
}

div.UID1{
/*font-family: Georgia, Times, serif;*/
font-weight: bold;
font-size: 16px;
color: #8A0A08;
}

div.UID2{
float: left;
width:auto;
color: #666;
}
div.UID3{
color: #666;
}
