/* 1.Reset */

html, body, div, span, object, iframe,

dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, i, center, dl, dt, dd, fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td

{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* End Reset */


/* 3.Typography */

h1, h2, h3, h4, h5, h6					{ position: relative; }

p, blockquote							{ line-height:150%; margin:0px 0 0px 0; }

cite									{ font-style:normal; display:block; margin:10px 0;}

code									{ font-family:courier,monospace; background:#fffcdc; border-bottom:1px solid #ccc; font-size:0.9em; letter-spacing:1px; line-height:150%; }

acronym, abbr							{ cursor:help; border-bottom:1px dotted #999; }

/* End Typography */


/* 4.Positioning */

.clear                                  { clear:both; }

.left									{ float:left; }

.right									{ float:right; }

/* End Positioning */



/* Make sure margin, padding and no outlines are applied to all elements*/

* {
	margin:0;
	padding:0;
	outline:none;
}

/*--------------------------End of Reset-------------------------------------------------------------------------------*/

body {
	background:#eee;
}

#wrapper {
	width:800px;
	margin: 50px auto;
	background:#fff;
	border:1px solid #ddd;
	padding:20px 20px 20px 20px;
	font-family:'Arial', 'Verdana', 'Calibri', sans-serif;
	color:#333;
	
	-webkit-box-shadow: 0px 0px 5px 0px;
	box-shadow: 0px 0px 5px 0px; 
	
}
#wrapper p {
	padding: 10px 0px;
	text-align:justify;
}
#wrapper h1 {
	margin-bottom:10px;
	font-size:24px;
	float:left;
}
#clear {
	clear:both;
}
#top_link {
	float:right;
}
#wrapper a {
	font-weight:bold;
	text-decoration:none;
	color:#990000;
}
#bild {
	width:600px;
	background:#eee;
	border:1px solid #ddd;
	margin:0 auto;
}
#bild img{

}
#bild span {
	display:block;
	padding:5px;
	font-size:12px;
	color:#666;
	font-style:italic;
}
#impress_link {
	float:right;
	color:#666!important;
	font-weight:bold;
	text-decoration:none;
}












