﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url('../bilder/bg.gif');
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}
#container {
	width: 980px;
	margin: 10px auto 0px auto;
	padding: 0 0 0 0;
	border: 2px #666666 solid;
	background-color: #C0C0C0;
}
#masthead {
	text-align: center;
	width: 980px;
	border: 0;
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	float: left;
	width: 144px;
	margin-left: 8px;
	margin-bottom: 10px;
	border-right: 1px #333333 dotted;
	border-bottom: 1px #333333 dotted;
}
#content {
	border: 1px #FADB03 solid;
	float: left;
	width: 800px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #D7D7D7;
}
#footer {
	text-align: center;
	margin-right: 10px;
	float: right;
	clear: both;
	width: 800px;
	border: 1px dotted #d8bfd8;
}
#footer2{
	text-align: center;
	width: 980px;
	border: 0;
	padding: 0;
}

#kontaktbox {
	text-align: left;
	margin: auto;
	padding: 10px 0 10px 0;
	width: 460px;
	border: 1px #000000 solid;
	background-color: #C0C0C0;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px #FADB03 solid;
	border-bottom: 1px #FADB03 solid;

}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-left: 1px #FADB03 solid;
	border-right: 1px #FADB03 solid;
	background-color: #D7D7D7;
}
#navigation a{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #D7D7D7;
}
#navigation a:active {
	color: #000000;
	text-decoration: none;
	background-color: #CFCFCF;
}

#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #C0C0C0;
}

/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	margin-bottom: 2px;
	margin-top: 0px;
}
#content img {
	padding: 0;
	border: 0;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}.style_bold_red {
	font-weight: bold;
	color: #FF0000;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
	padding:10px;
	background:url(../bilder/input_bg.gif) no-repeat;
}
select {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #666;
	padding:2px;
	background:url(../bilder/input_bg.gif) no-repeat;
}
.imgcenter{
text-align: center;
}
