@import "main.css";
	/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

	#footer
	{
		position: relative;
		margin: -7.5em auto 0 auto;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -7.4em;
	}


BODY,TD{
	font-family:Verdana,Geneva,Arial,Helvetica;
	/*font-family:Geneva,Verdana,Arial,Helvetica;
	letter-spacing: 1px;*/	
	font-size:11px;
	color:#000;
	text-align:left;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}



H1,H2{font-size:14pt;font-weight:normal;margin-bottom:6px;}
H3 {
	font:62.5% Georgia, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 22pt;
	font-style: italic;
	font-size: 20pt;
}

H4{font-size:10pt;font-weight:normal;margin-bottom:6px;}
.header {
	font:62.5% Georgia, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: black;
	text-transform: none;
	line-height: 20pt;
	font-style: italic;
}
.smallheader {
	font:62.5% Georgia, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: black;
	text-transform: none;
	line-height: 20pt;
	font-style: italic;
}
.smallheader#pink {
	font:62.5% Georgia, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #ff0066;
	text-transform: none;
	line-height: 20pt;
	font-style: italic;
}
/*
h4 {
	font: 800 19pt Georgia, "Times New Roman", Times, serif;
	/*text-transform: uppercase;*/
	color: #000000;
}
*/
/* subheadline */
h5 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:120%;
	text-transform: uppercase;
	color: #000;
/*	letter-spacing: 0.1em; */
}

/*
.header {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: black;
	text-transform: none;
	line-height: 20pt;
}
*/
.header#versalien {
	text-transform: uppercase;
}
.header#blue {
	color: #0071a6;
}
.header#black {
	color: #000000;
}

.header#pink {
	color: #ff0066;
}

.header#gray {
	color: #999999;
}
.header#smallpink {
	color: #ff0066;
	font-size: 14pt;
	line-height: 15pt;
}

.header#smallblack {
	color: #000;
	font-size: 14pt;
	line-height: 15pt;
	text-transform: none;
	text-decoration:none
}
#subheader{
	width: 700px;
	height: 100px;
	padding: 10px 10px 10px 10px;
}
.subheader1{
	float: left;
}
.subheader2{
	float: left;
	padding-top: 4px;
	line-height: 16px;
	width: 350px;
	color:#000000;
	font-size: 11px;
}
.subheader2 a{font-size:8pt;text-decoration: none; color: #383837; border-bottom: 1px dotted #000;}

.subheader3{
	float: right;
	padding-top: 4px;
	line-height: 16px;
	width: 250px;
	color:#000000;
	text-align: right;
}

/*************************************
 +Content
 *************************************/
.bold{
	font-weight: bold;
}
.balken {
	font: bold normal 11px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #000;
}
.pinkbalken {
	font: bold normal 11px Verdana, Geneva, sans-serif;
	color: #fff;
	background: #ff0066;
	padding-left:1px;
	padding-right:1px;
}
.entry{
	width: 670px;
	/*background-image: url(/images/dotted.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	padding: 10px 10px 1px 10px;
}
.entry#line{
	padding-bottom: 0px;
	padding-top: 0px;
	background-image:none;
	background-color: #000000;
	margin-top: 20px;
	height: 5px;
	/*width: 700px;*/
}

.entrytitle h3{
	color:#000;
	font-size: 18px;
	font-weight: normal;
}

.entrytitle h3 a{
	font:62.5% Georgia, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#000;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.entrytitle h3 a:hover{
	color:#ff0066;
	background-color: #fff;
	text-decoration: underline;
}

.entrytitle h4{
	color:#000;
	font-size: 12px;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entrybody, .entrytitle {
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 11px;
	color:#333333;
}

.entrybody h3{
	font:62.5% Georgia, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#ff0066;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
.entrybody a{
	color:#fb11e8;
	text-decoration:underline;
}

.entrybody a:hover{
	color:#ff0066;
	background-color: #eca1bf;
	text-decoration: none;
}
/*
.entrybody a:visited{
color: #a2a2a2;
background-color: transparent;
background-image: url(/images/visitedLink.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 100%;
background-y-position: 50%;
}
*/
.pink {
	font-size: 11px;
	color: #ff0066;
	padding-left: 0px;
	
}
.hiddencontent {
	visibility: hidden;
}

IMG{border:0;}

.newsimg{
	margin-top: 10px;
	margin-bottom: 5px;
}

/* headline */
.blackh3{
	color:#000000;
}


li{line-height:1.8em;}
li.nav {list-style:none;
	line-height:1.6em;}
li.nav:active {
	text-decoration:underline;}	
li.nav:hover {
	text-decoration:underline;}
li.clicked {
	list-style:none;
	background-color: #000000;
	color: #FFFFFF;
}
li.blackstripe {
	list-style:none;
	background-color: #000000;
	line-height:1px;
}
li.blackstripedot {
	list-style:none;
	background-color: #ffffff;
	background-image: url(/images/dotted.gif);
	line-height:1px;
}

li.head {
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ff0066;	
	font-size: 14px;	
	font-style:italic;
}

li.header {
	list-style: none;
/*	border-top-width: 1px;
	border-top-style: dotted;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
	border-right-style: none;
	border-left-style: none;
	border-top-color: black;
	border-bottom-color: black;
*/	text-transform: none;
	line-height: 26pt;
}

.left {
text-align: left;
margin-left: 14px;
background-color:#000;
font-family:Verdana, Geneva, sans-serif;
color:#FFF;
padding:2px;
width:270px;
}
/* -------- links -------------*/
a{text-decoration:underline;}
a:link{color:#000;}
a:visited{color:#999;}
a:hover{
	color:#FFFFFF;
	background-color: #ff0066;
	text-decoration: none;
}
a:active{
	color:#ff0066;
	text-decoration: line-through;
}
.nav {font-size:11px;text-decoration:none;color:#000;}
.clicked {font-size:11px;}

.nav a{font-size:8pt;text-decoration:none;color:#000;}
.nav a:hover{
	color:#ff0066;
	background-color: #fff;
	text-decoration: none;
}

.clicked a{text-decoration:none;color:#fff;}
.clicked a:hover{
	color:#fff;
	background-color: #000;
	text-decoration: none;
}
.graphiclink a{text-decoration:none;color:#fff;}
.graphiclink a:active{
	color:#fff;
	background-color: #fff;
	text-decoration: none;
}
.graphiclink a:hover{
	color:#fff;
	background-color: #fff;
	text-decoration: none;
}

p {
	font: 300 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.date {
	background: url(/images/calendar.png);
	height: 67px;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 5px 0px 5px -5px;
	float: right;
}

.date .month, .date .day {
	text-align: center;
	width: 59px;
	margin: 0px 0px 0px 0px;
}
.date .month {
	overflow: hidden;
	font-size: 13px;
	position: absolute;
	margin-top: 42px;
	text-transform: uppercase;
}

.date .day {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	margin-top: 11px;
	top: 224px;
}

.date .year {
	display: none;
}
/* -------- dotted line -------------*/
#dotted {
	background-image: url(/images/divdothor.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* Suche
--------------------------------------------------*/
.search {
	background-color: #FFFFFF;
}


.search #s {
	background-color: #FFFFFF;
}

.search #searchbutton {
  color: #FFFFFF;
  background-color: #000;
}
/* -------- sidebar styles -------------*/
form{
	margin:0;
	text-align: left;
}

input, fieldset, select{font-size: 8pt;}
.searchbox .text,.searchbox .submit{background-color: #FFFFFF;}

input, select {
	padding: 2px;
	background-color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 1px;
	border-color: #FFFFFF;
}
.submit {
	padding: 2px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

