/* 
    Document   : Style
    Created on : 26.12.2011, 23:05:54
    Author     : Marius
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
    background-image: url("../Bilder/lined.png");
    background-repeat: repeat;
    
}

.Nav 
{
    float:left;
    width:128px;
    height:35px;
    padding-top: 5px;
    color:white;
}

.Nav:hover
{
   /* text-shadow: 0px 0px 15px #000000;
    */
    color:#AA0000
}

#divNav
{
    width: 750px;
    height: 40px;
    float: left;
    margin-top: 0px;
    margin-left: -15px;
   
}

#Logo
{
    height: 180px;
    width: 180px;
    margin-left: 9px;
    margin-top: 9px;
    border: 1px solid #aa0000;
    border-radius:5px;
    float: left;
}

#Top
{
    height: 200px;
    width: 932px;
    /*border: 1px solid #AA0000;*/
    margin: 20px auto;
    margin-bottom: 40px;
    /*border-radius: 15px 15px 15px 15px;*/
    /*background:-moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);*/
    background: url("../Bilder/TopPanel/Toppanel.png")
    
}

#Top1
{
    height: 200px;
    width: 932px;
    /*border: 1px solid #AA0000;*/
    margin: 20px auto;
    margin-bottom: 40px;
    /*border-radius: 15px 15px 15px 15px;*/
    /*background:-moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);*/
    background: url("../Bilder/TopPanel/Glanzeffekt.png");

    
}

#content
{
    /* min-height: 240px; */
    width: 1000px;
    margin: 0px auto 0px;
    box-shadow: 0px 2px 5px rgb(153, 153, 153);
    padding:40px 40px 0px 40px;
    overflow: hidden;
    
    background-color: #eeefff;
 
}

h1
{
    font-size:42px;
    color: #0089aa;
    font-family: Verdana;
    margin-top:50px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px black;
    margin-bottom: 28px;
}


h2
{
    font-size:30px;
    color: #0089aa;
    font-family: Verdana;
    padding-top:20px;
    margin-top:0px;
    margin-bottom: 13px;
}

a
{
    text-decoration: none;
    color:white;
}

a:visited
{
    text-decoration: none;
    color:white;
}

p a 
{
    text-decoration: underline;
    color:black;
}

p a:visited
{
    text-decoration: underline;
    color:black;   
}

p a:hover
{
  text-decoration: none;  
}

table
{
    border:1px black solid;
}

td
{
    border:none;
}

p
{
    font-size:18px; 
}

#dropdown
{
    display:none;
    list-style: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    color: white; 
    background-color: black; 
    height: 82px; 
    width: 150px; 
    margin-left: -12px; 
    margin-top: 15px;
    border: 1.5px solid #aa0000;
    border-top:1px solid white;
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px;
    
}

#footer
{
    height:50px;
    width:970px; 
    margin:70px auto 0px;
    padding: 15px 10px 0px 10px; 
    background: transparent;
    border-top: 1px dotted #AA0000;
    overflow: hidden;
}

p
{
line-height: 180%;
font-size: 18px;
}

#shadow
{
    margin: 20px auto;
    min-height: 600px;
    width: 1097px;
    position: relative;
    padding-top: 0px;
}

#fb1
{
    height:600px;
    width:500px;
    position:absolute; top:50px; left:50px;
    border:1px solid grey;
    display:none;
    background-color:white;
    z-index:1;
}

#left
{
    position: absolute; 
    width: 7px; 
   /* height: 914px; */
    background-image: url('../Bilder/Shadows/SchattenkanteLeft.png');
    left: 0px; 
    top: 10px;
}

#topLeft
{
    position: absolute;
    background: url('../Bilder/Shadows/SchatteneckeTopLeft.png') repeat scroll 0% 0% transparent;
    width: 17px;
    height: 17px;
    top: -7px;
    left:0px;
}

#top
{
    position: absolute;
    background: url('../Bilder/Shadows/SchattenkanteTop.png') repeat scroll 0% 0% transparent;
    width: 1062px;
    height: 7px;
    top: -7px;
    left: 17px;
}

#topRight
{
    position: absolute;
    width: 17px;
    height: 17px;
    top: -7px;
    left: 1079px;
    background: url('../Bilder/Shadows/SchatteneckeTopRight.png') repeat scroll 0pt 0pt transparent;
}

#right
{
    position: absolute; width: 7px;
    height: 914px;
    top: 10px;
    left: 1089px;
    background: url('../Bilder/Shadows/SchattenkanteRight.png') repeat scroll 0pt 0pt transparent;
    right: 0px;
}

#bottomRight
{
    position: absolute;
    background: url('../Bilder/Shadows/SchatteneckeBottomRight.png') repeat scroll 0% 0% transparent;
    width: 17px;
    height: 17px;
    top: 924px;
    left: 1079px;
}

#bottom
{
    position: absolute;
    width: 1062px;
    height: 7px;
    top: 934px;
    left: 17px;
    background: url('../Bilder/Shadows/SchattenkanteBottom.png') repeat scroll 0pt 0pt transparent;
}

#bottomLeft
{
    position: absolute;
    width: 17px;
    height: 17px;
    top: 924px; 
    left: 0px;
    background: url('../Bilder/Shadows/SchatteneckeBottomLeft.png') repeat scroll 0pt 0pt transparent;
}

#HomeBild
{
    height: 250px;
    height:250px;
    margin: -35px 20px 0px 45px;
    float:right;
}

#h3
{
    font-size:21px;
    font-family: Verdana;
}

#kontaktBox
{
    width: 270px; 
    border: 1px dashed rgb(170, 0, 0); 
    padding-left: 30px; 
    float: right; 
    margin: 0px 20px 10px 45px;
}

.tkd
{
    font-weight: bold;
    font-size:20px;   
}

#grundsTkd
{
    text-decoration: underline; 
    font-family: Verdana;
    margin-top:30px;
}

ol
{
    font-size:18px;
}

ul
{
    list-style: none;
    text-align:center;
    font-weight:bold; 
    font-family:Verdana; 
    padding-left:40px;
    margin:0;
    height:40px;
}

.datenschutz ul {
    text-align: unset;
    font-weight: unset; 
    font-family:Verdana; 
    padding-left: unset;
    margin: unset;
    height:auto;
}

.datenschutz a {
    color: unset;
}

#footer a {
    padding: 5px;
}

#close
{
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
}