﻿/* 0 BASIC TAGS */


h1, h2, h3, h4
{
  margin: 0;
}

p
{
  line-height: 1.4em;
  font-size:100%
}

hr
{
  border: 0;
  border-top: 1px solid #bababa;
  height: 1px;
}

a
{
  text-decoration: none;
  color: #ff9600;
  font-weight:bold;
}

a:visited
{
  color: #ff9600;
  font-weight:bold;
}

a:hover
{
  text-decoration: underline;
  color: #52c2d2;
  font-weight:bold;
}

a:active
{
  color: #000000;
  font-weight:bold;
}

body
{
  background-color: #d5d5d5;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: medium;
  color: #666666;
}

img
{
  border-width: 0;
}

td.inhaltside
{
  background-repeat: repeat-y;
  background-image: url(images/content.gif);
  background-position-x: center;
  text-align: center;
}

/* 1 HEADER */

.header
{
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 934px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
}

/* 2 CONTENT */

h1
{
  font-size: 18px;
  margin-bottom:10px; 
}

div.content
{
  text-align: left;
  width: 850px;
  min-height: 200px;
  font-size: smaller;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

/* 3 MENU */

#menu
{
  background-image: url(images/menu.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 934px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

#menu ul
{
  margin: 0px 0px 0px 100px;
  padding: 0 10px 10px 0;
  list-style: none;
}
#menu li
{
  font-weight:bold;
  color:#ffffff;
  float: left;
  margin: 0;
  padding: 0 0 0 9px;
  font-size:90%;
}
#menu a
{
  display: block;
  padding: 3px 10px 4px 0px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

#menu a:hover
{
  color: #333;
}
#menu #current
{
}
#menu #current a
{
  color: #333;
  padding-bottom: 5px;
}


/* 4 FOOTER */

.footerbg {
	background-image: url(images/footerback.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	vertical-align:middle;
	color:#aeaeae;
	font-weight:bold;
	padding-top:20px;
}
