/*
* CSS for Design-Template BlueSquare
* Created by: STFmedia
* Adapted for REDAXO: STFmedia
* mailto:thorsten@stf-media.com for further assistance, no telephone support
* Last modified: 31.08.2008 15:47:04
*/
body {
	margin: 0px auto;
	text-align: center;
	padding: 0;
	font-family: Arial, sans-serif;
	background: #D36F32 url(ddddddd.jpg) top center no-repeat;
	font-size: 0.75em;
	height:99%;
	background-attachment:fixed;
}
#wrap {
	text-align: left;
	background: transparent url(transp80.png);
	color: #202020;
	margin: 0 auto;
	width: 980px;
}
#topper {
	height: 24px;
	width: 100%;
	background-color: #ECC088;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#topper p {
	color: #404040;
	font-size: 10px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	float: left;
	width: 30%
}
#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 120px;
}
#header h1 {
	width: 230px;
	margin: 5px 0 0 5px;
	float: left;
	font-size: 17px;
	color:#D36F32;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:focus {
	color: #D36F32;
	text-decoration: none;
	position:relative;
	top:30px;
	left:0px;
}
#header p {
	width: 360px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.2em;
}
.mainNav {
	margin: 0 0 15px 0;
	height: 24px;
	width: 100%;
	background-color: #ECC088;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.mainNav ul {
  display:block;
  margin:0;
  padding:0;
}
.mainNav ul li {
  display:inline;
  list-style-type:none;
}
.mainNav ul li a, .mainNav ul li a:visited {
	background-color: #D36F32;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.mainNav ul li a.rex-active, .mainNav ul li a:hover {
	background-color: #ECC088;
	color: #404040;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff
}
.mainNav ul li a.rex-current, .mainNav ul li a.rex-current:hover, .mainNav ul li a.rex-current:visited, .mainNav ul li a.rex-current:active {
	background-color: #ECC088;
	color: #404040;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff
}

div.teaser {
	margin-bottom: 25px;
	border-bottom: 1px solid #606060;
}
#navigation {
	float: left;
	width: 180px;
	padding: 0px;
}

#navigation ul.rex-navi1 li {
	margin: 2px 0 0 -35px;
	list-style-type: none;
	background: #D36F32;
}
#navigation ul.rex-navi1 a, #navigation ul.rex-navi1 a:link {
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	width:165px;
	font-weight: normal;
	line-height: 32px;
	color: #fff;
}
#navigation ul.rex-navi1 a.rex-current, #navigation ul.rex-navi1 a.rex-current:link, #navigation ul.rex-navi1 a:hover {
	text-decoration: none;
	color: #404040;
	background: #ECC088;
}

#navigation ul li ul.rex-navi2 {
  width:80px;
  margin-left:20px;
  padding-left:30px;
}
#navigation ul li ul.rex-navi2 a:hover, #navigation ul li ul.rex-navi2 a.rex-current {
  width:120px;
}
.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
}
#extras {
	float: right;
	width: 250px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras p {
	margin: 0 0 1.5em 0;
}
#wetter{width:100%;text-align:center;}
#content {
	margin: 0 240px 20px 220px;
	border-left: 1px solid #d36f32;
	border-right: 1px solid #d36f32;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}
#content h2 {
  
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
#content h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}
#content h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#content li {
  margin-left:20px;
}
#content img {
	padding: 1px;
	display: inline;
	background: #cccccc;
	border: 1px solid #f0f0f0;
}
#content div.flRight {
	float: right;
	margin-left: 10px;
}
#content div.flLeft {
	float: left;
	margin-right: 10px;
}
#content h1 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
}
a img {
	border: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 12px solid #ECC088;
	width: 760px;
	text-align: center;
	color: #4E4E4E;
	font-size: 0.9em;
}
#footer a {
	color: #4E4E4E;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	margin: 10px 10px 5px 0;
	float: left;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
div#breadcrumb {
	padding: 10px 0 10px 0;
	text-align: right;
}
ul.breadcrumb li {
	list-style-type: none;
	display: inline;
	margin-right: 0px;
}

#doform46 {
margin-left:30px;
}

.formtext {
  width:300px;
  border:1px solid #D36F32;
}

.formtextfield {
  width:300px;
  border:1px solid #D36F32;
}

.formsubmit {
  margin-top:20px;
}
.addthis_toolbox{
width:80%;
margin:20px 0 20px 50px;
}
#map_canvas{
background:transparent;
}
#map_canvas img{
border:none;
background:none;
}
#waehrung{
position:relative;
left:30px;
}
.kleinOhneAbstand{
font-weight:normal;
font-size:0.8em;
margin-top:0px;
}

h3 + p{margin-top:-10px;}
.Beispiel1 {
font-weight:normal;
font-size:0.9em;
margin-top:-20px;
}