/**
* ALLGEMEIN ------------------------
*/

body {
	font-size: 100.01%;	
	color: #666666;
	}
	
/**
* @bugfix	Schriftrendering Safari
*/

<!--[if !IE]>-->

body {
    font-size: 16px;
}

<!--<[endif]-->	

ul, ol, dl { 
	margin: 0; 
	}
 
li { 
	margin: 0;
	line-height: 1.75em;
	list-style-type: none;
	}

p {
	font-size: 0.6875em;
	}

div#content p.csc-linkToTop
{
	margin-bottom:10px;
}

	
a {
	text-decoration: none;
	color: #143383;
	}
	
a:hover, a:focus {
	color: #999999;
	}
	
a:active {
	color: #143383;
	}

a.external-link {
	background-image: url(../icons/externerlink.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	}
	
a.internal-link {
	background-image: url(../icons/internerlink.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	}
	
a.mail {
	background-image: url(../icons/mail.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	}

a.download {
	background-image: url(../icons/download.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	}

a.upto {
	background-image: url(../icons/nachoben.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
	margin-right: 10px;
	}
	
a.druck {
	background-image: url(../icons/druck.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	}
	
a.suche {
	background-image: url(../icons/lupe.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	}
	
a.weiterlesen {
	background-image: url(../icons/weiterlesen.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	font-weight: bold;
	}

img {
	border: 0;
	border-color: #666666;
	}

	
/**
*  TEXT CONTENT UND MARGINALSPALTE ----------------------------
*/

/* Allgemein */
div, p, body, html {
    line-height: 1.5em;
    font-family: Verdana, Helvetica, Arial, sans serif;
	}
	
input, button, textarea {
	line-height: 1.5em;
	font-family: Helvetica, Arial, Verdana, sans serif;
	color: #666666;
	letter-spacing: 0.1em;
	margin: 0 0 0 1.5em;
	}
	
form {
	margin: 2em 0 2em 0;
	}

em {
	color: #FF6633;
	font-style: normal;
	}
	
strong {
	color: #143383;
	font-weight: bold;
	}

big {
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
	}

/* Headings */
/* Normale Überschrift */
h1 {
	font-family: Helvetica, Arial, Verdana, sans serif;
	line-height: 1.25em;
	font-weight: normal;
	color: #143383;
	font-size: 1em;
	margin: 1em 0 0 0;
	padding: 1.5em 0 0.75em 0;
	border-top: 1px #DFDFDF solid;
	letter-spacing: 0.1em;
	}
	
/* Unterüberschrift */	
h2 {
	font-family: Verdana, Helvetica, Arial, sans serif;
	line-height: 1.25em;
	font-weight: bold;
	color: #999999;
	font-size: 0.750em;
	padding: 0 0 0.75em 0;
	margin: 1em 0 0 0;
	}

/* Überschrift für Opener */
h3 {
	font-family: Helvetica, Arial, Verdana, sans serif;
	line-height: 1.25em;
	font-weight: normal;
	color: #FF6633;
	font-size: 1.25em;
	padding: 0 0 0.75em 0;
	letter-spacing: 0.1em;
	}

h4 {
	font-family: Helvetica, Arial, Verdana, sans serif;
	line-height: 1.25em;
	font-weight: normal;
	color: #999999;
	font-size: 1.25em;
	padding: 0 0 0.75em 0;
	margin: 1em 0 0 0;
	}

/* Überschrift für normalen Content ohne Rahmen */
h5 {
	font-family: Helvetica, Arial, Verdana, sans serif;
	line-height: 1.25em;
	font-weight: normal;
	color: #143383;
	font-size: 1em;
	margin: 0;
	padding: 1em 0 0.75em 0;
	letter-spacing: 0.1em;
	}
	
div#box h1 {
	border-top: 1px #FF6633 solid;
	border-bottom: 1px #FF6633 solid;
	padding: 0.75em 0 0.5em 1em;
	margin: 0 0 0.25em 0;
	color: #FF6633;
	font-size: 0.875em;
	}

div#right div#box div.csc-header
	{
	margin-bottom:10px;
	}

/* Text */
div#content p {
	text-align: justify;
	margin: 0.5em 0 0 1em;
	}
	
div#content img {
	border-color: #DFDFDF;
	margin: 0 0 0.5em 0;
	}
	
div#content div.csc-textpic-imagewrap img
	{
	border-color: #DFDFDF
	}
	
		
div#box p {
	margin: 0.5em 0 0 1em;
	text-align: justify;
	color: 999999;
	font-size: 0.6875em;
	}

div#right div#box img {
	border: 0;
	margin-bottom:15px;
	}

/* Listen */
div#content ul {
	margin: 0 0 0 3em;
	}
	
div#content div.csc-textpic-imagerow ul
{
	margin: 0;
}

div#content div.csc-textpic-imagerow ul li
{
	margin: 0;
	padding:0;
}	

div#box ul {
	margin: 0 0 0.5em 1.5em;
	}
	
div#content ul.kontakt {
	margin: 0;
	}

