/*** Vista-Schriften

Calibri, Cambria, Candara, Consolas, Constantia, Corbel

***/

html * {
	font-family: Arial, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

ul {
		list-style-type: none;
}


/* Haupt-Inhalte */

div#maincol .content-element {
	Xpadding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	Xpadding-bottom: 10px;
}
div#maincol .content-element p {
	font-size: 90%;
}

#maincol h1 {
	color: #F68121;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#maincol h2 {
	color: #F68121;
	font-size: 1.1em;
	margin-bottom: 1em;
}
#maincol h3 {
	color: #F68121;
	font-size: 1.0em;
	margin-bottom: .9em;
}
#maincol h4 {
	color: #F68121;
	font-size: 1em;
	margin-bottom: .8em;
}
#maincol p {
	line-height: 130%;
	margin-bottom: 1em;
}
#maincol p.indent {
	margin-left: 3em;
}
#maincol .csc-textpic-caption {
	color: #678;
	font-size: .8em;
}
#maincol ul {
	margin-left: 3em;
	margin-bottom: 1em;
}
#maincol ul li {
	font-size: .9em;
	line-height: 130%;
	list-style-image: url('img/ul-square09-yellow.png');
	list-style-image: url('img/bullet-10.gif');
	margin-bottom: .5em;
}
#maincol ol {
	line-height: 130%;
	margin-left: 3em;
	margin-bottom: 1em;
}
#maincol ol li {
	font-size: .9em;
	line-height: 130%;
	margin-bottom: .5em;
}
#maincol a {
	color: #06c;
}
#maincol a:hover {
	color: #000;
}

/* Suchergebnisse */

.csc-searchResultContainer {
	background-color: #F0F7F9;
	border: 1px solid #7F9DB9;
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
}
table.csc-searchResultInfo {
	margin-bottom: 1em;
}
td.csc-searchResultRange {
	width: 50%;
}
td.csc-searchResultPrevNext {
	text-align: right;
	width: 50%;
}
div.csc-searchResultContainer h3.csc-searchResultHeader {
	font-size: .9em;
}

/* Linke-Inhalte */

div#leftcontent {
	margin-left: 5px;
	margin-right: 6px;
}

div#leftcontent div.box div.rahmen01 {
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin-bottom: 10px;
}

#leftcontent h2 {
	color: #F68121;
	font-size: 1em;
	margin-bottom: 1em;
}
#leftcontent h3 {
	color: #F68121;
	font-size: 1em;
	margin-bottom: .9em;
}
#leftcontent h4 {
	color: #F68121;
	font-size: 1em;
	margin-bottom: .8em;
}
#leftcontent p {
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 1em;
}
#leftcontent p.indent {
	margin-left: 3em;
}
#leftcontent .csc-textpic-caption {
	color: #678;
	font-size: .8em;
}
#leftcontent ul {
	margin-left: 3em;
	margin-bottom: 1em;
}
#leftcontent ul li {
	line-height: 130%;
	list-style-image: url('img/ul-square09-yellow.png');
	margin-bottom: .5em;
}
#leftcontent ol {
	line-height: 130%;
	margin-left: 3em;
	margin-bottom: 1em;
}
#leftcontent ol li {
	line-height: 130%;
	margin-bottom: .5em;
}
#leftcontent a {
	color: #06c;
}
#leftcontent a:hover {
	color: #000;
}
