body {
	margin: 0;	
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 10pt;
	color: #49494b;
}

#main {
	width: 900px;
	margin: 0 auto 0 auto; 	
}

a, a:visited {
	color: #006dae;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
}

/* Hauptseite */
#login {
	width: 226px;
	height: 71px;
	background-image: url(/images/bgLogin.gif);
	float: right;
	padding: 2px 2px 2px 12px;
	font-size: 8pt;
}
	#login a {
		color: #777777;
	}

/* header */
#header {
		clear: both; 	
}

h1#logo {
		background: url(/images/logo.jpg) no-repeat; 
		border: none;
		margin: 0;
		padding: 0; 
}
	
h1#logo a {
		display: block;
		width: 300px;
		height: 65px;
	}
	
/* navigation */
 #navigation-tabs { 
		list-style: none;
		margin: 0px 0px 0px 0px; 
		padding: 0;  
} 
	
#navigation-tabs li { 
		display: inline; 
}
	
#navigation-tabs a { 
		margin: 37px 0px 0px 0px; 
		float: right; 
		background-color: #ffffff;
		text-align: center; 
		height: 65px;
		color: white; 
		background: url('/images/navigation.jpg') no-repeat;
} 

  
#nav1 a {
	width: 65px;
	background-position: 0px 0px;	
}
#nav1 .selected, #nav1 a:hover {
	background-position: 0px -28px;	
}

#nav2 a {
	width: 114px;
	background-position: -65px 0px;	
}
#nav2 .selected, #nav2 a:hover {
	background-position: -65px -28px;	
}

 

#nav3 a {
	width: 101px;
	background-position: -180px 0px;	
}
#nav3 .selected, #nav3 a:hover {
	background-position: -180px -28px;	
}


#nav4 a {
	width: 88px;
	background-position: -282px 0px;	
}
#nav4 .selected, #nav4 a:hover {
	background-position: -282px -28px;	
}


/* Tabs */
	
#tabs {
	background: url(/images/header_2.jpg) no-repeat; 
	width: 900px;
	height: 297px;
	line-height: 160%;	 
	margin: 0;
	position: relative;
	top: -38px;
	clear: both;
}

.vorteil { 
	padding: 20px 460px 0px 20px;
margin: 0px;
	height: 171px;
	color: white;
	font-size: 1.1em; 
}

.vorteil h1 {
		font-size: 1.4em;
		font-weight: normal;
		font-face: Helvetiva, Arial, sans-serif;
		margin-bottom: 5px;
}

#btnAnmelden {
	margin: 0px 0px 17px 20px; 
}

#benefit-tabs { 
		list-style: none;
		margin: 0; 
		padding: 0;  
}

#benefit-tabs ul {  
 
}
	
#benefit-tabs li { 
		display: inline; 
}
	
#benefit-tabs a { 
		float: left;
		width: 25%;  
		background-color: #ffffff;
		text-align: center; 
		height: 59px;
		color: white; 
		background: url('/images/tabs.png');
} 

  
#tab1 a {
	background-position: 0px 0px;	
}
#tab1 a:hover {
	background-position: 1px -63px;	
}

#tab2 a {
	background-position: -225px 0px;	
}
#tab2 a:hover {
	background-position: -224px -63px;	
}

#tab3 a {
	background-position: -450px 0px;	
}
#tab3 a:hover {
	background-position: -449px -63px;	
}


#tab4 a {
	background-position: -674px 0px;	
}
#tab4 a:hover {
	background-position: -673px -63px;	
}


/* Unterseiten */

#contact {
	background-image: url('/images/bg_contact.jpg');
	height: 86px; 
	width: 172px; 
	margin-top: 0px;
	padding: 5px 0px 0px 75px;
	text-align: left;
}
	#contact h2 {
		font-size: 10pt;
		font-weight: bold;
		color: #006dae;	
	}
	#contact a {
		font-size: 8pt; 
	}
	
#subPage { 
	width: 900px;
	margin: 0;
	position: relative;
	top: -38px;
	clear: both;
	line-height: 160%;
}

#subPageLeft {   
	float: left;
	width: 227px;
}

#subPageRight {   
	float: right;
	width: 650px;
}
 
  
h2 { 
	color: #006dae;
	margin: 15px 0px 5px 0px;
	font-size: 14pt;
	font-weight: normal;
}

 .unterseite {  
	margin: 25px 0px 0px 0px; 
}

#subPageLeft .content { 
	padding: 10px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

/* seitliche navi auf der unterseite */
#subNavigation ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#subNavigation a
{
	display: block; 
	width: 227px;
	height: 61px;
	background: url('/images/subPageNav.gif');
}

 
#subNavigation1 a
{
	background-position: 0px 0px;	
}

#subNavigation1 a:hover {
	background-position: -227px 0px;	
} 

#subNavigation2 a
{
	background-position: 0px -62px;	
}

#subNavigation2 a:hover {
	background-position: -227px -62px;	
} 

#subNavigation3 a
{
	background-position: 0px -124px;	
}

#subNavigation3 a:hover {
	background-position: -227px -124px;	
}



/* Form Elemente */
.txtLogin {
	width: 140px;
	height: 17px;	
	background-image: url('/images/bgTxt.gif');
	border: 1px solid #e1e1e1;
	color: #777777;
	font-size: 8pt;
}

.submitGreen {
	width: 55px;
	height: 22px;	
	background: url('/images/btnLogin.gif') repeat-x;
	border: 1px solid #e1e1e1;
	padding: 2px;
	font-weight: bold;
	color: white;
	font-size: 8pt;
}

.moreFunctions {
	border: 1px solid #a7a7a7;
	margin-top: 35px;
	padding: 15px;	
}
.moreFunctions h4 {
	margin: 0px 0px 0px 0px;	
}
.mediumField {
	width: 250px;	
	height: 20px;
	font-size: 10pt;
	border: 2px solid #e1e1e1;
	padding: 2px;
}

.mediumField:focus { 
	border: 2px solid #388d0c;	
}
 
.notes {
	font-size: 8pt;	
}
.subHeading {
	color: #006dae;
    font-weight: bold;
    padding-top: 20px;
	border-bottom: 1px solid #006dae;
}
.error {
	font-size: 8pt;	
	color: red;
}

/* footer */
#footer {
	background-color: #e4ecee;
	height: 23px;
	font-size: 8pt;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	color: #808182;
}

#footer a, #footer a:visited {
	text-decoration: underline;	
	color: #808182;
}

#footer a:hover {
	text-decoration: none;	
	color: #808182;
}
