﻿/* CSS Reset */  

* 
{
	margin: 0;  
	padding: 0;
}

html, body, div, h1, h2, h4, p, a, img, ul, li  
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}  

/* remember to define focus styles! */  
:focus 
{
	outline: 0;
}
  
/* END CSS Reset */

body
{
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", Sans-Serif;
	color: #FFFFFF;
	background-image:url('dwc_edited.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a, a:focus, a:active, a:visited
{
	text-decoration: none;
	color:orange;
}

a:hover
{
	text-decoration: none;
}

#gesamt
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#iebar{
	background-color:red;
	
}

#header
{
	position: relative;
	min-height: 150px;
/*	background-color: yellow;*/
	text-align:center;
	text-shadow: #c0c0c0 3px 5px 5px;
	font-weight:bolder;
}
/*#header p{
	font-size:4em;
	vertical-align:middle;
	font-variant:small-caps;
}*/
#header p {
	font-family: "Georgia", "Times New Roman", Serif;
	vertical-align:middle;
	font-variant:none;
}

#header p.zwei{
	font-size:2em;
	font-variant:small-caps;
	color:orange;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", Sans-Serif;
}

#rechts
{
	width: 150px;
	height: 250px;
	float: left;
	background-color: #99CC33;
	margin-right:10px;
	padding-right:2px;
	margin-left:10px;
	padding-left:13px;
	/*border-right:1px groove black;*/
	left:15px;top:55px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
}
#rechts p{
	font-size:0.9em;
	bottom:0.8em;
	position:realtive;
}
#navigation{
	line-height:2em;
}
#navigation li
{
	list-style-type: none;
	
}
#navigation ul li a {
	/*color:#1C8521;*/
	color:#DB587B;
	font-weight:bolder;
	/*font-family: "Georgia", "Times New Roman", Serif;*/
}
#navigation ul li a:hover {
	text-shadow: ##DB587B 3px 3px 5px;
	color:#1C8521;
}

#content
{
	width: 760px;
	min-height: 200px;
	float: left;
/*	background-color: green;
	text-shadow: #c0c0c0 3px 3px 5px*/
	border-bottom:1px ridge #FFFFFF;
	
}

#content img{
	float:left;
	display:inline;
	
}

#content h1{
	font-variant:small-caps;
	font-family: Georgia, "Times New Roman", Serif;
	font-size:1.5em;
}
#content table{
	/*border-width:2em;*/
	display:inline;
	border-spacing:10px;
}
/*#content table tr td{
border: solid 1px #000000;
}*/

#intext{
	color:inherit;
	text-decoration:underline;
}

#footer
{
	width: 750px;
	min-height: 50px;
	/*background-color: red;*/
	padding-left:190px;
	margin-right:100px;
	/*/padding-right:500px;*/
	
	
	
}
#footer p{
	float:right;
}
/*	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image:url('images/dwc_edited.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/