/* CSS Document */
body {
 	font			:	normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
 	color			:	#00587b;
	margin			: 	0;
	padding			:	0;
	background-color:	#00587b;
}

.headline1	{
 	font		:	bold normal normal 0.75em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#00587b;
	line-height	:	1.4em;
	font-weight	:	bold;
}

.headlineOrange	{
 	font		:	bold normal normal 0.75em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#e6761f;
	line-height	:	1.4em;
	font-weight	:	bold;
}

.fliesstext	{
 	font		:	normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#00587b;
}
a.fliesstext:link, a.fliesstext:visited{

	font			:	normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
	color			: 	#00587b;
	text-decoration	: 	underline;
}
a.fliesstext:hover, a.fliesstext:active{
	color			: 	#e6761f;
}




.fliesstext2	{
 	font		:	bold normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height	:	1.4em;
 	color		:	#00587b;
	font-weight	:	bold;
}
a.fliesstext2:link, a.fliesstext2:visited{

	font		:	normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
	color		: #00587b;
	text-decoration: underline;
}
a.fliesstext2:hover, a.fliesstext2:active{
	color: #ccdee5;
}




.adresse	{
 	font		:	normal normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#ccdee5;
}

.aufzaehlung	{
 	font		:	normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#00587b;
}

a.adresse:link, a.adresse:visited{

	font		:	normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
	color		: #ccdee5;
	text-decoration: underline;
}
a.adresse:hover, a.adresse:active{
	color: #e6761f;
}


a.DuBlau:link, a.DuBlau:visited{

	font		:	bold normal normal 1em Verdana, Arial, Helvetica, sans-serif;
	color		: #00587b;
	text-decoration: underline;
	font-weight	:	bold;
}
a.DuBlau:hover, a.DuBlau:active{
	color: #b3cdd7;
}


a.nav:link, a.nav:visited{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #00587b;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover, a.nav:active{
	color: #e6761f;
}





input	{
 	font		:	normal normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#00587b;
	height		:	1.5em;
	width		:	30em;
	border		:	0.125em solid #00587b;
	background	:	#E6EEF2;
}
textarea	{
 	font		:	normal normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#00587b;
	height		:	10em;
	width		:	30em;
	border		:	0.125em solid #00587b;
	background	:	#E6EEF2;
}
input.button	{
 	font		:	bold normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
 	color		:	#e6761f;
	padding		:	0;
	/*border		:	0.125em solid #00587b;*/
	background	:	#00587b;
	/*padding		:	0.5em;*/
	font-weight	:	bold;
	width		:	6em;
	height:	2em;
	cursor: pointer;
	
}
a.button:link, a.button:visited{
 	font			:	bold normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
 	color			:	#e6761f;
	background		:	#00587b;
	padding			:	0.5em;
	text-decoration	: 	none;
	font-weight	:	bold;
}
a.button:hover, a.button:active{
 	font			:	bold normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color			: 	#00587b;
	background		:	#e6761f;
	text-decoration	: 	none;
	font-weight	:	bold;
}


