body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	background-color: #ededed;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}
#wrapper{
	width: 878px;
	background: white;
	height: 100%;	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
}
/* Beginne mit oberer Leiste */
#top_leiste {
	float: left;
	height: 132px;
	background-image: url(../images/bg_top.gif);
}
#top_leiste #logo_top {
	float: left;
	padding: 0px;
	width: 266px;
	height: 91px;
}
#top_leiste #selector {
	position: relative;
	float: right;
	margin-top: 58px;
	margin-right: 20px;
	height: 33px;
	width: 528px;
	background-image:url(../images/selector.png);
}
#top_leiste #selector .button {
	position: relative;
	font-size: 15px;
	color: black;
	height: 33px;
	top: 6px;
}
#top_leiste #selector .button  a{
	text-decoration: none;
	color: black;
}
#top_leiste #selector .button a:hover{
	text-decoration: none;
	color: white;
}
#top_leiste #farbleiste {
	background-image: url(../images/leiste_violett.gif);
	margin: 91px 0px 0px 0px;
	height: 15px;
	width: 100%;
}
#top_leiste #suchleiste {

	margin: 0;
	height: 26px;
	width: 100%;
	background-image: url(../images/suchleiste_bg.gif);
}

/* Container bestehend aus Menü und Content */
#container{
	clear:both;
	padding:0;
}

#menu_links{
	margin: 0px;
	float: left;
	width: 180px;
}
#menu_links #top_table{
	width: 180px;
	background-color: #ba80dc;
	background-image: url(../images/bg_left_violett.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px;
	border-style: solid;
	border-color: #d2c4f0 #962bce #9351cb #9351cb;
}
#menu_links #top_table .menu_headline{
	background: #673c81;
	color: white;
	font-weight: bold;
	padding: 3px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ebd0ff #6504b7 #30195f #6504b7;
}
#menu_links #top_table .menu_headline a{
	text-decoration: none;
	color: white;	
}
#menu_links #top_table .menu_headline a:hover{
	text-decoration: underline;
}
#menu_links #top_table .menu_button{
	font-weight: bold;
	padding: 3px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ebd0ff #6504b7 #30195f #6504b7;
	
}
#menu_links #top_table .menu_button:hover{
	background: #e3bef9;
	color: black;
}
#menu_links #top_table .menu_button a{
	color: white;
	text-decoration: none;	
}
#menu_links #top_table .menu_button a:hover{
	color: #673c81;
	text-decoration: underline;	
}
#content{
	margin-left: 186px;
	padding: 6px;
}
#content .boxed{
	padding: 6px;
	background: #F8F8F8;
	border: solid 1px #EEEEEE;
}
#content .boxed:hover{
	padding: 6px;
	background: #F1F1F1;
	border: solid 1px #CCCCCC;
}
#content .boxed .picture
{
	background: white;
	float: left;
	padding: 6px;
	margin-right: 12px;
	border: solid 1px #EEEEEE;
}
.headline {
	font-size: 2em;
	border-bottom: solid 4px #7f40b4;
	font-weight: bold;
}
#footer {
	background:#8b8b8b url(../images/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:12px 0;
	text-align:center;
	width:100%;
}
#footer a{
	color: #d0d0d0;
	text-decoration: underline;
}
#skyscraper {
	position: absolute;
	background: #f1f1f1;
	top: 132px;
	left: 886px;
	width: 120px;
	height: 600px;
}
