﻿body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #000000;
		background-color: #CCCCCC;
		background-image:url("images/bg.png");
  		background-repeat:repeat-x;
	}

h1,h2,h3
	{
		font-family:"Times New Roman", "Trebuchet MS", Georgia, serif;
		font-weight:normal;
		color:#000000;
	}

h1
	{
		font-size:24pt;
		text-align: center;
	}

h2
	{
		font-size:14pt;
	}

h3
	{
		font-size:10pt;
	}


a:link { font-weight:normal; color:blue; text-decoration:none; }
a:visited { font-weight:normal; color:blue; text-decoration:none; }
a:focus { font-weight:normal; color:white; text-decoration:underline; }
a:hover { font-weight:normal; color:red; text-decoration:none; background-color:yellow; }
a:active { font-weight:normal; color:black; text-decoration:underline; }


#container
	{
		margin: auto;
		width: 760px;
		text-align: left;
		background-color: none;
		
	}

#header
	{
		width: 780PX;
		height: 66px;
		margin-left: 11px;
		margin-top: 6px;
		background-color: none;
		background-image:url("images/head.png");
	}
	
#menu
	{
		
		width: 120px;
		height: 100%
		margin-top: 50px;
		float: left;
	}

#topmenu_first
	{
		height: 23px;
		width: 218px;
		margin-left: 540px;
		background-color: none;
	}

#contbox_o
	{
		background:url("images/contbox_o.gif") top no-repeat;
    }

#contbox_m
	{
		background:url("images/contbox_m.gif") center repeat-y;
	}

#contbox_u
	{
		background:url("images/contbox_u.gif") bottom center no-repeat;
	}

#contbox_inhalt
	{
		margin:0;
		padding:20px 20px 20px 0px;
	}

#content
	{
		height: auto;
		width:650px;
		margin-left:130px;
		padding:0;
		background-color: none;
	}

#footer
	{
		clear: both;
		height: 15px;
		width: 100%;
		font-size:10pt;
		text-align: left;
		padding-left: 20px;
		background-color: none;
	}
