/*** Beginn allgemeine Festlegungen ***/
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*height: 100%;*/ /* in IE7 2 scrollbars !? */
}

body {
	font-size: 62.5%;
	background-color: #52352A;
	background-image: url(../images/bg-body.gif);
	background-position: top;
	background-repeat: repeat-x;
	overflow-y: auto;
	overflow-x: hidden;
}

a {
	color: #8B0021;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style-position: outside;
}

.kleintext {
	font-size: 0.9em;
}

div.abstand-1em {
	height: 1em;
}

div.abstand-2em {
	height: 2em;
}

div#main1 {
	width: 866px;
	margin: 0px auto 3em auto;
	background: url(../images/bg-main1.gif) repeat-y top center;
}

div#main1 div#main2 {
	width: 846px;
	background: url(../images/bg-main2.jpg) no-repeat top center;
	margin: 0 !important;
	padding: 0 10px;
}

div.clearer {
	clear: both;
}
/*** Ende allgemeine Festlegungen ***/

/*** Beginn Header ***/
div#header {
	height: 120px;
}

div#header img {
	margin: 14px 0 0 27px;
}
/*** Ende Header ***/

/*** Beginn Navigation - Spalte links ***/
div#navi {
	width: 213px;
	float: left;
}

div#navi ul {
	list-style-type: none;
	width: 100%;
	margin-top: 1.2em;
	list-style-position:outside;
}

div#navi ul li {
	color: #FFF;
	padding: 6px 0;
}

div#navi ul li a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	padding: 0;
	margin-left: 28px;
/*	border: 1px dashed #FF1493;*/
}

div#navi ul li a:hover {
	text-decoration: underline;
}

div#navi ul li.current {
 	background-image: url(../images/navi-ebene1-current.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* 2. Ebene */
div#navi ul li.current ul {
	width: 212px;
	background-color: #CDCFD3;
	border: 1px solid #FFF;
	border-width: 1px 0;
	margin-left: 1px;
	margin-top: 6px;
	padding: 6px 0;
}

div#navi ul li.current ul li {
/*	border: 1px solid Fuchsia;*/
	margin-left: 23px;
	padding: 3px 0;
	background-image: url(../images/navi-ebene2-schwarz.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#navi ul li.current ul li a {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 12px;
	display:block;
}

div#navi ul li.current ul li.current {
	background-image: url(../images/navi-ebene2-rot.gif);
}

div#navi ul li.current ul li.current a {
	color: #8B0021;
	/*font-weight: bold;*/
}

/*** Ende Navigation - Spalte links ***/

/*** Beginn content-container ***/
div#content-container {
	width: 633px;
	float: left;
	margin-bottom: 3em;
}

/** Beginn content-header **/
div#content-container div#content-header {
	width: 616px;
	height: 254px;
	border: 1px solid #FFF;
	background-color: #DFBA8E;
	color: #FFF;
	padding-right: 15px;
}

div#content-container div#content-header img {
	float: left;
	border-right: 1px solid #FFF;
	margin-right: 19px;
}

div#content-container div#content-header h1 {
	margin: 22px 0px 0.7em 0px;
	font-size: 1.8em;
}

div#content-container div#content-header p, div#content-container div#content-header ul {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0.2em 0 0.2em 12px;
	list-style-type: none;
}

div#content-container div#content-header ul li {
	margin-top: 0.3em;
	list-style-image: url(../images/content-header-listimage.gif);
	list-style-position: outside;
	margin-left: 13px !important;
}

div#content-container div#content-header a {
	font-weight: bold;
}
/** Ende content-header **/

/** Beginn content **/
div#content-container div#content {
	padding: 2em 28px;
}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.2em;
	color: #8B0021;
	margin-bottom: 0.5em;
}

div#content h2 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	clear: both;
}

.news {
	color: #8B0021;
}

div#content p, div#content ul, div#content td {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

div#content ul li {
	list-style-image: url(../images/content-listimage.gif);
	margin-left: 25px;
	margin-bottom: 1.1em;
}

div#content img.leftfloat {
	float: left;
	margin: 0 20px 1.1em 0;
}

div#content label {
	font-size: 1.1em;
	font-weight: bold;
	color: #8B0021;
	display: block;
	width: 120px;
	float: left;
}

div#content form {
	margin-top: 1.6em;
}

div#content form textarea {
	width: 512px;
	height: 10em;
	margin: 0.8em 0 1.2em 0;
	clear: left;
}

div#content form input {
	width: 392px;
	margin-bottom: 0.4em;
}

div#content form input#submit {
	width: 120px;
}
/** Ende content **/
/*** Ende content-container ***/

/*** Beginn Fussbereich ***/
div#fuss {
	height: 191px;
	clear: left;
	background-image: url(../images/bg-fuss.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#fuss p#anschrift {
	margin-left: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #4E4E4E;
}

/* IE 6 Hack */
html>body div#fuss p#anschrift {
	margin-left: 28px;
}

div#fuss p#fuss-links {
	margin-top: 5px;
	margin-left: 655px;
}

/* IE 6 Hack */
html>body div#fuss p#fuss-links {
	left: 467px;
}

div#fuss p#fuss-links a {
	color: #FFF;
}
/*** Ende Fussbereich ***/

/* Omar: google-map*/

.gmap {
	border:1px solid #666666;
	width:565px;
	height:300px;
	text-align:center;
}

div#content form input#radio {
	width:20px;
	margin-bottom: 0.4em;
}

div#content form input.klein {
	width:20px;
	margin-bottom: 0.4em;
}

div#content form input.datum {
	width:80px;
	margin-bottom: 0.4em;
}

div#content .schwarz {
	font-size: 1.1em;
	color: #8B0021;
	display: block;
	width: 120px;
	float: left;
	padding-left: 10px;
}

div#content .auswahl {
	font-size: 1.1em;
	color: #000000;
	display: block;
	width: 120px;
	float: left;
}

div#content .formText {
	font-size: 1.1em;
	font-weight: bold;
	color: #8B0021;
	display: block;
	float: left;
}

div#content .text {
	font-size: 1.1em;
	color: #000000;
	display: block;
	float: left;
}

.router {
	border:1px solid #666666;
	width:200px;
	height:300px;
	text-align:center;
	background-image: url(http://www.map24.com/images/route_to_own_whi.gif);
	background-repeat: no-repeat;
}

div#content form input.routerIn {
	width:50px;
	margin: 0px;
}

.trenner
{
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	padding: 0.1em 0 0 0;
	margin-bottom: 0.2em;
}

/* Lupe */

.t4 {
  position:relative;
  bottom:25px;
  clear:both;
}

.t3 {
  background: url(/typo3/sysext/t3skin/icons/gfx/zoom.gif) no-repeat center center;
  width:20px;
  height:20px;
  position:absolute;
  right:-1px;
  bottom:0px;
  top:0;
  display:inline;
  cursor:pointer;
}


* html .t4 {
  bottom:21px;
}


/* Menu fuer den Sprachwechsel mit Abstand nach oben */
#sprachwechsel {
	width: 846px;
	margin: 26px auto 5px;
	color:#ffffff;
}

#sprachwechsel a {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
#sprachwechsel a:hover {
	text-decoration:underline;
}












