
body {
		font-family:Arial;
		font-size:12px;
		background-color:#FFFFFF;
		margin:0px;
		background: url(../img/repeater_x.gif) repeat-x;
}
img {
        border:0px;
}
.img_right {
        float: right;
		font-style: italic;
		font-size:10px; 
		color: #999;
}
.img_right img {
        margin:0 0 4px 6px;
}
.img_right div {
        text-align: right;
}
.img_left {
        float: left;
		font-style: italic;
		font-size:10px; 
		color: #999;
}
.img_left img {
        margin:0 6px 4px 0;
}
h1 {
        font-size:16px;
		color:#555555;
		margin-top:0px;
}
h2 {
        font-size:14px;
		color:#555555;
}
h3 {
        font-size:12px;
		color:#555555;
}
p {
        margin-top:0px;
		color:#7A7979;
}
a:link, a:visited, a:active, a:hover {
		text-decoration:none;
		font-weight:none;
		color:#7A7979;
}
ul {
        list-style-type:none;
		margin-top:0px;
		margin-bottom:10px;
		margin-left:-20px;
        list-style-image: url(../img/li_element.gif);
		list-style-position:inside;
}
li {
        line-height:22px;
		background:url(../img/li_bg.gif) repeat-x bottom left;
		padding-bottom:2px;
}
li.big {
		margin-top:0px;
}
li.big a {
        font-weight:bold;
		font-size:14px;
}

#global {
		width:908px;
		margin:0px auto;
		text-align:justify;
		background:url(../img/spacer_y.png) repeat-y;
}

#header {
        background:url(../img/header_1.gif) no-repeat center top;
		height:37px;
}

#header_content {
		padding-top:10px;
		margin-left:20px;
		color: #B7B7B7;
		font-size:11px;
}

#left {
		float:left;
		width:160px;
		margin-left:25px;
}
* html #left {           /* nur fuer Internet Explorer */
        width:160px;     /* Version 5.5 */
        w\idth:160px;    /* Version 6 */
}


#right {
		float:right;
		width:170px;
		margin-right:18px;
}
* html #right {          /* nur fuer Internet Explorer */
        width:170px;     /* Version 5.5 */
        w\idth:170px;    /* Version 6 */
}

#content {
		float:left;
		width:635px;
		padding-right:10px;
		padding-left:24px;
}
* html #content {        /* nur fuer Internet Explorer */
        width:408px;     /* Version 5.5 */
        w\idth:408px;    /* Version 6 */
}
#content a:link {
		text-decoration:none;
		color:#4983A8;
}

#content a:hover {
		text-decoration:underline;
}

#content a:visited {
		color:#4983A8;
}

#footer_content {
        background:url(../img/footer.gif) no-repeat center top;
		height:80px;
		padding-top:30px;
		color: #B7B7B7;
		font-size:11px;
		text-align:center;
}

.menu_abstand {
		margin-left:5px;
		margin-right:5px;
}
.menu_trennlinie_abstand {
		margin-top:4px;
		margin-bottom:4px;
		margin-left:4px
}

.menulink a:hover {
		color:#4983A8;
}


