body {
	background-color:#ffffff;
	margin-top:8px;margin-left:8px;
}

div#index {
	width:950px;
}

/* ------------------ header ------------------ */
div#header {
	height: 85px;
	width:100%;
	background-color:#B8091A;
}

div#headerLogo {
	padding-left:15px;
	float: left;
}

div#headerTagline {
	padding-right: 15px;
	float: right;
}

div#headerLeft {
	float:left;
	height:161px;width:161px;
	background-color:#B5B5B5;
}

div#headerCenter {
	float:left;
	height:161px;width:429px;
}

div#headerRight {
	float:right;
	height:161px;width:360px;
	background-color: #9F9F9F;
}
div#headerRight h2 {
	text-align: center;
	padding: 0px;
	margin: 66px 0px 0px 0px;
}

/* ------------------ title / tagline ------------------ */
#tagline {
	background: url(template_images/tagline.gif) 0px 0px no-repeat;
	width:500px;
	height:85px;
	text-indent: -9999px;
}

/* ------------------ body ------------------ */
div#body {
	clear:both;
	width:950px;
	background:url(template_images/bg.gif);
}

#body div#bodyLeft {
	float:left;
	width:161px;
	height:420px;
	background-color:#B5B5B5;
}
#bodyLeft div#menu{
	background-color:#E9E9E9;
}
#bodyLeft div.menuFiller {
	padding-top:15px;
}
#bodyLeft div.funcItem {
	width:158px;
	padding-left:8px;
	
}
#bodyCenter {
	float:left;
	width:776px;
	clear:right;
}
#bodyCenter div#contentTitle {
	padding:40px 0px 20px 35px;
}
#bodyCenter div#content {
	margin:10px 40px 40px 40px;
	width:685px;
}

/* ------------------ footer ------------------ */

div#footer {
	padding:3px 4px 3px 0px;
	text-align:center;
	background-color:#A9A9A9;
	clear:both; 
}
#footer, #footer li {
	font-family: Arial, Helvetica, sans-serif;
	color:#6C6C6C;
	font-size: 10px;
	text-decoration: none;
}

#footer li {
  list-style-type:none;
  display:inline;
  border-right:1px solid #6C6C6C;
  padding:0px 3px 0px 3px;
}

#footer ul {
  padding:0px;
  margin:0px;
}

img {
	border:0px;
	vertical-align:bottom;
}

h1,h2 {
	margin:0px;
	padding:0px;
}
h3 {
	margin:30px 0px 15px 0px;
	text-decoration:none;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B8091A;
	font-weight:bold;
}
h3.csc-firstHeader {
	padding-top: 0px;
	margin-top:0px;
}
.accessible-header {
	display:none;
}

h4 {
	margin:10px 0px 5px 0px;
	text-decoration:none;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B8091A;
	font-weight:bold;
}

h2 {
	font-weight:normal;
	color:#B8091A;
	font-size:21px;
}
#footer a:link, #footer a:active, #footer a:visited {
    text-decoration:none;
    color:#515151;
}

#footer a:hover {
	text-decoration:underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* ------------------ Menu ------------------ */

#bodyLeft A {
	text-decoration:none;
	color:#515151;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#bodyLeft A:hover {
	cursor: pointer;
}

.menu-level1,.menu-level2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.menu-level2 {
	text-indent: -0.7em;
}

/*Für Luege (nav height bug): */
.menu-level1 li {
	display: inline;
}
.menu-level2-bullet {
	font-size:11px;
	margin: 0px;
	padding:0px;
}	
.menu-level1-no,.menu-level1-act { 
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 5px;
	border-bottom:1px solid #B5B5B5;	
	font-size:11px;
	background-color:#E9E9E9;
}
.menu-level1-no,.menu-level1-act {
	text-decoration:none;
	color:#515151;
	font-size:11px;
}
.menu-level1-no:hover,.menu-level1-act:hover {
	text-decoration:none;
	color:#515151;
	font-size:11px;
	cursor: pointer;
	background-color:#FFFFFF;
}
.menu-level2-no,.menu-level2-act {
	display:block; 
	padding:4px 0px 4px 15px;
	border-bottom:1px solid #B5B5B5;
	font-size:11px;
	background-color:#F4F4F4;
	text-decoration:none;
}
.menu-level2-no:hover,.menu-level2-act:hover,.menu-level2-act  {
	color:#515151;
	font-size:11px;
	cursor: pointer;
	background-color:#FFFFFF;
	
}

