@CHARSET "UTF-8";

/*
webvariants-Textstyles-Generator
Version: 1.0
www.webvariants.de
*/

a span.highlightplus{
	display: inline;
	color: #fcd666;
}

div.hr, .hr{
	background: transparent url('../images/dotted_line.png') repeat-x;
	width: 100%;
	height: 1px;
	margin-bottom: 15px;
}

hr {
	background-color: #CEE3EF;
	width: 100%;
	height: 1px;
	color: #CEE3EF;
	border-width: 0px;
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/*===== Basic Styling (Vertical Rhythm) =====*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4e4b;
	font-size: 12px;
}

p,ul,ol,dl,img,blockquote {
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

h1,h2,h3,h4,h5,h6, .csc-subheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B4E4B;
	font-weight: normal;
	margin-bottom: 20px;
}

h1{
	color: #DC9600;
	border-bottom: 1px solid #DC9600;
}

h2, .csc-subheader{
	border-bottom: 1px solid #A4ABA6;
	margin-bottom: 20px;
}

h1, h2, .csc-subheader {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block;
}

h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

h5,h6 {
	font-size: 14px;
	line-height: 20px;
}

p+h1,ul+h1,ol+h1,dl+h1,img+h1,blockquote+h1,table+h1 {
	margin-top: 40px;
}

p+h2,ul+h2,ol+h2,dl+h2,img+h2,blockquote+h2,table+h2 {
	margin-top: 30px;
}

p+h3,ul+h3,ol+h3,dl+h3,img+h3,blockquote+h3,table+h3 {
	margin-top: 20px;
}

p+h4,ul+h4,ol+h4,dl+h4,img+h4,blockquote+h4,table+h4 {
	margin-top: 20px;
}

p+img {
	margin-top: 10px;
}

p+dl.image {
	margin-top: 20px;
}

/*===== Lists =====*/
li {
	line-height: 20px;
}

ul li {
	margin-left: 1px;
}

ol li {
	margin-left: 20px;
}

#content ul li, #rightcol ul li {
	list-style-type: none;
	padding-left: 15px;
	background-image: url('../images/list_square.png');
	background-position: 0 9px;
	background-repeat: no-repeat;
	line-height: 24px;
	margin-left: 10px;
}

#content ul li.filelink, #content ul .filelink, #rightcol .widget ul li.filelink, #rightcol .widget ul .filelink,
	#rightcol .widget .linkliste ul li.filelink, #rightcol .widget .linkliste ul .filelink {
	background-position: 0 1px !important;
	padding-left: 20px !important;
	line-height: 20px;
}


#content ul li.pdf, #content ul .pdf, #rightcol .widget ul li.pdf, #rightcol .widget ul .pdf,
	#rightcol .widget .linkliste ul li.pdf, #rightcol .widget .linkliste ul .pdf {
	background-image: url('../images/icon_pdf.png') !important;
}

#content ul li.doc, #content ul .doc,
	#content ul li.docx, #content ul .docx {
	background-image: url('../images/icon_word.png') !important;
}

#content ul li.zip, #content ul .zip,
	#content ul li.rar, #content ul .rar {
	background-image: url('../images/icon_zip.png') !important;
}


ul ul,ul ul ul,ul ul ul ul {
	margin-bottom: 0px;
	margin-left: 4px;
}

ol li {
	list-style-type: decimal;
	display: list-item !important;
}

ol li li {
	list-style-type: lower-alpha;
}

ol li li li,ol li li li li {
	list-style-type: lower-roman;
}

ol ol,ol ol ol,ol ol ol ol {
	margin-bottom: 0px;
}

dt {
	float: left;
	width: 120px;
}

dd {
	margin-left: 125px;
}

/*===== Links =====*/

.morelink {
	line-height: 16px;
}

#content p.bodytext a, .morelink a {
	background-image: url('../images/icon_link.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	color: #9ca29d;
}

a, .mapson {
	color: #9ca29d;
	text-decoration: none;
}

a:visited {
	color: #9ca29d;
}

a:hover {
	color: #4B4E4B;
	text-decoration: underline;
}

a:active {
	color: #4B4E4B;
}

/*===== Text Styling =====*/
small {
	font-size: 80%;
}

big {
	font-size: 130%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

/*===== Images =====*/
img {
	border-width: 0px;
}

/*===== Insertions =====*/
.left {
	float: left;
	margin: 5px 8px 0px 0px;
}

.right {
	float: right;
	margin: 5px 0px 0px 8px;
}