/* The "meat and potatoes" styles that make up 99% of the content */
html{
	text-align:center;
	color: #CCCCCC;
}
body {
	background-color: #004494;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#logo {
	width: 100%;
}
#navibg {
	width: 100%;
	background-color: #006BB3;
	border-bottom-style: solid;
	border-bottom-color: #004494;
	border-bottom-width: 4px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navi {
	position: relative;
	width: 990px;
	margin: auto;
	text-align: center;
	height: 32px;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #004494;
}
#navi .linkbutton, #navi .current {
	float: left;
	margin: 0;
	background-color: #004494;
	padding-right: 4px;
}
#navi .linkbutton a, #navi .current {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 8px;
	width: 112px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/navi_button1.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
#navi .linkbutton a:hover {
	background-image: url(../images/navi_button2.gif);
}
#navi .home a:hover  {
	 background-image: url(../images/navi_button3.gif);
}
#navi .current {
	background-image: url(../images/navi_button4.gif);
}

#stage, #bluebox {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #006BB3;
	height: 420px;
	text-align: center;
	float: left;
}
#stage{
	background-color: #4A5060;
	background-image: url(../images/stage_bg.jpg);
	background-repeat: repeat-x;
}
#stageBox{
	width: 990px;
	text-align: left;
	margin: 0 auto;
}
#bluebox {
	background-color: #006BB3;
}
#text {
	float: left;
	width: 260px;
	height: 350px;
	background-image: url(../images/hl_referenzen.gif);
	background-repeat: no-repeat;
	background-position: 0 220px;
	margin: 20px 0 0 0;
	padding: 0;
}
#text a {
	color:#99CCFF;
	text-decoration: none;
}
#text a:hover {
	color:#FFFFCC;
	text-decoration: underline;
}
#text h1{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#examples {
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	width: 575px;
	height: 384px;
	overflow: hidden;
}
#examples img, #examples span {
 margin: 0 12px 0 0;
 padding: 0;
}
.content p {
	text-align: left;
}
#links {
	float: right;
	height: 340px;
	width: 120px;
}

#links img, #links span {
	margin: 225px 10px 0 0;
	padding: 0;
	border: none;
}
#bluebox .content{
	position: relative;
	margin: 0 auto;
	overflow: visible;
	width: 1000px;
	text-align: left;
	height: 320px;
}
#bluebox .content h1{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 16px 0;
	letter-spacing: 1px;
	text-align: left;
}
#bluebox .content #box1{
	position: absolute;
	left: -1px;
	top: 56px;
	margin: 0;
	padding: 0;
	width: 320px;
}
#bluebox .content #box2{
	position: absolute;
	left: 340px;
	top: 56px;
	margin: 0;
	padding: 0;
	width: 320px;
}
#bluebox .content #box3{
	position: absolute;
	left: 680px;
	top: 56px;
	margin: 0;
	padding: 0;
	width: 310px;
}
#bluebox .content #box2 a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#bluebox .content #box2 a:hover{
	color: #FFD;
	text-decoration: underline;
}
#backButton {
	margin: 0;
	padding: 0;
}
#footer{
	width: 990px;
	text-align: left;
	margin: 0 auto;
}
#footer ul{
	margin: auto;
}
#footer li{
	color: #FFFFFF;
	padding-right: 20px;
	list-style-type: none;
	float: left;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

