body {
	margin: 0px;
	padding: 8px;
	
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: medium;
	color: #555555;
	background-color: #5D5E8C;
 	
background-image: url("icons/hintergrund-traben-trarbach.jpg");
	
background-repeat: no-repeat;
background-attachment: fixed;
background-position:  50% 0px; 



}

strong {
	font-weight: bold;
}

img.rahmen {
	border: 0px
	solid #000000
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}


table {
   border: 1px solid gray;   
}
th, td {
   border: 1px solid gray;
   padding: 3px;
   font-family: 'Liberation Sans', Arial, Helvetica, sans-serif;
   font-size: 90%;
   text-align: center;
   vertical-align: top;
}
th {
   background-color: #DDD;
   font-weight: bold;
}
td.sum {
   width: 5em;
   text-align: right;
}


table {
	border-collapse: collapse;
	
}
table {
	
	width: 90%;
	height: 20%;
	border: 1px solid black;
}
	
td {
	padding: 5px;
}

tr.zweitezeile {
	background-color: #f2f1f0;
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

#container {
	width: inherit;
	max-width: 960px;
	margin: 0 auto 0 auto;
}

#kopfleiste {
	width: inherit;
	height: 80px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	
	overflow: hidden;
	background-color: #5D5E8C;
   
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: 220%;
	line-height: 80px;
	color: #FAF9F8;
}

#menu {
	float: left;	
	width: auto;
	height: auto;
	margin: 0px 15px 0px 0px;
	padding: 10px;
	
	background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}


#menu a:hover {
	color: #000000;
}

#menu ul {
	padding: 0px;
	
	list-style-type: none; /*Damit die Auflistung keine Punkte hat*/
}

#menu li {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;

	font-size: 100%;
}

#menu li.current {
	color: #FAF9F8;
	background-color: #5D5E8C;
}

#inhalt {
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 10px 15px 10px 15px;
	
	background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

#inhalt h2 {
        text-align: left;
	font-size: 100%;
	line-height: 1.4;
}

#inhalt h3 {
	text-align: left;
	font-size: 100%;
	line-height: 1.3;
}

#inhalt p {
	font-size: 90%;
	line-height: 1.3;
}
