/* *********************************************************************************** */
/* Genneral settings                                                                   */
/* *********************************************************************************** */

* {
	padding: 0px;
	margin: 0px;
}

body {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5em;
}

#header_frame {
    width: 100%;
    height: 210px;
    background-color: #ffffff; /* #fffbe2; */
}

#header {
    width: 996px;
    height: 170px;
    margin: 0 auto;
    padding: 20px;
}

#header_left {
    width: 496px;
    float: left;
}

#header_middle {
    width: 400px;
    float: left;
    text-align: center;
}

#header_right {
    width: 100px;
    float: right;
    text-align: right;
}

#header_right_top {
    width:  100px;
    height: 70px;
    margin: 0;
}

#header_right_bottom {
    width: 100px;
    height: 30px;
    margin: 70px 0 0 0;
}

#menu_frame {
    width: 100%;
    height: 50px;
    background-color: #bd1822;
}

#menu {
    width: 946px; /* 1252px minus 2x25px */
    height: 50px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

#main_frame {
    width: 100%;
    background: url('../img/shadow.png') repeat-x;
}

#main {
    width: 946px; /* 1252px minus 2x25px */
    min-height: 500px;
    margin: 0px auto;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}

#footer_frame {
    width: 100%;
    height: 120px;
    background-color: #bd1822;
}

#footer {
    width: 946px;
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

#footer_left {
    width: 400px;
    float: left;
}

#footer_right {
    width: 400px;
    float: right;
    text-align: right;
}

#voices_columns{
    overflow: hidden;
}

#voices_left {
    float: left;
    width: 300px;
}

#voices_right {
    float: left;
    width: 596px;
    padding-left: 50px;
    text-align: center;
}

/* *********************************************************************************** */
/* Menu buttons                                                                        */
/* *********************************************************************************** */

.menu_button {
    height: 30px;
    text-align: center;
    float: left;
    letter-spacing: 1px;
    color: #ffffff;
}

.menu_button a,
.menu_button a:link,
.menu_button a:visited {
    height: 36px;
    display: block;
    float: left;
    letter-spacing: 1px;
    padding-top: 14px;
    color: #ffffff;
    padding-left: 11.5px;
    padding-right: 11.5px;
}

.menu_button a:hover,
.menu_button a:active,
.menu_button_active a,
.menu_button_active a:link,
.menu_button_active a:visited,
.menu_button_active a:active,
.menu_button_active a:hover {
    height: 36px;
    padding-top: 14px;
    float: left;
    letter-spacing: 1px;
/*    background: url('../img/bg_menu_hover.jpg') repeat-x top; */
    background-color: #6b1117;
    padding-left: 11.5px;
    padding-right: 11.5px;
    color: #ffffff;
}

.menu_trenner {
    height: 50px;
    width: 1px;
/*    background: url('../img/bg_menu_trenner.jpg') repeat-x top; */
    background-color: #ffffff;
    float: left;
}



/* *********************************************************************************** */
/* Texts                                                                               */
/* *********************************************************************************** */

h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}


h1, h2, h3, h4 {
    color: #bd1822;
}

h1, h2, h3 {
    padding-bottom: 20px;
}

h2 {
    font-size: 28px;
    font-weight: normal;
}

h4 {
    padding-bottom: 5px;
}

p, #main p, textarea, input, select, .question, ul, ol {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    padding-bottom: 10px;
}

.notenaufzaehlung > ul {
    padding-left: 30px; 
   /* list-style-type: square; */
} 

.notenaufzaehlung > ul > li {
    list-style-image: url(../img/note.png);
    margin: 2px 0px 0px 10px;
    padding: 0px 0px 0px 2px;
}

.notenaufzaehlung > ol {
    padding-left: 30px;
}

.pflichtfeld {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 10px;
    color: #555555;
    padding-bottom: 12px;
}

a:link,
#footer {
    color: #bd1822;
    text-decoration: none;
    font-weight: bold;
}

p a:link {
    font-style: normal;
}

#menu a:link,
#footer a:link,
#footer {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #bd1822;
    text-decoration: none;
}

#menu a:visited, #footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
    color: #bd1822;
    text-decoration: none;
}

#menu a:focus, #footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #6b1117;
    text-decoration:none;
}

#menu a:hover, #footer a:hover {
    color: #ffffff;
    text-decoration:none;
}

a:active {
    color: #6b1117;
    text-decoration: none;
}

#menu a:active, #footer a:active {
    color: #ffffff;
    text-decoration: none;
}

input {
    height: 30px;
    padding: 4px;
    box-shadow: 0px 0px 0px #ffffff;
/*    box-shadow: 2px 2px 2px #999; */
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    padding-bottom: 10px;
}

select {
    height: 30px;
    padding: 2px;
    box-shadow: 0px 0px 0px #ffffff;
}

textarea {
    padding: 2px;
    box-shadow: 0px 0px 0px #ffffff;
}

input[type=submit] {
    width: 130px;
    height: 32px;
    padding: 4px 15px;
    border: 0 none;
    cursor:pointer;
    background-color: #bd1822;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: #6b1117;
}