/* style for current weather data */
div.wp-forecast-curr {
    font-size: 11px; 
    border: 0px solid;
    padding: 3px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

/* style for forecast data details left side */
div.wp-forecast-curr-left {
    border: 0px solid;
    padding: 3px;
    float: left;
    text-align:center;
    vertical-align:middle; 
}

/* style for forecast data details right side */
div.wp-forecast-curr-right {
    font-size: 14px; 
    font-weight: bolder;
    font-variant: small-caps;
    border: 0px solid;
    padding: 3px;
    text-align:left;
    float: left; 
    margin-right: -100%; 
}


/* style for current weather data details */
div.wp-forecast-curr-details {
    font-size: 11px; 
    border: 0px solid;
    padding: 3px;
    text-align:left;
}

/* style for clearing float settings */ 
div.wp-forecast-curr-clear {
    /* clear:both; */
    height:0;
}

/* style for current weather icon */
img.wp-forecast-curr {
    border: 0px;
    width: 64px;
	height: 40px;
    padding: 0px;
    vertical-align:middle;
}


/* style for forecast data */
div.wp-forecast-fc {
    font-size: 11px; 
    border: 0px solid;
    padding: 2px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

/* style for forecast data */
div.wp-forecast-fc-head {
    font-size: 11px; 
    border: 0px solid;
    padding: 3px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

/* style for forecast data details */
div.wp-forecast-fc-block {
    border: 0px solid;
    padding: 0px;
}

/* style for forecast data details left side */
div.wp-forecast-fc-left {
    font-size: 11px; 
    border: 0px solid;
    padding: 3px;
    text-align:center;
    float: left; 
}

/* style for forecast data details right side */
div.wp-forecast-fc-right {
    font-size: 11px; 
    border: 0px solid;
    padding: 3px;
    text-align:left;
    float: left; 
    margin-right: -100%;
}

/* style for clearing float settings */ 
div.wp-forecast-fc-clear {
    /* clear:both; */
    height:0;
}


/* style for forecast weather icon */
img.wp-forecast-fc-left {
    border: 0px;
    width: 64px;
	height: 40px;
    padding: 0px;
}


/* Eigene Werte */

.wetter1 table {
	padding: 0px;
	margin: 0px;
	border: 1px solid #f0f0f0;
	background-color: #dadada;
}

.wetter1 tr {
	padding: 0px;
	margin: 0px;
	border: 1px solid #f0f0f0;
	background-color: #dadada;
}

.wetter1 th {
	color: #444;
	font-weight: normal;
}

.wetter td {
	padding: 8px 3px 8px 3px;
	border: 1px solid #f0f0f0;
}

.wetter img {
	border: 0px;
	padding: 8px 0px 15px 0px;
	height: 75px;
	width: 75px;
}

span.datum	{
	font-size: 12px;
	font-weight: bold;
	}

span.takt	{
	font-size: 13px;
	font-weight: bold;
	}

span.kond	{
	font-size: 10px;
	}

span.wind	{
	font-size: 10px;
	}

span.ntakt	{
	font-size: 12px;
	font-weight: bold;
	color: white;
	}

span.nkond	{
	font-size: 10px;
	color: white;
	}

span.nwind	{
	font-size: 10px;
	color: white;
	}

span.ndatum	{
	font-size: 12px;
	font-weight: bold;
	color: white;
	}

span.maxtemp	{
	font-size: 12px;
	font-weight: bold;
	color: black;
	}
