/* ########### META-Design festung-mainz.NET ######### */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin: 0px;
        padding: 0px;
}
	
body {
	background-image: url(../images/bg-linie.gif);
	background-repeat: repeat-y;
}
	
a {
	text-decoration: none;
	color: #4868DE;
}

a:hover {
	text-decoration: underline;
}

acronym, abbr, dfn {
       font-style: normal;
}

/ *#content a dfn, #content a:hover dfn {
       color: black;   
       text-decoration: none;
} */

#leftmenu acronym, #leftmenu dfn, #leftmenu abbr {
       border-bottom: none;
}

#container {
	position: relative;
	z-index: 1;
	border-right: 1px #AFAFAF solid;
	padding-bottom: 20px;
	width: 1000px;
	background-image: url(../images/linie_braun.gif);
	background-repeat: repeat-y;
	background-color: white;
}

.hidden {
        display: none;
}


/* ########## HEAD ########### */

#head {
	height: 105px;
	background-color: white;
	background-image: url(../images/bastion5.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#head img {
	vertical-align: middle;
	border: none;
        margin: 0px 15px 0px 0px;
}

#head ul {
	margin: 0px;
	padding: 3px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#head li {
        display: inline;
	padding: 5px;	
	font-size: 0.9em;
}

#head li a {

        color: #CC7700;
}

#head li a:hover {
	text-decoration: underline;
}



/* ####### TOPMENU ######### */

#topmenu {
	position: relative;
	background-color: #CC7700;
	padding: 0px 0px 0px 146px;
	height: 2.1em;
}

#topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #CC7700;
	width: 100%;
	float: left;
}

#topmenu li {
	float: left;
	text-align: center;
}	

#topmenu a {
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px white solid;
	display: block; 
	padding: 0.45em 0.20em 0.45em 0.20em;
        width: 10.5em;
}	

#topmenu a:hover {
	text-decoration: none;	
	
}



/* ############## ROOT ############## */

.root {
        position: relative;
	color: #A0A0A0;
	font-size: 0.9em;
	padding: 0.5em 0em 0.5em 0em;
	border-bottom: 1px #A0A0A0 solid;
	margin: 7px 0px 14px 0px;
        width: 100%;
        display: block;
}

.rootlinks {
        margin-right: 120px;
        display: block;
}

.root a {
	color: #A0A0A0;
	text-decoration: none;
        z-index: 1;
}

.root a:hover {
	text-decoration: underline;

}

.root a dfn, .root a:hover dfn {
      color: gray;
}

.druckversion {
	position: absolute;
        top: 0px;
	right: 0px;
        padding: 5px 0px 5px 0px;
        margin-left: 10px;
        background-image: url(../images/druckversion.gif);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        width: 9em;
        text-align: right;
}

/* ############ LEFTMENU ########## */

#leftmenu {
	position: absolute;		
        left: 0px;
	margin-top: 35px;
        background-color: #F7B563;
}

#leftmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 147px;
	border-top: 1px white solid;
        overflow: hidden;
}

#leftmenu li {
	display: block; 
	border-bottom: 1px white solid;
}	

#leftmenu a {
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-decoration: none;
        padding: 7px;
        display: block;
}	

#leftmenu a:hover {
	text-decoration: none;
}

#leftmenu li.ifsub {
        border: none;
}

#leftmenu li.sub {
       font-weight: normal;
       padding-left: 20px;
       border: none;
}

#leftmenu li.subend {
       font-weight: normal;
       padding-left: 20px;
}

#leftmenu li.sub a {
       font-weight: normal;
       padding: 5px;
       display: block;
}

#leftmenu li.subend a {
       font-weight: normal;
       padding: 5px 5px 10px 5px;
       display: block;
}



/* ########## CONTENT ########### */

#content {
	position: relative;
	margin: 0px 0px 0px 170px;
}

.normalwithright {
	position: relative;
	margin-right: 235px;
	font-size: 1em;
        line-height: 1.8em;
}

.right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	margin: 12px 10px 0px 0px;
}

.normal {
	position: relative;
	margin-right: 25px;
	font-size: 1em;
        line-height: 1.8em;
}

.copyright {
	color: #A0A0A0;
	font-size: 0.9em;
	margin-top: 2em;
}

.copyright a {
	color: #A0A0A0;
}