*{
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, sans-serif;
}

body{ 
  margin: 0px;
  background-color: #aaaaaa;
}

a:link               { text-decoration: none; }
a:visited            { text-decoration: none; }
a:hover              { text-decoration: none; }
a:active             { text-decoration: none; }

p.bodytext a:link    { color: #009ee0; }
p.bodytext a:visited { color: #009ee0; }
p.bodytext a:hover   { color: #009ee0; }
p.bodytext a:active  { color: #009ee0; }

#nav a:hover         { color: #009ee0; }
#nav a:active        { color: #009ee0; }
#nav a               { font-size: 14px; letter-spacing: 1px; }

.blue{
	color: #009ee0;
}
.title{
	font-weight: bold;
}
.highlight{
	font-weight: bold;
}
.navpad{
	padding: 0px 8px 0px 8px;
}
#wrap{
	position: relative;
	margin: 40px auto 0px auto;
	width: 964px;
	height: 555px;
	overflow: hidden;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#content, #image{
	background-color: #e0f3fb;
	overflow: hidden;
}
#header{
	padding-top: 80px;
	padding-left: 30px;
	height: 20px;
}
#content{
	position: relative;
	padding: 45px 165px 20px 30px;
	/* original: width: 698px; height: 455px; */
	width: 508px;
	height: 390px;
	float: left;
	display: inline;
}
#image{
	float: right;
	height: 455px;
}
#image img{
	padding-bottom: 4px;
}
/* login formular / geschuetzer bereich */
form{
	position: absolute;
	display:block;
	top: 350px;
	right: 30px;
}
#secure{
	position: absolute;
	display:block;
	top: 45px;
	right: 30px;
}
/* ueberlagerte bilder und texte */
#starttext{
	display: none;
	position: absolute;
	z-index: 9;
	top: 250px;
	left: 500px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
#welle{
	position: absolute;
	z-index: 8;
	bottom: 0px;
	right: 210px;
}
#logo{
	position: absolute;
	z-index: 7;
	top: 40px;
	right: 220px;
}
/* image gallery */
#content div.csc-textpic-imagewrap a img{
	margin-right: 30px;
	margin-bottom: 20px;
}
