body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	margin: 0;
	color: #000;
	z-index: 1;
	background: #ccc;
	font-size: 12px;
	font-family:Verdana,sans-serif;	
}
.invisible {
	display: none;
}
.breaker {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
}
#page_content {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#page {
	width: 900px; 
	background: #FFF url("/media_data/images/chrome/schatten_lr.gif") repeat-y bottom left;
	float: left;
	padding: 0 7px;
}
#schatten_unten {
	width: 900px;
	height: 8px;
	background: #FFF url("/media_data/images/chrome/schatten_unten.gif") repeat-y bottom left;
	padding: 0 7px;
	float: left;
}
#logo_menu {
	width: 230px;
	float: left;
	padding: 0;
	margin: 0;
	min-height: 650px;
}
ul#menu {
	margin: 10px 0 0 1px;
	float: left;
}
ul#menu li {
	position: relative;
}
ul#menu li a {
	display: block;
	width: 200px;
	padding: 5px 10px;
}
ul#menu li a#active {
	color: #FFCC00;
}
ul#menu li ul {
	display:none;
	/* position: absolute;	
	z-index: 100;
	top: 0;
	left: 150px;*/
	background: #FFF;
}
ul#menu li:hover ul{
	display: block;
}
ul#menu li a:hover, a.menu_aktiv {
	color:#FFCC00;
	background: #eee;
}
ul#menu li ul li a:hover{
	/* width: 80px; */
	background: #eee;
}
ul#menu li ul li {
	float: none;
	z-index: 100;
	padding: 0;
	width: 100px;
}
/*
#header_menu {
	width: 900px;
	height: 12px;
	padding: 0 0 5px 0;
	background: #000;
}
#header_menu ul {
	float: right;
	padding-right: 10px;
}
#header_menu ul li {
	float: left;
	padding: 0 10px;
}
#header_menu ul li a {
	color: #CCCCCC;
}
*/

h1 a {
	background: url("/media_data/images/chrome/logoklein.jpg") top left no-repeat;
	width: 230px;
	height: 290px;
	display: block;
}
#content {
	float: left;
	padding: 0;
	margin: 0 0 30px 0;
	width: 670px;
	height: 100%;
}
#content img, #content ul {
	float: left;
	position: relative;
}
#content ul li{
	position: absolute;
	top: 0;
	left: 0;
}
#content .container_images {
	position: relative;
	height: 290px;
}
#content .normal_klein .container_images {
	height: auto;
}
#content .normal_klein .container_images img{
	float: left;
	margin-right: 20px;	
}

#content h2 {
	color: #FFCC00;
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 10px 0;
}
#content h3 {
	color: #000;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#content p {
	padding: 0 20px 0 0;
	line-height: 1.5em;
	text-align: left;	
}
#content .normal_gross p{
	float: left;
}

#edit_container {
    position: absolute;
    width: 1000px;
    width: 100%;
    z-index:100;
}
#changewebcontainer {
	width: 640px;
	margin: 0 auto;
	background: #000;
	padding: 35px;
	position: relative;
	text-align: center;
	border: 2px solid #000;
}
#overlay{
	position: absolute;
	left: 0;
	z-index: 90;
	top: 0; 
	width: 1px;
	height: 1px;
	background-color: #000;
}
#scrollable1 {
	width: 645px;
	padding: 0;
	margin: 0 0 5px 0;
	height: 255px;
	overflow: hidden;
	white-space: normal;
	float: left;
	background: #FFF;
}
#track1 {
    margin: 0;    
    float: right;
    height: 255px;
    background: #CCCCCC;
    width: 8px;
    margin-right: 10px;
}
#handle1 {
    width: 8px;
    height: 45px;
    cursor: pointer;
    background: #feec02;
}
a#impressum {
	float: right;
	margin-bottom: 30px;
}
.absatz {
	padding: 0 10px 20px 0;
	position: relative;
}
.kleine_bilder .absatz {
	float: left;
}
#bild_close {
	float: right;
	margin-top: -20px;
}
a#bild_left {
	background: url("/media_data/images/chrome/links.gif") top left no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}
a#bild_right {
	background: url("/media_data/images/chrome/rechts.gif") top left no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
}
a#bild_close {
	background: url("/media_data/images/chrome/schliessen.gif") top left no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
}
a.weiter {
	color: #FFCC00;
	font-weight: bold;
}
a.weiter:hover {
	text-decoration: underline;
}
* html .container {
	float: left;
	width: 670px;
	margin: 0;
	padding: 0;
}
* html .absatz {
	padding: 0;
	margin: 0;
}
* html #logo_menu {
	height: 660px;
}
* html #content {
	padding: 0 !important;
	margin: 0 !important;
	width: 670px !important;
}
* html .container {
	width: 640px;
}
* html #content .container_images {
	padding: 0 !important;
	margin: -5px 0 0 -15px !important;
}
* html #schatten_unten {
	background:url("/media_data/images/chrome/schatten_unten.gif") no-repeat scroll left bottom;
	margin-top: -6px;
}
* html #page {
	width: 935px;
	background: url("/media_data/images/chrome/schatten_lr.gif") repeat-y bottom left;
}
* html #page_content {
	width: 935px;
}
* html ul#menu li a {
	width: 170px;
}
* html ul#menu li ul li a{
	margin-left: 5px;
	/*
	left: 180px;
	z-index: 100000;
	position: absolute; */
}
* html ul#menu li ul li a.menu_aktiv, * html ul#menu li ul li a:hover {
	background: #EEE;
}
