﻿@import url('layout.css');
body
{
    font-family: Verdana;
    font-size: 11px;
    background-attachment: scroll;
    background-color: white;
    color: #837f73;
}

 .transparent{
 z-index:2;
 background-color:Black;
 position:fixed;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 filter:alpha(opacity:70);KHTMLOpacity:0.70;MozOpacity:0.70;opacity:0.70;
}
.transparentNoInnen
{
    z-index: 3;
    color:White;
    background-color: #FFFFFF;
    position: absolute;
    width: 616px;
   
    top:-150px;
    vertical-align: middle;

}

#left
{
    padding-left: 12px;
    margin-top: 16px;
    background-color: #FFFFFF;
     
}

#container {
	width: 100%;
	margin-top: 0px;
	border-top: 5px solid #ae0e1b;
	min-height:400px;
}
.Divleft16
{
    padding-left: 12px;
    margin-top: 16px;
    background-color: #FFFFFF;
}
.masthead_ks{      
	font-family:Times New Roman, Times, Serif;
	width: 1024px;
	height:104px;
	margin-right: auto;
	margin-left: auto;
    overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px; 
	position:relative;
	color: yellow; 
  
	text-align: center; 
	}


#navigation {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: white;
}

#page_content
{

    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    clear: both;

}
#content {
    position: relative;
    clear: both;
    float: left;
    width: 336px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0px;
    left: 0px;
}

.leftheadklein
{
    background-color: #800000;
    height: 24px;
    background-image: url( '/images/layout/bg_head_links_klein.jpg' );
}
.leftheadgross
{
   background-color: #800000;
    height: 24px;
    background-image: url( '/images/layout/bg_head_links_gross.jpg' );
    margin-top  : 15px;
}

/* OH: Abstand nach oben fr rote Boxen */
.leftheadklein, .righthead,.lefthead
{
	margin-top: 15px;
}

.righthead
{
    background-color: #800000;
    height: 24px;
    background-image: url( '/images/layout/bg_head_rechts_gross.jpg' );
}


#sidebar {
	float: right;
	width: 608px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 14px;
	text-align: left;
	padding-top: 10px;
	border-bottom: 1px dashed #363636;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight:lighter;
	color: white;
	margin-left:20px;
	display: inline;

}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigationsformatvorlagen */
#navigation a.menutopic
{   text-transform: uppercase;
    font-family: 'Times New Roman' , Times, Serif;
    color: #ae0e1b;
    font-weight: bold;
  /*  background-color:Orange;*/

  margin-bottom:0px;
   /* margin-top:-4px;*/

}
#navigation ul {
   
	list-style-type: none;
	width: auto;
	margin: 0;
	height: 20px;
	padding: 0;
	display: block;
	border-bottom: 1px #808080 dotted;
	clear:left;
}

#navigation h1, #navigation a.menutopic
{
	display: inline;
	font-size: 16px;
}

.navdiv
{

 /*background-color:Lime;*/
 padding-top:5px;
 height:10px;

  
 
 
}

#navigation li {
	float: left;
	display:inline-block;

	

}
#navigation a
{
  
    text-decoration: none;
    color: #ae0e1b;

  

    padding-right: 4px;
    border: none;
    font-family: Verdana;
    font-size: 10px;
}
#navigation a:hover {
	text-decoration: none;
	color: white;
	background-color: #ae0e1b;
}
/* Inhaltsformatvorlagen */
#content h1, h2, h3
{
     padding-top:3px;
    font-family: 'Times New Roman' , Times, Serif;
    font-size: 16px;
    margin-left: 16px;
}
 h4 {
    font-family: 'Times New Roman' , Times, Serif;
    color: #837f73;
    font-size: 24px;
    background-color: White;
    text-transform: uppercase;
}
 h5, h6 {
    font-family: 'Times New Roman' , Times, Serif;
	color: #837f73;
	font-size: 24px;
	background-color: White;
}

.style_h4
        {
    font-family: 'Times New Roman' , Times, Serif;
    color: #837f73;
    font-size: 24px;
    background-color: White;
    text-transform: uppercase;
    }

