body{
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
ul{
	list-style-type:none;
}
ul.indent li
{
	margin-top:0;
	text-indent:-7px;
	padding-left:7px;
	margin-left:0;
}
a:link,
a:visited{
	color:#014070;
	text-decoration:underline;
}
a:hover,
a:active{
	text-decoration:none;
	color:#014070;
}
a img{
	border:0px none;
}
.text_normal_black{
	color: #000; font-family: arial; text-decoration: none;
}
.text_bold_black{
	color: #014070; font-family: arial; text-decoration: none; font-weight:bold;
}
.text_normal_grey{
	color: #666; font-family: arial; text-decoration: none;
}
#header{
	height:130px;
	background-color:#fff;
}
#main {
	height:424px;
	background:url(../pics/hintergrund_03.gif) center top no-repeat #96ccea;
}
#footer{}
#ssl{ 
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
}
#headerContent{
	position:relative;
	width:470px;
	margin:0 auto;
}
#mainContent,
#footerContent{
	position:relative;
	width:510px;
	margin:0 auto;
	padding:0px 19px 0px 50px;
	background:url(../pics/schatten.gif) top right no-repeat #fff;
}
#footerContent{
	background:url(../pics/footer.gif) no-repeat #fff;
	height:20px;
}
/**  Header mit Logo Steps und Language-Chooser */
#logo{
	position:absolute;
	top:47px;
	left:0px;
}
/**  Hauptinhaltsbereich  */
#mainContent{
	position:relative;
	height:378px;
	padding-top:18px;
	padding-bottom:28px;
	background-color:#fff;
}
#mainContent #h1_kal{
	width:434px;
	height:39px;
	background:url(../pics/heading.gif) top left no-repeat;
	margin-bottom:3px;
	text-indent:-9999px;
	overflow:hidden;
	line-height:20px;
}
#mainContent #h1_start{
	width:434px;
	height:39px;
	background:url(../pics/heading_start.gif) top left no-repeat;
	margin-bottom:3px;
	text-indent:-9999px;
	overflow:hidden;
	line-height:20px;
}
#mainContent #h1_kontakt{
	width:434px;
	height:39px;
	background:url(../pics/heading_kontakt.gif) top left no-repeat;
	margin-bottom:3px;
	text-indent:-9999px;
	overflow:hidden;
	line-height:20px;
}
#mainContent #h1_impressum{
	width:434px;
	height:39px;
	background:url(../pics/heading_impressum.gif) top left no-repeat;
	margin-bottom:3px;
	text-indent:-9999px;
	overflow:hidden;
	line-height:20px;
}
#mainContent h2{
	padding-bottom:0px;
	font-size:15px;
	color:#014070;
}
#mainContent p{
	margin-bottom:9px;
}
#mainContent table  { table-layout:fixed; }
#mainContent table col.icon { width:87px; }
#mainContent table col.main { width:90px; }
#mainContent table col.field { width:220px; }
#mainContent table col.info { width:auto;}

#mainContent table.default  { table-layout:fixed; }
#mainContent table.default col.icon { width:87px; }
#mainContent table.default col.main { width:90px; }
#mainContent table.default col.field { width:220px; }
#mainContent table.default col.info { width:auto;}
#mainContent table.default td { vertical-align:top; }
/**  Footer */
#footerContent *{
	color:#b1b1b2;
}
#footerContent a {
	padding:0px 0px 0px 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:27px;
}
#footerContent p {
	float:right;
	line-height:27px;
}
#footerContent ul {
	float:left;
	height:100%;
	padding:0px;
	margin-left:0;
}
#footerContent ul li {
	float:left;
	height:100%;
}
#footerContent ul li a {
	font-weight:bold;
	line-height:27px;
	padding:0px 20px 0px 0px;
	text-decoration:none;
}

/*  form */
select {
	padding:1px 2px;
	margin-bottom:7px;
	width:207px;
}
input {
	background-color:#C0E0F2;
	border:1px solid #D1F0FF;
	padding:1px 2px;
	margin-bottom:6px;
	width:200px;
}
textarea {
	background-color:#C0E0F2;
	border:1px solid #D1F0FF;
	padding:1px 2px;
	margin-bottom:6px;
	width:200px;
}
input.button:hover {
	color:black;
}
input.button {
	border:none;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
}
input.mainaction  {
	background:url(../pics/anmelden.gif) top left no-repeat;
	height:59px;
	width:159px;
	cursor:pointer;
}
input.send  {
	background:url(../pics/abschicken.gif) top left no-repeat;
	height:59px;
	width:159px;
	cursor:pointer;
}
form em {
	color:#990033;
	font-family:Helvetica;
	font-size:10px;
}
form p.required {
	color:#96CCEA;
	margin-top:0px;
}