/*eigene style sheets*/


#search {
	background-image: url("../pix/layout/menu_back.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left: 25px;
	padding-top: 10px;
	font-weight:bold;
	height: 50px;}
	
fieldset {
			 background: #FFFFFF;
			 display: block;
			 font-size: 12px; 
			 border: 1px solid #72726A;
			}
legend {
		background: #FFF;
		padding: 3px;
		margin-bottom: 10px;
		font-weight: normal;}
		
label {margin: 3px 0 0px;} 

.standard label {
		display: block;
		width: 10em;
		float: left;
		border: 0px solid #CBCBBD;
		border-bottom-width: 1px;}

a.menuopen	{ 
	font-size:12px;
	font-weight:bold; color: #FE0000; text-decoration: none; 
	background-image:  url("../pix/layout/pfeilrotauf.gif");
	background-repeat: no-repeat; padding-left: 10px; 
	background-position: 0px 4px;}
	

a.submenu:link, a.submenu:visited { 
	font-size:12px;
	color: #666;
	font-weight:bold;
	text-decoration: none;
	background-image:  url("../pix/layout/pfeil_leer.gif");
	background-repeat: no-repeat; 
	padding-left: 20px;}

a.submenu:hover		{ 
	font-size:12px;
	font-weight:bold; color: #666; text-decoration: none; 
	background-image:  url("../pix/layout/pfeilgrau.gif");
	background-repeat: no-repeat; 
	background-position: 10px 0px;
	padding-left: 20px; }

a.submenu:active, .submenu	{ 
	font-size:12px;
	font-weight:bold; color: #FE0000; text-decoration: none; 
	background-image:  url("../pix/layout/pfeilrot.gif");
	background-repeat: no-repeat; 
	background-position: 10px 0px;
	padding-left: 20px; }
	
.tr_kursetermine {
	background-image: url("../pix/layout/menu_back.gif");
	background-position:bottom;
	background-repeat:repeat-x;
}
#mitteeditor{
	position: relative;
	border-left:0px solid #fff;
	top:20px;
	left: 10px;
	width: 690px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	overflow:visible;
}

#tickertape{
position:relative;
width: 460px;
height:17px;
}

#subtickertape{
background-image: url("../pix/layout/menu_back.gif");
background-position:bottom;
background-repeat:repeat-x;
width: 453px;
position:absolute;
height:17px;

}

.subtickertapefont{
font-size: 12px;
color:#666;
height: 17px;
width: 451px;
margin: 0px;
padding: 3px;
text-decoration:none;
}

.subtickertapefont a{
color:#666;
text-decoration:none;
}