﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #fff;
}
#container {
	background-color: #fff;
	width: 740px;
	padding-top: 15px;
	margin: 0 auto;
	border-top: 0;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 740px;
}
#navigation {
	background-color: #003366;
	overflow: hidden;
}
#column_l {
	width: 520px;
	margin: 0;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #EAEAEA;
	position: relative;
}
#footer {
	border-top: thin;
	width: 740px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	margin: 7px;
}

#column_r li {
	margin-left: -15px;
	padding-left: -15px;
}

/* 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: 3px;
	border: 1px #003366 solid;
	border-right-color: #FFFFFF;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px #FFFFFF solid;
	border-top-color: #003366;
	background-color: #FFFFFF;
}

#navigation a:active {
	color: #EC9105;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #A9A9A9;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #808080;
	text-decoration: underline;
}
#footer a:hover {
	color: #EC9105;
	text-decoration: underline;
}
/* Formatvorlagen für Hyperlinks und Überschriften*/
p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

.link_next {
	list-style-image:url('../images/icon-next.gif')
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.2em;
	margin-bottom: 0.1em;
	color: #EC9105;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #EC9105;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.img_logo {
	margin-bottom: 8px;
	margin-top: 8px;
}
.img_text {
	margin-top: 8px;
	margin-bottom: 8px;
}

.topline {
	border-top: thin #EAEAEA solid;
}
</style>
