/* Druckvorschau, Screen */

/*Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.10.0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* end of Yahoo copyright */

body {
	font-family:Helvetica, Arial, "Gill Sans", "Lucida Grande", Sans-Serif;
}

/* STRUKTUR */

#page {
	width:539px;
	margin:20px 0 20px 50px;
}

#map {
	border:1px solid #000;
	width:539px;
	margin-bottom: 20px;
	padding:0px;
}

#detail{
	border:1px solid #000;
	float:left;
	width: 300px;
	height:180px;
	padding:0px;
}

#adress{
	border:none;
	position: relative;
	width:200px;
	height:200px;
	float: right;
	padding:0px;
}

#drucklink{
	clear:left;
	padding-top:20px;
}	

/* TYPO */

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 10px;
	font-size:1.2em;
}

a {
	text-align:center;
	background:#d2d2d2;
	color:#000;
	text-decoration:underline;
	line-height:2em;
}

a:hover {
	text-decoration:none;
}


.description{
	width:539px;
	font-size: 0.9em;
	margin: 10px 0;
	line-height:1.2em;
}

.adress{
	font-size: 0.8em;
	line-height:1.4em;
}

img.detail {
	height:180px;
	width:300px;
}

#closeLink {
}
