﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-attachment: scroll;
	background-color:#FFF;
;
}
#container {
	background-color: #FFF;
}
#masthead {
	background-image: url('../media/masthead_image.jpg');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	background-color: #DF585F;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #FFF;
}
html>body #column_l {
	width: 370px;
	padding: 0 0px;
	background-color: #FFF;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #FFF;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #FFF;
}
#content {
	background-color: #FFF;
	border:thin silver;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFCC;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #A5274C;
	background-color: #FFFFCC;
}
/* Rechte Spalte */
/*#column_r img {
	border: 1px solid #4E7AB1;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
}
h2 {
	margin-top:10px;
	font-size: x-large;
		color: #A5274C;
}
h3 {
	font-size: large;
	color: #A5274C;
}
h4 {
	font-size: medium;
	color: #A5274C;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #A5274C;
}
/* Hyperlinks */
a {
	color: #A5274C;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
