.Stil2 {
	font-size: 36pt;
	color: #FF0066;
}
.Stil3 {
	font-size: 24pt;
	color: #FFFFFF;
}
.Stil5 {
	font-size: 36pt;
	color: #66CC00;
}
.Stil7 {font-size: 14pt}
.Stil10 {color: #999999}


.serach_input {
	font-size:8pt;
	color:#888888;
	font-family:arial;
	height:14px;
	align:absmiddle;
	border:1px solid #c8c8c8;
	margin-top:2px;
	margin-left:60px;
	padding-left:4px;
	padding-right:4px;
}

.left_td {
	border-right:1px solid #CCCCCC;
	background:rgb(220,220,220);
	padding:5px;
}

.center_td {
	padding:10px;
}

.right_td {
	border-left:1px solid #CCCCCC;
	background:rgb(220,220,220);
	padding:5px;
}

.box_head_small {
	background:url(images/box_head.png) no-repeat;
	color:#FFF;
	padding-left:14px;
}

.box_head_small_right {
	background:url(images/box_head_right.png) no-repeat;
	color:#FFF;
	background-position:right;
	padding-left:3px;
}

.sprache {
	position:relative;
	top:8px;
	right:0px;
	height:14px;
	width:50px;
	background:#FFF;
	padding:3px;
	text-align:center;
	-moz-opacity:0.65;
	opacity:0.65;
	filter:alpha(opacity=65);
}

.news_body {
	background:rgb(20,20,20);
}

.news_date {
	font-size:8pt;
	color:#888888;
}

a {
	text-decoration:none;
	color:#FFF;
}

input, submit, button, textarea, checkbox {
	border:1px solid #555555;
	background:#333333;
	color:#FFF;
	font-family:arial;
	font-size:10pt;
	padding-left:3px;
	padding-right:3px;
}

select, checkbox {
	border:1px solid #FF0066;
	background:#333333;
	color:#FFF;
	font-family:arial;
	font-size:10pt;
}

h2 {
	color:#FFF;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #555555;
padding: 2px;
left: -1000px;
border: 1px solid #222222;
visibility: hidden;
color: white;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background-color: #333333;
	border: 1px solid #FF0066;
	-moz-opacity:0.95;
	opacity:0.95;
	filter:alpha(opacity=95);
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #333333;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #555555;
	border: 1px solid #FF0066;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #555555;
	border: 0px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: white;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #555555;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #555555;
	font-weight: bold;
	}