div#content ul li, 
div#box ul li {
	font-size: 0.6875em;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 1em;
	list-style-image: url(../icons/listenpunkt.gif);
	}

div#content ul.kontakt li {
	list-style-image: none;
	padding: 0 0 0 20px;
	}

ul.kontakt li.telefon {
	background-image: url(../icons/telefon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}

ul.kontakt li.fax {
	background-image: url(../icons/fax.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}

ul.kontakt li.mobile {
	background-image: url(../icons/mobile.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}
	
ul.kontakt li.mail {
	background-image: url(../icons/mail.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}

/** 
* FOOTER ---------------------------------------- 
*/

div#footer h1 {
	color: #143383;
	border: 0;
	margin: 0;
	padding: 1em 0 0.25em 0;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	}

div#footer p {
	margin: 0.5em 0 1em 0;
	font-size: 0.6875em;
    	color: #666666;
    	line-height: 1.5em;
  	}
  	
div.footer_content p {
	text-align: left;
	}
  	
div#tools p {
	text-align: right;
	margin: 0.5em 0 0 0;
	}
	
div#tools img {
	border: 0;
	margin: 0.75em 0 0 80px;
	}

/**
* MAILFORMULAR --------------------------
*/

form#mailform {
	width: 90%;
	height: auto;
	font-size: 0.6875em;
	margin: 1.5em 0 1.5em 0;
	}

fieldset.csc-mailform {
	border: 0;
	}

div.csc-mailform-field {
	clear: both;
	}

#mailform fieldset ul {
	margin: 0;
	padding: 0;
	}
	
#mailform fieldset ul li {
	padding: 0.5em 0 0 0;
	}
	
#mailform label {
	float: left;
	display: block;
	width: 45%;
	text-align: right;
	clear: both;
	}
	
#mailform input {
	float: right;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	margin: 0 0 0.5em 0;
	padding: 0.25em;
	}

#mailform textarea {
	float: right;
	width: 50%;
	text-align: left;
	margin: 0 0 0.5em 0;
	}

#mailform input, #mailform textarea {
	border: 1px #CCCCCC solid;
	}
	
#mailform input:hover, #mailform textarea:hover {
	border: 1px #FF6633 solid;
	}
	
#mailform input:focus, #mailform textarea:focus {
	border: 1px #143383 solid;
	}
	
input.csc-mailform-submit {
	margin: 0.25em;
	background: #DFDFDF;
	-moz-border-radius: 3px;
	color: #143383;
	font-weight: bold;
	float: right;
	}
	
input.csc-mailform-submit:hover, input.csc-mailform-submit:focus {
	border: 1px #CCCCCC solid;
	color: #FF6633;
	}
	
input#mailformformtype_mail {
	width: 100px;
	text-align: center;
	}
