@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4d8296;
	background-image: url(src/bgr.gif);
	background-repeat: repeat-x;
	}
	
html>body #main {
	background-image: url(src/bgr_main.png);
}	


#main {
	width: 750px;
	height: 515px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-image: url(src/bgr_main.png);
	background-repeat: no-repeat;
	}
	
#imprint {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #fff;
	}

#copy {
	margin-left: 390px;
	margin-right: 30px;
	padding-top: 180px;
	
	}
	
#copyimprint {
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	
	}

a {
	color: #4d8296;
	text-decoration: none;
}

a:hover {
	color: #4d8296;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d8296;
}