/*Cascading Style Sheet, 

VDI Senioren FN

(c) Leon Schwarzott
*/


body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p { 
	font-size: 20px;
	font-family: arial, sans-serif;
	color: black;
	display: inline;
	}
p.little {
	font-size: 12px;
	text-align: right;
	}

h1 { 
	font-size: 30px;
	font-family: arial, sans-serif;
	}

h2 {
	font-size: 25px;
	font-family: arial, sans-serif;
	color: grey;
	}

#seite {
	width: 930px;
	height: auto;
	display: box;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom:30px;
	padding: 5px;
	float: left;
	background-color: #dedede;
	}
	
#box{
	width: 910px;
	height: 225px;
	display: box;
	border: 2px solid #ffaa06;
	float: left;
	padding: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
}

#box.header{
	background: #008ece;
	}
#box.content{
	background: white;
	}
#box.down {
	height: auto;
}
#box.auto {
	background: white;
	height: auto;
}
#box.content img {
	float: left;
	height: 100px;
	margin-left: 0px;
	margin-right: 10px;
	}
#box.content img#icon {
	float: left;
	height: 30px;
	margin-left: 0px;
	margin-right: 10px;
	}
#box.down img#icon {
	float: left;
	height: 30px;
	margin-left: 0px;
	margin-right: 10px;
	}
#box.down a:hover {
	background: white;
	}
#box.auto img {
	float: left;
	height: 130px;
	margin-left: 0px;
	margin-right: 10px;
	}
#box.auto a img {
	float: left;
	height: 30px;
	margin-left: 0px;
	margin-right: 10px;
	}
#box.header img {
	height: 150px;
	margin-right: 10px;
	float: left;
	}
#textbox {
	width: auto;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
a.box {
	display: box;
	text-decoration: none;
	color: black;
	}
a.box #box h2 {
	color: #999;	
}
a.text {
	display: inline;
	}
a.text:hover {
	background-color: #dedede;
	}
	
a.box:hover #box.content{
	background-color: #ffaa06;
	}
a.box:hover #box.down{
	background-color: #ffaa06;
	}
table {
	border: none;
	width: auto;
	height: auto;
	margin-top: 10px;
	
	}
td { 
	background: #dedede;
	}
td.red {
	color: red;
	}
td.green{
	color: green;
	}