*{
	padding:0;
	margin:0;
}

body{
	text-align:center;
	background-color: #FDF3D2;
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
	font-size: 12px;
	line-height: 15px;
}

/* Tags */

h2{
	margin:1em 0;
	font-size:15px;
	padding-left:8px;
	line-height:18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D7802C;
}

a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

/* Container */

#box{
	width:650px;
	margin:0 auto;  /* Zentrierung */
	text-align:center;
	background:#ddd;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	line-height: 15px;
}

/* Header */

#header{
	height:100px;
	color:black;
	line-height:70px;
	padding-left:30px;
	font-size:22px;
	text-align:left;
	background-color: #D7802C;
	font-weight: bold;
}
#header span{
	display:block;
	color:white;
	font-size:14px;
	text-transform:none;
	margin-top:-45px;   /* nach oben verschieben */
	font-weight:bold;
}

/* Navigation */

#navigation{
	list-style:none;
	width:650px;
	float:left;
	height:30px;
	background-color: #CCCCCC;
}
#navigation li{
	float:left;
}
#navigation li a{
	display:block;
	height:30px;
	width:130px;
	text-decoration:none;
	line-height:30px;
	float:left;
	color:white;
	font-weight: bold;
	background-color: #744F02;
}
#navigation li a:hover{
	background:white;
	color:#744F02;
}

/* Inhalt */

#inhalt{
	padding:10px 20px;
	text-align:left;
	clear:left;
	min-height:600px;
	background-color: #FDF8E9;
	line-height: 15px;
}

/* Footer */

#footer{
	height:30px;
	line-height:30px;
	color:white;
	text-align:left;
	background-color: #744F02;
	padding-left: 5px;
}
#footer span a{
	float:right;
	margin:-30px 10px 0 0;
	color:#FFFFFF;
}
#footer span a:hover{
	color:white;
}
li {
	line-height: 15px;
}
ul {
	line-height: 16px;
}
