/* styles.css */

/* CSS Document */

/* Definitionen für Text, etc in content-Boxen */

/*tanja*/
#pagesubtitle{
position:absolute;
}
.content {
margin-top:50px;
}
h1.csc-firstHeader{
	margin-bottom:6px;
} 
.post h2{
	padding-bottom:10px;

	}
#content1 a{
line-height:150%;
	}




/*tanja end*/

/*Code from ICO*/

.content p.bodytext {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 2em;
	line-height: 1.5em;
}
.content p.bodytext a {
	color: #FF0000;
	text-decoration: none;
}



.csc-textpic {

}

.ttnews p {

}

.title {
	font-family: "Herculanum LT Std";
	font-size: 20px;
	margin-left: 40px;
}

.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #000000;
	}
	
.subtitle1 li {
	text-decoration: none;
	display: inline;
	margin-right: 30px;
	}
	
.subtitle1 li a:link {
	color:#000000;
}

/*)
a:visited{
	color:#000000;
}
*/
.subtitle1 li a:hover{
	color: #666666;
}

.subtitle1 li a:active{
	color:#CC0000;
}


/*END from CODE from ICO*/


.clear {
	clear: both;
}
a.internal-link {
	color:#ff0000;
}

.csc-mailform-field {
    clear: both;
}

.csc-mailform .csc-mailform-field label {
    display: block;
    width: 70px;
    float: left;
}

.csc-mailform .csc-mailform-field input,.csc-mailform .csc-mailform-field textarea,
.csc-mailform .csc-mailform-field  {
    float: left;
    width: 170px;
}
.csc-mailform .csc-mailform-field .csc-mailform-submit {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

fieldset.csc-mailform {
    border: 0;
}

/* Blog */

.postmetadata {
  margin-bottom: 1em;
}

.post .entry .bodytext {
  margin-bottom: 1em;
}

#content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* text-transform: uppercase; */
	color: #000000;
	}

#content1 h2 {
  font-size: 11px;
  margin-top: 20px;
}

hr.separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #ffffff;
	background-color: #FFFFFF;
	height: 0px;
	
 border: 1px dotted #999999;
 height: 0;
 width: 100%;
 border: 0 0 1px 0;
 margin-bottom: 2em;
}

 * html hr.separator {border-bottom-width:2px; zoom:.5; color: #ffffff; background-color: #ffffff;}


.news-list-morelink {
  float: right;
  margin-bottom: 1em;
  background:url(/fileadmin/img/link_ext.gif) no-repeat;
  padding-left: 17px;
}

#search {
  display: none;
}

.content a {
	color: #FF0000;
	text-decoration: none;
}
.content ul li{
	margin-bottom: 1em;

}
.content ul li{
line-height:16px;
}

div.csc-frame-rulerAfter {
  border-bottom:1px dotted #999999;
  margin-bottom:20px;
}