﻿body {
	background: #CCCCCC;
	font-family: Arial, Helvetica, Sans-Serif;
}
/* Formatvorlagen f&uuml;r DIV-Tags */
#container {
	margin: auto auto auto auto;
	width: 1100px;
	border-top: 3px solid #999999;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #000000;
	background-image: url('../images/FlossBackground.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#masthead {
	padding: 10px 15px 15px 15px;
	margin: 0 0 0 160px;
}

#navigation {
	margin-left: 360px;
	margin-top: 120px;
}

#content_container {
	margin-left: 80px;
	padding: 110px 0px 0px 50px;
}

#column_left {
	padding: 10px 10px 10px 10px;
	float: left;
	margin: 0px;
	width: 600px;
}
#column_right {
	float: left;
	padding: 10px;
	width: 250px;
	margin-left: 20px;
}

#column_center {
	padding: 10px 10px 10px 10px;
	float: left;
	margin: 0px;
	width: 850px;
	color: #FFFFFF;
}

#sponsor {
	border: 1 #FFFFFF;
	float: inherit;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
}

html>body #navigation {
	overflow: hidden;
}

#image {
	float: right;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
#footer {
	color: white;
	clear: both;
	padding: 5px;

}
/* Formatvorlagen f&uuml;r Mastertitel */
#masthead h1 {
	color:#FFF39B;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0;
	color: orange;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: 0;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color:#FFF39B;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Formatvorlagen f&uuml;r die Navigation */
#navigation ul {
	margin: 2px 2px 2px 2px;
}
#navigation li {
	float: left;
	padding-right: 10px;
}
#navigation a {
	color:#86D294;
	text-decoration:none;
	text-align:center;
	font-size: large;
	margin: 0 1px;
	padding: 5px;
	display: block;
	/*border: 1px solid #986;*/
}
#navigation a:hover {
	color:#FFF39B;
}
/* Formatvorlagen f&uuml;r die rechte Spalte */
#column_right h4 {
	color:#86D294;
	margin-top: 0px;
}
#column_right p {
	color:#FFF39B;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #86D294;
	font-size: 10px;
}
#column_right a:hover {
	color: orange;
}
/* Formatvorlagen f&uuml;r die linke Spalte */
h1 {
	font-size: xx-large;
	color:#86D294;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color:#86D294;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color:#86D294;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color:#86D294;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
p {
	margin: 10px;
	color: white;
	vertical-align: top;
}

a:visited {
	color:orange;
}
a:hover {
	color:#FFF39B;
	text-decoration: none;
}
/* Formatvorlagen f&uuml;r Fußzeile */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	margin-right: 60px;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color:#86D294;
	font-weight: bold;
}
#footer a:hover {
	color:#FFF39B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
