﻿@import url("layout_screen.css");
@import url("columns.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#masthead {
	text-align: center;
}
#navigation {
	visibility: visible;
	
}
#content {
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
}
/* Masthead Styles */
#masthead h1 {
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
}
#masthead h3 {
	color: #CC0000;
}
#masthead a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}	
#masthead a:active {
	color: #FFFFFF;
	text-decoration: none;
}	
.mainmenu {
	background: #000080;
	text-align: center;
}
.mainmenu_down {
	background: #000080;
	text-align: left;
}
.breadcrumb {
	text-align: left;
	font-size: 12px;
	top: 12px;
	margin-top: 0px;
}

/* Navigation Header Styles */
#navigation_header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation_header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation_header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}	
#navigation_header a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #000080;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
/* Content Styles */
h6 {
	color: #CC0000;
}
h5 {
	color: #CC0000;
}
h4 {
	color: #CC0000;
}
h3 {
	color: #CC0000;
}
h2 {
	color: #CC0000;
}
#content h1 {
	color: #CC0000;
}
.content_img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.image_left {
	float: left;
	border: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.image_right {
	float: right;
	border: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}	
#content a:link {
	color: #000080;
	text-decoration: none;
}
#content a:visited {
	color: #000080;
	text-decoration: underline;
}
#content a:hover {
	color: #CC0000;
	text-decoration: none;
}	
#content a:active {
	color: #000080;
	text-decoration: underline;
}	


/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
/* Common Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.anleser {
	
}
.content_icon16 {
	float: left;
	width: 16px;
	height: 16px;
}

