﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 650px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-width: 0 2px 2px 2px;
	border-top-color: inherit;
	border-right-color: #b7b7b7;
	border-bottom-color: #b7b7b7;
	border-style: none solid solid solid;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 650px;
}
#navigation {
	border-width: 1px;
	border-color: #0066CC;
	background-color: #3399FF;
	overflow: hidden;
	border-top-style: solid;
	border-bottom-style: solid;
}
#column_l {
	width: 160px;
	min-height: 700px;
	margin: 0;
	background-color: #FFF;
	padding-top: 0;
}
#column_l p {
	text-align: center;
/*	margin: 5px;*/
}
#column_l img {
	text-align: center;
}
#column_r {
	width: 470px;
	min-height: 700px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: right;
	background-color: #fff;
	position: relative;
}
#footer {
	border-width: 1px;
	border-color: #0066CC;
	border-top-style: solid;
	width: 650px;
	text-align: center;
	background-color: #3399FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	margin-right: 5px;
	float: right; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0066CC;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

#column_l a {
	color: #000000;
	text-decoration: none;
}
#column_l a:hover {
	color: #808080;
	text-decoration: none;
}


