/* Tags */
h1 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1.3em;
    /* font-size: 1.1em; */
    /* rot */
    color: #a30223;
    font-weight: bold;
    margin: 5px 0px 2px 0px;
    padding: 0px;
}
h2 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1.0em;
    /* orange */
    color: #ec8f2f;
    font-weight: bold;
    margin: 5px 0px 2px 0px;
    padding: 0px;
}
h3 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.9em;
    /* gruen */
    color: #606f1d;
    font-weight: bold;
    margin: 5px 0px 2px 0px;
    padding: 0px;
}
h4 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    color: #592A52;
    font-weight: bold;
    margin: 5px 0px 2px 0px;
    padding: 0px;
}

/* Stylesheet Hauptseite */
body {
		background-color: #ffffff;
		font-family : Arial, Verdana, Sans-Serif;
		font-size: 0.7em;
		margin-top: 8px;
}
.bodycenter {
    text-align: center;
}
#Layout {
		width: 794px;
		margin: auto;
		padding-bottom: 0px;
}
#MenuContainer {
		padding: 0px 0px 6px 0px;
		color: #FFFFFF;
}
#LanguageMenu {
		text-align: right;
		color: #000000;
		/* Neu */
		float: right;
		margin: 0px 0px -8px 0px;
}

/*Header Style*/
#Header {
		position: relative;
		height: 280px;
		background-image: url(../images/header_02.jpg);
		background-position: right;
		background-repeat: no-repeat;
}
#Border {
		background-image: url(../images/balken_top_links.gif);
		/* background-image: url(../images/balken_top_links.gif); */
		background-position: left;
		background-repeat: no-repeat;
		height: 53px;
		margin-top: 0px;
}
#MenuImage {
	  background-image: url(../images/menu_02.gif);
		background-position: left;
		background-repeat: no-repeat;
		height: 176px;
		margin: -15px 0px 0px 0px;
}
#MainContent {
        padding: 0px 0px 10px 174px;
        margin: 0px 0px 0px 0px;
        /* margin: -92px 0px 0px 0px; */
        font-family: Arial, Verdana, Sans-Serif;
		font-size: 1.1em;
}
#MainContent a {
		color: #a30223;
		text-decoration: none;
}

/*
#VImage {
		background-image: url(../images/blatt.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: -95px 0px 0px -150px;
		height: 94px;
		width: 114px;
}
*/

#MainFooter {
		width: 794px;
		text-align: left;
		margin-left: 0px;
}
#MainFooterContentTop {
		background-image: url(../images/punkt.gif);
		background-position: top;
		background-repeat: repeat-x;
		width: 794px;
}
#MainFooterContent {
		width: 794px;
		padding: 6px 0px 6px 0px;
		background-image: url(../images/punkt.gif);
		background-position: bottom;
		background-repeat: repeat-x;
}
#FooterContainer {
		width: 794px;
		text-align: left;
		margin: 0px;
}
#webbyrol a,#webbyrol a:link,#webbyrol a:visited,#webbyrol a:hover,#webbyrol a:active {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 1.0em;
		color: #000000;
		text-align: left;
}
#SuedtirolLogo {
        float: right;  
}

#RoterHahn {
	width: 43px;
	height: 53px;
	position: absolute;
	top: 23px;
	right: 9px;
	display: block;
}

/* Classen Einbindung */
.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: #000000;
}
.headertitledarkred {
    color: #a30223;
    font-weight: bold;
}
.secondLanguagemenu {
   	border-left: solid 1px #000000;
}


/* Menueformatierungen Hauptmenue */
#Menu {
    padding: 5px 0px 0px 17px;
    text-transform: uppercase;
    /* color: #a30223; */
    color: #FFFFFF;
}
#Menu ul {
    margin: 0px 0px 0px 0px;
	padding: 0px;
}
#Menu ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
	list-style: none;		
}
#Menu ul li a {
	display: block;
	width: 161px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-family : Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;	
	height: 18px;
	color: #FFFFFF;
	/* color: #a30223; */
}

/* Sprachwahl Formatierung */
#LanguageMenu ul {
    margin: 0px;
}
#LanguageMenu  ul li {
	margin: 0px;
	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: #a30223;
    font-weight: bold;	
}

/* Menueformatierungen Footermenue*/
#FooterContent {
	padding: 5px 0px 0px 8px;
	color: #000000;
	background-image: url(../images/punkte_02.gif);
	/* background-image: url(../images/punkte.gif); */
	background-position: left;
	background-repeat: no-repeat;
	height: 72px;
	/* height: 45px; */
}
#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 0px 10px 10px;
	color: #000000;
	text-decoration: none;
	font-family : Arial, Verdana, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	height: 15px;
	line-height: 16px;
	vertical-align: middle;
}

/* Formularfelder Definition */
.errorformfield {
	color: #FF0000;
	font-weight: bold;
}
.fields {
	width: 148px;
}
.red {
	color: #FF0000;
}

