﻿@import url(layout.css);

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
}

#container {
	background-color: #fff;
	width: 990px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}

#masthead {
	text-align: right;
	background-color: #fff;
	width: 980px;
	padding: 0 5px;
}

#navigation {
	background-color: #545454;
	overflow: hidden;
}

#navigation_facebook {
	position: relative;
	text-align: right;
	float:right;
	overflow: hidden;
}


#navigation_facebook img {
	border: 0px;
	padding: 0px;
}


#navigation_trenner {
}


#column_l {
	width: 960px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_l boldred {
	color: #ff0000;
	font-weight: bold;
}

#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 990px;
	text-align: center;
	background-color: #545454;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* Formatvorlagen für Galerie */

/* Tabelle */
#galerie table {
	border-style: solid;
	border-width: 0px;
	border-color: #818181;
	width: 100%;
}

#galerie td {
	border-style: solid;
	border-width: 0px;
	border-color: #818181;
	text-align: center;
	vertical-align: middle;
}


#galerie img {
	border: 0px
}



/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	font-weight: bold;
	color: #818181;
	margin: 130px 10px 0;
}

#masthead_fb_icon img {
	float: right;
	margin: 10px 180px 0;
}

#masthead_fb p {
	font-size: 11px;
	font-weight: bold;
	color: #818181;
	margin: 10px 10px 0;
	text-align: right;
}


#column_r p {
	font-size: 11px;
	margin: 7px;
}

/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #fddf56;
	background-color: #fddf56;
}




#navigation_ueberuns ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_ueberuns li {
	float: left;
}
#navigation_ueberuns a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation_ueberuns a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #fddf56;
	background-color: #fddf56;
}







/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1, h2, h3 {
	color: #818181
}

table {
	border-spacing: 0px;
}

td {
	font-size: 13px;
	vertical-align: top;
}