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

body {
	background-color:#FFFFFF;
	background: url(rn-unterleger.jpg) repeat-x top;
}
* {
	margin:0;
	padding:0;
	border:0;
	font-family: "Trebuchet MS", Arial, Helvetica;
}


#container {
	width:950px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}


#header {
	width:100%;
	height:77px;
	background: url(rn-header_bg.jpg) no-repeat right;
}


#contentspalte {
	width:950px;
	height:auto;
	float:left;
	background: url(rn-main_bg_2.jpg) repeat-y top right #FFFFFF;
}


#navigationspalte {
	width:218px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}
#navigationspalte #kontakt {
	float: left;
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica;
	width: 180px;
	padding-left: 30px;
	color: #737962;
	margin-top: 50px;
}
#navigationspalte #kontakt a {
	color: #737962;
}


#maincontent {
	width:732px;
	height:auto;
	overflow:hidden;
	font: normal 12px/20px "Trebuchet MS", Arial, Helvetica;
	float: right;
}
#maincontent h1 {
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #939886;
}
#maincontent h2 {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3B3B3B;
}
#maincontent a {
	color:#7E7E7E;
}
#maincontent p,h1,h2,h3,h4,h5{
	padding:5px 0;
}


#bildspalte {
	float:left;
	width:346px;
	height:auto;
	background:transparent;
	padding:50px 10px 50px;
	color:#3B3B3B;	
}
#bildspalte img {
	padding: 0;
	max-width:300px;
	height:auto;
}
#bildspalte #picture_image {
	text-align:center;
}
#bildspalte .floatLeft {
	width:100%;
	min-height:200px;
	height:auto;
}


#textspalte {
	padding:50px 20px 20px;
	float:right;
	width:326px;
	height:auto;
	color:#3B3B3B;
}

.glider {
	text-align:center;
	float: left;
}
.glider .scroller {
	background-color:#FFFFFF;
	border: 2px solid #F0E1CE;
	padding: 0 5px;
}
.glider .controls {
	float: left;
	width: 100%;
}
.glider .controls ul {
	margin: 5px;
}
.glider .controls ul li {
	display: inline;
	float: left;
}
.glider .controls ul li a {
	padding: 5px 10px;
	margin: 0 5px;
	outline: none;
}
.glider .section {
	display: table;
}
.glider .section .galleryslice h1,
.glider .section .galleryslice p,
.glider .section .galleryslice .picture {
	width: 100%;
	text-align: center;
	float: left;
}
.glider .section .galleryslice .picture img {
	width: auto;
	height: auto;
}
.glider .section .galleryslice {
	vertical-align: middle;
	display: table-cell;
}
/*--- Buttons ---*/
.glider .prev a{
	float: left;
	width: 35px;
	height: 600px;
	background: url(button-left.png) no-repeat scroll left center;
}
.glider .prev a:hover{
	background: url(button-left-rollover.png) no-repeat scroll left center;
}
.glider .next a{
	float: left;
	width: 35px;
	height: 600px;
	background: url(button-right.png) no-repeat scroll right center;
}
.glider .next a:hover {
	background: url(button-right-rollover.png) no-repeat scroll right center;
}


#footerbig {
	width:950px;
	height:59px;
	background-color:#FFFFFF;
}
#empty_white_part {
	float:left;
	background-color:#FFFFFF;
	width:218px;
	height:59px;
}
#footerinhalt {
	color:#3B3B3B;
	font: bold 10px Verdana, "Trebuchet MS", Arial, Helvetica;
	padding: 10px 20px;
	width:692px;
	height:39px;
	background: url(rn-footer_bg.jpg) no-repeat right;
	float:right;
	text-align: center;
}
#footerinhalt a{
	color:#3B3B3B;
}
#navfoot {
	color:#3B3B3B;
	margin: 0;
	padding: 0;
}
#navfoot a {
	font: bold 10px Verdana, "Trebuchet MS", Arial, Helvetica;
}
#navfoot a.active {
	font: bold 10px Verdana, "Trebuchet MS", Arial, Helvetica;
}

#sitelogo {
	height: auto;
	clear: both;
	padding-left: 88px;
	font: normal 27px Verdana, Arial, Helvetica, sans-serif;
	color:#939886;
	float:left;
}
#sitelogo span {
	color:#D8BA8B;
}

blockquote p {
	/* font: 100 12px/18px "Book Antiqua", "Palatino Linotype", Georgia, Palatino, 'Times New Roman', Times serif; */
	font: normal 11px/18px Verdana, "Trebuchet MS", Arial, Helvetica;
	font-style: italic;
	letter-spacing: -0.1;
	margin: 0 12px;
}


/* --------------- GMaps Modul Formular ---------- */
#static_map {
	margin:0 auto;
	border:1px solid #000;
}

#map_route{
	width: 295px;
	height: 350px;
	border:1px solid #000;
	float:left;
}

#directions {
	float:right;
	width:330px;
}

#directions tbody,#directions tr, #directions table {
	width:330px;
}

#routenplaner fieldset {
	border:none;
}

#routenplaner legend {
	font-weight:900;
}

#routenplaner input {
	border:1px solid #aaa;
	display:block;
	width:40%;
	float:left;
	margin-right:1em;
	padding:0.1em 0.3em;
}