html, body {
	margin: 0px;
	padding: 0px;
	background: #FC880C url("../images/background/ropina_hintergrund.gif") repeat-x;
 	font: 11px/19px Verdana, Arial, Trebuchet, sans-serif;
	}

#wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	}

#insidewrap {
	float: left;
	border-bottom: 0px solid #15428D;
	}

.insidecontent {
	background: #ffe3ad;
	width: 1000px;
	float: left;
	}
	
#header {
	width: 1000px;
	height: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #39C url("../images/background/lucareisen_background_body.gif") repeat-x;
	}

#header img{
	border: 0px;
	}

#nav_container {
	width: 1000px;
	height: 200px;
	float: left;
	background: #39C url("../images/background/lucareisen_background_imgcont.gif") repeat-x;
	}

#breadcrumb {
	width: 1000px;
	height: 10px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ffe3ad;
	display: none;
	}
	
#footer {
	width: 1000px;
	clear: both;
	float: left;
	text-align: right;
	background: #FC880C url("../images/ropina_footer_hintergrund.gif") no-repeat;
	height: 50px;
	color: #FFF;
	}

#footer .inside {
	padding: 30px 0px 20px 0px;
	}


#footer a {
	color: #FFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#content {
	color: #993300;
	padding: 30px 0px 30px 0px; 
	}
	
#content p {
	font: 12px/22px Verdana, Arial, Trebuchet, "Trebuchet MS", sans-serif;
	}

#content a{
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	}
	
#content a:hover{
	color: #F90;
	font-weight: bold;
	text-decoration: underline;
	}
