/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	width:100%;
	height:100%;
	color: #5f8cad;
	background: #cae5f8;
}

#container {
	width: 417px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#content {
	margin: 85px 0 0 0;
	padding: 0 0 0 0;
}


/*Formatierung ------------------------------------------------------------------------------------------------*/
#content h1 {
	display: none;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 0;
}
.button_wegbeschreibung p {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

/*HG Bilder ----------------------------------------------------------------------------------------------------*/
#content div.residenzladen {
	height: 242px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("../images/residenzladen.jpg") no-repeat;
}
#content div.anfahrt {
	height: 372px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("../images/anfahrt.jpg") no-repeat;
}
#content div.residenzstrasse {
	height: 24px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: url("../images/residenzstrasse.gif") no-repeat;
}


/*Link Buttons ------------------------------------------------------------------------------------------------*/
a {
	/*margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background: url("../images/allg/navi_trennung_bg.gif") no-repeat right;*/
}
.button_eingang {
	margin: 19px 0 0 0;
	padding: 0 0 0 0;
}
a.dunkel {
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	color: #cae5f8;
	text-decoration: none;
	background: #5f8cad url("../images/symb_button.gif") no-repeat 4px;
}
a:hover.dunkel {
	color: #5f8cad;
	text-decoration: none;
	background: #aacae1 url("../images/symb_button.gif") no-repeat 4px;
}
.linkcontainer {
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-top: 1px dotted #5f8cad;
}

a.hell {
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	color: #5f8cad;
	text-decoration: none;
	border: #5f8cad 1px solid;
}
a:hover.hell {
	color: #5f8cad;
	text-decoration: none;
	background: #aacae1 url("../images/symb_button.gif") no-repeat 4px;
}
.linkcontainer a {
	margin: 0 20px;
}
.linkcontainer a.flagge {
	margin: 0 5px;
	padding: 0;
}
.linkcontainer a.flagge img {
	border: none;
}
