﻿@import url("layout_screen.css");
@import url("box1.css");

body {
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #C0C0C0;
}

#container {
	background-color: #FFFFFF;
	border-right-color: #000080;
	border-right-style: solid;
}

#masthead {
	text-align: center;
	background-image: url("../images/masthead_shadow.jpg");
	background-repeat: repeat;
}
#block_navigation {
	background-position: right;
	background-image: url("../images/knowledge.png");
	background-repeat: no-repeat;
	background-attachment:scroll;
}

#block_navigation_new {
	background: #F1EDCF url("../images/knowledge.png") bottom right no-repeat fixed;}

#content {
	background-color: #FFFFFF;
}

#block_anleser {
}

#block_111 {
}

#block_112 {
}

#block_113 {
}

#block_121 {
}

#block_122 {
}

#block_123 {
}

#block_131 {
}

#block_132 {
}

#block_133 {
}

#block_231 {
}

#block_232 {
}

#block_233 {
}

#block_insight {
}

#footer {
	text-align: center;
	clear: both;
}


/* Masthead Styles */
#masthead h1 {
	color: #000080;
}

#masthead h3 {
	color: #402640;
}

#masthead a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#masthead a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#masthead a:hover {
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}

#masthead a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu {
	background: #808080;
	text-align: center;
	color: #000080;
}

.mainmenu_down {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-image: url('../images/link.jpg');
}

.breadcrumb {
	text-align: left;
	font-size: 12px;
}


/* Navigation Styles (currently not used)*/
#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: #000080;
	text-decoration: none;
	font-weight: bold;
}


/* Content Styles */
#content h6 {
	color: #3d6c87;
}

#content h5 {
	color: #3d6c87;
}

#content h4 {
	color: #3d6c87;
}

#content h3 {
	color: #3d6c87;
}

#content h2 {
	color: #3d6c87;
}

#content h1 {
	color: #000080;
	font-weight: bold;
}

#content li {
	font-weight: ;
	list-style-type: square;
}

#content a:link {
	color: #000080;
	text-decoration: none;
}

#content a:visited {
	color: #000080;
	text-decoration: underline;
}

#content a:hover {
	color: #FF0000;
	text-decoration: none;
}	

#content a:active {
	color: #000080;
	text-decoration: underline;
}

.anleser {
	color: #808080;
	font-weight: bold;
}
.abstand {
	bottom: 0px;
	top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.abstand10 {
	bottom: 10px;
	top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.trenner_unten {
	margin-top: 0px;
	padding: 0 4px 4px 4px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #000080;
}

/* Textbox Styles */

.infotitle {
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	background: #000080;
	border-width: 1px;
	margin-bottom: 0px;
	
}

.infotitle_no_color {
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	background: #000080;
	margin-bottom: 0px;
	font-size: medium;
}

.infoblock {
	margin-top: 0px;
	padding: 4px 4px 4px 4px;
	border-style: none solid solid solid;
	border-color: #000080;
	border-width: 1px;
	border-right-style: solid;
}
.infozeile {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px 4px 4px 4px;
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000080;
}
.infoheader {
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px 4px 4px 4px;
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000080;
	color: #000080;
}


/* Picture Styles */
.image_anleser {
	float: left;
	border: 0px;
	padding: 8px 20px 20px 8px;
	background-image: url('../images/schatten200x150.jpg');
}
.image_anleser2 {
	float: left;
	border: 0px;
	padding: 0px 10px 11px 0px;
	background-image: url('../images/schatten210x161.jpg');
}


.image_left {
	float: left;
	border-width: 0px;
	padding: 4px 4px 4px 4px;
}

.image_center {
	border: 0px;
	padding: 0px 4px 4px 4px;
}

.image_right {
	float: right;
	border: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}			

/* Footer Styles */
#footer {
	background: #000080;
	color: #FFFFFF;
}

#footer p {
	color: #FFFFFF;
}
#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;
}



