
/* Layout Stylesheet */ 

body {
	margin:20px;
	color: #006;
	text-align:left;
	background-color: #ff6;
	font-family: arial, hevetica, sans-serif;
	font-size:14px;
	}

#outer {
	border:1px solid #006;
	width:50em;
	margin:auto;
	background-color:#fff;
 }

#header
	{
		height: 100px;
		background-color:#ff6;
		border:1px solid #006;
	}
	
#header img
	{
		padding:3px 0px 0px 30px;
		float:left;
	}
	
#header h1{
		font-size: 30px;
		font-style: italic;
		text-align: center;
		padding:20px 0; 
	}
#mainnav{
	text-align:right;
	height:15px;
	padding: 3px 5px;
	background-color:#fff;
	border: 1px solid #006;
	font-size: 11px;
	}
	
#mainnav a {
	padding-right: 10px;
	text-decoration:none;
	color:#000066;
	}	
	
#menu
	{
	float: left;
	width: 150px;
	background-color: #fff;
	padding:5px 10px;
	font-size: 14px;
	border-right:1px solid #006;
	
	}

#menu ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #006;
	}

#menu h2 {
	text-transform: uppercase;
	}

#menu a {
	color: #006; 
	background: #fff; 
	text-decoration: none; 
	}

#menu a:hover {
	color: #006;
	background-color: #ff6;
	}

 #menu li { 
 	position: relative; 
	}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%; }

div#menu ul ul ul, div#menu ul ul li:hover ul ul {
	display: none;
	}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
	}
#content	
	{
	margin-left: 170px;
	width:30em;
	background-image:url(../images/logoT.gif);
	border-left:0.5px solid #006;
	padding-left:2em;
	padding-top:2px;
	
	}
	
#content img 
	{
	display: block;
    margin-left: auto;
   	margin-right: auto;
	}
#content a {
	color:#006;
	}
	
#content h2 {
	text-align:center;
	}

content h4 {
font-siz42px;
font-weight:bold;
}	 		

#footer	
	{
	clear: both;
	height: 10px;
	background-color:#fff;
	border:1px solid #006;
	padding:5px;
	text-align:center;
	font-size: 11px;
	color: #006;
	}
	#wetter
	{
		padding:20px 0 10px 2px;
	}
#marquee
	{
	font-size:14px;
	scrollamount=10; scrolldelay=5;
	}