@media all  {
/* allgemein */
	body {
		font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
		margin: 0;
		padding: 0;
	}

	h2 {
		font: normal 18px Georgia, "Times New Roman", Times serif;
		border-bottom: 1px solid #69c;
	}

	input[type=text], select, textarea { border: 1px solid #c5c5c5; }
	input:focus, textarea:focus { border-color: #69f; }

	/* links */
	a {
		color: #00019f;
		text-decoration: none;
	}

	a:hover {
		color: #69c;
		text-decoration: underline;
	}

	/* kopfzeile */
	div#header{
		height: 105px;
		/* border-bottom: 6px solid #c5c5c5;*/
		background: url(images/bgheader.gif) repeat-x top;
	}
	/* hauptmenu */
	div#navigation{
		/* background-color: #ebebeb;
		border-bottom: 1px solid #c5c5c5; */
		background: url(images/bgnav.gif) repeat-x top;
		padding-left: 12px;
		height: 36px;
		overflow: hidden;
	}

	#navigation p {
		float: left;
		height: 36px;
		width: 104px;
		margin-top:0px;
		padding-top:12px;
		text-align: center;
	}

	#navigation p#selected { 
		background: url(images/bgnavselect.gif) no-repeat top; 
	}

	#navigation a {
		font-size: 15px;
		color: #000000;
		text-decoration: none;
	}

	#navigation p:hover { 
		background: url(images/bgnavselect.gif) no-repeat top; 
		width: 104px;
		height: 36px;
	}

	/* brotkrümel */
	div#breadcrumbs {
		font-size: 13px;
		margin-top: 0px;
		padding-top: 12px;
		height: 24px;
	}

	/* hauptseite */
	div#main { 
		display: inline;
		clear: both;
		margin: 0px auto;
	}

	/* fußzeile */
	div#footer {
		clear: both;
		margin-top: 18px;
		text-align: center;
		font-size: 11px;
		color: #666;
	}

	/* 2-spaltiges layout */
	div#col1 { 
		margin-right: 264px;
		margin-left: 0px;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	div#col2 {
		height:100%;
		float: right;
		width: 228px;
		background-color: #ebebeb;
		border: 1px solid #c5c5c5;
		margin: 24px 12px auto auto;
		padding: 12px;
		color: #666;
	}

	#col2 h4 { 
		font: normal 15px Georgia, "Times New Roman", Times serif;
		margin-top: 0px; 
		border-bottom: 1px solid #c5c5c5;
	}

	/* angebote */
	div#offers {
		padding: 0px 6px;
		margin-top: 36px;
		display: block;
	}

	#offers h3 {
		font: normal 13px Georgia, "Times New Roman", Times serif;
		border-bottom: 1px solid #c5c5c5;
		margin-top:12px;
	}

	#offers h3 a { text-decoration: none; }
	
	#offers p {
		font-size: 11px;
		margin-left: 102px;
		margin-top:0px;
	}

	#offers img
	{
		border: 0px;
		margin: 0px auto auto 18px;
		float: left;
	}

	#offers div {
		font-size: 11px;
		display: block;
		border: 1px solid #fff;
		overflow: hidden;
		padding: 6px;
		cursor: pointer;
	}

	#offers #small {
		font-size:11px;
		color: #666;
	}

	/* immobilienkatalog */
	div#catalog {
		display: block;
		overflow: hidden;
		font-size:11px;
		padding: 12px;
		cursor: pointer;
	}

	.color1 { background-color: #ebebeb; }
	.color2 { background-color: #fff; }

	#catalog p { margin-left: 110px; }

	#catalog #small {
		font-size:11px;
		color: #666;
	}

	.right { float: right; margin-right: 12px; }
	.left { margin-left: 110px; }

	#catalog h3 {
		font: normal 15px Georgia, "Times New Roman", Times serif;
		border-bottom: 1px solid #c5c5c5;
		padding-top: 0px;
	}

	#catalog h3 a { text-decoration: none; }

	#catalog img {
		float: left;
		border: 0px;
		margin: 0px auto auto 18px;
	}

	div#undermenu {
		display: block;
		font-size: 13px;
		color: #666;
		padding: auto 12px;
		height: 24px;
	}
	
	#undermenu ul {
		list-style: none;
	}
	
	#undermenu li {
		float: left;
		padding: 0px 6px;; 
	}
	
	/* searchform */
	div#searchform {
		display: block;
	}

	/* exposé */
	div#detail {
		font-size: 13px;
	}
	
	#detail em {
		font-size: 11px;
		color: #666;
	}
	
	#detail h4 {
		margin-bottom: 6px;
		font-size: 13px;
	}
	
	#detail table {
		width: 100%;
	}
	
	#detail tr#seperator {
		border-top: 1px solid #c5c5c5;
	}
	
	div#disclaimer {
		font-size: 11px;
		color: #666;
		text-align: justify;
	}
	
	div#print {
		cursor: pointer;
		color: #00019f;
	}
	
	#print:hover {
		text-decoration: underline;
		color: #69f;
	}
	
}
