/* CSS Document */

#container {
	width:1000px;
	height:auto;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
} 

body {
	padding: 0px; /*Innenabstand des Elementes*/
	margin: 0px;
	/*margin-top:30px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;*/
	/* margin: 0px; /*Außenabstand des Elementes*/
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: small; */
    font-size: 12px;	
	text-align: left;
	color:#000000; /*Textfarbe*/
	background-color:#FFFFFF;
	/* background-image: url('../images/background.jpg'); */
    /* background-repeat: no-repeat;*/
}

h1 {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #00668C;
	font-size: 14px;
	font-weight: bold;
}

a:link {color:#000000; font-size: 12px; font-weight:normal; text-decoration:none;}
a:visited {color:#000000; font-size: 12px; font-weight:normal; text-decoration:none;}
a:active {color:#000000; font-size: 12px; font-weight:normal; text-decoration:none;}
a:hover {color:#0066FF; font-size: 13px; font-weight: bold; } /*text-decoration:underline}*/
b a:link {color:#000000; font-size: 12px; font-weight:normal; text-decoration:none;}
b a:visited {color:#000000; font-size: 12px; font-weight:normal; text-decoration:none;}
b a:active {color:#000000; font-size: 12px; font-weight:normal; text-decoration:none;}
b a:hover {color:#00CC66; font-size: 13px; font-weight: bold; }

#kopfstreifen {
    width:1000px;
    height:37px;
	left:0px; 
	top:0px;
	padding-bottom:5px;
    position:relative; 
	background-color:#FFFFFF;
}

#headmenue {
    width:1000px;
    height:135px;
	left:0px;
	top:0px;
	position:relative;
    background-color:#FFFFFF;
}

#zwischenzierstreifen {
    width:1000px;
    height:25px;
	left:0px; 
	top:0px;
    position:relative; 
	background-color:#FFFFFF;
}

#sidebar {
    width:150px;
    height:569px;
    background-color:#FFFFFF;
	float:left;
}

#sidebarbild {
    width:150px;
    height:97px;
    background-color:#0066FF;
}

#sidebartext {
    width:150px;
    height:500px;
    background-color:#FFFFFF;
}

#sidebarunten {
    width:150px;
    height:76px;
}

#sidebaruntenslappy {
    width:150px;
    height:39px;
    background-color:#3CE2C5;
}

#ridebar {
    width:150px;
    height:569px;
    background-color:#FFFFFF;
	float:left;
}

#ridebarbild {
    width:150px;
    height:56px;
    background-color:#00EFC5;
}

#ridebartext {
    width:150px;
    height:467px;
    background-color:#FFFFFF;
}

#ridebarunten {
    width:150px;
    height:76px;
}

#ridebaruntenslappy {
    width:150px;
    height:39px;
    background-color:#311215;
}

#content {
	padding-left:30px;
	padding-top:20px;
	padding-right:20px;
	/*margin-left:0px;*/
	width:650px;
	height:549px;
	/*background-color:#FCEFC5;*/
	background-color:#FFFFFF;
	float:left;
}

#menuepunktekopf {
    width:50px;
    height:15px;
    /*background-color:#66CC99;*/
	position:relative;
	font-size: 15px;
	font-weight:bold;	
	color:#FFFFFF; 
}

#sidebarbuttons {
    width:149px;
    height:15px;
	text-align: right;
	font-weight:bold;
	font-size: 14px;
	position:relative;
	color:#00668C;
}

#fussstreifen {
    clear:left;
    width:1000px;
    height:45px;
	left:0px; 
	top:0px;
	padding-top:5px;
	padding-bottom:5px;
    position:relative; 
	background-color:#FFFFFF;
	float:none;
}