#body { 
	background-color: #641122;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}


/* --- Formen --- */

#page {
	width: 1000px;
	margin: auto;			/* Für linksbündigen Auftritt margin rausnehmen */
	position: relative;
}

#top {
	width: 1000px;
	height: 100%; 
	overflow: hidden;
	border-top: 1px solid;
    border-bottom: 1px solid;
	margin-bottom: 1px;				/* Abstand unten */
}

#top img {
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

#middle {
	width: 1000px;
    background-position: bottom left;
    background-repeat: no-repeat;
	position: relative;
}


/* --- MENU --- */

#menu {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 205px;
    margin: 15px;
    padding: 0px;
}

#submenu {
	display: none;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
    display: inline;
	overflow: hidden;
}

#menu ul li a,
#menu ul li.off a {
	display: block;
	padding: 4px 5px 5px 8px;
    margin-bottom: 5px;
    background: #fff;
	color: #641122;
	border: 1px solid #641122;
    border-left: 4px solid #641122;  /* border-right: 4px solid; border-top: 4px solid; border-bottom: 4px solid; */
    text-decoration: none;
    font-weight: bold;
}

#menu ul li.on a,
#menu ul li a:hover {
    background: #d5d8d7;
	color: #641122;
}

#menu ul li.hover ul,
#menu ul li.off ul,
#menu ul li ul {
	margin: 0px 0px 10px 10px;
	display: none !important;
}

#menu ul li.on ul {
	display: block !important;
}

#menu ul li ul li a,
#menu ul li ul li.off a {
	padding: 4px 5px 5px 8px;
	margin: 0px;
    background: transparent;
	color: #000;
	border: none;
    font-weight: normal;
}

#menu ul li ul li.on a,
#menu ul li ul li a:hover {
	padding: 4px 5px 5px 8px;
    background: transparent;
	color: #FD9E41;
	border: none;
    font-weight: normal;
}

#menu ul li ul li ul,
#menu ul li ul li.on ul,
#menu ul li ul li.off ul {
	margin: 0px 0px 5px 15px;
	display: block;
}

#menu ul li ul li ul li a,
#menu ul li ul li ul li.off a {
	padding: 2px 0px 2px 8px;
    background: transparent;
	color: #000;
	border: none;
	font-size: 12px;
    font-weight: normal;
}

#menu ul li ul li ul li.on a,
#menu ul li ul li ul li a:hover {
	padding: 2px 0px 2px 8px;
    background: transparent;
	color: #FD9E41;
	border: none;
	font-size: 12px;
    font-weight: normal;
}

/* --- MENU ENDE --- */

#infotext {
    width: 205px;
	margin: 30px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    line-height: 20px;
    z-index: 10;
}

#content {
    margin-left: 235px;
	background: #fff;
	padding: 15px 30px 30px 30px;
	width: 705px;
	overflow: hidden;
}

#content a {
    color: #133202;			/* Links im Inhalt */  
}

#bottom {
    width: 1000px;
    margin-top: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#bottom a {
    text-decoration: underline;
    font-weight: 100;
	color: #641122;					/* Links im Bottom*/
}

#bottom td {
    vertical-align: top;
    line-height: 15px;
}

#footer {
    width: 970px;
    padding: 5px 15px 10px 15px;
}

#footer td {
    vertical-align: top;
    white-space: nowrap;
}

#footer a {
    text-decoration: underline;
    font-weight: 100;
	color: #641122;					/* Links im Footer */
}


/* ################ FARBEN */
#page,
.menu1 {
    background-color: #8a898a;
}

#top {
    background-color: #1d5000;
}

#middle {
    background-color: #ddbac1;
}

#content {
    background-color: #fff;
}

#bottom {
    background-color: #be6b7e;
}

#top,
#bottom {
    border-color: #641122;
}

#infotext {
	color: #000;
}

#footer {
	background: #8a898a;
}


/* VORLAGEN */


#content .template {
	width: 705px;
	margin: 0px 0px 15px 0px;			/* Abstände der Vorlagen voneinander */
}

#content .template h1 {
	font-size: 16px;
	color: #641122;					/* Schriftfarbe h1 Überschriften */
}

#content .template h3 {
	font-size: 14px;
}

#content .template p {
	color: #333;				/* Schriftfarbe Fließtext */
	font-size: 14px;
}

#content .bild br {
	display: none;
}

#content .template_default small,
#content .template_1bild small,
#content .template_2bild small,
#content .template_3bild small {
	margin: 2px 0px 4px 0px;
	display: block;
}

#content .template_text2bild small,
#content .template_2bildtext small {
	margin: -15px 0px 5px 0px;
	display: block;
}

#content .template_2bild .template_left,
#content .template_2bild .template_right {
	width: 345px;
}

#content .template_2bild .template_left img,
#content .template_2bild .template_right img {
	border: 1px solid #133202;
	width: 339px;
	padding: 2px;
}

#content .template_3bild img {
	margin: 0px;
	border: 1px solid #133202;
	padding: 2px;	
	width: 219px;
}

#content .template_3bild .template_left, 
#content .template_3bild .template_right {
	width: 225px;
}

#content .template_text2bild .abstandRechts,
#content .template_2bildtext .template_left {
	width: 465px;
	margin-right: 0px;
}

#content .template_text2bild img,
#content .template_2bildtext img {
	display: block;
	margin: 4px 0px 15px 0px;
	width: 225px;
}

#content .template_2bildtext .abstandRechts {
	width: 225px;
	margin-right: 15px;
}

#content .template_2bildtext .template_left.abstandRechts br {
	display: none;
}


#content .template_fileview {
	width: 703px;					/* Andere Breite wegen dem Border */
	background: #fff;
	color: #333;	
	border: 1px solid #FD9E41;
}

#content .template_fileview h1 {
	font-family: arial, helvetica, sans-serif;
	background: #FD9E41;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 4px 15px;
}

#content .template_fileview .item {
	padding: 0px 15px 15px 15px;
}

#content .template_fileview .icon {
	display: block;
	float: right;
} 

#content .template_fileview .minitext.link a {
	color: #333;
} 

#content .template_fileview .minitext.link a:hover {
	color: #376B61;
}

#content .template_fileview .minitext.link {
	padding-bottom: 5px;
}

#divider,
#content .template_divider {
	background: #641122;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

#divider,
#content .template_divider h1 {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 4px 15px;
	margin: 0px;
}

#infobox {
	background: #fff;
	color: #000;
	padding: 10px;
}

#content .template_table {	
	margin: 2px;
	text-align: left;
}

#content .template_table th {
	background: #641122;
	color: #fff;
	padding: 5px;
	margin: 0px;
	text-align: center;	
}

#content .template_table td {
	background: #f8f2f2;
	padding: 5px;
	margin: 0px;
	color: #000;
}








