/*Tags*/
h1
{
    font-size:1.0em;
    color:#7AB438;
    font-weight:bold;
    margin:5px 0px 2px 0px;
    padding:0px;
}
h2
{
     font-size:1.0em;
    color:#7AB438;
    font-weight:bold;
    margin:5px 0px 2px 0px;
    padding:0px;
}
h3
{
     font-size:1.0em;
    color:#7AB438;
    font-weight:bold;
    margin:5px 0px 2px 0px;
    padding:0px;
}
h4
{
     font-size:1.0em;
    color:#7AB438;
    font-weight:bold;
    margin:5px 0px 2px 0px;
    padding:0px;
}

body {
	background-color: white;
	font-family: Arial;
	font-size: 0.8em;
	margin-top: 25px;

}
#Layout {
	background-image: url(../images/schatten_streifen_rechts.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 794px;
	margin: auto;
	/*background-color: black;*/
}
#MainLayoutRight {
	padding-top: 0px;
	background-image: url(../images/schatten_ecke_rechts_o.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 794px;
}
#MainBody {
	text-align: left;

	width: 778px;
	margin: 0px 8px 0px 8px;
}
#LanguageMenu {
	text-align: right;
	padding:4px 17px 0px 0px;
	height:30px;
	display:none;
	
}
#LogoText {
	text-align: left;
	font-size: 2.5em;
	margin-left: 17px;
	height: 90px;
	color: #666666;
	line-height: 90px;
	font-weight:bold;
}

/*Header Style*/
#Header {
	/*line-height: 200px;*/
	
	position:relative;
	height:200px;
	background-color:#7AB439;
	background-position:right;
	background-repeat:no-repeat;
	display:none;
}

#subtitle 
{
    position:absolute;
    right:0px;
    padding:17px;
    top:142px;
    font-size:2.3em;
    color:#ffffff;
    font-weight:bold;
}

#search 
{
    height:17px;
    width:161px;
    background-color:#317c9b;
    padding:0px 0px 0px 17px;
    border-bottom:solid 1px #FFFFFF;
}

#MainContent {
	/*line-height: 200px;*/
    margin:17px;
}
#FooterContent {
	text-align: left;
	padding: 5px 17px 3px 7px;
	vertical-align: middle;
	background-color: #666666;
	display:none;
	color: white;
	height:12px;
	
}
#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;
	display:none;
}
#MainFooterContent {
	padding-left: 17px;
	padding-top: 10px;
	background-image: url(../images/schatten_ecke_rechts_u.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 770px;
	display:none;
	/*background-color: black;*/
	/*margin-right: -16px;*/
}
#MainFooterContentLeft {
	/*padding-top: -10px;*/
	background-image: url(../images/schatten_ecke_links_u.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 770px;
}

/*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:#000000;
}

.headertitlegreen
{
    color:#7ab438;
    font-weight:bold;
}

.headersubtitleblack 
{
    color:#000000;
}

.footermenuwithborder 
{
    border-left:solid 1px #ffffff;
}

.secondLanguagemenu 
{
    border-left:solid 1px #000000;
}

/* Menueformatierungen Hauptmenü*/
#menu 
{
    padding:12px 0px 0px 0px;
    text-transform:uppercase;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;		
}

#menu ul li a{
	display:block;
	width:161px;
	padding:5px 0px 5px 17px;
	color:#ffffff;
    text-decoration:none;
    font-weight:bold;	
    height:18px;
}

/* Menueformatierungen Footermenü*/

#FooterContent  ul
{
    margin:0px;
    padding:0px;
}

#FooterContent  ul li  {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;	
	width:80px;	

}

#FooterContent ul li a{
	display:block;
	padding:0px 10px 0px 10px;
	color:#ffffff;
    text-decoration:none;
    font-weight:bold;	
    height:12px;
    line-height:16px;
    vertical-align:middle;
}

#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;  
}
.LanguageMenunormal
{
    color:#000000;
}
.LanguageMenuactive
{
	color:#7AB438;
    font-weight:bold;	
}
