﻿@import url('layout.css');
body {
	margin: 0px;
	background-color: white;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	padding: 0px;
	font-size: 0.75em;
}
#container {
	border: 5px solid #666644;
	background-color: white;
}
/* Formatvorlagen für DIV-Tags */
#masthead {
	background-color: white;
	/*background-image: url('../images/Schachlogo2.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;*/
	/*padding-left: 120px;*/
	/*padding-top: 120px;*/
}
#navigation {
	background-color: #CCCC99;
	color: white;
	text-align:center;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 1em;
}
#column_left {
	float: left;
	width: 640px;
}
#Infobox {
	border: 0px black solid;
	float: right;
	width: 220px;
	background-color: #F9F9EC;
}
#Infobox img {
	border: 0;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #F9F9EC;
	color: #666644;
	padding-top: 15px;
	vertical-align: bottom;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color: black;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: black;
	margin-bottom: 0px;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
#masthead a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Formatvorlagen für die linke Spalte */
h1 {
	font-size: xx-large;
	font-weight: normal;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #4E5659;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: black;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: black;
	margin-top: 10px;
	border-left: 1px black solid;
	border-top: 1px black solid;
	background-color: #CCCC99;
}
h5 {
	font-size: small;
	margin-top: 0px;
	background-color: #EEEECC;
}
h6 {
	font-size: small;
	margin-top: 0px;
	background-color: #F9F9EC;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: black;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	font-size: xx-large;
	text-align: center;
	line-height: 2em;
}
.kategorieStyle {
	text-decoration: underline;
}
.containerBackground {
	background-color: white;
	text-align:center;
	margin: 0px;
	padding-top:30px;
}
.textImage {
	height: 0.9em;
	vertical-align: top;
}
