/* ------------------------------- Allgemeine Vorgaben ------------------------------ */
@media screen {
* {font-family: verdana, lucida, arial, helvetica, sans-serif; }

body {}

#Canvas {background-color: #fff;}

#Paint {
	padding: 10px;
	padding-top: 0px;
	vertical-align:top;
	text-align: center;
}


/* ------------------------------- Kopfzeile ----------------------------------------- */

#Header {display: none !important;}

/* ------------------------------- Navigationsleiste oben ---------------------------- */

#MainMenuLinks {display: none !important;}

/* ------------------------------- Menu-Block links ---------------------------------- */

#Menus {display: none !important;}

/* ------------------------------- Right Side Bar ---------------------------------------- */

.rightSideBar {display: none !important;}


/* ------------------------------- Inhalts-Block rechts -------------------------------- */

#Stretcher {text-align: left;}

.ContentBlock {text-align: left;}

/* Formatierung von allen einzelnen Absätzen */
.ContentBlock > * {text-align: left;}

/* Verhalten von bestimmten Absätzen */

.ContentBlock p {padding-top: 5px; font-size: 0.8em; line-height: 1.2em; }

.ContentBlock ul {padding-left: 17px; padding-top: 5px; font-size: 0.8em; list-style-type: disc;}

.ContentBlock li {padding-bottom: 5px; }

.ContentBlock h1 {padding-top: 15px; font-weight:bold; font-size: 1.2em; font-family: "Helvetica", arial, helvetica, sans-serif; }

.ContentBlock h2 {padding-top: 15px; font-weight:bold; color:#808080; font-size: 1.2em; font-family: "Helvetica", arial, helvetica, sans-serif; }

.ContentBlock h3 {padding-top: 15px; font-weight:bold; color:#808080; font-size: 1.0em; font-family: "Helvetica", arial, helvetica, sans-serif; }

.ContentBlock h4 {padding-top: 15px; font-weight:bold; color:#808080; font-size: 0.8em; font-family: "Helvetica", arial, helvetica, sans-serif; }


.pseudoheadline {padding-top: 15px; font-weight:bold; color:#808080; font-size: 0.8em; font-family: "Helvetica", arial, helvetica, sans-serif; }

.smalltext {font-size: 0.65em; text-align:left; padding-bottom: 5px; padding-top: 2px; }

/* Verhalten von Links im Content-Block */

/* Überschriften auch als Links immer in Helvetica */
.ContentBlock h1 a {font-family: "Helvetica", arial, helvetica, sans-serif; }
.ContentBlock h2 a {font-family: "Helvetica", arial, helvetica, sans-serif; }
.ContentBlock h3 a {font-family: "Helvetica", arial, helvetica, sans-serif; }
.ContentBlock h4 a {font-family: "Helvetica", arial, helvetica, sans-serif; }


/* Alle Links in folgendem Format */

.ContentBlock * a { 
	text-decoration: none; 
	color:#808080; 
	font-weight:bold; 
	text-align: left;
}

.ContentBlock * a:visited { 
	text-decoration: none; 
	color:#808080; 
	font-weight:bold; 
	text-align: left;
}
.ContentBlock * a:active { 
	text-decoration: none; 
	color:#808080; 
	font-weight:bold; 
	text-align: left;
}
.ContentBlock * a:hover { 
	text-decoration: none; 
	color:#808080; 
	font-weight:bold; 
	text-align: left;
}


/* Verhalten von Grafiken */
.ContentBlock * a img {border: 0px;}


/* ------------------------------- Fußzeile --------------------------------------------- */

#Footer {display: none !important;}

/* ------------------------------- Textformate --------------------------------------- */

.displayNone {display: none;height:0px;width:0px;}

.printNone {display: none !important;}

p {}

h1 {}

h1 a:hover {}


h2 {}

h3 {}

h4 {}


strong {}


ul {list-style-type: none;}

/* ------------------------------- Ende CSS für Print ------------------------------ */
} /* EOF */

