/*
**************************************************************************
		
		Copyright (c) 2005 by Paul Kroening
		www.paul-kroening.de
		
		Feel free to use this Layout; you can redistribute it and/or modify
		it under the terms of the GNU General Public License as published by
		the Free Software Foundation; either version 2 of the License, or
		(at your option) any later version.
	
		This Layout is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
		GNU General Public License for more details.
	
	   For a full copy of the GPL visit
	   http://www.gnu.org/licenses/gpl.txt

		Mit Anpassungen von st20.de
		
**************************************************************************
*/
body,html{
	height:100%;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:black;
	background:#003366;
	text-align:center;
}
p,td{
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:black;
}
h2, hr{
	margin:10px 0 10px 0;
	font-size:16px;
	border-bottom: 1px solid #000000;
	color: #003366;
}
#box{
	width:700px;
	padding:0 10px;
	margin:0 auto;
	text-align:left;
	background:url(http://homepagegenerator.jugendnetz-berlin.de/make_webs/01box_bg.jpg) repeat-y #f3f3f3;
 	position: relative;
  	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}
#header{
	position:relative;
	padding-left:20px;
	color:#141754;
	height:110px;
	font-size:20px;
	text-transform:uppercase;
	background:#5A6BBD url(logo.jpg) no-repeat right top;
	line-height: 60px;
	background-color: #5A6BBD;
}
#header span{
	position:absolute;
	top:25px;
	left:20px;
	color:#141754;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
ul.subnavigation{
	width:170px;
	list-style:none;
	text-align:center;
	margin:0 0 0 20px;
	border-top:1px solid #c1c1c1;
}
ul.subnavigation li a{
	border-bottom:1px solid #c1c1c1;
	height:22px;
	line-height:22px;
	display:block;
	color:#000000;
	width:170px;
	text-decoration:none;
}
ul.subnavigation li a:hover{
	background:#c1c1c1;
}
#spalte_links{
	width:200px;
	float:left;
	clear:left;
}
#spalte_rechts{
	width:450px;
	margin:0 10px 0 210px;
	padding:10px 10px 4em 20px;
	min-height:320px;
}
.bild_rechts {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
.bild_links {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.bild_mitte {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer{
	position: absolute;
	left:10px;
  	bottom: 0;
	height:25px;
	background:#5A6BBD;
	width:700px;
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover, li#active a{
	color:#FFFFFF;
	text-decoration: underline;
}
