body {
    margin          : 5px;
	background-color: #FFFFFF;
    color		   	: #000080;
	font-family	   	: "MS Verdana", sans-serif;
	font-size       : 12px;
    text-align		: justify;
}

/* ELEMENTFORMATIERUNGEN */

td {
    color		   	: #000080;
	font-family	   	: "MS Verdana", sans-serif;
	font-size       : 12px;
}

hr {
    color		   	: #989898;
	background-color: #989898;
	border          : 0px;
	height          :1px;
}

a:link, a:visited {
	color			: #000080;
	text-decoration : underline;
}

a:hover {
	text-decoration : none;
}

/* TEXTFORMATIERUNGEN */

.stand {
    position        : absolute;
	color			: #FFFFFF;
	font-size		: 10px;
	width			: 150px;
	text-align      : center;
	padding-top  	: 4px;
}




.seitentitel {
	font-weight     : bold;
	font-size		: 18px;
}

/* BOXFORMATIERUNGEN */

.hauptbox {
    background-color: #E0E0E0;
	background-image: url(img/bg_nav.gif);
    background-repeat: repeat-y;
    border          : 1px solid #000080;
    width           : 950px;
    margin          : auto
}

.kopfbox {
	background-image: url(img/titel.jpg);
	background-repeat: no-repeat;
	height			: 80px;
	border-bottom	: 1px solid #000080;
}

.navigationsbox {
	background-color: #989898;
	background-image: url(img/bg_leiste.jpg);
	background-repeat: no-repeat;
	height			: 20px;
	text-align		: left;
	border-bottom	: 1px solid #000080;
}

.navigation_text {
    position        : absolute;
	color			: #FFFFFF;
	font-weight     : bold;
	font-size		: 14px;
	text-align		: left;
	padding-left	: 160px;
}

.navigation_text a:link, .navigation_text a:visited {
	color			: #FFFFFF;
	text-align		: left;
	text-decoration : none;
}

.navigation_text a:hover {
	text-decoration : underline;
}

.subnavigationsbox {
	float           : left;
    width           : 130px;
	color			: #FFFFFF;
	text-align		: left;
	padding		    : 5px;	
}

.subnavigation_text {
	color			: #FFFFFF;
	font-weight     : bold;
	font-size		: 14px;
	text-align		: left;
}

.subnavigation_text a:link, .subnavigation_text a:visited {
	color			: #FFFFFF;
	text-align		: left;
	text-decoration : none;
}

.subnavigation_text a:hover {
	text-decoration : underline;
}

.inhaltsbox {
    margin-left     : 150px;
    margin-right    : 10px;
    padding         : 10px;
}

.fussbox {
    clear           : left;
    background      : #989898;
    padding         : 5px 5px 0px 0px;
	text-align      : right;
	border-top      : 1px solid #000080;
	height			: 24px;	
}

.fussbox_text, .fussbox_text a:link, .fussbox_text a:visited {
	color			: #ffffff;
	text-align		: left;
	text-decoration : none;
}

.fussbox_text a:hover {
	text-decoration : underline;
}
