﻿/* CSS-Layout */
body{
    background-image:url('../images/hintergr.jpg');
    background-repeat:repeat-x;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:small;
	font-size:14px;
	color:#000000;
	text-align:left;
}
#cbody {
	padding-left: 0px;
	float:left;
	width:850px;
	position: relative;
	margin-bottom:0px;
}
#box0 {
	padding-bottom: 0px;
	margin: 0px auto;
	width:850px;
	text-align:center;
}
#left_col {
	width: 14px;
	height:600px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url('../images/randli.jpg');
	background-repeat:repeat-y;
}
#right_col {
	width: 14px;
	height:600px;
	position: absolute;
	top: 0px;
	right: 0px;	
	background-image:url('../images/randre.jpg');
	background-repeat:repeat-y;	
}
#page_content {
	margin-right: 14px;
	margin-left: 14px;
	height:600px;
	background-color:#FFFFFF;
}
#kopf {
    position:absolute;
	height:190px;
	width:822px;
	left:14px;
    top: 0px;
    border-top:1px solid #000000;
    background-image:url('../images/hintergr1.jpg');
    background-repeat:repeat-x;	
}
#bildlinks {
    position:absolute;
	height:300px;
	width:380px;
	left:15px;
    top: 210px;	
}
#bildrechts {
    position:absolute;
	height:300px;
	width:380px;
	right:15px;
    top: 210px;	
}
#klein {
    position:absolute;
	height:20px;
	width:822px;
	left:0px;
    top: 530px;
    font-size:10px;	
}	
#container {
	position: relative;
	width: 100%;
}
#footer {
	height:30px;
	width:822px;
	position:absolute;
	left:0px;
	background-image:url('../images/hintergrund.jpg');
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	top:575px;
}
#fuss {
	height:20px;
	width:800px;
	position:absolute;
	left:0px;
	text-align:right;
	top:15px;
	font-size:10px;	
}
#fuss a:active {
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}
#fuss a:visited {
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}
#fuss a:link {
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}
#fuss a:hover {    
    text-decoration:none;
    color:#800000;	
}
.gross {
    font-size:18px;
    font-weight:bold;	
}
.style1 {
	border-width: 0px;
}

