@charset "UTF-8";

/*	clear formats	*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, hr
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*	styles	*/

body {
	background-color: white;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: middle;
	
	font-family: Arial;
	font-size: 14px;
	}

a {
	color: black;
	text-decoration: none;
	}
	
	a:hover {
		color: #F00000;
		text-decoration: underline;
		}

div.wrapper, div.wrapper_impressum {
	width: 750px;
	margin: auto;
	padding: 30px 100px 0 100px;
	}
	
	div.wrapper {
		background-image: url('images/background-image.jpg');
		background-repeat: no-repeat;
		background-position: bottom center;
		
		padding: 30px 100px 670px 100px;
		}
		
	div.wrapper_impressum {
		padding-bottom: 40px;
		}

h1 {
	text-indent: -9999px;
	width: 760px;
	height: 89px;
	margin: auto;
	background-image: url('images/headline.jpg');
	background-repeat: no-repeat;
	}
	
h2 {
	font-size: 24px;
	margin: 20px 0 20px 0;
	}

strong {
	font-weight: bold;
	}
	
div.wrapper_impressum p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
	}
	
hr.top, hr.bottom {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #d0d0d0;
	}
	
	hr.top {
		/*margin-left: -100px;
		margin-right: -100px;*/
		margin-top: 20px;
		margin-bottom: 40px;
		}
		
	hr.bottom {
		margin: auto;
		margin-bottom: 10px;
		margin-top: 1px;
		width: 950px;
		}

div.landkarte {
	width: 480px;
	height: 380px;	

	margin: -20px 0 0 -20px;
	float: left;
	}

div.links {
	width: 250px;
	line-height: 30px;
	
	float: right;
	}
	
	div.links ul {
		list-style-image: url('images/bullet.jpg');
		margin-left: 15px;
		text-indent: 10px;
		}
	
	div.links_left, div.links_right {
		margin-bottom: 20px;
		}
	
	div.links_left {
		float: left;
		}
	
	div.links_right {
		float: right;
		}

p.copyright {
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
	}

	p.copyright a, p.copyright a:hover {
		color: #666666;
		text-decoration: none;
		}
	
	p.copyright a:hover {
		text-decoration: underline;
		color: #F00000;
		}



