#content p, #content li, #content td {
	font-size: 100%;
	color: #2e2e2e;
}

#content li li,
#content td p {
	font-size: 100%;
}

#content p {
	line-height: 135%;
	margin: 0;
	color: #2e2e2e;
}

#content a {
	color: #477fc1;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	color: #1d3d6a;
}

#content h1,
#content h2,
#content h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;	
}

#content h1 {	
	font-size: 147%;
	line-height: 149%;
	font-weight: bold;
	color: #477fc1;
	text-decoration: none;
	padding-bottom: 6px;	
	background: url(../images/bg_h1.gif) bottom left repeat-x;
}

#content p.blau, #content h1.blau, #content h2.blau, #content span.blau {	
	color: #707491;	
}

#content p.weiss, #content p a.weiss, #content a.weiss, #content h1.weiss, #content h2.weiss, #content span.weiss {	
	color: #ffffff;	
}

#content h2 {	
	font-size: 128%;
	line-height: 142%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #477fc1;
	text-decoration: none;	
}

#content h3 {	
	font-size: 114%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #707491;
}

#content h1 a,
#content h2 a,
#content h3 a {
	text-decoration: none;	
}

#content h3 a:hover,
#content h3 a:hover,
#content h3 a:hover {
	color: #ffffff;
}

#content ul {
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

#content ul.link {
	padding: 0px;
	margin: 0px;
}

#content ul li {
	padding-left: 16px;
	list-style: none;
	background: url(../images/li_arrow.gif) left center no-repeat;
}

#content hr {
	border: 0;
	border-top: solid 1px #efefef;
	background: none white;
	padding: 5px 0;
}

#content div.hr {
	background: url(../images/line.gif) repeat-x;
	padding: 5px 0;	
	height: 3px;		
}

#content div.hr hr {
	color: white;
	background: none;
	border: 0;
	height: 3px;
}

#content blockquote {
	padding: 2px 5px 2px 18px;
	margin: 0;
	color: #477fc1;
}

#content blockquote p {
	color: #477fc1;
}

/* news td hover */
#content div.news div:hover{
	background-color: #343d62;
}

/* special class for internal tasks */
#content div.intern p {
	color: #232d55;	
}

/* hide content layer in references */
div#ContentText { 
	display: none;
}

/* make editable in cms */
body.cms_editpage div#ContentText { 
	display: block;
}