


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family: Baskerville,Georgia,Cambria,Times,Times New Roman,serif;
text-align:left;
font-size:13px;
color:#2F0304;
background:url(../images/jdf_back.gif) repeat-x;
background-color: #b9e1d9;
}


#container {
clear:both;
top:10px;
position:relative;	/* needed for css left,right,top,bottom property */
width:800px;
text-align:left;
padding:0px;	/* add padding for white space around background image */
margin:0 auto;
}

#header {
text-align: left;
/*background:url(../images/bg_head.png) 0 0 no-repeat;*/
height: 0px;
}

#masthead {
/*z-index:10;*/
position: relative;
width: 800px;
height: auto;
right:0px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
/*background:url(../images/spez.jpg) 0 30px no-repeat;*/
}

#masthead img {
position: relative;
float: right;
height: auto;
border: 0px 0px 3px 0px solid #6E2D37;
}

#wrapper {
float: left;
width: 800px;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */

}

#nav {
float: left;
color: #55120A;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:800px;
height:0px;
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: 0px 10px;
}


#right-content {
position: relative;
float: left;
width: 220px;
}

#right-content P {
font-size: 13px;
line-height: 1.7em;
color: #626061;
filter:alpha(opacity=100);
opacity: 1.0;
-moz-opacity:1.0;
}

#right-content H3 {
border-bottom: 1px solid #333;
}


/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
float: left;
position:relative;	/* needed for css left,right,top,bottom property */
left:0px;	/* increase value to add more white space */
width:190px;
padding: 20px;
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:220px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
margin:25px 25px 0px 10px;

}

#border-content {
clear:both;
width:auto;
border:0px solid red;	/* 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: 0px 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 */
width:auto;
padding: 0px 0px;
margin: 10px 10px 0px 10px;
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;
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 {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
padding:0px;
width: 700px;
margin:0px 10px 0px 10px;
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:460px;
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:310px;
padding: 15px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 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:800px;
height:50px;
/*background: url(../images/bg_footer.png) no-repeat;*/
padding: 0px 0px 0 0;
}

#footertext {
text-align:center;
font-size:10px;
font-weight:normal;
color:#626061;
margin-right: 40px;
}

.footerlink a {
font-size:10px;
font-weight:normal;
color:#626061;
}

.footerlink a:hover {
color:#333;
text-decoration: underline;
}

#footer2 {
clear:both;
padding:10px;
width:744px;
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: "Adobe Caslon Pro",  Baskerville,Georgia,Cambria,Times,Times New Roman,serif;
 color:#fff; font-weight: normal; }
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }

A { color:#B6320B; text-decoration:none; }
A:hover { color:#B6320B; text-decoration:underline; }

FORM { margin:0px; }
P, TD, UL, OL { font-size:16px; line-height:1.6em; color:#2F0304; margin:0px  0px 10px 0px;}

right-content-style3 P {font-size: 11px; line-height: 1.9em; color: #ccc;}
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-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:Baskerville,Georgia,Cambria,Times,Times New Roman,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; 
}*/

div .csc-textpic-imagecolumn{padding: 0px;}

DIV .csc-textpic-imagewrap {
background-color: white; 
border-bottom: 0px solid #999;
border-right: 0px solid #999;
height: auto;
}

.csc-textpic-image {padding: 12px; background: white;}

/******************/
/* Headers, plain */
/******************/

H1 { font-size:44px;}
H2 { font-size:22px;}
H3 { font-size:18px; font-variant: small-caps;}
H4 { font-size:14px;}
H5 { font-size:12px;}
H6 { font-size:10px;}
H1, H2, H3, H4, H5, H6 { margin:0 0 6px 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 { color:#D42939; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#D42939; text-decoration:underline; }
H6 A { letter-spacing:-1px; }

/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:11px; color:#000; letter-spacing:1px; padding-top: 6px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:11px; color:#000; letter-spacing:1px; padding-top: 6px;}
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:11px; color:#000; letter-spacing:1px; padding-top: 6px; }

/* 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; height:1%;  background-color:#6B5124; color:#008BCE; padding:2px 6px;}*/

DIV.csc-frame-frame1 {float:left; background-color: transparent; border-bottom:0px solid #666; margin:10px 0px; padding: 8px 0px ; width: 100%; text-align: center;}

/*DIV.csc-frame-frame1 p { color:#fff; padding:0px 6px; }*/

/* Frame 2 */

DIV.csc-frame-frame2 { width: auto; float:left;  padding:15px 10px 15px 10px; margin: 20px 10px; border: 0px #333 solid; text-align: center;}
/*DIV.csc-frame-frame2 p {border: 1px solid #745624; font-family: Georgia; font-size:15px; color: #000; background-color:  #745624; padding: 10px; margin: 15px 40px 15px 40px;}*/

DIV.csc-frame-frame2 H3 {color: #333; font-size: 18px;}


/* 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:transparent; 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 {
float:left;
width:100%;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/***********************/
/* 1column.html Styles */
/***********************/


/* 1column.html 2 Column Content Containers */

.kb2column-766-l {
width:380px; float:left; background: transparent; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid; 
}

.kb2column-766-l .csc-textpic {
clear: left; 
position: relative; 
float: left; 
}


.kb2column-766-r {
width:360px; float:right; background:transparent; margin-bottom:4px; padding:8px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


.kb2column-766-r .csc-textpic-image {padding: 0px; background: transparent; margin: 0px;}



/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-766-r {
width:500px;
float:right;
}

.kb3column-766-l {
width:230px; float:left; background: transparent; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-766-r {
width:230px; float:right; background: transparent; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 4 Column Content Containers */

.kb-4colwrapper-766-l {
width:360px;
float:left;
}
.kb-4colwrapper-766-r {
width:360px;
float:right;
}

.kb4column-766-l {
width:160px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-766-r {
width:160px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/********************************/
/* 2column-style1/2.html Styles */
/********************************/


/* 2column-style1/2.html 2 Column Content Containers */

.kb2column-564-l {
width:268px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-564-r {
width:268px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column-style1/2.html 3 Column Content Containers */

.kb-3colwrapper-564-r {
width:367px;
float:right;
}

.kb3column-564-l {
width:170px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-564-r {
width:170px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/*2column-style1/2.html 4 Column Content Containers */

.kb-4colwrapper-564-l {
width:270px;
float:left;
}
.kb-4colwrapper-564-r {
width:270px;
float:right;
}

.kb4column-564-l {
width:120px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-564-r {
width:120px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/**************/
/* FLV-Player */
/**************/

.tx-flvplayer-pi1 {
clear: left;
height: 270px;
padding: 0px;
margin: inherit;
}