﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial , Helvetica, Sans-Serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}

/* Formatvorlagen fuer DIV-Tags */
#container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #FFFFFF;
	background-image: url('../img/leftphoto_willkommen.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container_beratung {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #FFFFFF;
	background-image: url('../img/leftphoto_beratung.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container_training {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #FFFFFF;
	background-image: url('../img/leftphoto_training.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container_impressum {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #FFFFFF;
	background-image: url('../img/leftphoto_impressum.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container_datenschutz {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #f1f1ec;
	background-image: url('../img/leftphoto_impressum.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}

/* Formatvorlagen fuer Mastertitel */
#masthead {
	background-color: #f1f1ec;
	padding: 30px;
}
#masthead h1 {
	color: #454551;
	font-style: normal;
	font-weight: normal;
	font-size: x-large;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#masthead h2 {
	margin-top: 0.4em;
	color: #454551;
	margin-bottom: 0px;
	text-align: left;
	font-size: medium;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}

/* Formatvorlagen fuer die Navigation */
#navigation {
	background-color: #58585a;
	margin-left: 160px;
	text-align: center;
	border-top: 2px solid #58585a;
	border-bottom: 2px solid #58585a;
}
html>body #navigation {
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 150%;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}
#navigation a {
	width: 200px;
	color: #f1f1ec;
	letter-spacing: 1px;
	table-layout: fixed;
	text-decoration: none;
	font-size: small;
}
#navigation a:hover {
	width: 200px;
	color: #D0D8E8;
	letter-spacing: 1px;
	table-layout: fixed;
	text-decoration: none;
	font-size: small;
}
#navigation b {
	width: 200px;
	color: #D0D8E8;
	letter-spacing: 1px;
	table-layout: fixed;
	text-decoration: none;
	font-size: small;
}
#navigation td {
	width: 200px;
	color: #f1f1ec;
	letter-spacing: 1px;
	table-layout: fixed;
}

/* Formatvorlagen fuer die linke Spalte */
#column_left {
	float: left;
	color: #454551;
}
#column_left link{
	color: #454551;
	text-decoration: none;
}
#column_left p {
	color: #454551;
	margin-top: 0px;
	font-size: small;
}

/* Formatvorlagen fuer die rechte Spalte */
#column_right {
	background-color: #f1f1ec;
	padding-bottom: 30px;
}
#column_right_company {
	background-color: #f1f1ec;
	padding-bottom: 30px;
	color: #454551;
}
#column_right link{
	color: #454551;
	text-decoration: none;
}
#column_right p {
	color: #454551;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #454551;
}
#column_right ul {
 	margin-left: -25px;
 	list-style-type: square; 
}

/* Formatvorlagen fuer Fusszeile */
#footer {
	background-color: #58585a;
	color: #f1f1ec;
}
#footer p {
	font-size: x-small;
	font: normal normal normal small arial;
	margin: 0;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	font-size: xx-small;
}
#copyright p {
	font-size: x-small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}