* {
	margin: 0px;
	padding: 0px;
	border: none;
}
html {
	width: 100%;
	height: 100%;
	text-align: center;
	color: black;
	font-family: CG Omega;
}
body {
	width: 100%;
	height: 100%;
	text-align: center;
}
a {
	color: black;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	color: #2d365a;
}
.box {
	display: block;
	border: 1px solid black;
	overflow: auto;
	background-color: white;
}
.boxHeader {
	padding: 5px;
	text-align: left;
	height: 48px;	
	background: url(../images/box_background.png) repeat-x scroll;
}
.boxHeader h1 {
	float: left;
}
.closeBtn {
	margin: 0px;
	float: right;
}
.boxBody {
	clear: both;
	display: block;
	padding: 0px 5px 2px 5px;
}
.boxFooter {
	clear: both;
	display: block;
}
.completePage {
	margin: auto;
	width:  800px;
	height: 800px;
	overflow: auto;
}
.centroLogo {
	margin: auto;
	margin-top: 50px;
	width: 150px;
}
.stdText {
	width: 93%;
	max-width: 600em;
	text-align: justify;
}
.pageHeader {
	clear: both;
	width: 800px;
	height: 30px;
}
.headerMenuItem {
	font-size: x-large;
	width: 5em;
	float: left;
}
.headerMenuTools {
	float: right;
}
.headerMenuTools img {
	height: 25px;
}
.content {
	float: left;
	width: 480px;
	height: 520px;
}
.modellBeispiel {
  float: right;
	width: 316px;
	height: 259px;
}
#modelBeispielImg {
	max-width: 100%;
	max-height: 150px;
}
.news {
  float: right;
	width: 316px;
	height: 259px;
}
.newsticker {
	clear: both;
	width: 798px;
	height: 28px;
	border: 1px solid #2d365a;
	font-size: x-large;
	background: url(../images/balken.png) repeat-x;	
}
.copyright {
  display: none;
}
.impressum {
	float: left;
}
.validation {
	display: inline;
	float: right;
	width: 140px;
}
.validation img {
	width: 30%;
}
.horizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: visible;
}
.welcome {
	width: 450px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: -150px;
	margin-left: -225px;
}
.welcome a {
	font-weight: bold;
	font-size: 24pt;
}
.icon {
	height: 25px;
	display: inline;
}
#menu {
  text-align: left;
	list-style-type: none;
	font-size: large;
	width: 80%;
	float: left;
	margin:0; 
  padding:0; 
}
/* Hier steigt der IE aus... */
#menu li {
	cursor: default;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	font-weight: bold;	
	padding: 0px 10px 0px 10px;	
	width: 189px;
	height: 28px;
	margin-bottom: 8px;
}
#menu li a {
	text-decoration: none;
	color: black;
}
#menu ul {
	position: absolute;
	visibility: hidden;
	text-align: left;
	width: 189px;
	margin: 0;
	padding: 0;	
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#menu ul:first-child {
  border-top: 1px solid black;
}
#menu ul li, #menu.horizontal ul li {
	display: block;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 189px;
	list-style-type: none;
	background: url(../images/menu_background_passiv.png) no-repeat;
}
#menu ul li:hover {
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid black;
	background: url(../images/menu_background_aktiv.png) no-repeat;
}
#menu ul li a {
	display: block;
	width: 169px;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	margin: 0;
}