/* ------------------ Clear Div ------------------ */
div#clear {
	clear: both;
	
}

.naviOutOfMenu {

	border-bottom:0px solid #B5B5B5;	
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.naviOutOfMenu .icon {
	
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}

.internal-link {
	target:_Self;
}

a 		{ text-decoration:underline; color:#767676; }
a:hover { text-decoration:none;	color:#C10404; /* 065FC2 */ }

.padding {
	padding:6px;
}


strong {
	font-weight:normal;
	color:#B8091A;
}

span.smallNote
{
	font-weight:bold;
	color:#3A3A3A;
	font-size:11px;
}

h6 { 
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


table.normaltable .bodytext {
	text-align:left;
}

li {
	text-decoration:none;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

table.formTable td.taf_label {
	width:130px;
	vertical-align:top;
}
table.formTable td.taf_space {
	width:10px;
}

table.formTable td.taf_field {
	width:*;
}
table.formTable td.taf_field img {
	padding-right:8px;
	vertical-align:middle;
}
.formTable {
	width:100%;
	border:1px solid #B5B5B5;
	background-color:#F2F2F2;
	padding:3px;
}
.formTable td
{
	padding:2px;
	font-size:13px;
}
.formTitle {
	font-weight:bold;
	padding-bottom: 20px;
}


.formIntroTable {
	width:100%;
	border:1px solid #9E9C9C;
	background-color:#E3E3E3;
	padding:3px;	
}
.formIntroTable td {
	padding:5px;
	vertical-align:top;
}

input {
	width:200px;
}
input.chkbox {
	width:40px;
}


.textfieldLarge { 
 width:250px;
}
.textfieldMedium {
 width:150px;
}
.textfieldSmall {
 width:38px;
}
.textareaLarge {
	width:500px;
	height:120px;
	overflow:auto;
	font-size:13px;
}
.textareaSmall {
	width:300px;
	height:80px;
	overflow:auto;
	font-size:13px;
}

.submit {
	width:110px;	
}

.submitDE {
	width:130px;	
}

.radio {
	width:20px;	
}

.checkbox {
	width:20px;	
}

p {
	padding: 0px;
	margin: 0px 0px 13px 0px;
	font-size:13px;
}

.imagetext {
	width:100%;
	border: 0px solid black;
	text-decoration:none;
	font-size:9px;
}

hr {
	color:#B8091A;
	background-color:#B8091A;
	border:1px;
	height:1px;
}


table.overview {
	border:1px solid #B5B5B5;
	width:100%;
	border-collapse:collapse;
}
table.overview td {	
	border:1px solid #B5B5B5;
	padding: 7px; 
	text-align:left;
	vertical-align:top;
}
table.overview td.first {
	background-color:#F2F2F2;
}


table.pressarticle {
	border:0px solid;
	width:100%;
	border-collapse:collapse;
}
.pressarticle td {
	vertical-align:text-top;
	text-decoration:none;
}
td.presstitle {
	font-weight:bold;
	color:#B8091A;
}
td.presslogo {
	height:65px;
	vertical-align:top;
}
td.pressdate {
	width:10%;
}
td.pressauthor {
	width:53%;
}


table.logo {
	text-align:center;
	width: 100%;
}


.blanktable {
	border-collapse:collapse;
	text-decoration:none;
	font-size:13px;
}


.normaltable {
	border:1px solid;
	border-color:#B5B5B5;
	border-collapse:collapse;
}


.tr-even {
	text-align:left;
}


.red {
	color:#B8091A;
}


.csc-textpic-caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E9E9E9;
}


.bodytext, .contenttable, p { 
	text-decoration:none;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

ul.csc-bulletlist-1 {
	list-style-image: url('template_images/bullet.gif');
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
