@charset "utf-8";

/*--- Bild des Tages ----------------------------------------------*/
#tagesBild {
	float:right;
	border:0px dotted #333333;
	background-color: #F4F4F4;
	padding:10px;
	margin-left:5px;
	xheight:150px;
	xwidth:150px;
         font-size: 80%;
         outline-top-color: #e7e7e7;
         outline-top-width: middle;
}

/*--- Anzeige des aktuellen Wetters -------------------------------*/
#wetter {
	margin-top:20px;
	padding:10px;
	xborder-top: 1px solid #333333;
	xborder-bottom:1px solid #333333;
	font-size:85%;
	text-align:center;
}
#wetter p {
	margin-bottom:5px;
}

/*--- Alemannenlogo -----------------------------------------------*/
#logo {
	margin-top:20px;
	padding:10px;
	xborder-top: 1px solid #333333;
	xborder-bottom:1px solid #333333;
	font-size:80%;
	text-align:center;
}
#logo img {
	border: none;
}


/*--- Anmeldemaske ------------------------------------------------*/

.input {
        border:none;;
}