/* Images & Sizes
 * ../bilder/cornersBackground.png 2400x1600
 * ../bilder/cornersMenu.png 800x40
 * ../bilder/cornersTableInfo.png 500x150
 */
A {
	color: #A60000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.FUSS {
	font-style:italic;
	color:#A60000;
	text-decoration:none;
}
A.FUSS:hover {
	text-decoration:underline;
}
A.MENU {
	font-family: "Copperplate Gothic Bold",Verdana,Arial,sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #F8F8FF;
	text-decoration: none;
}
A.MENU:hover {
	color: #AC0000;
}
A.MENUAKTIV {
	font-family: "Copperplate Gothic Bold",Verdana,Arial,sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A.MENUAKTIV:hover {
	color: #AC0000;
}
BODY {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	text-align: left;
}
/* DIV Definition */
.INHALT, .INHALT_BODY, .INHALT_KOPF, .INHALT_KOPF H1 {
	/* set the image to use and establish the lower-right position */ 
	background: transparent url(../bilder/cornersBackground.png) no-repeat bottom right;
}
.INHALT { 
	margin:0px auto; /* use to position the box */ 
	padding-right:15px; /* the gap on the right edge of the image (not content padding) */ 
	text-align:center;
	width:85%; 
}
.INHALT_BODY {
	/* set the lower-left corner image */
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:15px 0 15px 40px;
	text-align: left;
} 
.INHALT_KOPF {
	/*set the top-right image */ 
	background-position:top right; 
	/* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */
	padding-right:40px;
} 
.INHALT_KOPF H1 { 
	/* set the top-left image */ 
	background-position:top left; 
	/* reset main site styles*/ 
	border:0;
	color:#A60000;
	font-size:16pt;
	font-weight:normal;
	height:auto !important;
	height:1%;
	margin:0; 
	padding:25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */  
	text-align:left;	
}
DIV.FUSS {
	border-color:#A60000;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	color:#A60000;
	font-size:0.75em;
	margin:0px auto;
	text-align:center;
	width:350px;
}
DIV.KOPF {
	margin-top:2%;
	text-align:center;
}
DIV.MENU {
	background: transparent url(../bilder/cornersMenu.png) no-repeat top right;
	margin:0px auto;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
	width:800px;
}
H1 {
	font-family: "Copperplate Gothic Bold", Verdana,Arial,sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
H1.KOPF {
	font-family: "Copperplate Gothic Bold", Verdana,Arial,sans-serif;
	color: #FF0000;
	font-size: 20pt;
}
H2 {
	color: #A60000;
	font-family: "Copperplate Gothic Bold", Verdana,Arial,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
H3 {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
INPUT.BUTTONS{
	background-image: url(../bilder/cornersButton.png);
	border: 0;
	height: 30px;
	width: 100px;
}
LABEL { 
	cursor:pointer;
}
P {
	text-align: justify;
}
TABLE {
	border-style:none;
}
TABLE.FORM {
	background: url(../bilder/cornersTableForm.png) no-repeat;
	height: 300px;
	text-align: left;
	width: 600px;
}
TABLE.INFO {
	background: url(../bilder/cornersTableInfo.png) no-repeat;
	height: 150px;
	text-align: left;
	width: 500px;
}
TABLE.KOPF {
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
TD.BUTTONS {
	padding-right: 10pt;	
	text-align: right;
}
TD.FORM {
	color: #000000;
	font-weight: bold;
	padding-left: 10pt;
	padding-right: 2pt;
	vertical-align: top;
	white-space: nowrap;
}
TD.FORMINFO {
	color: #000000;
	font-style: italic;
	padding-left: 10pt;
	padding-right: 2pt;
}
TD.INFO {
	color: #000000;
	font-weight: normal;
	padding-left: 10pt;
	padding-right: 2pt;
	vertical-align: top;
}
.ERFOLG{
	background-color: #FF0000;
	font-weight: bold;
}
.FETT {
	font-weight: bold;
}
