body {
	background-color:#990000;
	color: #333333;
	font-family: Helvetica;
	font-size: 10pt;
	text-align: center;
	margin: 8px;
}

H1 {
	color: #990000; 
	font-weight: bold; 
	font-size: 14pt;
	margin-top: 0px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: inherit;
}

H2.red {
	color: #990000; 
	font-weight: bold; 
	font-size: 14pt;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	/*font-family: inherit;*/
}

H2.darkgrey {
	color: #333333; 
	font-weight: bold; 
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 4px;	
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: inherit;
}

H3 {
	color: #990000; 
	font-weight: bold; 
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: inherit;
}

H4 {
	color: #990000; 
	font-weight: bold; 
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: inherit;
}


P, TD, TEXTAREA, INPUT {
	font-size: 10pt;
	font-family: Helvetica;
}

P.h4 {
	font-size: 10pt;
	font-family: Helvetica;
	margin-top:2px;
}

/* ###    DIV    ### */
div {
	background-color: #F0F0F0;
}

DIV.box {
	width:986px; 
	margin: 0 auto; 
	text-align:left
}

DIV.left3perc {
	width:3%; 
	float:left; 
	height:30px; 
	background-color:transparent;
}
/* ###    /DIV    ### */


/* ###    SPAN    ### */
SPAN.left {
	float:left;
}
/* ###    /SPAN    ### */


/* ###    Head    ### */
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

DIV.headRight {
	float: right;
/*	width: 40%;*/
	width: 400px;
	height: 100px;
	vertical-align: text-bottom;
	text-align: center;
	word-spacing: 8px;
	border: 0px solid black;
}

DIV.headLeft {
	float: left;
/*	width: 40%;*/
	width: 400px;
	height: 100px;
	border: 0px solid black;	
}

DIV.headCenter {
	float: left;
/*	width: 19%;*/ /* IE mag die 20% nicht */
	width: 180px;
	text-align: center;
	border: 0px solid black;	
}

DIV.headMenu {
	font-family: "Times New Roman", Times, serif;
	clear: left;
	width: 100%;
	height: 30px;
	border-top: 1px solid #CCCCCC;
	background-image: url(/images/layout/vert-verlauf-rot.gif);
	font-weight: bold;
	font-size: 14pt;
	color: #990000;
	padding-top: 0px;
}

DIV.headHomepage {
	float:left; 
	text-indent:42px; 
	width:30%; 
	background-color:transparent;
}

DIV.headMenuItemNormal {
	float:left;
	height:30px;
	background-color:transparent;
	padding: 0px 8px;
}

DIV.headMenuItemMouseOver {
	float: left;
	height: 29px;
/*	background-image: url(/images/layout/vert-verlauf-grau-rot.gif); 
	color: #F0F0F0; */
	background-image: url(/images/layout/vert-verlauf-hlgrau-rot.gif); 	
	color: #333333;
	padding: 0px 8px;
}


IMG.headImgSchrift {
	margin-top: 20px;
	margin-left: 8%;

/*	margin-left: 3%;
	float: left;*/
}

IMG.headImgLogo {
	margin: 4px 0px;
}

IMG.headImgDummy {
	margin-top: 20px;
}
/* ###    /Head    ### */


/* ###    Inline    ### */
DIV.inlineBoxRight {
	float: right; 
	width: 44%; 
	height: 65%;
}

DIV.inlineBoxLeft {
	float: left; 
	width: 52%;
	height: 250px;
}

DIV.inlineBoxBottom {
	float: left; 
	width: 208px; 
	font-size: 10pt;
}
/* ###    Inline - Rounded Box   ### */
DIV.RBTopLine {
	height: 8px;
	font-size: 9px;
	background-image: url(/images/layout/linie-ob.gif);
}

DIV.RBTopLeft {
	float: left;
	background-image: url(/images/layout/ecke-li-ob.gif); 
	width: 8px; 
	height: 8px;
	font-size: 7px;
}

DIV.RBTopRight {
	float: right;
	background-image: url(/images/layout/ecke-re-ob.gif); 
	width: 16px; 
	height: 8px;
	font-size: 7px;
}

DIV.RBTextbox {
	float: left; 
	height: 200px; 
	padding-left: 8px; 
	border-left: 1px solid #CCCCCC;
}

DIV.RBShadRight {
	float: right;
	background-image: url(/images/layout/schatten-re.gif); 
	width: 16px; 
	height: 100%
}

DIV.RBBoxBottom {
	clear: left;
	height: 16px;
	font-size: 16px;
}

DIV.RBShadBottom {
	clear: left;
	background-image: url(/images/layout/schatten-un.gif);
	height: 16px;
	font-size: 16px;
}

DIV.RBBottomLeft {
	float: left;
	background-image: url(/images/layout/ecke-li-un.gif); 
	width: 8px; 
	height: 16px;
	font-size: 16px;
}

DIV.RBBottomRight {
	float: right;
	background-image: url(/images/layout/ecke-re-un.gif); 
	width: 16px; 
	height: 16px;
	font-size: 14px;
}
/* ###    /Inline - Rounded Box   ### */

DIV.inlineVerticalLine {
	float: left; 
	width: 1px; 
	height: 100%; 
	background-color: #CCCCCC; 
	margin-left: 4px; 
	margin-right: 16px;	
}
/* ###    /Inline    ### */


/* ###    Footer    ### */
DIV.footerMenu {
	clear: left; 
	margin-left: 3%; 
	margin-right: 3%; 
	padding: 4px; 
	text-align: center; 
	color: #990000; 
	font-size: 8pt; 
	font-weight: bold
}	
/* ###    Footer    ### */


A {
	color: #990000;
}

A:hover {
	color: #333333;
	text-decoration: underline;
}

A.menu {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}

A:hover.menu {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}

A.hpBottomLink{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 12pt;
	color: #990000;
	text-decoration: none;
}

A:hover.hpBottomLink {
	color: #333333;
	text-decoration: underline;
}

A.header {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;	
}

A:hover.header {
	text-decoration: underline;	
}

img.MaterialPrev {
	width:112px;
	height:72px;
	margin-left:4px;
	border:0px;
}


/*table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;

}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #333333;
	text-decoration: none;


}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #333333;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #990000;
}
a {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
*/
