/*		CSS Hotel am Markt, Neckarwestheim
		Layout Karsten Rech, rise - IT
		Url	http://www.rise-it.de


		Farben: braun dunkel 	->	#80704f
				braun hell		->	#d0c9b7
				linie blau		->	#108DDF

*/

/*	Allgemeine Einstellungen	*/

html,body {
		margin:0;padding:0
}

body {
     	font:101% arial,sans-serif;
     	background: #d0c9b7;
     	}

a		{
		text-decoration:none;
		border:0;
}
a:link {
		text-decoration:none;
		border:0;
}
a:visited {text-decoration:none}
a:hover {text-decoration:none}

h1, h2, h4, h5 {
  		color:#80704f;
}



li	{
		list-style:none;
}

/*		Bereiche: Header, Navigation, Content, Extra Content, Footer	*/
div#header	{
		height:140px;
		background-image:url(../images/ham_logo.jpg);
		background-repeat:no-repeat;
		text-align:left;
		padding-left:420px;	
}


div#wrapper{
		float:left;
		width:100%;
		background-image:url(../images/linie.gif);
		background-repeat:repeat-x;
}


/*		Navigation		*/

#navigation	{
		width:220px;
		height:180px;
		float:left;
		background-image:url(../images/linie2.gif);
		background-repeat:repeat-y;


}
ul	{	
		padding:0px ;
		margin-left:10px;
		margin-top:20px;
		
}

.mp		{
		display:block;
		width:180px;
		height:24px;
		border: 1px solid #80704f;
		padding: 2px;
		margin-top: 6px;
		font-size: 14px;
		font-weight: bold;
}

.mp	a:link {
		display:block;
		height:18px;
		padding:3px;
		text-decoration:none;
		color:#330000;
}

.mp a:visited {
		display:block;
		height:18px;
		padding:3px;
		text-decoration:none;
		color:#108DDF;
}

.mp a:hover {
		display:block;
		height:18px;
		padding:3px;
		background-color: #80704f;
		color:#d0c9b7;
		text-decoration:none;
}

.mp a:active {
		display:block;
		height:18px;
		padding:3px;
		background-color: #80704f;
		text-decoration:none;
}



div#content	{
		margin-top:20px;
		margin-left:240px;

}

.bild 	{
		float:right;
		padding:20px;
		padding-right:60px;
}
#free	{
		position:relative;
		left:-100px;
		top:20px;

}
div#content	p	{
		line-height:1.4;
}


div#footer	{
		font-size:0.6em;
		text-align:center;
		background:#80704f;
		color:#d0c9b7;
}

div#extra{clear:left;width:100%}