@charset "utf-8";
/* CSS Document */

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8a989e;
}
body {
     background-color: #FFFFFF;
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
}
a:link {
     color: #899aa0;
     font-weight: bold;
     text-decoration: none;
}
a:visited {
     text-decoration: none;
     font-weight: bold;
     color: #899aa0;
}
a:hover, a:focus {
     text-decoration: underline;
     font-weight: bold;
     color: #899aa0;
}
a:active {
     text-decoration: none;
     font-weight: bold;
     color: #899aa0;
}

h1 {
    font-size: 18px;
    line-height: 19px;
    font-weight: normal;
    color: #899aa0;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
}

h2 {
    line-height: 15px;
    font-weight: bold;
    color: #899aa0;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
}
hr {
    display: none;
}
.hidden {
    display: inline;
    left: -1000px;
    overflow: hidden;
    width: 0px;
    position: absolute;
    top: -1000px;
    height: 0px 
}
.cleaner {
    font-size: 1px;
    clear: both;
    height: 1px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#content ul {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    list-style-type: none;
}
#content li {
    padding-left: 15px;
    background-image: url(/static/img/li.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: list-item;
}
#content li.linklist {
    padding-left: 20px;
    background-image: url(/static/img/arrow_grey.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}


/*form definitions*/
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8a989e;
}
.eingabeXL {
    width: 500px;
}
.eingabeL {
    width: 400px;
}
.eingabeM {
    width: 250px;
}
.eingabeS {
    width: 100px;
}
.eingabeXS {
    width: 50px;
}

fieldset {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
legend {
    color: #999999;
}

label {
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
}
label.labelleft {
    display: block;
    padding-top: 2px;
    padding-bottom: 0px;
    width: 150px;
    float: left;
}
label.radiobox {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
label.checkbox {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.buttondiv {
    text-align: right;
    padding-top: 10px;
}

.buttondiv label{ 
    display: inline;
    left: -1000px;
    overflow: hidden;
    width: 0px;
    position: absolute;
    top: -1000px;
    height: 0px 
}
/*form definitions*/


#container {
    width: 960px;
    padding-left: 30px;
    padding-top: 12px;
}
#left {
    width: 344px;
}
#right {
    float: right;
    width: 590px;
}
#util {
    text-align: right;
    height: 15px;
    width: 586px;
}
#util a {
    font-size: 11px;
    font-weight: normal;
    color: #8a989e;

}
#logo {
    height: 71px;
    width: 586px;
}
#main {
    width: 590px;
}
#nav {
    float: left;
    width: 146px;
    padding-right: 30px;
    padding-left: 20px;
}
#nav a {
    display: block;
}

#nav ul a:link, #nav ul a:active, #nav ul a:visited, #nav ul a:hover {
    font-size: 18px;
    line-height: 24px;
    color: #8a989e;

}
#nav ul ul a {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: bold;
    padding-left: 12px;
}
.grey #nav ul a.act:link, .grey #nav ul a.act:visited, .grey #nav ul a.act:active, .grey #nav ul a.act:hover, .grey #nav ul a.act:focus {
    color: #899aa0;
}
.grey #nav ul ul a:link, .grey #nav ul ul a:visited, .grey #nav ul ul a:active, .grey #nav ul ul a:hover, .grey #nav ul ul a:focus {
    color: #899aa0!important;
}
.grey #nav ul ul a.act:link, .grey #nav ul ul a.act:visited, .grey #nav ul ul a.act:active, .grey #nav ul ul a.act:hover, .grey #nav ul ul a.act:focus {
    color: #899aa0;
    background-image: url(/static/img/arrow_grey.gif);
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 12px 4px;
}

.blue #nav ul a.act:link, .blue #nav ul a.act:visited, .blue #nav ul a.act:active, .blue #nav ul a.act:hover, .blue #nav ul a.act:focus {
    color: #5e9cca;
}
.blue #nav ul ul a:link, .blue #nav ul ul a:visited, .blue #nav ul ul a:active, .blue #nav ul ul a:hover, .blue #nav ul ul a:focus {
    color: #0079bc!important;
}
.blue #nav ul ul a.act:link, .blue #nav ul ul a.act:visited, .blue #nav ul ul a.act:active, .blue #nav ul ul a.act:hover, .blue #nav ul ul a.act:focus {
    color: #0079bc;
    background-image: url(/static/img/arrow_blue.gif);
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 12px 4px;
}

.orange #nav ul a.act:link, .orange #nav ul a.act:visited, .orange #nav ul a.act:active, .orange #nav ul a.act:hover, .orange #nav ul a.act:focus {
    color: #f18e00;
}
.orange #nav ul ul a:link, .orange #nav ul ul a:visited, .orange #nav ul ul a:active, .orange #nav ul ul a:hover, .orange #nav ul ul a:focus {
    color: #f18e00!important;
}
.orange #nav ul ul a.act:link, .orange #nav ul ul a.act:visited, .orange #nav ul ul a.act:active, .orange #nav ul ul a.act:hover, .orange #nav ul ul a.act:focus {
    color: #f18e00;
    background-image: url(/static/img/arrow_orange.gif);
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 12px 4px;
}
#content {
    float: left;
    width: 392px;
}
#homeCol1 {
    float: left;
    width: 180px;
    padding-right: 30px;
    padding-top: 60px;
}
#homeCol2 {
    float: left;
    width: 180px;
    padding-top: 59px;
}

.claimOrange {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #f18e00;
    margin: 0px;
    padding: 0px;
}
.claimBlue {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #5e9cca;
    margin: 0px;
    padding: 0px;
}
.claimGrey {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #899aa0;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.claimOrange a {
    color: #f18e00;
}
.claimBlue a {
    color: #5e9cca;

}
.claimGrey a {
    color: #899aa0;
}


#traegerschaft {
    padding-top: 80px;
}
#traegerschaft h2, #tesimonials h2 {
    margin: 0 0 6px 0;
	border-bottom: #8a989e solid 1px;
}
#traegerschaft img {
    margin-right: 5px;
}

#traegerschaft .last img {
    margin-right: 0px;
}
a.more {
    background-image: url(/static/img/arrow_grey.gif);
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
    background-position: 0px 6px;
    font-weight: bold;
    padding-top: 2px;
}

#pageContent {
    padding-left: 65px;
    padding-top:3px;
}
#tesimonials {
    padding-top: 60px;
	height: 189px;
}
#tesimonials p {
    
}
.grey #tesimonials span {
    color: #FFFFFF;
    background-color: #899aa0;
    line-height: 17px;
	padding: 1px 5px;
}
.blue #tesimonials span {
    color: #FFFFFF;
    background-color: #5e9cca;
    line-height: 17px;
	padding: 1px 5px;
}
.orange #tesimonials span {
    color: #FFFFFF;
    background-color: #f18e00;
    line-height: 17px;
	padding: 1px 5px;
}
.mentorThumb{
	padding: 0 5px 5px 0;
}

.mentorThumbLast{
	padding: 0 0 5px 0;
}
