﻿@charset "utf-8";
/* CSS Document */
	
/* Wichtige Farben:
Hintergrund #273B54
Footer #0D1B35
Links # D4E7F5 */ 

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	}

html, body{
    background-image:url('grafik/site_bg.jpg');
	background-repeat: repeat-x;
	background-color: #CCCCCFF;
	font: 11px tahoma;
	color: #666666;
	text-align:center; /* Hack fuer IE5/Win */
	}

img {
    border: none;
	vertical-align: bottom;
	} 	

h1  {
    font: 15px tahoma;
	color: #666666;	 
    }

h2  {
    font: 11px tahoma;
	color: #666666;
    }

#container {
	width: 800px;
    height: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;  /*IE5/Win Hack zurücknehmen*/
	}

#header {
    width: 800px;
    height: 155px;
	margin-top: 0px;
	background-color: #FFFFEC;
	}

#content {
	width: 800px;
	height: 533px;
	margin-top: 0px;
    background-image: url(grafik/bild1.jpg);
	}
    
#content_right {
	width: 327px;
	height: 533px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	overflow: auto;
	background-color: #FFFFEC;
	border-top: 1px solid #666666;
	}

a:link {
	text-decoration: underline;
	font: 11px tahoma;
	color: #000055;
	}
	
a:visited {
	text-decoration: underline;
	font: 11px tahoma;
	color: #000055;
	}

a:hover {
	text-decoration: underline;
	font: 11px tahoma;
	color: #000055;
	}

a:active {
	text-decoration: underline;
	font: 11px tahoma;
	color: #000055;
	}  	

#footer {
    width: 800px;
    height: 24px;
	margin-top: 5px;
	}

#footer_inhalt_links {
	width: auto;
	padding-top: 4px;
	height: 20px;
	float: left;
    
	}
	
#footer_inhalt_rechts {
	width: auto;
	height: 24px;
	float: right;
    }

