/* --------------------------------------- Grundbausteine --------------------------------------- */
body {
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    background-color: #7B7B7B;
    background-image: url('../img/hintergrund_bg.jpg');
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

a {
    color: #000000;
}

a:active {
    color: #000000;
}

a:visited {
    color: #000000;
}

#container {
    width: 915px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    background-color: #FFFFFF;
}

#header {
    position: relative;
    width: 915px;
    height: 178px;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 32px;
}

#sidebar {
    width: 215px;
    float: left;
    border-top: 1px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 15px;
    background-color: #E8E8E8;
}

#content {
    width: 600px;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    position: relative;
}

#footer {
    clear: both;
    position: relative;
    width: 915px;
    height: 27px;
    background-image: url('../img/footer_bg.jpg');
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
}

/* --------------------------------------- Textstile --------------------------------------- */
.ueberschrift {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

/* --------------------------------------- Header/Footer/Navi --------------------------------------- */
.nav {
    width: 100px;
    height: 37px;
    position: relative;
    top: 1px;
    border-left: 1px solid #F89501;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
    text-align: center;
    float: left;
    background-image: url('../img/nav_item_bg.jpg');
    background-position: 0 0;
    text-decoration: none;
}

.nav_sel {
    width: 100px;
    height: 37px;
    position: relative;
    top: 1px;
    border-left: 1px solid #F89501;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    float: left;
    background-image: url('../img/nav_item_bg.jpg');
    background-position: 0px 39px;
}

.nav:hover {
    color: #FFFFFF;
    cursor: default;
    background-position: 0px 39px;
}

.runter {
    position: relative;
    top: 12px;
    cursor: default;
    text-decoration: none;
}

.navilink {
    text-decoration: none;
}

#linie {
    width: 2px;
    height: 39px;
    border-left: 1px solid #F89501;
    float: left;
}

.untenrunter {
    color: #000000;
    cursor: default;
    text-decoration: none;
}

.untenrunter:hover {
    color: #FFFFFF;
    cursor: default;
}

/* --------------------------------------- Faculty --------------------------------------- */
.fac_block {
    width: 600px;
    padding-bottom: 50px;
}

.fac_pic {
    width: 150px;
    float: left;
}

.fac_text {
    width: 380px;
    padding-left: 50px;
    float: left;
}

/* --------------------------------------- Activities --------------------------------------- */
.act_pic {
    float: left;
    width: 184px;
    padding-right: 20px;
}

.act_text {
    float: left;
    width: 290px;
}

.act_footline {
    width: 500px;
    float: left;
    border-bottom: 1px solid #FEA213;
}

.act_link {
    width: 149px;
    float: right;
    position: relative;
    top: -20px;
    left: 40px;
}

.act_clear {
    width: 100%;
    height: 5px;
    clear: both;
}

/* --------------------------------------- Contact --------------------------------------- */
.input_line {
    width: 300px;
    padding-left: 3px;
    border: 1px solid #DDDDDD;
}

.input_line:focus {
    background-color: #FFE8C6;
}

.input_area {
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 3px;
    border: 1px solid #DDDDDD;
}

.input_area:focus {
    background-color: #FFE8C6;
}

.directions {
	display:none;
    position: absolute;
    width: 500px;
    height: 400px;
    left: 25px;
    top: 10px;
    border: 2px solid #AAAAAA;
    background-color: #E8E8E8;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
	z-index:10;
}

/* --------------------------------------- Detail Pages --------------------------------------- */
.text_links {
    width: 270px;
    float: left;
}

.photo_rechts {
    width: 300px;
    float: left;
    padding-left: 30px;
}

.text_rechts {
    width: 270px;
    float: left;
    padding-left: 30px;
}

.photo_links {
    width: 300px;
    float: left;
}

.det_break {
    width: 100%;
    clear: both;
    height: 20px;
}



