/* screen.css */

body{
	margin: 10px;
	background-color: #000066;
}

div#kopfzeile{
	width: auto;
	height: 100px;
	font-family:comic sans ms;
	font-size: 20px;
	color:#FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	background-color:#000099;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#logo{
	width: auto;
	height: 100px;
	font-family: "Comic Sans MS";
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #000099;
}

div#navigation{
	width: 200px;
	height: 690px;
	float: left;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	background-color: #000099;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
}

div#inhalt {
	width: auto;
	height: 670px;
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000099;
	overflow: auto;
}

h1#titelzeile{
	font-family: "Comic Sans MS";
	font-size: 16px;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000099;
}

div#fusszeile {
	width: auto;
	height: 25px;
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #FFFFFF;
	text-align: Center;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000099;
}

p{
	margin-left: 15px;
	margin-right: 15px;
	text-align: Justify;
	background-color: #000099;
}
a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color:#FFFFCC;
}
a:hover {
	text-decoration: underline;
    color:#FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}
