* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 68.75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000;
}

input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
table { font-size: 1em; line-height: 1.5em; }

p, table, ol, ul {
	margin-bottom: 0.7em;
}



/**********
** LINKS **
**********/
a, a:link, a:visited, a:active {
	color: #D48D0D;
}

a:active, a:hover {
	text-decoration: none;
}



/**************
** HEADLINES **
**************/
h1, h2, h3, h4, h5, h6 {
	color: #2D4854;
	margin-bottom: 0.5em;
}


h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

h5 {
	font-size: 1em;
	line-height: 0.8em;
	font-weight: bold;
	letter-spacing: 0;
}

h6 { font-size: 0.9em; }


ul {
	list-style: none;
}

/* headlines in right box */
.rcBox h1 { font-size: 1em; }





/**********
** LISTS **
**********/
ol {
	margin-left: 2em;
}
ul li {
	background: transparent url(../images/layout/arrow_list.gif) no-repeat 0 0.5em;
	padding: 0 0 0 10px;
}

li.doc, li.pdf {
	background-position: 0 3px;
	background-repeat: no-repeat;
}

li.doc a, li.pdf a {
	padding: 0 0 3px 5px;
}

li.doc { background-image: url(../images/icon_doc.gif); }
li.pdf { background-image: url(../images/icon_pdf.gif); }

.homePage .csc-textpic-intext-right .csc-textpic-imagewrap {
	padding: 0.3em 0 0 0.2em;
	margin-left: 0.3em;
}

/* wait for initialization of image-rotation before displaying banner images */
#banner img {
	visibility: hidden;
}
#banner img.visible {
	visibility: visible;
}

