@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 13px;
	background-color: #fff;
	color:#888;
}

p {
	margin-bottom: 0.5em;
}

#logo {
	margin-left: 480px;
	width: 113px;
	height: 90px;
	background-image:url(/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#content {
	border-top: 1px solid #ff8000;
	border-bottom: 1px solid #ff8000;
	width: 600px;
	margin: 200px auto 50px auto;
	padding-top: 25px;
	padding-bottom: 20px;
}
  
#content-left{
width: 43%;
	float:left;
	min-height: 175px;
	padding-right: 50px;
	margin-left: 15px;
	margin-right: 15px;
}

#content-right{
	background-image: url(fragezeichen.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 38%;
	min-height: 175px;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	}

#footer{
	clear: both;
}

.orange {
	color:#FF8000;
}