@charset "utf-8";

/*##############################*/
/*###  A L L G E M E I N  ###*/
/*##############################*/
* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    background-image: url(../img/bg_html.jpg);
}

h1, h2, h3, a, p, li {
    font-family: verdana, arial, sans-serif;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color : #ccc;
    font-style: italic;
    margin: 10px 0 0 20px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 0px #999;
}

h2 {
    color: #3b69ad;
    font-size: 15px;
    font-style: italic;
    margin: 15px 0 3px 20px;
    text-decoration: underline;
}

h3 {
    color: #555;
    font-size: 12px;
    margin: 15px 0 3px 20px;
}

p {
    margin: 10px 20px 0 20px;
    text-align: justify;
}

a, p, tr {
    font-size: 10px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

img {
    border: none;
}

ul {
    margin: 10px 0 30px 40px;
}

li {
    font-size: 11px;
    color: #3b69ad;
    /*font-weight: bold;*/ /*Text in der liste Fett geschrieben*/
}

table {
    margin-left: 60px;
}

form {
    margin: 20px 0 20px 10px;
}

.cleaner {
    clear: both;
}

#meta_innen,
#head,
#container2,
#footer {
    width: 900px;
    margin: 0 auto 0 auto;
}




/*##############################*/
/*###  M E T A  ###*/
/*##############################*/
#meta{
    height: 30px;   
    position: relative;
    padding-top: 6px;
    background: #3b69ad;
}

#meta_innen {
    position: relative;
}

#meta_innen span {
   color: #fff;
   font-size: 10px;
}

#meta_links .login {
   color: #fff;
   line-height: 20px;
   font-size: 14px;
   font-style: italic;
}

#meta_links {
    top: 0;
    left: 0;
    position: absolute;
}

#meta_rechts {
    top: 0;
    right: 0;
    position: absolute;
}



/*##############################*/
/*###  H E A D  ###*/
/*##############################*/
#head {
    padding-top: 40px;
}



/*##############################*/
/*###  C O N T E N T  ###*/
/*##############################*/
#subnav {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #3b69ad;
}

#container2 #subnav a {
    color: #fff;
    text-decoration: none;
}

#container2 #subnav a:hover {
    text-decoration: underline;
}

#container2 {
    background: #fff;
    border: 1px solid #3b69ad;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

#container2 a {
    color: #3b69ad;
    font-size: 10px;
    text-decoration: underline;
    margin: 10px 0 10px 0px;
    line-height: 20px;
    
}

#container2 a:hover {
    color: #3b69ad;
}

#container2 img {
    float: left;
}

#bestellung {
    text-align: center;
}

#pdf {
    width: 100%;
    height: 800px;
    
}

#pdf object {
    width: 800px;
    display: block;
    margin: 0 auto 0 auto;
    border: 2px solid #bbb;
    padding: 3px;
}

.kontakt_fehler {
    color: red;
    margin-left: 70px;
}

#container2 table tr td,
#container2 table tr td a {
    margin: 0;
    padding: 0;
}

#container2 table tr td img {
    margin: 0;
    padding-top: 5px;
}

.ausbilder {
    width: 860px;
    min-height: 100px;
    margin-top: 15px;
    margin-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3b69ad;
    background: #eee;
    position: relative;
}

.ausbilder img {
    top: 0;
    left: 0;
    padding: 2px;
    position: absolute;
    margin-bottom: 10px;
    border: 1px solid #3b69ad;
}

.ausbilder_text {
    top: 10px;
    left: 180px;
    width: 630px;
    min-height: 140px;
    position: relative;
   
}

.ausbilder_text p {
    margin: 0px 5px 5px 0;
    text-align: left;
}

.ausbilder_text h4 {
    color: #3b69ad;
    font-size: 13px;
    margin-bottom: 10px;
}

.ausbilder .ausbilder_text.ausbilder_einzelheiten {
    width: 190px;
    float: left;
    margin-bottom: 10px;
     padding-bottom: 10px;
}

.ausbilder_bild {
	margin: 10px				
}


.ausbilder_box {
    width: 650px;
    position: relative;
}

.ausbilder_box_left {
    width: 150px;
    float: left;
    color: #777;
    font-size: 11px;
    font-style: italic;
}

.ausbilder_box_left_alex {
    width: 150px;
    height: 35px;
    float: left;
    color: #777;
    font-size: 11px;
    font-style: italic;
}

#counter {
    width: 200px;
    height: 20px;
    position: relative;
}

#counter img {
    width: 200px;
    height: 20px;
    position: absolute;
    z-index: 5
}

#startbild1  {
    margin-top: -50px;
    margin-right: 30px;
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
}

#startbild2  {
    margin-top: -20px;
    margin-right: 30px;
    padding-left: 10px;
    /*padding-bottom: -10px;*/
    float: left;
}

#startbild3 {
    margin-top: -20px;
    margin-right: 50px;
    padding: 2px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: right;
    border: 1px solid #3b69ad;
}



/*##############################*/
/*###  F O O T E R  ###*/
/*##############################*/
#footer a {
    color: #ccc;
    font-size: 9px;
    text-decoration: none;
    cursor: pointer;
}

#footer a:hover {
    color: #3b69ad;
    text-decoration: underline;
}
