/* General formatting */
body {
	margin: 4px;
	background-color: #ffffff;
	font-size: 0.8em;
}
p {
	margin-top: 0;
}
body, table, td {
	font-family: Times New Roman, serif;
}

/* Link style */
a {
	text-decoration: none;
	color: #c00;
}
a:hover {
	text-decoration: underline;
}

/* Formatting */
div.big, span.big {
	font-size: 14px;
	font-weight: bold;
}
div.small, span.small, div.little, span.little {
	font-size: 80%;
	font-weight: normal;
}
span.light {
	font-size: 90%;
	color: #aaa;
}

/* Form elements */
input,textarea {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	font-family: sans-serif;
	font-size: 1.1em;
	padding: 0.1em;
}

h1.nomargin,h2.nomargin,h3.nomargin {
    margin:0;
}
h1.notopmargin,h2.notopmargin,h3.notopmargin,h4.notopmargin {
    margin-top:0;
}

/* Site-specific */
div#wrapper {
    width: 822px;
    border: 1px solid #000;
}
div#header {
	background: url(../images/header_left.jpg) no-repeat;
	padding-left:355px;
}
div#header img {
    margin:0;
    padding:0;
    float:left;
}
h1 {
    margin:0;
    width: 319px;
    height: 37px;
    padding: 120px 148px 0 0;
    color:#900;
    font-size: 1.5em;
}
div#content {
    text-align: center;
    background-color: #E2E0D4;
    background-image: url(../images/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
div#left_col {
    background-color: #F2EDD9;
    width: 207px;
    float:left;
    text-align: center;
}
div#right_col {
    font-size: 1.1em;
    text-align: justify;
    padding: 0 0.8em;
    border-left: 207px solid #F2EDD9;
    color: #555;
}
div#right_col img {
    border: 1px solid #999;
    padding: 0.1em;
    margin-bottom: 0.1em;
}
.text_image,
.text_rimage {
    margin: 0.8em;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.8em;
    text-align: right;
}
.text_image {
    float: left;
}
.text_rimage {
    float:right;
}

.iepng a {
    display: block;
    width: 400px;
    height: 121px;
    background-image: url(../images/edr.png);
}

/*** Footer ***/
div#footer{
    background-color: #900;
    color: #fff;
    font-size: 1em;
    text-align:left;
    padding: 0.4em;
}
div#footer p {
    margin:0;
}
div #footer a {
    color: #fff;
}

/*** Menu ***/
ul.menu {
    padding:0;
    margin:0;
}
ul.menu li {
    background-image: url(../images/button.gif);
    list-style:none;
    margin: 0.2em;
    width: 181px;
}
ul.menu li a {
    color: #fff;
    display: block;
    width: 181px;
    padding-top: 5px;
    height: 20px;
    font-size: 1.2em;
}

/*** Boxes ***/
.box {
    width: 181px;
    background-color: #ccc;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    color: #000;
}
h2 {
    background-image: url(../images/button.gif);
    height: 23px;
    color: #fff;
    font-size: 1.2em;
    padding-top: 3px;
    margin-bottom: 0.2em;
    font-weight: normal;
    margin:0;
}
h2 a {
    color: #fff;
}

.s_rundgang {
    position: relative;
    background-image: url(../images/seitenansicht.jpg);
    width: 173px;
    height: 180px;
}
.s_dg {
    position:absolute;
    top: 34px;
    left: 0;
    display: none;
}
.s_og {
    position:absolute;
    top: 67px;
    left: 0;
    display: none;
}
.s_eg {
    position:absolute;
    top: 111px;
    left: 0;
    display: none;
}
.s_kg {
    position: absolute;
    top: 153px;
    left: 0;
    display: none;
}
.s_rundgang img {
    border: none !important;
    padding: 0 !important;
    margin:0 !important;
}
.s_layer {
    position: absolute;
    top:0;left:0;
    width: 173px;
    height: 180px;
}
.s_layer img {
    width: 100%;
    height: 100%;
}