


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
color:#240000;
/*background:url(../images/pageback_3.gif) 0 0 no-repeat;*/
background-color: #f1f1f1;
}


#bvspez {
position: relative;
float: left;
top: 20px;
right: 20px;
width: 36px;
height: 233px;
background-color: green;
border: 0px solid blue;
}



#container {
clear:both;
top:60px;
position:relative;	/* needed for css left,right,top,bottom property */
width:865px;
text-align:left;
padding:0px;	/* add padding for white space around background image */
margin:0 auto;
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/background.gif) 0 0 repeat;*/
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: 902px;
height: auto;
min-height: 290px;
right:36px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background:url(../images/LeipzigSpez.png) 0 30px no-repeat;
}

#masthead img {
position: relative;
float: right;
/*height: auto;*/
border:0px solid #6B5124;
}

#wrapper {
float: left;
top: -18px;
margin-top: 18px;
width: 865px;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
/*background-color: white;*/

}


#nav {
float: left;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:500px;
margin-top: 10px;
height:0px;
overflow: hidden;
}

#subnav, #rightnav, #subnav A, #rightnav A {
font-family: calibri;
font-stretch: condensed;
color:#303F3D;
}

#subnav{
height: 0px;
overflow: hidden;

}

#rightnav {
position: relative;
float:right;
width: 350px;
height: 0px;
overflow: hidden;
color: #ccc;
}


#main-content {
padding: 0 10px 0 10px;
}


#right-content {
position: relative;
float: left;
width: 200px;
margin: 10px;
}

#right-content P {
font-size: 11px;
line-height: 1.9em;
color: #666;
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:0px;	/* increase value to add more white space */
width:190px;
margin-bottom:10px;
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:200px;
margin-bottom:10px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}





#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: calibri;
font-stretch: extra-condensed;
font-size: 15px;
color: #492019;
text-align:left;
width:auto;
height:0px;
padding: 0px 10px 0px 10px;
font-weight:normal;
border-bottom: 0px dashed #492019;
}

.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: #492019;
	position: relative;
    text-decoration: none;
	padding: 0px 10px 0px  10px;
    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-bottom:2px;
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:460px;
padding:20px;
margin-bottom:10px;
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;

margin-bottom:10px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#right-content-style3 P {
 font-size: .95em;
 color: #666;
 padding: 0px;	
}




/*******************/
/* 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:30px;
background-color:transparent;
border-top: 1px dashed #EC1C24;	/* use 1px to turn on as a visual spacing aid or style */
}

#footertext {
text-align:center;
margin-top:10px;
font-size:10px;
font-weight:bold;
color:#EC1C24;
}

.footerlink a {
font-size:10px;
font-weight:bold;
color:#EC1C24;
}

.footerlink a:hover {
color:#EC1C24;
text-decoration: underline;
}

#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:#fff;}
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }

A { color:red; text-decoration:none; }
A:hover { color:red; text-decoration:underline; }

FORM { margin:0px; }

P, TD, UL, OL { 
font-size:13px; 
line-height:2em; 
color:#240000; 
margin:0px  0px 0px 0px;
padding: 0px;
}

