@charset "UTF-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background-color: #e2d7c5;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 19px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 4px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-top: 9px;
    padding-bottom: 2px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-top: 9px;
    padding-bottom: 2px;
}

ul {
    margin: 0px;
    padding-left: 20px;
} .firstline {
    padding-top: 0px;
} #wrapper {
    display: block;
    width: 900px;
    margin: 0px auto;
    background: white url(../images/border_left.png) repeat-y left top;
} #main {
    background: url(../images/border_right.png) repeat-y right top;
    padding: 0 14px 0px 12px;
    margin: -9px 0px -10px 0px;
} .border_top {
    width: 100%;
    height: 22px;
    background: url(../images/border_top.png) no-repeat left top;
} .border_top span {
    display: block;
    position: relative;
    height: 22px;
    background: url(../images/border_topright.png) no-repeat right top;
} .border_bottom {
    width: 100%;
    background: url(../images/border_bottom.png) no-repeat left bottom;
    height: 22px;
} .border_bottom span {
    display: block;
    position: relative;
    height: 22px;
    background: url(../images/border_bottomright.png) no-repeat right top;
} #logo {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 32px;
    color: #9c0808;
    padding-right: 25px;
    padding-top: 12px;
    display: inline-block;
    float: right;
} #menu {
    /*float: left;*/
    height: 64px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
    background-color: #FAF7F7;
}

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

a.menu_item {
    color: #e2d7c5;
}

a.menu_item:hover {
    color: #fff;
    background-image: url(../images/menuitem_bg_over.png);
} .menu_item {
    display: block;
    height: 43px;
    min-width: 80px;
    background-image: url(../images/menuitem_bg.png);
    background-repeat: repeat-x;
    float: left;
    margin-right: 1px;
    text-align: center;
    padding: 20px;
    padding-top: 21px;
    padding-bottom: 0px;
    font-size: 17px;
} #teaser {
    width: 874px;
    height: 285px;
    overflow: hidden;
    margin-top: -1px;
} #teaser img {
    width: 874px;
    height: 583px;
    position: relative;
    top: -148px;
} #pdf_icon {
    width: 32px;
    height: 32px;
} #content_home {
    display: block;
} #content_pmr {
    display: block;
} #content_stress {
    display: block;
} #content_about {
    display: block;
} .content {
    display: inline-block;
    padding: 22px;
    padding-left: 30px;
    padding-right: 30px;
    width: 814px;
    padding-bottom: 26px;
    background-color: #FAF7F7;
} .content_column {
    float: left;
    width: 386px;
} .right_seperator {
    border-right: 1px dotted #717171;
} .left_seperator {
    border-left: 1px dotted #717171;
} #content_leftcolumn {
    padding-right: 20px;
} #content_rightcolumn {
    /*float: right;*/
    padding-left: 20px;
} .line-separator {
    width: 1px;
    height: 100px;
    border-left: 1px dotted #717171;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
} .course_first_column {
    font-weight: bold;
    width: 28px;
    display: inline-block;
} #about_sarah_wrapper {
    display: block;
    width: 190px;
    height: 300px;
    overflow: hidden;
    float: right;
    margin-top: -142px;
} #pmrImg {
    height: 296px;
    float: right;
    padding-left: 15px;
} .horizontal_line {
    border-top: 1px solid #DAD7D7;
    background-color: #fff;
	display: inline-block;
	width: 100%;
	height: 1px;
}
#footer {
    /*border-top: 1px solid #E2D7C5;*/
    /*border-top: 1px solid #ccc;*/
    display: block;
    width: 100%;
	margin-top: -7px;
	position: relative;
} 
#footer_impressum_link {
    float: right;
	display: block;
	font-size: 15px;
	/*margin-top: -7px;*/
	margin-right: 24px;
} 
#footer_facebook_link {
    float: left;
	display: block;
	/*margin-top: -7px;*/
	margin-left: 16px;
}
#footer_facebook_link img{
	width:18px;
	height:18px;
}
