/* 	http://waesche-fuer-tag-und-traum.de - screen.css */

/* Allgemeines */
html {
	height:101%;
	}
body {
	background:#ebdfb9 url("../images/00_body_deko.gif") repeat-x;
	margin:0;
	text-align:center;
	}
ul, ol {
	padding:0;
	margin:0;
	list-style:none;
	}
#center {
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
	width:960px;
	}
.clear {
	clear:both;
	}

/* Startseite */
body#index {
	background:#eadeb7 url("../images/00_index_hintergrund.gif") repeat-x center 0;
	}
body#index #center {
	width:1000px;
	}
	
body#index img {
	margin:0;
	}
body#index a img {
	margin:0;
	border:none;
	}
body#index #nav {
	position:absolute;
	top:320px;
	left:75%;
	}
body#index #nav ul li {
	text-align:left;
	}	
	
body#index #nav ul li a {
	font:bold 0.9em Times;
	color:#963;
	text-transform:uppercase;
	text-decoration:none;
	}
body#index #nav ul li a:hover {
	color:#300;
	text-decoration:underline;
	}
	
body#index #address {
	width:550px;
	margin:15px 201px;
	padding:8px 25px 14px 25px;
	background-color:#d7bf8c;
	}	
body#index #address p {
	margin:0;
	padding:0;
	font:normal 0.7em Verdana;
	color:#300;
	line-height:135%;
	}
body#index #address p span.column1,
body#index #address p span.column2 {
	display:block;
	float:left;
	}
body#index #address p span.column1 {
	width:300px;
	}
	
/* Kopf */
#head { 
	margin:15px 0 0 0; 
	padding:0; 
	height:60px;
	}
#head h1 {
	margin:0;
	padding:0;
	text-align:center;
	}
#head h1 a img {
	border:0;
	margin:0;
	padding:0;
	}
	
/* Kopfgrafik */
#image {
	width:660px;
	height:130px;
	margin:0 150px;
	padding:0;
	overflow:hidden;
	}

/* Navigation - Ebene 1 */
#navigation {
	min-height:25px;
 	margin:0 150px;
 	background-color:#fff;
 	border-bottom:solid 0.2em #e0bf89;
	}
#navigation ul {
	height:1%;
	margin:0;
 	padding:5px 25px 0 25px;
 	}
#navigation ul li {
	display:block;
	float:left;
	list-style:none;
	padding-bottom:0.1em;
 	}
#navigation ul li a { 
	text-decoration:none;
	font:bold 0.9em Times;
	color:#ce8c3d;
	text-transform:uppercase;
	margin:0 22px 0 0;
	padding:0 2px 2px 2px;
	}
#navigation ul li a.current, 
#navigation ul li a:hover {
	color:#963;
	border-bottom:solid 0.2em #963;
	}

/* Navigation - Ebene 2 */
#navigation2 {
	width:660px;
	min-height:25px;
	margin:0 0 0 150px;
	padding:0;
	background:#e6d2a4;
	border-bottom:solid 0.1em #e0bf89;
	}
#navigation2 ul {
	height:1%;
	margin:0 25px 0 0;
	padding:5px 0 0 0;
	}
#navigation2 ul li {
	display:block;
	float:left;
	list-style:none;
	text-align:center;
	}
#navigation2 ul li a {
	text-decoration:none;
	font:0.7em Verdana;
	color:#963;
	margin:0 6px;
	padding:4px 6px 2px 2px;
	}
#navigation2 ul li a.first {
	margin-left:23px;
	}
#navigation2 ul li a.current,
#navigation2 ul li a:hover {
 	border-bottom:solid 0.2em #963;
	}

/* Navigation - Ebene 3 */
#navigation3 {
	clear:left;
	float:left;
	width:150px;
	min-height:32.0em;
	margin:0;
	padding:0;
	background:url("../images/00_center_deko1.gif") no-repeat 2px 320px;
	}
#navigation3 ul {
	margin:0 0 0 12px;
 	padding:25px 0 0 0;
 	}
#navigation3 ul li {
	list-style:none;
	margin:0;
 	padding:0;
 	}
#navigation3 ul li a { 
	display:block;
	text-decoration:none;
	font:0.7em Verdana;
	color:#963;
	margin:0;
	padding:2px 4px;
	}
#navigation3 ul li a.current { 
	font-weight:bold;
	background-color:#e0bf89;
	}
#navigation3 ul li a:hover {
	background-color:#e0bf89;
	}

/* Inhalt */
#content {
	width:660px;
	margin:0 150px;
	padding:0 0 15px 0;
	min-height:48.0em;
	background:#e6d2a4 url("../images/00_center_deko2.gif") no-repeat 0 320px;
	font:normal 0.7em Verdana;
	color:#300;
	}

#content h2 {
	margin:0 25px 15px 25px;
	padding:25px 0 0 0;
	font-size:1.0em;
	font-weight:normal;
	text-transform:uppercase;
	}
#content h3 {
	margin:15px 25px 8px 25px;
	padding:0;
	font-weight:normal;
	font-style:italic;
	font-size:1.0em;
	}
#content p {
	width:340px;
	margin:4px 0 4px 25px;
	padding:0;
	line-height:135%;
	}
#content p.wide {
	width:390px;
	}
#content p.space {
	margin-top:15px;
	}
#content p.extraspace {
	margin-left: 400px;
    margin-top: 70px;
    width: 250px;
	}
#content img, #content #flash_images {
	float:right;
	margin:-18px 0 8px 0;
	padding:0 0 0 30px;
	}
#content img.fullsize {
	margin-top:0;
	padding-left:25px;
	}
#content img.logo {
	float: left;
    margin-right: 70px;
    margin-top: 0;
    padding-left: 0;
	}	
#content span.signature {
	font-size:1.2em;
	font-weight:bold;
	color:#963;
	}
	
#content ul.minitable {
	width:340px;
	margin:8px 0 4px 25px;
	padding:0;
	}
#content ul.nospace {
	margin-top:0;
	}
#content ul.extraspace {
	margin-top:25px;
	}
#content ul.minitable li {
	padding:0;
	}

#content ul.minitable span.column1, 
#content ul.minitable span.column1a,
#content ul.minitable span.column1b {
	display:block;
	float:left;
	}
#content ul.minitable span.column1 {
	width:13.4em;
	}
#content ul.minitable span.column1a {
	width:5.0em;
	}
#content ul.minitable span.column1b {
	width:9.2em;
	}
   
#content ul.minitable span.column2 {
	margin-left:10px;
	}

#content a {
	font-weight:bold;
	text-decoration:none;
	color:#963;
	}
#content a.pdf {
	background:url('../images/04_01_kontakt_pdf.gif') no-repeat;
	padding-left:45px;
	}
#content a:hover {
	text-decoration:underline;
	}

/* Abschlussleiste */
#address {
	width:610px;
	margin:0 150px;
	padding:8px 25px 14px 25px;
	background-color:#d7bf8c;
	}
#address p {
	margin:0;
	padding:0;
	width:100%;
	font:normal 0.7em Verdana;
	color:#300;
	line-height:135%;
	}
#address p span.column1,
#address p span.column2 {
	display:block;
	float:left;
	}
#address p span.column1 {
	width:300px;
	}
