#menu {
	text-align: left;
	position: relative;
	left: 145px;
	top: 135px;
}

#content_1 {
	height: 340px;
	width: 460px;
	float: left;
}
#text_wrapper {
	height: 340px;
	width: 425px;
	float: left;
}

#text {
	height: 260px;
	width: 425px;
	overflow-y: auto;
	text-align: left;
	color: #666666;
}
#kontakt {
	height: 260px;
	width: 425px;
	overflow-y: auto;
	text-align: left;
	color: #666666;
}
#text textarea {
	width: 425px;
}
#text input {
	width: 400px;
}

#link_wrapper {
	height: 260px;
	width: 450px;
	clear: left;
}
#links {
	height: 130px;
	width: 150px;
	float: left;
	text-align: left;
	color: #666666;
	font-weight: bold;
}
#links_admin {
	height: 170px;
	width: 330px;
	float: left;
	text-align: left;
	color: #666666;
	font-weight: bold;
}
#links a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
	display: block;
}
#textfield {
	width: 250px;
}

#download {
	float: left;
	padding: 50px;
}
#download a {
	text-decoration: none;
	color: #666666;
}

.frage {
	float: left;
	display: block;
	margin-bottom: 10px;
	color: #666666;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	display: block;
	margin: 0px;
}
b {
	display: block;
	float: left;
	height: 5px;
	width: 5px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	margin-left: 0px;
}
.bold {
	font-size: 1.1em;
	font-weight: bold;
}




#scroll_wrapper {
	height: 340px;
	width: 35px;
	float: left;
}
#scroll_bt {
	margin: 10px;
	height: 15px;
	width: 15px;
}


#spacer_1 {
	height: 340px;
	width: 56px;
	float: left;
}
#spacer_2 {
	float: left;
	height: 340px;
	width: 68px;
}
#spacer_3 {
	height: 40px;
	width: 425px;
}
#spacer_4 {
	height: 240px;
	width: 35px;
}
#spacer_5 {
	height: 40px;
	width: 35px;
}
#spacer_6 {
	height: 40px;
	width: 460px;
}
#spacer_8 {
	height: 40px;
	width: 460px;
}





#image_1 {
	height: 340px;
	width: 380px;
	background-color: #ffff00;
	float: left;
}
#point {
	background-color: #FFFF00;
	height: 5px;
	width: 5px;
	float: left;
	display: block;
	margin: 5px;
}
#referenz {
	width: 100%;
	height: 30px;
	display: block;
}



#middle {
	height: 340px;
	width: 992px;
	clear: both;
}
#top {
	height: 170px;
	width: 992px;
}
#left {
	float: left;
	height: 340px;
	width: 436px;
}
#right {
	float: left;
	height: 340px;
	width: 556px;
}
#right_2 {
	float: left;
	height: 260px;
	width: 356px;
	padding: 40px;
	text-align: left;
}
#right_2 a {
	color: #666666;
	text-decoration: none;
}
#kurz {
	width: 70px;
}
#lang {
	width: 300px;
}


.cssmenu{
	padding: 0;
	width: 100%;
	background: transparent;

}
.active {
	color: #FFFF00;
}


.cssmenu a {
	display: block;
	float: left;
	text-decoration:none;
}

.cssmenu li{
	display:inline;
	float: left;
}


.cssmenu li .nb{
	border:none;
}

.cssmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.cssmenu li a{
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	color: #b2b2b2;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffff00;
}

#menu li a .nb {
	border-left-width: 0px;
}

.cssmenu li a:hover{
	color: #ffff00;
}

.cssmenu li .active{
	color: #ffff00;
}

.cssmenu li .mb_active{
	color: #ffff00;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	padding-top: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffff00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	/*text-indent: 7px;*/
	padding-left: 7px;
	text-decoration: none;
	color: black;
	background-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-weight: bold;
}
#admin {
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 100%;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}
#login_wrapper {
	margin: 2px;
	float: right;
	height: 26px;
}
#login_wrapper a {
	text-decoration: none;
}
