/*
 * CSS Klassen PRINT
 * www.landberatung.de
 *
 * www.l-vogel.de
 * erstellt: 2008-04-04
 * 
 * 
 *
 */ 
 
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal; 
    color: #000;
	
}


#navigationTopL {
 	visibility:hidden;
	height: 1px !important;
	overflow:hidden;
}
#navigationTopR {
 	visibility:hidden;
	height: 1px !important;
	overflow:hidden;
 }
 
#navigation {
 	visibility:hidden;
	height: 1px !important;
	overflow:hidden;
 }
 
 #contentLeft {
 	visibility:hidden;
	width: 1px !important;
	height: 1px !important;
	overflow:hidden;
	float: right;
 }
  #contentRight {
 	visibility:hidden;
	width: 1px !important;
	height: 1px !important;
	overflow:hidden;
	float: right;
 }
 
 #locationBar {
 	visibility:hidden;
	height: 1px !important;
	overflow:hidden;
 }
 
 #articleSubLine {
 	visibility:hidden;
	height: 1px !important;
	overflow:hidden;
 }

.bannerTop {
	visibility:hidden;
	height: 1px !important;
	overflow:hidden;
}

.linkBack,
.news-single-backlink {
	visibility:hidden;
}

#footer {
	clear: both;
	margin: 20px 0 0 0;
	border-top: 1px solid #000;
}


 /* ------------------------------------
    Text
    ------------------------------------ */
/* 1. Headline */
.csc-firstHeader {
    font-size: 17px !important; 
    font-weight: bold; 
    color: #707070;
    line-height:140%; 
    padding: 0;
    margin: 2px 0px 6px 0px;

}

/* 2. Headline */
h1 {
	clear:both;
    font-size: 12px; 
    font-weight: bold; 
    color: #707070;
    line-height:120%;
	letter-spacing: 0em !important;
    padding: 2px;
    margin: 20px 0px 2px 0px !important;

}
/*
h2 {
 
}
*/
/*Info-Box Headline - News headline*/
h3,
h3 a {
/*
	padding: 0px 0px 2px 0px;
    margin:0;
    font-size: 14px;
    font-weight: bold; 
    color: #264184;
    line-height:120%;
    padding-bottom: 8px;
	*/
}
h3 a:hover {
	
}

/* Date */
h4 {
    padding: 0 !important;
    margin: 0!important;
    font-size: 9px; 
    font-weight: normal; 
    color: #707070; 
}


/*Subheadline Artikel*/
h5 {
    font-weight: bold;
}

p {

}
.bodytext {
	margin: 0;
	padding: 2px 2px 6px 2px;
}

/* ------------------------------------
    Links
    ------------------------------------ */

a {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none;
    color: #264184;
}
a:hover {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: underline;
    color: #264184; 
}

a.linkMore,
.news-list-morelink a,
.news-single-backlink a {
    color: #264184;
    text-decoration: none;
    font-weight: normal;
	padding: 1px 2px 1px 2px;
	border: 0;
	font-size: 11px !important;
	text-align:right !important;
}
a:hover.linkMore,
.news-list-morelink a:hover,
.news-single-backlink a:hover {
    color: #264184;
    text-decoration: none;
    font-weight: normal;
	padding: 2px;
	border: 0;
	font-size: 11px;
	background-color:#fff;
}


