/* ------------------------------------------------------
MONATLICH AUSTAUSCHEN passend zur  FALTBLATTFARBE! 

#f08e6c (Rosa Hintergrund) - 
#0060b1 (Claimblau Menue-Hover) - 
#57050f (Claimblau Ueberschriften)

Allgemeine Linkfabe und Navigation-Hover belassen!

------------------------------------------------------ */


/* Farben austauschen bei diesen Styles */


body
{
padding: 15px 12px 0 0;
margin: 0; 
margin-bottom: 30px;
height: 100%;
font-size: 76%;
font-family: Helvetica, Arial, sans-serif;
line-height: 155%;
color: black;
background-color: #5f5e5e;
text-align: center;
margin-top: 30px;

}

.newsletterbox {
background-color: #5daffe;
border: 1px solid #000000; 
margin-top: 12px; 
width: 150px; 
padding: 8px; 
text-align: center; 
font-size: 1.4em;
}


.weiterlesen {
color: #0f6e9c; font-weight: bold;

}
.inhalt h1 {font-size: 2em; color: #57050f;}
.inhalt h2 {font-size: 1.6em; color: #57050f;}

/* Ende Farbaustausch-Styles */




h1, h2, h3, h4, h5, h6, p
{
margin: 0;
padding: 0;
}

a:link
{
text-decoration: none;
color: #0f6e9c;

}

a:hover
{
background-color: none; color: #003666;

}

a:visited 
{color: #0060b1;}


/* ------------------------------------------------------
Hauptcontainer - wegen der gleichen Spaltenlänge 
------------------------------------------------------ */

#main
 {
max-width: 1200px; 
margin: 0 auto; 
text-align: center; 
background-color: #ffffff;
border-radius: 8px;
border: 3px solid #efefef; 
}

/* ------------------------------------------------------
Logo und Claim 
------------------------------------------------------ */

#markenzeichen
{ 
margin: 1em 1em 0 1em ;
height: 110px;
max-width: 1200px;
border-bottom: 1px solid #333333;
background-image: url(https://www.club-voltaire.de/img/headerCV.jpg);
background-repeat: no-repeat;
background-position: right; 
margin-bottom: 24px;

}

#markenzeichen .logo
{
margin: 0 2em 0 1em;
float: left;

}

#markenzeichen .voltkopf
{
margin: 0;
float: right;display: none;
}

#markenzeichen .claim
{
float: right; 
text-align: right;
margin: 1em 0 1em 0;
font-weight: bolder;
font-size: 2.8em;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

/* ------------------------------------------------------
Hauptbereich 
------------------------------------------------------ */

/*Eigentlicher Inhaltscontainer */

#max 
{ 
max-width:1200px; text-align: left;
height: 100%;
min-height: 100%;
margin: 0 auto;
background-color: #ffffff;

}


.inhalt
{
min-height: 100%;
max-width: 45%;
  padding: 1em;
  font-size: 1em;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 8px;
  float: left;
  margin: 12px;
}


/* commented backslash hack v2 excludes macie5, selector hack feeds margin to ie5* \*/
* html .inhalt 
{
margin: 1em 17em 0 19em;
width:expression((document.body.clientWidth) < 900? "25em": "auto" );
}
/* end hack */


.inhalt p, 
.inhalt h1, 
.inhalt h2, 
.inhalt h3,
.inhalt h4,
.inhalt h5,
.inhalt h6
{ margin: 0 1em 0.5em 0; }

.inhalt h1, 
.inhalt h2, 
.inhalt h3, 
.inhalt h4,
.inhalt h5,
.inhalt h6
{ line-height: 120%; }

.inhalt h4 { color: #560202;}

.inhalt p.quelle { color: gray; }


.inhalt h3 {font-size: 1.3em; margin-top: 12px; color: #c333333;}
.inhalt h4 {font-size: 1em;}
.inhalt h5 {font-size: 1em;}
.inhalt h6 {font-size: 1em;}

.inhalt .bild 
{ 
margin: 1em;
padding: 0.5em;
display: inline-block;
width: 25%;
}

.inhalt .grossbild 
{
margin: 1em 0;
display: inline-block;
width: 100%;

}

.bild h4 
{
margin-top: 0.5em;
color: #686868;
}

.bild .bildtext 
{
margin-top: 0.75em;
margin-bottom: 1em;
line-height: 125%;
display: inline-block;
}

.bild a:link 
{
text-decoration: none;
border:none;
background-color: transparent;
}

.bild:hover 
{
text-decoration: none; 
border:none; 
background-color: #ffffff;
}

/* ------------------------------------------------------
persistente Elemente 
------------------------------------------------------ */

#ortsinfo
{
float: left;
margin: 1em;
padding: 1em;
background-color:#959493;
border: 1px solid #DDDDDD);
border-radius: 8px;

}

#adresse
{
font-size: 1em;
width: 14em;
}

#adresse p { margin: 0; }

.anmerkung
{
margin-top: 1em;
font-size: 1em;
width: 14em;
}

.impres 
{
padding: 3px 3px 3px 0;
font-weight: bold;
}

a.impres 
{
border-bottom:none;
color: gray;
}



#ortsinfo img {
width: 14em;
}



/* ------------------------------------------------------
Navigationsmenu 
------------------------------------------------------ */

ul#navigation
{
list-style: none;
width: 13.5em;
margin: 0 0 1em;
padding: 0;
border-top: 2px solid #dddddd;
border-left: 2px solid #dddddd;
border-right: 2px solid #dddddd;
}

ul#navigation li
{
font-size: 14px; font-weight: bold;
border-bottom: 1px solid rgb(0,0,0);
padding: 8px;
color: black;
background-color: #ffffff;

}

ul#navigation li.hier {
background-color: #4a4a4a;

}

ul#navigation li a
{
text-decoration: none;
color: black;
height: 100%;
width 100%;
display: block;
}

ul#navigation a:link 
{ 
border: none;
}

ul#navigation li a:hover
{ 
background-color: #333333;
color: #ffffff;
}


ul#navigation ul 
{
list-style: none;
margin: 0.25em 0 0.5em 0.3em;
padding: 0;
border-bottom: 2px solid rgb(90,90,90); 
}

ul#navigation ul li
{
	margin: 0;
	border-top: px solid rgb(90,90,90);
	background-color: #ffffff;
}


ul#navigation ul li.hier {
background-color: #dddddd;
color: #ffffff;
} 

ul#navigation ul li a 
{
display: block;
height: 100%;
width: 100%;

}

ul#navigation ul li a:hover, ul#navigation ul li a:hover
{
background-color: #333333; 
color: #ffffff;
}


/* ------------------------------------------------------
Kontextbereich 
------------------------------------------------------ */

.kontext
{
float: right;
margin: 1em;
width: 30%;
border: 1px solid#dddddd;
border-radius: 8px;
background-color: #dddddd; 
}

.kontext a:link
{ 
border: none;
display: block;
height: 100%;
width: 100%;
color: #333333;
}

.kontext a:hover {border:none;}

.kontext a:visited 
{
color: #333333;
border-bottom: none;
text-decoration: none;
display: block;
height: 100%;
width: 100%;
}

.kontext .more:hover {
background-color: #ffffff;
}

.kontext .more .mark, .mark 
{
color: rgb(151,023,023);
}

.kontext h1
{
margin: 0 5px 0.5em 8px;
font-weight: bold;
font-size: 1.2em;
line-height: 120%;
margin-top: 0;
}

.kontext h2
{
margin: 0 5px 0.5em 8px;
font-weight: bold;
line-height: 120%;
margin-top: 0;
font-size: 1.1em;


}

.kontext p
{
margin: 0 4px 0.5em 8px;
font-size: 1em;
line-height: 130%;
margin-top: 0;
}

.kontext p.reihe
{

color: #498dcc;
font-size: 1em;
font-weight: bold;
margin-bottom:4px;
}

.kontext p.termin
{
margin: 1em 0 0.5em 3px;
font-size: 1em;
border-top: 1px solid black;
padding-top: 3px;
text-indent: 5px;
}

.kontext h4
{
font-size: 1em;
background-color: #000000;
color: rgb(255,255,255);
margin: 0 0 1em 0;
padding: 8px;
}

div.kontext ul {
padding-left: 0.75em;
line-height: 1.4;
}

div.kontext li {
border-top: 1px solid #e9b1b1;
border-right-color: #e9b1b1;
margin-bottom: 0px;
}

div.kontext ul.vergveran {
list-style-type: none;
font-size: 1.2em;
font-weight: bold;
letter-spacing: 1px;
margin: 1em 0 1em 0.5em;
padding: 0em;
padding-right: 3 px;
}

div.kontext ul.vergveran li:hover {
background-color: #e6d3cf ;
}

div.kontext ul.vergveran ul{
list-style-type: none;
font-size: 92%;
font-weight: normal;
letter-spacing: 1px;
}

div.kontext ul.vergveran li.vergveranyear {
padding: 0em;
background-color: #ffffff;
font-weight: bold;
}

div.kontext ul.vergveran li ul li a {
background-color: #ffffff;
font-size: 92%;
}

div.kontext ul.vergveran li ul li a:hover {
background-color: #e6d3cf ;
}



/* ------------------------------------------------------
sonstiges 
------------------------------------------------------ */
.linkHinterlegt {background-color: #efefef; color: #000000; border: 1px solid #cccccc; padding: 3px; margin: 12px 0 12px 0;}
.linkHinterlegt a:link {color: #ffffff;}
.linkHinterlegt a:hover {color: #000000;}
.linkHinterlegt a:visited {color: #ffffff;}

.newsletterbox a:link 

{ text-decoration: none;
border-bottom: none;
color: #ffffff;
}
.newsletterbox a:hover 
{
color:#efefef;
text-decoration: none;
}
.newsletterbox a:visited 
{
color:#ffffff;
text-decoration: none;
}

.extra
{
margin: 1em 16em 0em 18em;
min-width: 20em;
font-size: 1em;
background-color: rgb(255,255,255);
}

.extra a:link
{
text-decoration: none;
border-bottom: none;
}

ul.manage 
{
list-style-type: none;
margin: 0;
padding: 0;
}

.manage li
{
display: inline;
background-color: rgb(165, 212, 255);
border: 1px solid rgb(129, 189, 255);
margin: 0 1em 0 0;
padding: 4px 4px 1px 4px;
}

.manage li a
{
border-bottom: none;
height: 100%;
width: 100%;
}

.manage li:hover 
{
background-color: rgb(248,174,073);
}

ul.VorwaertsZum 
{
list-style-type: none;
margin: 0;
padding: 0; 
}

ul.VorwaertsZum li 
{
color: rgb(254,222,088);
}


/* ------------------------------------------------------
HighLightbereich 
------------------------------------------------------ */


.highlight
{
margin: 1em 16em 0em 18em;
min-width: 20em;
padding: 0;
font-size: 1em;
background-color: #efefef;
background-image: url("/img/BGhighlight.jpg");
background-position: top right;
background-repeat: no-repeat;
border: 1px solid rgb(192,192,192);
text-align: center;
}

/*
.highlight a:link
{ 
border: none;
display: block;
height: 100%;
width: 100%;
}

.highlight a:hover 
{
border:none;
}

*/

.highlight a:visited 
{
color: black;
border-bottom: none;
text-decoration: none;
display: block;
height: 100%;
width: 100%;
}

.highlight .more:hover {
width: 100%;
background-color: #ffffff;
}



.highlight .more .mark, .mark 
{
color: rgb(255, 000, 000);
}

.highlight h1
{
margin: 0 5px 0.5em 8px;
font-weight: bold;
font-size: 1.4em;
line-height: 120%;
margin-top: 0;

}

.highlight h2
{
margin: 0 5px 0.5em 8px;
font-weight: bold;
font-size: 1em;
line-height: 120%;
margin-top: 0;
}

.highlight p
{
margin: 0 4px 0.5em 8px;
font-size: 1em;
line-height: 130%;
margin-top: 0;
}

.highlight p.reihe
{
font-size: 1.2em;
font-weight: bold;
margin-bottom: 0;
}

.highlight p.termin
{
margin: 2.6em 0 0.5em 3px;
font-size: 1.2em;
padding-top: 3px; padding-right: 12px;
text-indent: 5px;
}

.highlight h4
{
font-size: 1em;
background-color: rgb(151,023,023);
color: rgb(255,255,255);
margin: 0 0 1em 0;
text-indent: 8px;
}

.highlight .bild 
{ 
margin: 1%;
padding: 0.5em;
}



