.clear {
	clear:both;
}
#mapcontainer {
	border: 2px solid #134377;
	width: 500px;
}
#suchenbox {
	width: 200px;
	height: 40px;
}
#suchenbox input.search{
	border: 0;
	height: 35px;
	width: 135px;
	background-image: url(template-images/suche/input.jpg);
	background-repeat: no-repeat;
	float:left;
	padding:8px 3px 0 5px;
	margin:0 10px 0 6px;
	color: #134377;
}
#suchenbox input.button{
	border: 0;
	width: 31px;
	height: 38px;
	background-image: url(template-images/suche/button.jpg);
	background-repeat: no-repeat;
}
.s_logo {
	float:left;
}
.ergebnis {
	margin: 0 0 20px 120px;
}
.ergebnis a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.ergebnis_gesamt {
	border-bottom: 1px solid #134377;
} 


/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	width: 100px;
	height: 100px;
	background: #F9F8F6;
	border: 1px solid;
	border-color: #CECFD8;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}
.download-hdl {
	font-size:12px;
	font-weight:bold;
	margin-left:6px;
}
.download-file img {
	float:left;
	border:none;
}
.download-file {
	font-size:10px;
	color:#999999;
	margin-left:6px;
}

.leftFloat {
	float:left;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:0;
}
.flRight {
	float:right;
	margin:0 0 5px 10px;
}
.flLeft {
	float:left;
	margin:0 5px 0 5px;
}
hr {
	border: 1px dotted #CCCCCC;
	clear:both;
}
.rss {
	background-color:#F1F2F2;
	border: 1px solid #5696C6;
	margin-left: 20px;
	padding: 20px;
}
.login {
	height:300px;
	width: 500px;
	}
.login input.name {
	margin-bottom: 5px;
	margin-left: 73px;
	height: 20px;
	width: 143px;
	text-align: left;
	border: 2px solid #2F87C3;
	padding:4px 0 0 4px;
}
.login input.pw {
	margin-bottom: 5px;
	margin-left: 10px;
	height: 20px;
	width: 143px;
	text-align: left;
	border: 2px solid #2F87C3;
	padding:4px 0 0 4px;
}
.login .submit_button {
   background-image: url(template-images/button_log.jpg);
   background-repeat:no-repeat;
   background-color: none;
   border: 0;
   width:31px;
   height:31px;
	}

