﻿@charset "utf-8";
/* CSS Document */
	
 html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	}

html, body{
	background-color: #F2F2F2;
	font: 12px georgia;
	color: #666666; 
	}

img {
    border: none;
	} 	

h1  {
    font: 16px georgia;
	font-weight: bold;
	color: #666666;	 
    }

h2  {
    font: 14px georgia;
	font-weight: bold;
	color: #666666;
    }

#container {
	width: 1100px;
    height: auto;
    background-image: url(grafik/bg_textur.jpg);
	margin-left: auto;
	margin-right: auto;
	}

#header {
    width: auto;
    height: 140px;
	}
	
#navi {
	float: left;
	width: 280px;
	height: 520px;
	}

#content {
	float: left;
	width: 760px;
	height: auto;
	}
    
#footer {
	clear: both;
	width: auto;
    height: 120px;
	background-image: url(grafik/footer_bg.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	}

a:link {
	text-decoration: underline;
	font: 12px georgia;
	color: #CC0000;
	}
	
a:visited {
	text-decoration: underline;
	font: 12px georgia;
	color: #CC0000;
	}

a:hover {
	text-decoration: underline;
	font: 12px georgia;
	color: #CC0000;
	}

a:active {
	text-decoration: underline;
	font: 12px georgia;
	color: #CC0000;
	}  	

