﻿/* =============================================================================
Stylesheet ittks.com
Dateiname: style.css 
Datum: 04.10.2014
Autor: Claudio Brand, ittks.com
Inhalt:	Vermischtes
============================================================================= */
/* ==========================================================
	1. Kalibrierung
	====================================================== */
* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
* html iframe {
	overflow: auto;
}
h1, h4, h5 {
	margin-bottom: 1em;
}
h6 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	text-align: center;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
li ul {
	margin: 0 1.5em;
}
ol {
	padding: 5px 20px;
}
p {
	line-height: 15px;
}
/* ==========================================================
	2. Allgemein
	====================================================== */
body {
	background-color: #e4e4e4;
	color: #444;
	font-size: 75%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 15px;
}
.center1 {
	text-align: center;
	margin-bottom: 0;
}
#exwerb {
	margin: 70px auto;
	width: 440px;
	border: 2px #c6c6c6 dashed;
	text-align: center;
	padding: 20px;
	font-size: large;
	color: #999;
	background-color: #efefef;
}
p.small {
	text-align: center;
	font-size: small;
	font-style: italic;
}
a.werbsm {
	color: #999;
}
