/*startseite*/
.dd_programme{
	margin-top:32px;
	width:480px;
}

.dd_titel{
	margin-left:130px;
	width:170px;
	float:left;
}

.dd_titel a h1{
	font-size: 18px;
	font-weight:normal;
	color:#FF3300;
}

.dd_support{
	float:left;
	width:95px;
}

.dd_preis{
	float:left;
	font-size: 16px;
	color: #6699CC;
	text-align:right;
	width:85px;
	font-weight:bold;
}

#fixfloat{
	clear:both;
	height:1px;
	font-size:1px;
	border: 0px none;
	margin:0;
	padding:0;
	background:transparent;
}

.rating_ohne_legende{
	position:absolute;
	left:-8px;
	clip:rect(0px, 120px, 50px, 8px)
}

/*untertitel*/
.programme h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
	
.programme h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
	
.auszeichnung_text {
	color:#999999;
}

/*Bestellformular*/

.bestellformular{
	margin-top:5px;
	padding-left:25px;
	background-color:#FBFBFB;
	border:1px dotted #BBBBBB;
	z-index:10;
}

.bestellformular h1{

	font-size:20px;
	margin-top:7px;
}

fieldset{
	color:#885555;
	width:350px;
}

/*spezialformate*/
.bildergalerie{
	text-align:left;
}

.bildergalerie h1{
	color:#FF9900;
	margin-bottom:5px;
}

.bildergalerie img{
	margin-top:5px;
}
	
.formularbeispiel{
	margin-left:10px;
	font-size:10px;
	color:#999999;
}

.g_icons img{
	border:1px solid #999999;
	margin-bottom:4px;
}
	
.bereit img{
	border:1px solid #FF0000;
	margin-bottom:4px;
}

/*error bei anmeldeformular*/

.errors{
	color: #FF3300;
}
.errors h1{
	color: #FF3300;
	font-size: 17px;
	font-weight:bold;
}
.anmeldung_info{
	position:absolute;
	top:400px;
	left:50px;
	width:300px;
	padding:5px;
	background-color:#FFFFEE;
	border:1px solid #CCCCCC;
	color: #FF3300;
}

/*hervorheben der wichtigen links*/
.wichtig{
	color: #FF3300;
}

a.wichtig {
	color: #FF3300;
}

a.wichtig:hover {
	color:#FF9900;
}

.content .update a.linkInt{
	font-size: 18px;
	color: #FF3300;
	display:block;
	width:183px;
	height:41px;
	padding-top:20px;
	padding-left:0px;
	background: url(../template/images/icon_update.gif) no-repeat right;
}


.content .update a:hover.linkInt{

	color: #FFBB00;
	background: url(../template/images/icon_update_over.gif) no-repeat right;
}

.content .studenten a.linkInt{
	font-size: 18px;
	color: #6699CC;
	display:block;
	width:183px;
	height:41px;
	padding-top:20px;
	padding-left:0px;
	background: url(../template/images/icon_studentenlizenz.gif) no-repeat right;
}

.content .studenten a:hover.linkInt{
	color:#00CCFF;
	background: url(../template/images/icon_studentenlizenz_over.gif) no-repeat right;
}

*html .content .studenten a.linkInt{
	margin-top:20px;
}

hidden{
	visibility:hidden;
}