/* 
    Document   : style
    Created on : 26.08.2013
    Author     : Sascha ADLER
    Description: 
        Das Rot für den Shop-Bereich ---> dc002e
        Das Orange für den Ausbildungs-Bereich ---> f7aa00
        Das Blau für den Foto-Bereich ---> 004b8c
        
*/
@font-face {
   font-family: "GoldschmiedeFont";
   src: url('../fonts/HelveticaNeueLTStd-Cn.otf') format('opentype');
} 
*{padding: 0; margin: 0;}
html{height: 100.5%;}
body{
    font-family: "GoldschmiedeFont", Arial, sans-serif;
}
a{ text-decoration: none; color: #000000;}
a:link{}
a:focus{}
a:active{color: #004b8c;}
a:hover{text-decoration: underline;}
a:visited{color: #000000;}

div#wrapper{
    width: 960px;
    /*border: 1px solid #000000;*/
    margin: 20px auto;
    font-size: 10px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}
div#logo{
    height: 117px;
    width: 960px;
    background: url(../img/foto-Logo.png);
}
div#navi{
    height: 30px;
    width: 960px;
    background: url(../img/foto-verlauf.png);
    font-size: 12px;
}
div#navi ul{
    margin-left: 229px;
}
div#navi li{
    height: 30px;
    text-transform: uppercase;
    display: inline-block;
    border-left: 1px solid #000000;
    margin-right: -3px;
}
div#navi li.lower{
	text-transform: none;
	color:#ffffff;
}
div#navi li a{
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
    display: block;
    height: 22px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
div#navi li:last-child{
    border-right: 1px solid #000000;
}
div#navi li a:hover{
    color: #ffffff;
}
div#navi li.lower a{
	color: #ffffff;
}
div#menu{
    width: 209px;
    border-right: 1px solid #999999;
    float: left;
    padding: 10px;
    z-index: 20;
}
div#menu h2{
    font-weight: bold; 
    text-transform: uppercase;
    margin-top: 15px;
}
div#menu p{
    padding: 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
}
div#menu p.headline{
    font-weight: bold;
}
div#menu a{
    color: #000000;
    text-decoration: none;
}
div#menu a:hover{
    color: #004b8c;
    text-decoration: underline;
}
div#menu p.sub_menu a{
    padding-left: 20px;
}
div#menu form{
    text-align: right;
}
div#menu input{
    padding: 2px 4px;
    border: 1px solid #999999;
}
div#menu input#login, div#menu input#logout{
    /*text-transform: uppercase;*/
    padding: 0px 20px;
    border: 1px solid #000000;
    background-color: #ffffff;
    
}
div#menu input#login:hover, div#menu input#logout:hover{
    background: url(../img/foto-verlauf.png);
}
div#content{
    width: 690px;
    margin-left: 229px;
    padding: 10px;
    padding-left: 25px;
    padding-top: 20px;
    font-size: 12px;
    border-left: 1px solid #999999;
}

