html,body {
		margin:0;
		padding:0;
		color:#000;
		background:url(/media/layout/bgd.gif);
	}
	body {
		font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		padding:0 0 10px 0;
		min-width:760px;
	}

	#wrap {
		width:900px;
		margin:0 auto;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		background: white;
	}

	h1 {
		font-size:1.5em;
	}
	
	
	#main {
		clear:both;
		margin:20px 80px;
	}
	
	/*
	#sims #main,
	#houses #main 
	{
	  margin: 20px 20px 20px 30px;
	}
	*/

	#main .uebersicht {
		margin:20px -50px 20px -20px; }
	

	/* CSS for the tabs starts here */
	#header {
		height:243px;
		background:url(/media/layout/header.jpg) 0 0 no-repeat;
	}
	#nav {
		float:left;
		width:898px;
		margin-top:-30px;
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0;
		padding:0 0 0 28px;
		list-style:none;
	}
	#nav li {
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 6px;
		background:url(/media/layout/nav1.gif) 0 100% no-repeat;
	}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-weight:bold;
		font-family:Georgia,Times,"Times New Roman",serif;
		background:url(/media/layout/nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url(/media/layout/nav1.gif);
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		text-decoration:underline;
	}
	#home #nav #t1,
	#houses #nav #t2,
	#sims #nav #t3,
	#tipps #nav #t4,
	#impressum #nav #t5,
	#links #nav #t6  {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#home #nav #t1 a,
	#houses #nav #t2 a,
	#sims #nav #t3 a,
	#tipps #nav #t4 a,
	#impressum #nav #t5 a,
	#links #nav #t6 a {
		background-image:url(/media/layout/nav2s.gif);
		padding-left:0;
		padding-right:19px;
	}
	#nav #t1,
	#home #nav #t1 {
		margin-left:0;
	}
	#nav #t6,
	#contact #nav #t6 {
		margin-right:0;
	}/* CSS Document */

