body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/menu_background_rp.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
}

td {
	font-size: 10pt;
	vertical-align:top;
	text-align:left;
	margin:0;
	padding:0;
}

P { 
	margin-bottom:0px; line-height:1.4em; margin-top: 7px;
}

a:link { 
	color: #37A448;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color:#37A448;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color:#37A448;
	text-decoration: none;
	font-style: italic;
	text-decoration: underline;
}
a:active {
	color:#37A448;
	text-decoration: none;
	font-style: italic;
}

h1 {
	color: #000000; font-weight: bold; font-size: 13pt; font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 0px; margin-top: 15px; padding-bottom: 0px;
}

.pageheader {
	color: #FFFFFF; font-weight: bold; font-size: 15pt; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; 
	height: 30px; background-color: #9A599B;
	vertical-align: middle; padding-left: 3px; padding-right: 7px; 
	letter-spacing: 2px;
}

h2 {
	color: #000000; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 0px; margin-top: 15px;
}

h3 {
	color: #000000; font-weight: bold; font-size: 11pt; font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px; margin-top: 15px;
}
h4 {
	color: #000000; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 0px; margin-top: 15px;
}
h5 {
	color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 0px; margin-top: 15px;
}
h6 {
	font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-top: 15px;
}

.csc-caption {font-weight: bold; font-size: 11pt;}

/*Menü-Formatierung*/
.menu1 {
	font-size: 12pt;
	width: 150px;
	height: 44px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url(../images/menuitem_bg.jpg);	
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
	letter-spacing: -1px;
}

.menu1 a:link {text-decoration: none;color: #000000;font-weight: bold;}
.menu1 a:visited {text-decoration: none;color: #000000;font-weight: bold;}
.menu1 a:hover {text-decoration: none; color: #7B2080; font-weight: bold;}
.menu1 a:active {text-decoration: none; color: #7B2080; font-weight: bold;}

.menu1_act {
	font-size: 12pt;
	width: 150px;
	height: 44px;
	color: #000000;
	background-image: url(../images/menuitem_bg.jpg);	
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
	letter-spacing: -1px;
}
.menu1_act a:link {text-decoration: none; color: #7B2080; font-weight: bold;}
.menu1_act a:visited {text-decoration: none; color: #7B2080; font-weight: bold;}
.menu1_act a:hover {text-decoration: none; color: #7B2080; font-weight: bold;}
.menu1_act a:active {text-decoration: none; color: #7B2080; font-weight: bold;}

.menu2 {
	font-size: 10pt;
	color: #000000;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 3px;
}
.menu2 a:link {text-decoration: none; color: #000000;}
.menu2 a:visited {text-decoration: none; color: #000000;}
.menu2 a:hover {color: #7B2080; text-decoration: none;}
.menu2 a:active {color: #7B2080; text-decoration: none;}

.menu2_act {
	font-size: 10pt;
	color: #000000;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 3px;
}
.menu2_act a:link {color: #7B2080;text-decoration: none;}
.menu2_act a:visited {color: #7B2080;text-decoration: none;}
.menu2_act a:hover {color: #7B2080;text-decoration: none;}
.menu2_act a:active {color: #7B2080;text-decoration: none;}
/*Ende Menü-Formatierung*/


img {
	border: none;
}
ul, ol {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
}

/* neue Stile */

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right; margin-right: 20px;
}

.align-justify {
text-align: justify;
}

