/* CSS Document */
html
{
		height: 100%;
}
*
{
		margin: 0;
		padding: 0;
}
body
{
		background-color: #D7E8F7;
		font: normal 12px verdana, sans-serif;
		word-spacing: 2px;
		line-height: 18px;
		color: #000;
}
#main
{
		margin: 0px auto;
		width: 910px;
		background-color: #005784;
		border:15px solid #fff;
}
#header
{
		width: 910px;
		height:190px;
}

#headerfotos
{
		width: 910px;
		height: 160px;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
}
#navitop
{
		width: 895px;
		height:40px;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #005487;
}

#menue
{
		padding-top: 10px;
		width: 170px;
		height: 30px;
		text-align: center;
		float:left;
}

#menueon
{
		background-color: #D7E8F7;
		padding-top: 10px;
		width: 170px;
		height: 30px;
		text-align: center;
		color: #005487;
		font-weight: bold;
		float:left;
}

#content
{
		width: 810px;
		background-color: #D7E8F7;
		border-top:3px solid #fff;
		padding:50px;
}

#oben a
{
		font-size:0.9em;
		color: #005487;
		width: 100%;
		height: 30px;
		border-top: 1px dotted #005487;
		border-left: 1px dotted #005487;
		border-right: 1px dotted #005487;
		margin-left: 370px;
}
		
#footer
{
		width: 910px;
		height: 260px;
		border-top: 3px solid #fff;
}

a
{
		font-family: verdana;
		color: #fff;
		font-size:1em;
		letter-spacing: 0.1em;
		text-decoration: none;
}
a:hover
{
		color: #fff;
		text-decoration: underline;
		
}

table
{
		width: 100%;
		border-collapse: collapse;

		
}

td
{
		border:0px;
		border-color: #fff;
		border-style: solid;
		font: normal 12px verdana, sans-serif;
		text-align: left;
		padding: 20px 20px 20px 20px;
		vertical-align: top;
}

hr {
	border-top: 1px dotted #005884;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
	}
h4
{

		font-size: 1.4em;
		color: #005884;
		text-decoration: none;
		font-weight: lighter;
		border: 0px solid red;	
}

