/*Uebersichtsseiten*/

#tulist{
	list-style: none;
	padding: 0;
	margin: 0;
	}

.u-box-aussen {
        padding: 5px;
	width: 97%;
	/*height: 170px;*/
	background-color: #d1e3f7;
	margin: 15px 30px 15px 0;
	/*float: left;
	border: solid 1px #034b98;*/
	border: solid 1px #cccccc;
	}
	
/*.u-box-bild {
	width: 90px;
	height: 170px;
	clip: rect (0 0 0 0);
	float: left;
	}*/
	

.u-box-text {
	width: 95%;	
	/*margin: 10px;
	float: left;*/
	font-size: 0.8em;
	padding: 7px 10px 0px 5px;
	
	}
	
.u-box-mehr {
	width: 95%;	
	margin: 10px;
	/*float: left;*/
	text-align: right;
	vertical-align: bottom;
	}
	
.u-box-mehr a {
	color: #0b4a91;
	text-decoration: none; 
	margin: 0; 
	padding-left: 17px;	
	font-size: 0.8em;
	font-weight: bold;
	background:   url(../images/unavi-3ebene-act.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
	
.u-box-mehr a:hover {
	color: #0b4a91;
	text-decoration: underline; 
	font-weight: bold;
	background:   url(../images/unavi-3ebene-act.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
	
	
.u-box-aussen h1{
	color: #0b4a91;
	width: 95%;
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	padding: 7px 10px 7px 5px;
	margin: 0;
	/*display: block;
	float: left;*/
	}

.u-box-text-main {
	margin: 5px 0 0 0;
	padding: 7px 10px 0px 5px;
	/*line-height: 1.2em;*/
	}

.u-box-text-link {
	margin: 5px 0 0 0;
	text-align: right;
	}
	

