﻿@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
}

div#wrapper {
	width: 950px;
	height: 1024px;
	margin: 0 auto;
	text-align: left;
}
/* TOP */
div#top_wrapper {
	width: 100%;
	height: 180px;
	text-align: center;
}

div#banner {
	width: 100%;
	height: 125px;
	margin-top: 5px;
	/*background-image: url(images/ds-banner.jpg);*/
}
/* Linke Spalte */
div#left_wrapper {
    width: 180px;
	height: 100%;
	background-color: #dfe5ed;
	text-align: center;
	margin-top: 50px;
}

div#navi 
{
    position:relative;    
    width: 100%;
    height: auto;
    margin-top: 30px;
    background-color: #fff;
    }

div#newsbox1 
{
    position:relative;    
    width: 100%;
    height: auto;
    margin-top: 10px;
    background-color: #fff;
    text-align: left;
    padding: 5px;
    }
div#newsbox2 
{
    position:relative;    
    width: 160px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
	padding: 5px;    
    }       
/* Hauptbereich */ 

div#main_wrapper 
{
    position:relative;
	top: -1000px;
	left: 200px;
	width: 465px;
	height: 100%;
	background-color: #fff;
    }
    
/* Rechte Spalte */

div#right_wrapper 
{
    position:relative;
	top: -2025px;
	left: 699px;
	width: 160px;
	height: 100%;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px;
    }
    
div#right_Sky 
{
    position:relative;
	top: -3050px;
	left: 930px;
	width: 120px;
	height: 100%;
    }    
