* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

img, input, textarea, select, form, td, th, table, div, video, audio, li, blockquote, header, nav, main, article, aside, footer {
    max-width: 100%;
    height: auto;
}

input[type="text"], input[type="file"], input[type="password"], textarea {
    box-sizing: border-box;
    width: 100%;
}

img, table {
    border-style: none;
}

iframe {
    max-width: 100%;
    border: 0;
}

p {
    margin-top: 1em;
}

br {
    margin: 0.1em;
}

table {
    vertical-align: top;
    text-align: left;
    border-spacing: 0;
    width: 100%;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding: 2px;
}

table.tableizer-table {
	font-size: 12px;
	border: 1px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #CCC;
}
.tableizer-table th {
	background-color: #104E8B; 
	color: #FFF;
	font-weight: bold;
}

div {
    display: block;
    box-sizing: border-box;
}

body {
    background-color: #3c424b;
}

body, input, textarea, select, form, th, td, form, table, div {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}

hr {
    border-top: 0.1em solid #000000;
    border-bottom: none;
}

ul, ol, li {
    margin-left: 10px;
    text-align: left;
}

a {
    color: #172e97;
    text-decoration: none;
}

a:hover {
    color: #808080;
    text-decoration: underline;
}

h1, h2, h3, h5, h6 {
    text-align: left;
}

h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc, 2px 2px #ccc, 3px 3px #ccc, 4px 4px #ccc;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

h1 a, h2 a {
    color: #000000;
}

h3 {
    font-size: 22px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight:600;
	text-align: center;
	color:#fff;
	background-color:#734f86;
}

h4 a {
	color:#39DBDB;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

h6 {
    font-size: 16px;
    font-style: italic;
    color: #531e59;
    margin-left: 30px;
}

blockquote {
    margin-left: 30px;
    margin-right: 30px;
    color: #531e59;
    text-align: justify;
}
 
header {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    background-color: #EEEEEE;
}

nav {
    width: 1000px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    background-color: #EEEEEE;
    z-index: 5;
}

main {
    max-width: 90%;
    width: 660px;
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
    float: left;
    background-color: #EEEEEE;
    z-index: 1;
}

aside {
    width: 250px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
    float: left;
    background-color: #EEEEEE;
    z-index: 1;
}

footer {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    font-size: 10px;
    text-align: center;
    background-color: #EEEEEE;
    z-index: 1;
}

#content {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    background-color: #EEEEEE;
    z-index: 1;
}

#content1 {
    
}

/* Haupt-Klasse, damit ul, li und a nicht systemweit gelten */
#navigation {
    
}

#termine {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #666666;
}

#navigation ul li {
    display: block;
    position: relative;
    float: left;
    background: #666666;
}

/* This hides the dropdowns */
#navigation li ul {
    display: none;
}

/* Dropdown Level 1 */
#navigation ul li a {
    margin-left: -10px;
    display: block;
    padding: 3px 7px;
    text-decoration: none;
    white-space: nowrap;
    color: #FFFFFF;
    z-index: 10;
}

#navigation ul li a:hover {
    background: #2c3e50;
}

/* Dropdown Level 2 */
#navigation li:hover>ul {
    display: block;
    position: absolute;
    border: 1px solid #000000;
    z-index: 15;
}

#navigation li:hover li {
    float: none;
}

#navigation li:hover a {
    background: #666666;
}

#navigation li:hover li a:hover {
    background: #2c3e50;
}

/* Dropdown Level 3 */
#navigation ul ul ul {
    border: 1px solid #000000;
    left: 100%;
    top: -1px;
}

/* Simple clearfix */
#navigation ul:before, ul:after {
    content: " ";
    display: table;
}

#navigation ul:after {
    clear: both;
}

.liste {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    margin-left: 0;
    padding-left: 7px;
    border: 1px solid #666666;
    list-style-type: none;
}

.liste ul {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    margin-left: -7px;
    padding-left: 21px;
    list-style-type: none;
}

.liste ul ul {
    font-weight: normal;
    color: #000000;
    background-color: #BBBBBB;
    margin-left: -21px;
    padding-left: 35px;
}

.liste ul li ul li:nth-child(2n) {
    background-color: #CCCCCC;
}

.liste a {
    color: #FFFFFF;
}

.liste ul a {
    color: #FFFFFF;
}

.liste ul ul a {
    color: #172e97;
}

.liste_background_color1 {
    background-color: #DDDDDD;
}

.liste_background_color2 {
    background-color: #BBBBBB;
}

.liste_background_color3 {
    background-color: #666666;
}

.category {
    font-size: 12px;
    line-height: 80%;
    font-weight: bold;
    margin-bottom: 10px;
    font-variant: small-caps;
    text-align: left;
    vertical-align: top;
}

.scroll_images {
    width: 100%;
    height: 220px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
}

.scroll_images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll_images li {
    display: inline;
    padding: 0;
}

.scroll_images img {
    height: 200px;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 0;
    margin: 0;
}

.textarea_small {
    height: 100px;
}

.textarea_medium {
    height: 200px;
}

.textarea_large {
    height: 400px;
}

.clear {
    clear: both;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.text_red {
    color: #FF0000;
}

.text_white {
    color: #FFFFFF;
}

.fleft {
    float: left;
    margin-right: 10px;
	padding-right: 20px;
}

.fright {
    float: right;
    margin-left: 10px;
}

.background_color1 {
    background-color: #CCCCCC;
}

.background_color2 {
    background-color: #EEEEEE;
}

.background_color3 {
    background-color: #AAAAAA;
}

.courier {
    font-family: 'Courier New', Courier, monospace;
}

.video_43 {
    width: 660px;
    height: 495px;
}

.video_169 {
    width: 660px;
    height: 371px;
}

.audio {
    width: 660px;
    height: 30px;
}

.formular {
    background-color: #EEEEEE;
}

.captcha {
    
}

.foto {
    margin: 0;
    padding: 0;
}

.foto img {
    border: none;
}

.foto li {
    list-style: none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
}

a .gross {
    display: none;
}

a:hover .gross {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.balken {
    display: block;
    background-color:#999999;
}