.titel { background: #CC3300;
font-family: Verdana, Tahoma;
font-size: 12px;
 }

body {
	
	background-color: #ffffff
}
.linebox{
	border-top: 1px solid #C1C199;
                border-bottom: 1px solid #C1C199;
	border-right: 1px solid #C1C199;
	border-left: 1px solid #C1C199;
	               
}
.linebottomright{
	border-bottom: 1px solid #C1C199;
	border-right: 1px solid #C1C199;
	              
}
.lineright{
	border-right: 1px solid #C1C199;
	text-align: right;

}
.linebottom{
	border-bottom: 1px solid #C1C199;
	text-align: right;

}
.linebottomleftright{
	border-bottom: 1px solid #C1C199;
	border-right: 1px solid #C1C199;
	border-left: 1px solid #C1C199;
	               
}
.lineleftwhite{
	background: #ffffff;
	border-bottom: 1px solid #C1C199;
	border-right: 1px solid #C1C199;
	text-align: right;
	padding-right: 10px;
                
}
.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
}
.textbold{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
                font-weight: bold;
}
a.text:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #be1351;
                text-decoration: underline;
	}

/*beginn Text-Box*/

.lineBoxTitel{
	background: #f1f0e8;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	padding-left: 10px;
}

.lineBoxLeftRight{
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	padding-left: 10px;
}
.lineBoxBottom{
	border-bottom: 1px solid #CFCFCF;
}
.lineBoxBottomRight{
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

/* General content -> Text -> Caption */

P.csc-caption {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* General content -> Text */
P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
}
/* General content -> Text -> Menu/Sitemap item */
P.csc-menu {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* General content -> Text -> Menu/Sitemap item: Section-title */
P.csc-section {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* General content -> Text -> Header date */
P.csc-header-date {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* General content -> Text -> Page content */

P.bodytext {
	font-family:Verdana, Tahoma;
	font-size: 11px;
                line-height: 16px;
                color: #333
}

/* General content -> Text -> Page content -> First line

P.bodytext:first-line {
	font-family:Verdana, Tahoma;
	font-size:11px;
                color:green
} */

/* General content -> Text -> Page content -> First letter

P.bodytext:first-letter {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
} */

/* General content -> Text -> Page content -> Page content, next paragraph
P.bodytext+ P {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
} */

/* General content -> Text -> Page content -> Links */
P.bodytext A {
	color:#maroon
}

/* General content -> Text -> Page content -> Links -> Mouseover links */
P.bodytext A:hover {
	color:#olive
}

/* General content -> Text -> Page content -> Links -> Active links */
P.bodytext A:active {
	color:#817bff
}

/* General content -> Text -> Links */
P A {
	color:maroon;
	text-decoration:underline;
	font-weight:normal;
}
/* General content -> Text -> Links -> Mouseover links */
P A:hover {
	color:olive;
}
/* General content -> Text -> Links -> Active links */
P A:active {
	color:gray;
}
/* General content -> Text -> Links -> Visited links */

/* General content -> Header 1 */
H1 {
	font-family:Verdana, Tahoma;
	font-size:15px;
	color:#5a5a83;
	letter-spacing:1px;
                line-height:20px
}
/* General content -> Header 1 -> Links */
H1 A {
	color:maroon;
	text-decoration:none;
	font-weight:bolder;
}
/* General content -> Header 2 */
H2 {
	font-family:Verdana, Tahoma;
	font-size:15px;
	color:#5a5a83;
	letter-spacing:1px;
                line-height:20px
}
/* General content -> Header 2 -> Links */
H2 A {
	color:maroon;
	text-decoration:none;
	font-weight:bolder;
}
