﻿@charset "UTF-8";

/**
 * Stylesheet für die Ausgabe am Bildschirm (Standard)
 * 
 * @author: Bert Kößler <b.koessler@sdzecom.de>
 * @author: Stephan Globisch <s.globisch@sdzecom.de>
 */

/* Reset Styles */
blockquote, body, dd, div, dl, dt, fieldset,
form, h1, h2, h3, h4, h5, h6, li, ol,
p, pre, table, td, th, ul {
	padding: 0;
	margin: 0;
}

abbr, fieldset, img, table {
	border: 0;
}

address, b, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, i, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

a, ins {
	text-decoration: none;
}

:focus {
	outline: 0;
}


body > div {
	background-color: #fff !important;
}

#wettercom-title {
	margin-top: 5px;
}
