@charset "UTF-8";

div.box{
	margin-bottom:20px;
	width:100%;
	position:relative;
	display:block;
}

div.bild{
	float: left;
	width:225px;
	text-align:center;
}
div.bild img {
	max-width:205px;
	max-height:200px;	
}
div.sort, div.titel, div.beschreibung, div.url {
	/*margin-left: 225px;*/
}
div.sort { font-size:10px; }
div.titel { }
div.beschreibung { margin-bottom:5px; padding-right:20px; }
div.url { }


div.url:hover{
	background-color: #FFFFFF;
}
div.url a:focus,
div.url a:hover { color:#182E7A; font-weight: bold!important; text-decoration:underline; }
div.url a:active { color:#182E7A; font-weight: bold!important; text-decoration:none!important; }

div.center_ad {
	margin:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

div.left_ad {
	margin-top:30px;
}

div.zusatzinfos{
	margin-left: 25%;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: 1em;
	color: #808080;
	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}

div.zusatzinfos:hover{
	background-color: #FFFFFF;
}

div.suchbegriff{
	font-size: 1.2em;
	font-weight: bold;
}


div.index_link{
	line-height: 2em;
}

a:hover{
	/*font-weight: normal;*/
	text-decoration: underline;
}

/*
	Kurs ändern Style
*/
div.kursaendernhead{
	float: left;
	width: 20%;
	line-height: 2em;
	font-weight: bold;
}

div.kursaendern{
	float: left;
	height: auto;
	width: 20%;
	line-height: 2em;
}
