body {
	/*padding : 0;
	margin : 0;*/
	background-image: url(../images/bg_reggae.gif);
	background-repeat: repeat;
}
#logo {
	position : absolute;
	top : 12px;
	right : 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	left: 230px;
	width: 600px;
	height: 30px;
}


#image{
	position : absolute;
	top : 55px;
	left : 230px;
	z-index : 50;
	height: 125px;
	width: 600px;
}

#content {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	position: absolute;
	left: 230px;
	top: 190px;
	width: 600px;
	}

#content h1 {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color : #6B238E;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6B238E;
	background-color: #9999FF;
	padding-left: 10px;
}

#content h2 {
      font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : #FFFFFF;
}

#content p {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 80%;
	font-weight : normal;
	line-height : 140%;
	background-color:#9999FF;
	padding: 10px;
	margin-top: -5px;
	color: #333333;
	position: relative;
}

#content p2 {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 80%;
	font-weight : normal;
	line-height : 140%;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: -5px;
	color: #0000FF;
	position: relative;
}
#content phpblurb {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: italic;
	
}


#navigation {
	position : absolute;
	top : 200px;
	left : 60px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 75%;
	font-style: normal;
	text-decoration: none;
	line-height: 200%;
	letter-spacing: 0.1em;
	font-weight: bold;
	

}

#navigation a {
	text-decoration: none;
	color: #CF9F45;
	background-color: #6B238E;
	padding-left: 3px;
	padding-right: 3px;
	}

#navigation a:hover {
	color: #9999FF;
	background-color: #6B238E;
	padding-left: 3px;
	padding-right: 3px;
}

/*
#navigation a:visited {
	color:#666666;
	background-color: #FFFFFF;
} Better leave this out for now. Clive*/

#footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 65%;
	color: #6B238E;
	border-bottom-color: #6B238E;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #6B238E;
	border-top-style: solid;
	border-top-width: thin;
	font-weight: lighter;
	text-align: center;
	background-color: #9999FF;
	padding: 5px;
	}
#footer a{
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #6B238E;
	text-decoration: none;
	color: #6B238E;
	background-color: #9999FF;
	}

.angebot{
	width:75px;
	height:75px;
	padding:4px;
	margin:20px 20px 0 0;
	border: thin solid #CCCCFF;
}
