﻿@charset "utf-8";
/* CSS Document */

* { 
 margin: 0; 
 padding: 0;
}

body {
	width: 100%;
	background-color:#4d4949;
	color: #667BB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(/media/back.jpg);
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

h5 a{
	font-size: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:visited, a:link, a:active {
	color: #667BB4;
	font-family:Arial, Helvetica, sans-serif;	
}

hr {
	color: #667BB4;
	
}


#center {
	position: absolute;
	width: 792px;
	top: 126px;
	left: 50%;
	margin-left: -396px;
}

#menu {
	height: 151px;
	background-image: url(/media/LOGO.jpg);
	margin-bottom: 20px;
}

#menu ul {
	list-style-type: none;
	position: relative;
	left: 144px;
	top: 135px;
}

#menu li {
	float: left;
	margin-right: 5px;
}


a.menu_default{
	color: #667BB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:hover.menu_default {
	font-weight: bold;
	text-decoration: underline;
}



a.menu_current {
	font-weight: bold;
	color: #DA251C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;	
}


#inhalt {
	height: 300px;
}

#bild {
	width: 247px;
	height: 260px;	
	float: left; 
	vertical-align: middle;
}

#text {
	margin-left: 247px;
	margin-right: 5px;
	height: 245px;
	width: 473px;
 	border-style:solid;
	border-width: 1px;
 	border-color: #667BB4;
 	background-color: white;
 	padding-left: 65px;
 	padding-top: 15px;
 	overflow: auto;
}

#text ul {
	padding-left: 15px;
}

#frau {
	position: relative;
	left: 119px;
	top: 11px;
}

#hefte {
	position: relative;
	left: 39px;
}

#telefon {
	position: relative;
	top: 11px;
	left: 46px;
}


#kugeln {
	left: 6px;
}