/* Randleisten-Formatvorlagen */
#sidebar h1, h2, h3
{
    color: #FFFFFF;
   /* width: 90%; */

    font-family: 'Times New Roman' , Times, Serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    display: inline; /* OH */
}
#sidebar h4, h5, h6 {
	font-family: 'Times New Roman' , Times, Serif;
	color: silver;
	width: 55%;
	background-color: White;
}


.BildContainer
{
        position:relative;
    border: 1px solid #808080;
    float: right;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 3px;
    background-color: #FFFFFF;
    width: 234px;
    margin-left: 16px;
    top: 0px;
    left: 0px;



}







#sidebar img
{
   
    float: right;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #ae0e1b;
    width:234px;
}

/* Hyperlink-Formatvorlagen */

a {
    color: #ae0e1b;
    text-decoration: none;
    height: 16px;
}

a:active 
{color: #708090;}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #ae0e1b;

}
/* Fu�ßzeilen-Formatvorlagen */
 

#footer a {
	font-size: xx-small;
}
#footer a:hover {
	text-decoration: none;
	color: white;
	background-color: #ae0e1b;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.standard, .bold{
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    color: #837f73;
}
.bold{
    font-weight: bold;
}

.style11grauVerdana
        {
            text-align: justify;
            font-family: Verdana;
            font-size: 11px;
            color: #837f73;
            line-height: 18px;
            margin-right: 16px;

        }
.style11rotVerdana
        {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #ae0e1b;
    margin-right: 16px;
}

.style11grauTimes
        {
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 11px;
    color: #837f73;
    line-height: 18px;
    text-transform: uppercase;
}

.style14rotTimes
        {
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 14px;
    color: #ae0e1b;
    line-height: 18px;
    text-transform: uppercase;
}

.style12rotTimes
        {
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 12px;
    color: #ae0e1b;
    line-height: 18px;
    text-transform: uppercase;
}

.style12rotTimesbold
        {
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 12px;
    color: #ae0e1b;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.style11grauVerdanabold
{
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    color: #837f73;
    line-height: 18px;
    margin-right: 16px;
    font-weight: bold;
}
.style14rotTimesbold
{
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 14px;
    color: #ae0e1b;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.style14rotTimesboldHinterlegt
{
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 14px;
    background-color: #E1E1E1;
    padding: 3px;
    color: #ae0e1b;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.style16grauTimesbold
{
    text-align: justify;
    font-family: "Times New Roman" , Times, Serif;
    font-size: 16px;
    color:  #837f73;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}


.closeschalter
{
    font-family: Verdana;
    font-size: 11px;
    color: #ae0e1b;
    background-color:White; 
    float:right;
    padding-left:4px;
}

.closeschalterX
{
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    color: #ae0e1b;
    z-index:2;
    margin-right: 16px;
    margin-top:0px;
    background-color:White; 
    float:right;
    padding-left:0px;
    
    margin-right:0px;
}

#wobinich {
    padding :0px;
    margin :0px;
    display:inline;
}

#lefthead a, #wobinich a
{color:white;
font-weight:normal;
}

p
{
	display: inline;
}   

.kopftitel {
    font-family: 'Times New Roman' , Times, Serif;
    font-size: 20px;
    font-weight: bold;
	color: #ae0e1b;
    line-height: 18px;
    text-transform: uppercase;
	display: inline;
}


div.sparte{    
    height: 30px;
	background-color: #F0EAE0;

	display: block;	
	vertical-align: middle;

	border-bottom: 2px solid #D0CAB0;
	margin-bottom: 15px;
}

.sparte {
    font-family: 'Times New Roman' , Times, Serif;
    font-size: 20px;
    font-weight: bold;
	color: #837f73;
    text-transform: uppercase;  
    padding-left: 5px;
}

.abonnement1 {
}

.abonnement0 {
    border-top: 1px  dotted #363636;
}

.alletermineanzeigen {
    float:right;
    margin-top: 30px;
    margin-right: 8px;
}

.alletermineanzeigen_pfeil {
    float:right;
    margin-top: 27px;
    margin-right: 0px;
}

.aboeinzeichnen {
    float:right;
    margin-top: 30px;
    margin-right: 0px;
}

.aboeinzeichnen2 {
    float:right;
    margin-top: 0px;
    margin-right: 0px;
}

.linkzumkonzertkalender {
    clear:both;
    float:right;
    margin-right: 0px;
}