/* Allgemein */
body {
	font-size: 100.01%;
	font-family: Verdana, sans-serif;
}

h1,h2,h3,h4,h5 {
	font-size: 100%;
	background-color: #3bb2c7;
	height: 18px;
	padding: 2px 0 0 5px;
	color: #fff;
	margin-top: 5px;
}

a {
	color: #3bb2c7;
}
/* Navigation */

/*Breadcrumb */
#breadcrumb {
	font-size: 62.5%;
	color: #fff;
}

#breadcrumb a{
	color: #fff;
	text-decoration: none;
}



/* Content */
#content {
	font-size: 62.5%;
}


#submenu a{ 
	text-decoration: none;
	border-bottom: 1px dashed #3bb2c7;
	display: block;
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
#submenu a:hover{ 
	text-decoration: underline;
}

/* Footer */


#footerContent {
	padding-top: 62px;
	line-height: 16px;
	text-align: center;
	font-size: 56.25%;
	color: #fff;
}