/* === Allgemeine Formatierung === */

html {
	height: 101%;
	color: black;
	background-color: #CCCCCC;
}

body {
	color: black;	
}

h1 {
	margin-bottom: 10px;
	font-size: 150%;
}

h2 {
	margin-bottom: 5px;
	font-size: 130%;
}

h3 {	
	margin-bottom: 0;
	font-size: 110%;	
}

table {
	empty-cells: show;	
}

#wrapper {
	width: 1000px;
	border: 1px solid black;
	margin: 10px auto;
	background-color: orange;
}

.teamtable {	
	width: 420px;
	border: 1px solid black;
	margin: 5px;
	background-color: white;
}

.ausruestungtable {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

.ausruestungtable td,
.ausruestungtable tr {
	border: 1px solid black;
}

.ausgabetable tr,
.ausgabetable th,
.ausgabetable td {
	padding: 3px 5px;
}

.ausgabe {
	background-color: #D2D2D2;
}

.ausgabe a,
.ausgabe a:link,
.ausgabe a:visited,
.ausgabe a:hover,
.ausgabe a:focus,
.ausgabe a:active {
	display: block;
	color: black;
	text-decoration: none;
}

.ausgabetable {
		background-color: #A7A7A7;
}

.ausgabe:hover,
.ausgabe:focus {
	background-color: white;
}

#kontaktform {
	border: 1px solid black;
	border-collapse: collapse;
}

#kontaktform tr,
#kontaktform td {
	border: 1px solid black;
}

/* === Head === */

#head {
	width: 1000px;
	height: 200px;
	padding-bottom: 20px;
}

#head img {
	margin: 0 186px;
	border: none;
}

/* === Navigation === */

#navigation {	
	text-align: right;
	background-color: orange;	
	width: 1000px;	
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 19px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation a,
#navigation span {	
	height: 20px;	
	background-color: #FCC045;
	color: black;
	text-decoration: none;
	text-align: center;
	margin: 0px 5px;
	padding: 3px 5px 0 5px;
	border: 1px solid black;
}

#navigation a:hover,
#navigation a:focus,
#navigation span:hover,
#navigation span:focus,
#navigation .aktuell {
	background-color: white;	
	border-bottom: 1px solid white;	
} 

#navigation span:hover {
	cursor: default;
}

/* Submenü */

#navigation ul li ul {
  position: relative;
  margin-left: 839px;
  display: none;
}

#navigation ul li ul li a {	
	background-color: #FCC045;
	border: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: block;	
	width: 139px;
}

#navigation ul li ul .line {
	border-bottom: 1px solid black;
}


/* === Contentwrapper === */

#contentwrapper {
	background-repeat: no-repeat;*/
	width: 1000px;	
	min-height: 200px;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

/* === Content === */

#content {
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#newsbox {
	font-size: x-small;	
}

/* === Foot === */

#foot {
	width: 1000px;
	font: "Times New Roman", Times, serif;
	font-size: 16px;
}

#foot span {
	margin: 8px 0;
	display: block;
	/* text-align: center; */
	padding-left: 17px;	
}

#foot a {	
	color: black;
	text-decoration: none;
}

#foot a:hover,
#foot a:focus {
	font-style: italic;	
}