/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg-0.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

#header-left h1,a{
	font-size:14px;
	color: #fff;
	text-decoration: none;
}
#content h1{
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
	background: transparent url(images/arr-menuc.gif) no-repeat left 3px;	
	margin-bottom:10px;
}
#content h2{
	font-size:11px;
	font-weight:bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	color: #FFFFFF;
}

.text3 {
	font-size: 12px;
	color: #FFFFFF;
}

.csc-textpic-caption {
	font-size: 9px;
	color: #bbb;
}

/** LISTS */

.list1 {
	margin-left: 50px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 13px;
	background: url(/images/homepage10.gif) no-repeat left center;
	color: #8D0104;
}

.subnav {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 27px;
}

.subnav li {
	padding-left: 15px;
	background: url(/images/homepage10.gif) no-repeat left center;
	font-size:13px;
	margin-bottom:2px;
}

.subnav li:hover{
	background:#ccc;
	border-right:1px solid #C40607;
	border-bottom:1px solid #C40607;
}

.subnav li.active {
	background: url(/images/homepage04.gif) no-repeat left center;
	font-weight:bold;
	font-size:13px;
	color:#666;
	border-right:1px solid #C40607;
	border-bottom:1px solid #C40607;
}

/** LINKS */

a {
	color: #E40205;
}

a:hover {
	text-decoration: none;
}

.link1, .link1a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.link1:hover, .link1a:hover {
	text-decoration: underline;
}

.link1a {
	font-weight:bold;
}

.link1a:hover {
	text-decoration: underline;
}

.link2, .link2a {
	color: #FFFFFF;
	font-size: 10px;
}

.link2:hover, .link2a:hover {
	text-decoration: underline;
}

.link2a {
	color: #000;
  font-weight:bold;
}

.link2a:hover {
	text-decoration: underline;
}


#col-right a{
	font-size:11px;
	color: #974A04;
	text-decoration:none;
}

#col-right a:hover{
	text-decoration:underline;
}

#innercontent a{
	font-size:11px;
	color: #E40205;
	text-decoration:underline;
}

#innercontent a:hover{
	text-decoration:none;
}

#innercontent a.external-link-new-window{
  color:#000;  
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}
	
.clearfix { clear:both;display: block;overflow:hidden; } 