right-content-style3 P {font-size: 11px; line-height: 1.9em; color: #303F3D;}
left-content-style3 P {font-size: 11px; line-height: 1.9em; color: #303F3D;}
#content-left P {font-size: 11px; line-height: 1.9em; color: #303F3D;}
P.content-navigation {font-family: calibri; font-stretch: extra-condensed; font-size: 14px; color: #666;}

wrapper A {color: #F21C24; text-decoration: none; font-style: normal; background-color: transparent;}
wrapper A:hover {color:#F21C24 ; text-decoration: underline; font-style: normal; background-color: transparent;}


# 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:0px;list-style-position:inside; }
label { margin:0px; }
fieldset { border:0px solid #fff }
legend { border:0px solid #fff; font-size:16px; color:#333 ; font-weight:bold; margin-left:-4px; }


.name-of-person {font-size: larger; color: #F70C01;}

/******************/
/* Headers, plain */
/******************/

H1 { font-size:20px; color:#333 ; font-weight:bold;}
H2, H2 A { font-family: Georgia; font-style: italic; font-size:20px; color:#333 ; font-weight:bold;}
H3, H3 A { font-size:16px; color:#333 ; font-weight:bold;}
H4 { font-size:14px; color:#333 ; font-weight:bold;}
H5 { font-size:12px; color:#333 ; font-weight:bold;}
H6 { font-size:10px; color:#333 ; font-weight:bold;}
H1, H2, H3, H4, H5, H6 { padding:15px 0 0 0; line-height: 1.2em; clear: both; margin: 0px 0 0px 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:0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {color:333; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#5AAB20; text-decoration:underline; }
H6 A { letter-spacing:-1px; }



#right-content-style3 H2,
#right-content-style3 H2 A {
 font-size: 1.15em;
 line-height: 1.5em;
 color: #F21C24;}



/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#333; letter-spacing:1px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#333; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#333; letter-spacing:1px; }

/* Header */

	DIV.csc-textpicHeader-26 {position:relative; float:left; vertical-align:top; width:100%;}
	DIV.csc-textpicHeader-25 {position:relative; float:left; vertical-align:top; width:100%;}

/* Header date */ 
P.csc-header-date {font-size:10px; color:#F21C24 ;position: relative; bottom: -10px; }

/* Subheader */
P.csc-subheader, P .csc-subheader-0 {line-height:1.0em; font-size: 13px; color: #555; font-style: italic; padding: 0 0 3px 0; margin-top: -8px;}


/* Pictures in Text  
DIV .csc-textpic-intext-left{float:left}
DIV .csc-textpic-intext-right{float:right}
*/

DIV .csc-textpic {clear: left; position: relative; float: none; padding: 0px 0 10px 0;}


/***********************/
/* 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:auto;  background-color:red; color:#FFF; padding:2px 6px;}
DIV.csc-frame-frame1 {background-color: #fff; border:1px solid silver; padding: 0px 0px; margin:20px 0px 20px 0px;height: auto; }
DIV.csc-frame-frame1 .csc-textpic {padding: 0px 10px 10px 0px; margin:10px 10px 10px;}
DIV.csc-frame-frame1 .csc-textpic P {line-height: 1.4em; color: #333; font-family: Georgia; font-style: italic; font-size: 1.3em;}

/* Frame 2 */
DIV.csc-frame-frame2 { padding-bottom:10px; border-bottom: 1px dotted red;}

/* Frame 3 */
DIV.contentframe3 {clear: both; background-color:#E7DEE5; border:1px solid #DCBBB4; padding:0px; margin:0px 0px 18px 0px; }

/* Frame 4 */
DIV.contentframe4 { width: 400px; float:left;  padding:5px 0px 5px 0px;}
DIV.contentframe4 p {border: 1px solid #FDA728; font-family: Georgia; font-size:15px; color: #540400; padding: 10px; margin: 15px 20px 15px 20px; padding-top: 25px; background-color: #c6d7de; background:url(../images/box2back.gif) 0 0 no-repeat;}

/*************************/
/* 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:364px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-766-r {
width:364px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-766-r {
width:500px;
float:right;
}

.kb3column-766-l {
width:230px; float:left; background:#fff; 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:#fff; 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;
}

/**************/
/* RG Slideshow */
/**************/

/* title */
.rgslideshow .rgstitle {
/* color:#C64934; old orange */
 color:#fff;
 font: bold 12px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 letter-spacing:1px;
 text-transform: none;
 padding:2px 10px 0 10px;
 z-index: 9; /* for safari */
}

/* description */
.rgslideshow .rgsdescription {
 color:#fff;
 font-size:11px;
 line-height:15px; /* this results in exact 2 lines */
 padding:3px 10px 5px 10px;
 height:28px;
 overflow:hidden;
}

/* necessary to position browser to the right */
.rgslideshownav .rgsnav2 {
 display:inline;
 background: #404040;
 margin:0;
 padding:3px 10px 1px 20px;
 height:20px;
 width:100%;
}



/* holds the browser items */
.rgslideshownav .rgsbrowser {
 display:inline;
}

/* single browser element */
.rgslideshownav .rgsbrowserEl {
 padding:0 4px;
 font-weight:bold;
 font-size:10px;
 cursor:pointer;
 color:#d8d6d6;
}

.rgslideshownav .rgsbrowserEl:hover {
 color:#ff9933;
}

/* splitter element between the browser elements */
.rgslideshownav .splitEl {
 color:#fff;
 font-size:7px;
}

/* active element item */
.rgslideshownav .rgsbrowser .rgsact {
 font-weight:bold;
 color:#ff9933;
}

/* small prev/next navigation */
.rgslideshownav .rgsnext, .rgslideshownav .rgsprev {
 font-size:9px;
 color:#fff;
 cursor:pointer;
 font-weight:bold;
}

/* play/pause icon */
.rgslideshownav .rgsplay {
 font-size:9px;
 font-weight:bold;
 color:#d8d6d6;
 cursor:pointer;
 padding-left:5px;
}

/* hover on prev/next/play */
.rgslideshownav .rgsnext:hover, .rgslideshownav .rgsprev:hover, .rgslideshownav .rgsplay:hover {
 color:#ff9933;
}



TR .c2l3-left {
vertical-align: top;
}

TD .c2l2-left {
width: 300px;
}

.csc-header {
 margin: 0px;
 padding: 0px;
 height: auto;
 width:auto;
}

.space-gif {
height: 0px;
overflow: hidden;
}



