﻿/* Layout für www.wennrosenblaetterfallen.de */

html, body {
	margin:0px;
	padding:0px;
	background:#555 url("bilder/layout/farbvehrlauf.jpg") repeat-x;
	font-family:Century Gothic, Verdana, sans-serif;
	font-size:10pt;
	line-height:1.3em;
	color:#333;
	text-align:center;	/* Gesamte Seite zentrieren im IE */
}

#gesamteseite {
	padding:0px;
	margin-left:auto;	/* Seite zentrieren in Firefox und Opera */
	margin-right:auto;	/* Seite zentrieren in Firefox und Opera */
	margin-top:7px;
	margin-bottom:7px;
	width:760px;
	border:1px solid #ddd;
	text-align:left;
	background:#fff;
}

#kopfzeile {
	height:260px;
	background:url("bilder/layout/kopfzeile_neu.jpg") no-repeat;
}

#navigation {
	padding:0; 
	margin:0;
	height:30px;
	background:url("bilder/layout/logo_nav.jpg") no-repeat;
}

#inhalt {
	background:url("bilder/layout/logo_unten.jpg") no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
	display:block;
	text-align:justify;
	font-size:0.9em;
}

#linke_spalte {
	width:480px;
	margin:0;
	padding:50px 0px 20px 20px;
	float:left;
	display:block;
}

#rechte_spalte {
	width:240px;
	margin:0 0 0 500px;
	padding:50px 0px 20px 20px;
	font-size:0.8em;
	line-height:1.2em;
	display:block;
	color:#666;
}

#fusszeile {
	clear:both;
	display:block;
	font-size:0.8em;
	margin:0;
	padding-right:10px;
}

#startpage {
	margin:20px 60px 50px 60px;
	font-size:1.1em;
}

#newsticker {
	margin:20px;
	padding:10px;
	border:1px #eee solid;
	background:#f9f9f9 url("bilder/layout/farbverlauf_news.jpg") repeat-x;
}
	
#nav {
	margin:0 0 0 20px;
	padding:6px 0 0 0;
}

#nav li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0 2em 0 0;
	color:#999;
	min-height:20px;
	font-size:0.8em;
}

#nav li a:link{
	color:#666;
	text-decoration:none;
}

#nav li a:visited{
	color:#666;
	text-decoration:none;
}
#nav li a:hover{
	color:#999;
	text-decoration:underline;
}

a:link {
	color:#966;
	text-decoration:none;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#c99;
	text-decoration:underline;
}

#inhalt a:link {
	color:#966;
	text-decoration:none;
}

#inhalt a:visited {
	color:#966;
	text-decoration:none;
}

#inhalt a:hover {
	color:#c99;
	text-decoration:underline;
}


.passfoto {
	height:120px;
	width:80px;
	border:1px solid #bbb;
	float:left;
	margin:0 1em 1em 0;
}

.rechtsbuendig {
	text-align:right;
}

p.datum {
	margin:0px;
	font-size:0.9em;
}

#rechte_spalte p {
	margin:2px 0px 2px 0px;
}

#linke_spalte p {
	margin:0 0 1em 0;
}

hr {
	margin:0px 0px 2px 0px;
	padding:0px;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:none;
}

h3 {
	margin-top:0;
	margin-bottom:0.6em;
	font-size:1.5em;
	color:#666;
}

h4 {
	margin-top:0;
	margin-bottom:2em;
	font-size:0.9em;
	color:#666;
}