@charset 'utf-8';
@import url(reset.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 10pt;
	color: #000;
}


/* hide elements */
 
#nav-main,
#nav-lang,
#col2 .zitat {
	display: none;
}



#col2 {
	line-height: 1.5em;
	padding-top: 3em;
}


strong {
	font-weight: bold;
}


h1 {
	font-size: 9pt;
	color: #f80605;
	font-weight: bold;
	line-height: 1.75em;
	margin-bottom: 1.75em;
	padding-top:  0px;
	clear: both;
}


h2 {
	font-size: 9pt;
	color: #f80605;
	line-height: 1.75em;
	font-weight: bold;
	margin-top: 3em;
}


#col2 p,
#col2 ul {
	margin-bottom: 1.5em;
}

/*
#col2 ul li {
	padding-left: 10px;
	background: url(img/listbullet.gif) 0 .6em no-repeat;
	margin-bottom: 0.5em;
}
*/

#col2 ul {
	padding-left: 1.3em;
}

#col2 ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 0.5em;
}

#col2 a {
	text-decoration: none;
	color: #95823a;
}

/*
.zitat div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 7pt;
	padding-top: 0.5em;
	color: #95823a;
	border-top: 1pt solid #95823a;
	margin-top: 1.5em;
}


#col2 .zitat {
	margin-bottom: 3em;
}
*/

#col2 .csc-frame-frame1 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 1.5em;
	width:  50%;
}
#col2 .csc-frame-frame1 p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}


