﻿body {
  background-color: #ffffff;
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, SunSans-Regular, Sans-Serif;
  color: #ffffff;
  padding:0px;
  margin:0px;
  text-align: center;
  width: auto;
  height: auto;
}

td {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, SunSans-Regular, Sans-Serif;
  color: #000000;
}


/* strutur */
#inhalt {
	z-index: 1;
	width: 1000px;
	padding: 0px;
	text-align: left;
	margin: 20px auto;
}


#top{
	z-index: 5;
	height: 243px;
}

#top_left{
	z-index: 5;
	float: left;
	width: 514px;
	height: 220px;
	background-color: #336666;
	overflow: hidden;
}

#top_middle{
	z-index: 5;
	float: left;
	width: 220px;
	height: 220px;
	background-color: #ff9900;
	/*background-image: URL(/img/bg_publishing.png);
	background-image: URL(/projects/levelplus/img/bg_publishing.png);*/
}

#top_right{
	z-index: 5;
	float: left;
	width: 220px;
	height: 220px;
	background-color: #9aa0a0;
	background-image: URL(/img/bg_top_right.png);
	/*background-image: URL(/projects/levelplus/img/bg_top_right.png);*/
}

#middle{
	/*clear: both;*/
	width: 1000px;
	height: 245px;
	background-color: #336666;
}

#middle_large{
	/*clear: both;*/
	width: 1000px;
	/*height: 445px;*/
	background-color: #336666;
}

#bottom{
	/*clear: both;*/
	width: 1000px;
	height: 215px;
	background-color: #336666;
}

.space_v {
	float: left;
	width: 23px;
	height: 220px;
	background: transparent;
}

/* inhalts rahmen */

.title_frame {
	z-index: 10;
	display: block;
	padding: 20px 10px 20px 25px;
}

.inhalt_frame {
	z-index: 10;
	visibility: visible;
	display: block;
	padding: 5px 10px 20px 25px;
}

.inhalt_frame a, .inhalt_frame a:link, .inhalt_frame a:visited {
	/*display: block;*/
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	/*letter-spacing: 1pt;*/
	
}
.inhalt_frame a:hover, .inhalt_frame a:active {
	/*display: block;*/
	color: #dddddd;
}

.showcase_frame {
	position: relative;
	width: 950px;
	height: 200px;
	top: 25px;
	left: 25px;
	background-color: #ffffff;
}

.beispiel_frame {
	position: relative;
	width: 920px;
	/*height: 350px;*/
	top: 25px;
	left: 25px;
	padding:10px;
	border: 5px solid #ffffff;
	background-color: #b2b2b2;
	color:#000000;
}

.beispiel_frame a, .beispiel_frame a:link, .beispiel_frame a:visited, .beispiel_frame a:hover, .beispiel_frame a:active {
	color: #ffffff;
	text-decoration: none;
} 

#info_frame {
	position: relative;
	width: 950px;
	height: 173px;
	top: 10px;
	left: 25px;
	background-image: URL(/img/verbung.gif);
	/*background-image: URL(/projects/levelplus/img/verbung.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

#address_frame {
	float: right;
	height: 140px;
	width: 220px;
	margin-top: 43px;
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	line-height: 15px;
}
#link_frame {
	float: right;
	height: 140px;
	width: 175px;
	margin-top: 43px;
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	line-height: 15px;
}

#address_frame a, #address_frame a:link, #address_frame a:visited {
	color: #ff9900;
	text-decoration: none;
}
#address_frame a:hover, #address_frame a:active {
	color: #ff9900;
	text-decoration: none;
}

#link_frame a, #link_frame a:link, #link_frame a:visited {
	color: #ff9900;
	text-decoration: none;
}

#link_frame a:hover, #link_frame a:active {
	color: #ff9900;
	text-decoration: none;
}