﻿@import url("layout.css");





body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url('Hintergrund/struktur02.gif');
	background-color: #C6EAFF;
	background-repeat: inherit;
}
#container {
	width: 980px;
	margin: 0 auto;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	left: 0px;
	position: relative;
	border-style: solid;
	border-width: 2px;
	border-color: #725972;
}
#masthead {
	text-align: left;
	width: 980px;
	background: #3333CC;
	height: 150px;
}

#mteil{
	width: 980px;
	background:     #FFFFFF;
	margin-top: 0px;
		
}


#content {
	float: left;
	width: 800px;
	background: #FFFFFF;
	min-height: 280px;
	padding-left: 10px;
}
#footer2 {
	float: left;
	clear: both;
	width: 200px;
	
}

#footer {
	text-align: center;
	clear: both;
	width: 618px;
}

#navigation {
	float: left;
	width: 170px;
	margin-top: 0px;
}
	

/* Mastertitel-Formatvorlagen  */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	
	background-color: #dfb8df;
}
#navigation a {
	color:  black;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color:  #FFFFFF;
	border: 1px solid #FFFFFF;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color:  #FFFF66;
}



#navigation li#aktiv a:active{
background-color:#2C6ED5;
border-bottom: 3px solid #2C6ED5;
border-top: 3px solid #2C6ED5;
}



/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.schrift {
	left: 150px;
	position: absolute;
}













