/************************************************
 *                                              *
 * Style definitionen für laekb             *
 *                                              *
 ************************************************/

/* breiten */
.header, .contentbox, .content, .button, .input, .text, .footnote, .label, .hinweis, .normal {
	background-color:white;
	font-family:sans-serif;
	color:rgb(0,73,140);
	font-size:8pt;
}

.overviewentry {
	vertical-align:top;
	font-family:sans-serif;
	color:rgb(0,73,140);
	font-size:8pt;
}

.detailentry {
	background-color: #E5EDF3;
	vertical-align:top;
	font-family:sans-serif;
	color:rgb(0,73,140);
	font-size:8pt;
}

.text, footnote, .content {
	color:black;
	font-size:10pt;
	padding:10px;
}

.footnote {
	font-size:8pt;
}

.contentbox {
	width:510;
	border: 1px solid rgb(51,153,51);
	padding:3px;
}


.header {
	width:490;
	height:20;
	background-color:rgb(231,239,247);
	font-weight:bold;
	cursor:pointer;
}

.headerborder {
	width:508;
	height:20;
	/*background-color:rgb(231,239,247);*/
	background-image:url(../media/search/bg_nav.gif);
	font-weight:bold;
	cursor:pointer;
	border: 1px solid rgb(0,73,140);
	padding:2px;
}

.content {
	width:508;
}

.button {
	border:1px solid rgb(0,73,140);
	font-weight:bold;
}

.input {
	border:1px solid rgb(0,73,140);
	font-weight:bold;
}

.link {
	text-decoration:none;
	font-family:sans-serif;
	color:rgb(0,73,140);
	font-size:8pt;
	font-weight:normal;
}

.link:hover {
	text-decoration:underline;
}

.sucherg {
	width:508;
	height:300;
	overflow:auto;
}

.normal {
	color:black;
	font-size:10pt;
}

.hinweis {
	color:rgb(153,0,0);
	font-size:12pt;
}

.blau20 {
	background-color: #CCDBE8;
}

.blau10 {
	background-color: #E5EDF3;
}
