﻿body {
	color: #1f1f1f;
	font-size: 0.8em;
	background-color: silver;
	font-family: Verdana, Tahoma, sans-serif;

}

#masthead {
	background-color: #28166F;
	width: 1200px;
	height: 87px;
}

#main {
	background-color: #ffffff;
	width: 1200px;
	margin: 0px auto;
	
}

p {
	padding-left: 10px;
	}


table{
	color: #1f1f1f;
	background-color: #ffffff;
	width: 1190px;
	border: 0px;
	
}

#tabtitel {
	color: #ffffff;
	background-color: #28166F;
	font-weight: normal;
	width: 1160px;
	border: 0px;
	padding-left: 10px;
}

#container {
	width: 1180px;
	margin: 0px;
	padding: 10px;
	padding-left: 10px;
	margin: 0px auto;
	background-color: #ffffff;
}


/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Formatvorlagen für die Navigation xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 

#navigation {
	background-color: #ffffff;

	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	
}
#navigation a {
    background-color: gray;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
	border-top-color: #545454;
	border-bottom: 1px solid #545454;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal; 
	border-bottom: 1px solid #28166F;
	background-color: #28166F;
	
}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Formatvorlagen für Fußzeile  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#footer {
	width: 1200px;
	text-align: center;
	background-color: #28166F;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px auto;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

