﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #ffffff;
}
#container {
	border-right: 1px solid #484848;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #484848;
	background-color: #fff;
}
#masthead {
	border-bottom: 6px solid #CC0000;
	text-align: right;
	background-color: #ffffff;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
html>body #navigation {
	overflow: hidden;
}
html>body #column_l {
	width: 600px;
	min-height: 500px;
	background-color: #fff;
}
html>body #column_r {
	width: 300px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	border-top: 2px solid #CC0000;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer p {
	margin-bottom: 5px;
	margin-top: 5px;	
}
html>body #footer {
	text-align: center;
}
/* Mastertitel */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

#index       #navIndex       a,
#entwicklung #navEntwicklung a,
#schulung    #navSchulung    a,
#vorstellung #navVorstellung a,
#kontakt     #navKontakt     a,
#impressum   #navImpressum   a {
	text-decoration: underline;
}

/* Rechte Spalte */
#column_r img {
	border: 0px solid #808080;
}
p {
	margin-bottom: 20px;
	margin-top: 5px;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
/*
t-size: large;
	color: black;
}
*/
h4 {
	font-size: medium;
	font-weight: normal;
	color: #cc0000;
	margin-bottom: 5px;
	margin-top: 0px;
}

h5 {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
h6 {
	font-size: x-large;
	color: #cc0000;
	margin-bottom: 5px;
	margin-top: 0px;
}
h7 {
	font-size: medium;
	color: #cc0000;
	margin-bottom: 5px;
	margin-top: 0px;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}

/* Hyperlinks */
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}