﻿*
{
    margin: 0;
    padding: 0;
}
body 
{
	font-family: Segoe Script;
	font-weight: bold;
	font-size: 16px;
	color: #474747;
}
/* Tabelleneigenschaften */
#table 
{
    width: 1280px;
    height: 960px;
    margin-top: 3em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
#TOP 
{
    width: 1280px;
    height: 195px;
    background-image: url(images/top.png);
    background-repeat: no-repeat;
    vertical-align: bottom;
}
#NAV
{
    width: 248px;
    height: 603px;
    background-image: url(images/nav.png);
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
}
#DEFAULT
{
    width: 1031px;
    height: 603px;
    
    background-image: url(images/default.png);      
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top; 
}
#Stretch  /*Mozilla Bild wird gestretcht*/
{
    background: url(images/stretch.png) repeat-y;/*Bild vertikal vergrößern */ 
    background-repeat: repeat-y;
    overflow: hidden;
}
#BOTTOM 
{
    
    width: 1280px;
    height: 163px;
    text-align: left;
    vertical-align: top;
    color: white;
    background: url(images/bottom.png);/*Bild vertikal vergrößern */       
}
/*Navigation */ 
#Startseite
{
    background-image: url(images/nav/Startseite.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Startseite:hover
{
    background-image: url(images/nav/Startseite_selected.png);
    width: 200px;
    height: 40px;
}
#Login
{
    background-image: url(images/nav/Login.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Login:hover
{
    background-image: url(images/nav/Login_selected.png);
    width: 200px;
    height: 40px;
}
#Registrieren
{
    background-image: url(images/nav/Registrieren.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Registrieren:hover
{
    background-image: url(images/nav/Registrieren_selected.png);
    width: 200px;
    height: 40px;
}
#Passwort-vergessen
{
    background-image: url(images/nav/Passwort-vergessen.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Passwort-vergessen:hover
{
    background-image: url(images/nav/Passwort-vergessen_selected.png);
    width: 200px;
    height: 40px;
}

#Kontakt
{
    background-image: url(images/nav/Kontakt.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Kontakt:hover
{
    background-image: url(images/nav/Kontakt_selected.png);
    width: 200px;
    height: 40px;
}
#AGB
{
    background-image: url(images/nav/AGB.png);
    display:block;
    width: 200px;
    height: 40px;
}
#AGB:hover
{
    background-image: url(images/nav/AGB_selected.png);
    width: 200px;
    height: 40px;
}
#AGB:visited
{
    background-image: url(images/nav/AGB_visited.png);
    width: 200px;
    height: 40px;
}
#AGB:active
{
    background-image: url(images/nav/AGB_active.png);
    width: 200px;
    height: 40px;
}
#Impressum
{
    background-image: url(images/nav/Impressum.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Impressum:hover
{
    background-image: url(images/nav/Impressum_selected.png);
    width: 200px;
    height: 40px;
}
#Ueber-uns
{
    background-image: url(images/nav/Ueber_uns.png);
    display:block;
    width: 200px;
    height: 40px;
}
#Ueber-uns:hover
{
    background-image: url(images/nav/Ueber_uns_selected.png);
    width: 200px;
    height: 40px;
}


#SiteMapPath1
{
    margin-top: 120px ;
    margin-left: 400px;    
}
#tableKontakt
{
    width: 50%;
    height: 100%;
}
.tdK
{
    width: 25%;
}
.tdkd
{
    width: 75%;
}
/*DIV Eigenschaften*/
.divinfo
{
    text-align: center;
    margin-top: 40px;
    margin-left: 20px;
    float: left;
}
#divall
{
    margin-left: 20px;
    margin-right: 150px;
    margin-top: 20px;
}
#divbott
{
    margin-left: 10px;
    margin-right: 35px;
}
#divallc
{
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
#divallm
{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}
/**/
#Certify
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}
#DIVTOP
{
    margin-right: 13px;
    float: right;
}
#divtop100
{
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;
}
#divleft
{
    float: left;
    width: 69%;
    padding-top: 10px;
}
#divright
{
    float: right;
    width: 29%;
    padding-top: 10px;
}
.divcenter
{
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

/*Navigation1 Eigenschaften*/
.Menu1
{
    margin-left: 130px;
    margin-top: 44px;
    position: absolute;
}
.Menu2
{
    margin-left: 30px;
    margin-top: 30px;
    position: absolute;
    top: 171px;
    left: 27px;
}
.Nav
{
    margin-left: 30px;
    margin-top: 10px;
}
/*Links (Reihenfolge Beachten (a, a:link, a:visited, a:hover, a:active))*/
a
{
    color: #ffffff;
    text-decoration: underline;
    text-indent: 4px;
    text-transform: capitalize;
}

a:visited 
{
	color: #abaffd;
	text-decoration: underline;
}

a:hover 
{
	color: #e3e4ff;
	text-decoration: underline;
}

a:active 
{
	color: #303bff;
}
a img 
{
border : 0 none;
}
/* 0 Überschriften */
h1, h2, h3, h4 
{
	margin: 0;
	font-family: Segoe Script;
	font-weight: bold;
}
h1 
{
	font-size: 21px;
}

h2 
{
	font-size: 19px;
}
h3 
{
    vertical-align: top;    
	font-size: 21px;
	font-weight: bold;
}
h4 
{
	font-size: 23px;
	font-weight: bold;
}
h5 
{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* Menü Eigenschaften */
LoginName
{
} 
/* Navigation */
/* Starter CSS for Flyout Menu*/
#cssmenu 
{
    padding: 0;
    margin: 0;
    border: 0; 
    margin-top: 3em;
    margin-left: 1em;
 }
#cssmenu ul, li 
{
list-style: none;
margin: 0;
padding: 0; 
}
#cssmenu ul 
{
position: relative;
z-index: 597;
float: left; 
}
#cssmenu ul li 
{
float: left;
min-height: 1px;
line-height: 1em;
vertical-align: middle; 
}
#cssmenu ul li.hover,#cssmenu ul li:hover 
{
position: relative;
z-index: 599;
cursor: default; 
}
#cssmenu ul ul 
{
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
width: 100%; 
}
#cssmenu ul ul li 
{
float: none; 
}

#cssmenu ul li:hover > ul 
{
visibility: visible; 
}
#cssmenu ul ul 
{
top: 0;
left: 100%; 
}
#cssmenu ul li 
{
float: none; 
}
/* Custom Stuff */
#cssmenu
{
  width: 180px;
}
#cssmenu:after, #cssmenu ul:after 
{
content: '';
display: block;
clear: both; 
}
#cssmenu a 
{
color: #666666;
line-height: 160%;
}
#cssmenu ul ul li 
{
background: #Transparent; 
}
#cssmenu ul ul li:hover 
{
background: #Transparent; 
}