/* CSS Document */

/* Allgemeine Formatierungen, Text- und Bilderlayout */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #284a7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 120%;
	text-align: center;
}
h1, h2, h3, h4 {
	color: #3d5a95;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 5px 0 -5px 0;
}
p, ul, ol, table, address {
	color: #010126;
	font-size: 0.8em;
}
h2, h3, h4, p, #inhalt td, #inhalt li, address {
	padding: 0.3em 15px;
}
table, #inhalt ul {
	margin-bottom: 1em;
}
table#preise td {
	width: 13em;
}
table#telefon {
	color: #3d5a95;
	font-size: 1em;
}
form p {
	clear: left;
}
form p label {
	float: left;
	width: 10em;
}
input.text, textarea.text {
	background: #fff5ce;
	margin-left: 0.5em;
}
p.button {
	text-align: center;
}
input.button {
	margin: 5px 10px 10px 0;
	padding: 3px 5px;
	background-color: #ecdfb6;
	cursor: pointer;
}
input.button:hover {
	background-color: #fff5ce;
}
.druckversion input.button,
.druckversion img {
	float: left;
	margin-right: 10px;	
}
li.meldung {
	color: #CC0033;
	list-style: disc;
}
td {
	vertical-align: top;	
}
input, textarea {
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background-color: #fff5ce;
}
a:link, a:visited {
	color: #6c502c;
}
a:hover, a:focus, a:active {
	color: #3d5a95;
}
address {
	width: 20em;
	font-style: normal;
	background-color: #fff5ce;
	margin: 15px;
}
img {
	border: 0 none;
}
p.ornament_klein {
	text-align: center;
	margin: 0.5em 0 1em 0;
}
.hidden {
	display: none;
}
.klein {
	font-size: 60%;
}
#adaddressbook {
	font-size: 80%;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly-Hack Anfang */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Holly-Hack Ende */

/* Layout-Divs */
#container {
	position: relative;
	width: 56em;
	min-width: 850px;
	margin: 0 auto;
	background-color: #ecdfb6;
	text-align: left;
}
#branding {
	width: 100%;
	height: 140px;
	background-color: #fff5ce;
}
img#logo {
	position: absolute;
	top: 15px;
	left: 25px;	
}
img#namenszug {
	position: absolute;
	top: 35px;
	left: 325px;	
}
img#portraetfoto {
	position: absolute;
	top: 0;
	right: 0;
}
#branding h1, #branding h4 {
	display: none;
}
#inhalt {
	width: 100%;
	background-color: #faf9ef;
	padding: 20px 0 30px 0;
}
#inhalt ul {
	list-style: url(../img/listenbild_2.gif);
}
#inhalt ul.copyright li {
	font-size: 0.8em;
	margin-top: -1em;
}
#inhalt li {
	margin-left: 30px;
	padding-left: 0;
}
#inhalt li img {
	margin-top: 5px;
}
#linke_spalte {
	float: left;
	width: 49.5%;
	border-right: 1px solid #856945;
}
#rechte_spalte {
	float: right;
	width: 49.5%;
}
#rechte_spalte_2 img {
	margin-bottom: 60px;
}

/* Layout Homepage */
#spalte_1 img, #spalte_2 img, #spalte_3 img {
	margin: 5px 15px;
}
#spalte_1 {
	width: 33%;
	float: left;
	min-height: 27em;
	border-right: 1px solid #9d9387;
}
#spalte_2 {
	width: 33%;
	float: left;
	min-height: 27em;
	border-right: 1px solid #9d9387;
}
#spalte_3 {
	width: 33%;
	float: right;
}
/* Ende Layout Homepage */

#seiteninfo {
	width: 100%;
	height: 3.5em;
	background-color: #fff5ce;
	color: #010126;
	font-size: 0.8em;
}
/*#seiteninfo img {
	float: right;
	margin-left: 10px;
}*/
p.rechts {
	float: right;
}


/* Top-Navigation */
#top_nav {
	position: absolute;
	top: 110px;
	left: 115px;
}
#top_nav ul {
	width: 12em;
	display: block;
	list-style: none;
	font-size: 15px;
}
#top_nav li {
	display: inline;
}
#top_nav a:link, #top_nav a:visited {
	color: #3d5a95;
	text-decoration: none;
	padding-right: 10px;
}
#top_nav a:hover, #top_nav a:focus, #top_nav a:active {
	text-decoration: underline;
}

/* Seitennavigation */
#main_nav {
	width: 100%;
	background: transparent url(../img/navi_ornament.gif) top left no-repeat;
}
#main_nav ul {
	width: 15em;
	display: block;
	list-style: none;
	font-size: 1em;
	padding: 10px 0 0 60px;
}
/* Hack für IE6, damit Navigation nicht verrutscht */
* html #main_nav ul {
	width: 12em;
}
#main_nav li {
	padding: 0.3em 2em 0.3em 0;
	width: 100%;
	border-bottom: 1px solid #9d9387;
}
#main_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	padding: 0.2em 0.5em;
	display: block;
	width: 100%;
}
#main_nav a:hover, #main_nav a:focus, #main_nav a:active {
	background: transparent url(../img/link_bild.gif) right no-repeat;
}
.foto {
	float: right;
}

/* Divs für Fotos, die mit einem leeren Bild überdeckt sind, damit sie nicht kopiert werden können */
img#brandenburger_tor {
	background: url(../img/brandenburger_tor.jpg) no-repeat right;
}
img#brandenburger_tor_2 {
	background: url(../img/brandenburger_tor_2.jpg) no-repeat right;
}
img#cecilienhof_luftaufnahme {
	background: url(../img/cecilienhof_luftaufnahme.jpg) no-repeat right;
}
img#cecilienhof_stern {
	background: url(../img/cecilienhof_stern.jpg) no-repeat right;
}
img#neue_kammern {
	background: url(../img/neue_kammern_aussenansicht.jpg) no-repeat right;
}
img#neue_kammern_jaspissaal  {
	background: url(../img/neue_kammern_jaspissaal.jpg) no-repeat right;
}
img#pfingstberg  {
	background: url(../img/pfingstberg.jpg) no-repeat right;
}
img#reichstag  {
	background: url(../img/reichstag.jpg) no-repeat right;
}
img#britt_fuehrung  {
	background: url(../img/fuehrung_kongsnaes.jpg) no-repeat right;
}
img#charlottenburg_winterkammern {
	background:url(../img/charlottenburg_winterkammern.jpg) no-repeat right;
}

/* Hervorhebung der aktuellen Seite */
#home .home, #portraet .portraet, #touren_berlin .touren_berlin, #touren_potsdam .touren_potsdam, #potsdam .potsdam, #berlin .berlin, #kontakt .kontakt, #impressum .impressum {
	background: transparent url(../img/link_bild_hell.gif) right no-repeat;
}
