/******************************************************/
/*                                                    */
/*      Carmen - programmiert von Stefan Wenzel       */
/*                                                    */
/******************************************************/

/****************** Allgemeines ***********************/

/* Kopf */

#kopf {
 width:1002px;
 margin:0px auto;
 height:34px;
 background:#000 url(grafiken/kopf_bg.gif) top repeat-x;
}

#kopf_bereich {
 width:1002px;
 margin:0px auto;
 text-align:left;
}

#kopf_bereich img.flagge {
 border:0px;
 width:34px;
 height:26px;
 margin:4px 0 0 5px;
}

#flaggen {
 margin-left:20px;
}

#kopf img {
 margin:7px 10px 0 0;
 float:left;
 border:0px;
}

#kopf span {
 color:#d8d8d8;
 margin:5px 0 0 0;
 float:left;
}

#kopf span:hover {
 margin:5px 0 0 0;
 float:left;
 text-decoration:underline;
}

#kopf p {
 float:right;
 cursor:pointer;
 margin:0px;
 padding:0px;
 margin-right:30px;
}

.kopf_newsletter {
 width:100%;
 text-align:center;
}

#newsletter_form {
 width:1002px;
 margin:0px auto;
 padding-top:20px;
 padding-bottom:20px;
 background:#000 url(grafiken/kopf_newsletter_bg.gif) bottom repeat-x;
}

#newsletter_form span {
 margin-left:100px;
 font:12pt Arial, Verdana, Georgia, sans-serif;
 background-color:#000;
 color:#d8d8d8;
 float:left;
}

#newsletter_form p {
 width:800px;
 padding:5px;
 margin:0px auto;
}

#newsletter_links {
 float:left;
}

#newsletter_rechts {
 margin-left:10px;
 float:left;
}

.kopf_newsletter label {
 width:200px;
 margin:5px 10px 0 0;
 line-height:20pt;
 text-align:right;
 float:left;
 color:#898989;
}

.kopf_newsletter input, .kopf_newsletter select {
 width:200px;
 margin:5px 0 0 0;
 background-color:#eee;
 color:#777;
 border:0px solid #999;
 float:left;
 padding:3px 5px;
}

.kopf_newsletter select {
 width:100px;
}

.kopf_newsletter input.radio {
 width:20px;
 background:transparent;
 padding:0px;
 margin:10px 0 0 0;
}

.kopf_newsletter input.submit {
 cursor:pointer;
}

/* Verschiedenes */

#visitenkarte {
 width:100%;
 display:none;
}

.clear {
 clear:both;
 font-size:0pt;
 line-height:0pt;
}

.rss_icon {
 border:0px;
}

.print_icon {
 border:0px;
}

* html .rss_icon {
 margin-top:8px;
}

* html .print_icon {
 margin-top:8px;
}

div.meldung {
 width:98%;
 margin:0px auto;
 margin-top:10px;
 margin-bottom:10px;
 border-top:1px solid #f9db35;
 border-bottom:1px solid #f9db35;
 background-color:#ffe972;
 color:#777;
 text-align:center;
}

div.meldung p {
 font:normal 10pt normal Verdana, Arial, sans-serif;
 margin:5px 10px;
 padding:0px;
 background-color:#ffe972;
 color:#777;
}


/****************** Seitenwahl ***********************/

div.seitenwahl {
 margin-top:5px;
 text-align:center;
 padding:5px 0px;
}

div.seitenwahl a, div.seitenwahl a:hover, div.seitenwahl span {
 background-color:#606060;
 color:#fff;
 padding:2px 4px;
}

div.seitenwahl a:hover {
 background-color:#3d8d2d;
 color:#fff;
 cursor:pointer;
 text-decoration:none;
}

div.seitenwahl span {
 background-color:#fff;
 color:#3d8d2d;
 font-weight:bold;
}