﻿body{
	background-color:#e4e4e4;
	font-family:Arial, Helvetica, Sans-Serif;
}

#master{
	background-image:url('images/body_bg.gif');
	background-color:#fff;
	width:700px;
	margin: 0px auto;
	padding: 20px 50px 30px 50px;
	min-height:580px;
	vertical-align:top
}

#header{
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
	margin: 20px auto 0px auto;
	width:800px;
	height:100px;
}

.clip1{
	background-image:url(images/clip.gif);
	width:158px;
	height:104px;
	position:relative; top:5px; left:12px;
}

.clip2{
	background-image:url(images/clip2.gif);
	width:181px;
	height:114px;
	position:relative; top:10px; left:10px;
}

.clip3{
	background-image:url(images/clip3.gif);	
	width:171px;
	height:108px;
	position:relative; top:15px; left:32px;
}

.clip4{
	background-image:url(images/clip4.gif);	
	width:171px;
	height:108px;
	position:relative; top:15px; left:32px;
	margin-top:5px;
}

#text{
	margin-top:30px;
	width:590px;
	float:left;
	
}

#banner{
	margin-top:30px;
	width:100px;
	float:right;
}


h3{		
	font-weight:bold;
	font-size:16px;
}


/* Text inhalte */

.headline{
	font-size:14px;
	font-weight:bold;
	color:#500050;
}

p{
	color:#222;
	margin: 5px 0px 20px 0px;
	font-size:12px;
	line-height:130%;
	text-align:justify;
}


/* Text inhalte Ende */

#impressum{
	background-image:url('images/body_bg.gif');
	background-color:#fff;
	width:700px;
	margin: 0px auto;
	padding: 180px 50px 20px 50px;
	text-align:center;
	font-size: 10px
}

#fuss{
	background-image:url('images/breaker.gif');
	background-repeat:no-repeat;
	width:800px;
	height:31px;
	margin: 0px auto;
}


a{
	text-decoration:none;
	color:navy
}

a:hover{
   	color: #715FB0;
   	text-decoration: none;
}


ul#navigation {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	width:100%
}

#navigation li {
	display: inline;
	list-style: none;
	height: 10px;
}

#navigation li a {
	color: #555;
	line-height: 18px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 3px 6px 5px;
	border-left: 1px solid #ccc;
}

#navigation li a:hover {
	text-decoration: none;
	color:#222;
}

