/* ERZEUGUNG TAGS */
h1 {
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
    color: #9A3334;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px 2px 0px;
}
h2 {
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
    color: #9A3334;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px 2px 0px;
}
h3 {
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
    color: #9A3334;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px 2px 0px;
}
h4 {
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
    color: #9A3334;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px 2px 0px;
}


body {
	background-color: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.7em;
	margin-top: 25px;
}
.bodycenter {
    	text-align: center;
}
#Layout {
	background-image: url(../images/schatten_streifen_rechts.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 796px;
	margin: auto;
}
#MainLayoutRight {
	padding-top: 0px;
	width: 796px;
	background-image: url(../images/schatten_ecke_rechts_o.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#MainBody {
	text-align: left;
	border: 1px black solid;
	width: 778px;
	margin: 0px 8px 0px 8px;
}
#LanguageMenu {
	text-align: right;
	height: 8px;
	padding: 4px 17px 0px 0px;
}
#LogoText {
	text-align: left;
	/* font-size: 2.5em; */
	margin-left: 12px;
	margin-top: -5px;
	height: 115px;
	color: #9A3334;
	font-weight: bold;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
}
#BackgroundImage {
	height: 220px;
	position: relative;
	background-image: url(../images/Headerbild_4.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/* ERZEUGUNG HEADER */
#Header {
	position: relative;
	background-position: right;
	background-repeat: no-repeat;
	background-color: black;
}
#MainContent {
	margin: 17px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
}
#MainContent a {
	color: #9A3334;
	text-decoration: none;
}
#subtitle {
  position: absolute;
  left: 0px;
  padding: 17px;
  top: 125px;
  font-size: 2.1em;
  color: #9A3334;
  font-weight: bold;
}
#FooterContent {
	text-align: left;
	vertical-align: middle;
	padding: 5px 17px 3px 7px;
	background-color: #9A3334;
	color: white;
}
#MainFooter {
	width: 786px;
	text-align: left;
	margin-left: 8px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	background-image: url(../images/schatten_streifen_u.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 16px;
	height: 10px;
}
#MainFooterContent {
	width: 770px;
	padding-left: 17px;
	padding-top: 10px;
	background-image: url(../images/schatten_ecke_rechts_u.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	height: 10px;
}
#MainFooterContentLeft {
	width: 770px;
	background-image: url(../images/schatten_ecke_links_u.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}
#Webbyrol a,#Webbyrol a:link,#Webbyrol a:visited,#Webbyrol a:hover,#Webbyrol a:active {
	position: absolute;
	top: 11px;
	right: 17px;
	font-size: 1.0em;
	color: #000000;
}

/* FORMATIERUNG MENU FUER HAUPTMENU */
#Menu {
	padding: 5px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
	background-color: #9A3334;
	color: white;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#Menu ul li {
	padding: 4px 45px 5px 17px;
	vertical-align: middle;
	float:left;
}
#Menu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

/* FORMATIERUNG MENU FUER FOOTERMENU */
#FooterContent  ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 16px;
}
#FooterContent  ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 85px;	
}
#FooterContent ul li a {
	display: block;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
	height: 15px;
	line-height: 16px;
	vertical-align: middle;
}
#LanguageMenu ul {
	margin: 0px;
}
#LanguageMenu  ul li {
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.0em;
	list-style: none;
	float: right;
	padding: 0px 0px 0px 10px;	 
	width: 40px;
	line-height: 16px;
	vertical-align: middle;
}
#LanguageMenu ul li a { 
	text-decoration: none;  
}
#LanguageMenu a:hover {
  color: #000000;
	font-weight: bold;
}
.LanguageMenunormal {
	color: #000000;
}
.LanguageMenuactive {
	color: #9A3334;
	font-weight: bold;	
}

/* ERZEUGUNG CLASSEN */
.userNavi {
    text-align: right;
    height: 20px;
}
.logout, .userNavi table {
    float: right;
    margin: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #ffffff;
}
.typo3-editPanel-previewBorder {
    background-color: #CDCDD4;
}
.logout a ,.logout a:hover, .logout a:visited {
    padding: 1px 20px 1px 20px;
    width: 42px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #9A3334;
}
.headertitlebrown {
    color: #9A3334;
    font-weight: bold;
}
.headersubtitlebraun {
    color: #9A3334;
}
.footermenuwithborder {
    border-left: 1px solid #ffffff;
}
.secondLanguagemenu {
    border-left: 1px solid #9A3334;
}

/* Formular */
.errorformfield {
	color: #FF0000;
	font-weight: bold;
}
.fields {
	width: 148px;
}
.red {
	color: #FF0000;
}