html
{
	margin: 0;
	padding: 0;	height: 102%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial;	
	text-align: center;
	background-color: #fff;
	font-size:13px;
	line-height:1.4em;
	color:#000;	
	background-image: url(/layout/body.gif);
	background-repeat: repeat-y;
	background-position: top center;	
}

p
{
	margin: 5px 0 5px 0;
	padding: 0;
}

h2
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #608B47;
	border-bottom: 1px dotted #608B47;
}

h3
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #608B47;
	border-bottom: 1px dotted #608B47;
}
	
/*************************************************************************/

#container
{
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(/layout/content.gif);
	background-repeat: repeat-y;
	background-position: top center;
	border-bottom: 2px solid #608B47;
}

/*************************************************************************/

#content
{
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;	
	clear: both;
	text-align: left;
}

/*************************************************************************/

#head
{
	width: 1000px; height: 202px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/layout/head.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#head h1
{
	margin: 0; padding: 0;
	background-image: url(/layout/logo.gif);
	background-repeat: repeat-y;
	background-position: top center;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 88px; width: 192px;
}

#head h1 span
{
	display: none;
}

/*************************************************************************/

#loginStatus
{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 105px;
	position: relative;
}

#loginStatus p
{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

#loginStatus .statusBackground
{
	position: absolute;
	background-color: #fff;
	width: 460px;
	height: 98px;
	padding: 0;
	opacity: 0.9;
	z-index: 0;
	font-size: 11px !important;
	margin: 0;
	border-bottom: 1px dotted #608B47;
	border-right: 1px dotted #608B47;
}

#loginStatus .statusContent
{
	position: absolute;
	width: 450px;
	height: 90px;
	padding: 4px 3px 3px 6px;
	z-index: 1;	
	margin: 0;
}

#loginStatus .Adresse
{
	width: 350px;
	float: left;
	display: inline;
}

#loginStatus .aktionen
{
	text-align: center;
	height: 75px;
	padding: 0 0 0 8px;
	width: 80px;
	float: left;
	border-left: 1px dotted #888;
	display: block;
}

#loginStatus .aktionen .logout
{
	display: block;
	width: 70px;
	height: 20px;
	background-image: url(/layout/logout.gif);
	background-position: center 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 7px 0 0 4px;
	padding: 45px 0 0 0;
	font-weight: bold;
	color: #000;
	border: 1px solid #fff;
	position: relative;
}

#loginStatus .aktionen .logout:hover
{
	background-color: #bf0000;
	border: 1px solid #000;
	color: #fff;
}

/*************************************************************************/

#navi
{
	width: 180px;
	float: left;
	display: inline;
	margin: 20px 20px 0 0;
	padding: 0;
}

#navi ul
{
	border-top: 1px dotted #888;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}

#navi li
{
	margin: 0;
	padding: 0;
	width: 180px;
}

#navi a
{
	color: #000;
	margin: 0;
	padding: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	width: 170px;
}

#navi a:hover, #navi a:active, #navi a:focus
{
	background-color: #a00;
	color: #fff;
}

#navi a:link, #navi a:visited
{

}

#navi span
{
	background-color: #a00;
	color: #fff;
	margin: 0;
	padding: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #888;	
	width: 170px;
}

/*************************************************************************/

#main
{
	width: 785px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 15px 0 0;
	display: inline;
}


#main a
{
	font-weight: bold;
	color: #a00;
}

#main img
{
	border: 1px solid #000;
	padding: 1px;
	float: left;
	margin: 0 5px 3px 0;
}

.listeMeldungen, .listeVermieter
{
	border-collapse: collapse;
	width: 785px;
}

.listeVermieter .passwd
{
	letter-spacing: 1px;
}

.listeMeldungen tr:hover, .listeVermieter tr:hover
{
	background-color: #f0f0f9;
}


.listeMeldungen .headline, .listeVermieter .headline
{
	color: #fff;
	background-color: #608B47;
	font-weight: bold;
	border: 1px solid #fff; !important;
}

.listeMeldungen td, .listeVermieter td
{
	border-bottom: 1px solid #777;
	padding: 3px 5px 2px 5px;
}

.listeMeldungen .reisedatum
{
	width: 150px;
	border-right: 1px solid #777;	
}

.listeMeldungen .name
{
	width: 350px;
	border-right: 1px solid #777;		
}

.listeMeldungen .aktionen, .listeVermieter .aktionen
{
	width: 180px;
}

.listeMeldungen .aktionen a, .listeVermieter .aktionen a
{
	display: block;
	border-bottom: 1px dotted #777;
	padding: 0 3px 0 3px;
	text-decoration: none;
}

.listeMeldungen .aktionen a:hover, .listeVermieter .aktionen a:hover
{
	background-color: #a00;
	color: #fff !important;
}


/*Erfassungsformular******************************************************/

#erfassung div
{
	border: 1px dotted #555;
	background-color: #f8f8f8;
	padding: 5px;
	margin: 10px 0 0 0;
}

#erfassung p
{
	clear: both;
}

#erfassung p:hover, #erfassung p:focus, #erfassung p:active
{
	background-color: #fff;
}

#erfassung #Anreise
{
	margin-bottom: 5px;
}

#erfassung .Hausnummer
{
	width: 35px;
}

#erfassung .plz
{
	width: 100px;
}

#erfassung label
{
	width: 160px;
}

#erfassung textarea
{
	width: 500px;
	height: 100px;
}

#checkErfassung span
{
	width: 160px;
	display: block;
	float: left;
}

#checkErfassung p
{
	clear: left;
}

/*************************************************************************/

#footer
{
	clear: both;
	margin: 150px 820px 0 0;
	padding: 5px;
	border-top: 1px dotted #608B47;
	font-size: 11px;
	text-align: left;	
}

/*************************************************************************/


.hiddenclear
{
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	visibility: hidden !important;
}

.clear
{
	clear: both !important;
}