div#content p{
    width: 680px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
}
div#content h1{
    font-size: 20px;
}
div#content ul{
    list-style-type: none;
    font-size: 14px;
    margin-left: -30px;
}
div#content li{
    margin-bottom: 5px;
}
div#content h2{
    text-transform: uppercase;
    margin-bottom: 10px;
}
div#content h2.subh2, div#content h2.subh21{
    margin-bottom: -5px;
    margin-top: 15px;
    text-decoration: underline;
}
div#content h2.subh21{
    margin-top: 2px;
    font-weight: normal;
    text-decoration: inherit;
}
div#content input[type="submit"],
div#content input[type="reset"],
div#content input[type="button"]{
    border: 1px solid #bbbaba;
    margin-right: 20px;
    background-color: #004b8c;
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    
}
div#content input[type="submit"]:hover,
div#content input[type="reset"]:hover,
div#content input[type="button"]:hover{
    font-size: 12px;
    background: url(../img/foto-verlauf.png);
}
div#content input[type="submit"]:active,
div#content input[type="reset"]:active,
div#content input[type="button"]:active{
    color: #ff0000;
}
div#content input[type="text"],
div#content input[type="password"],
div#content textarea{
    padding: 2px 4px;
    border: 1px solid #999999;
}
div#content form img{
    padding-right: 4px;
    padding-top: 2px;
    float:left;
}
div#content input[name="sicherheitscode"]{
    width: 52px;
    clear: left;
}
div.insert_ok{
    width: 600px;
    margin: 20px 10px;
    padding: 20px;
    text-align: center;
}
div.insert_fail{
    width: 600px;
    margin: 20px 10px;
    padding: 20px;
    text-align: center;
}
div#content div.insert_ok p, div#content div.insert_fail p{
    padding: 10px;
    text-align: center;
    width: 600px;
    font-weight: bold;
}
div#content div.insert_fail a{ text-decoration: underline;}
div#content div.insert_fail a:active{color: #004b8c;}
table#kurse{
    width: 680px;
    text-align: left;
}
table#kurse td, table#kurse th{
    border: 1px solid #000000;
    padding: 2px 3px;
}
table#kurse .booking{
    background-color: #004b8c;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
table#kurse .booked{
    text-align: center;
    background-color: #cccccc;
}
table#kurse .out{
    text-transform: uppercase;
    text-align: center;
}
table#kurse .bookedout td{
    background-color: #999999;
}
div#content table td{vertical-align: top;}
div.trainer{
    float:left;
    height: 150px;
    width: 150px;
    background: #cccccc;
    /*border: 1px solid #999999;*/
    margin-bottom: 20px;
}
div.trainer_full{
    width: 150px;
    float:left;
    margin-right: 15px;
    margin-top: 15px;
}
p.out{text-align: right;}
p.button{text-align: right;}
p.button a{
    background: #004b8c;
    color: #000;
    padding: 3px 10px;
    border: 1px solid #999;
    text-decoration: none;
}
p.button a:hover{
    color: #ffffff;
}
div .trainer p{
    padding-top: 250px; 
    padding-left: 50px;
    color: #004b8c;
    font-size: 16px;
    font-weight: bold;
}
div#img_gallery{
    width: 680px;
}
div#trainer_header{
    margin-bottom: 80px;
    margin-top: 20px;
    width: 200px;
    float:left;
}
div#trainer_header img{
    width: 200px;
}
div#trainer_text_top{
    margin-top: 20px;
}
div#trainer_text_bot, 
div#trainer_text_top{ 
    color: #999999;
    width: 480px;
    margin-left: 220px;
}
div#trainer_text_bot p,
div#trainer_text_top p{width: 480px;}
div#trainer_text_bot li{
    margin-left: 50px;
}
div#info .insert_ok{
    width: 680px;
    margin: 20px auto;
    background: #99ff99;
    padding: 20px;
    border: 1px solid #000000;
    text-align: center;
}
table#links{
    width: 400px;
    text-align: center;
    margin: 20px auto;
    /*border: 1px solid #000000;*/
}
table#download{
    width: 600px;
    margin: 20px auto;
}
table#download th{
    border: 1px solid #000000;
}
table#download td{
    border: 1px solid #000000;
    padding: 2px 5px;    
}
table#download td.button{
    background: #004b8c;
    text-align: center;
    border: 1px solid #ffffff;
}
.orange{
    color: #004b8c;
}
table tr.tr_first{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
table tr.tr_second{
    font-size: 14px;
}
div#footer{
    height: 24px;
    text-align: center;
    padding-top:6px;
    font-size: 14px;
    background: url(../img/foto-verlauf.png);
    color: #000000;
}
div#footer a{color: #000000; text-decoration: none; font-weight: bold;}
div#footer a:link{}
div#footer a:hover{text-decoration: underline; color: #ffffff;}
div#footer a:visited{color: #000000;}
div#footer a:active{color: #004b8c;}

