@charset "iso-8859-1";
@import url("layout.css");

body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#container {
	width: 790px;
	margin: auto;
	border: 2px solid #000000;
	background-color: #FEB100;
}
#masthead {
	text-align: center;
	width: 790px;
	height: 130px;
	background-image: url("../pics_hintergrund/logo.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

#navigation {
	float: left;
	height:150px;
	width: 130px;
	background-color: #FEB100;
}

.navbar_footer {
	text-align:center;
	padding:0;
	margin:0;
}

#navigation img.noborder {
	margin: 0px;
	border: 0px;
}

#content {
	float: left;
	padding-left:3px;
	width: 646px;
	padding-right:1px;
	background-color: #FFFFCB;
}

#footer {
	text-align: center;
	margin: auto;
	width: 780px;
	clear: both;
	background-color: #FEB100;
	border-top: 1px solid #000000;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #ffffff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FEB100;
	list-style: none;
	
}
#navigation a {
	text-decoration: underline;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	text-decoration: none;
}

.navigation_sub {
	list-style-type:square;
	text-align: right;
	font-size: 11px;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #503750;
}

h5 {
	color: #503750;
}

h4 {
	color: #503750;
}

h3 {
	color: #503750;
}

h2 {
	color: #503750;
}

#content h1 {
	color: #503750;
}

#content img.noborder {
	margin: 0px;
	border: 0px;
}

#content img {
	margin: 5px;
	border: 1px solid #402640;
}


/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
hr {
	width:98%;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.center {
	text-align: center;
}

