@charset "utf-8";

body{
	background-image:url(images/wallpaper.png);    
	background-color: rgb(196, 204, 230);
    background-image:url(images/wallpaper.png);    
	background-repeat: repeat-x;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: left;
    background-position-y: top;
    background-size: auto auto;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper {
/**	border-color:#000;**/
/**	border-width:thin;**/
/**	border-style:dotted;**/
/**		width:100%;**/
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#kopfbereich {
/**	border-color:#000;**/
/**	border-width:thin;**/
/**	border-style:dotted;**/
	max-width:800px;
	text-align: center;
	font-size:25px;
	font-style:inherit;
	text-shadow: 1px 2px 3px grey;
}

#navibereich {
/**	border-color:#000;**/
/**	border-width:thin;**/
/**	border-style:dotted;**/
	max-width:800px;
	text-align: center;
}

#Seitenname {
/**	border-color:#000;**/
/**	border-width:thin;**/
/**	border-style:dotted;**/
	max-width:800px;
	text-align: center;
	font-size:20px;
	font-style:normal;
}

#inhaltsbereich {
/**	border-color:#000;**/
/**	border-width:thin;**/
/**	border-style:dotted;**/
	max-width:800px;
	text-align: center;
}

#fussbereeich {
/**	border-color:#000;**/
/**	border-width:thin;**/
/**	border-style:dotted;**/
	max-width:800px;
	text-align: center;
}

#google_maps{
	box-shadow: 1px 2px 3px grey;
}

h1{
	font-size:20px;
	font-style:inherit;
}

a{
	background-color:#CCC;
	margin:5px;
	padding:0px;
	box-shadow: 1px 2px 3px grey;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
}

a:focus {
	color:#000;
}

a:hover {
	color:#000;
}

a:active{
	color:#000;
}