@charset "utf-8";


/* ------------------------- Reset CSS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h16, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
}

/* ------------------------- Website */

body {
	color:#444;
	background:black;
	font-size:11px;
	line-height:150%;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	border:0;
	padding:0;
	margin:0;
}

div#Content {
	position:absolute;
	left:50%;
	top:50%;
	width:1024px;
	height:690px;
	margin-top:-345px;
	margin-left:-512px;
	background:url(template/danielaunruh.jpg) no-repeat;
	text-align:left;
}

div#LinkBoxMail {
	position:absolute;
	top: 602px;
	left: 670px;
	width: 160px;
	height:26px;
	cursor:pointer;
}

div#LinkBoxMF {
	position:absolute;
	top: 427px;
	left: 640px;
	width: 220px;
	height:90px;
	cursor:pointer;
}

div#LinkBoxImpressum {
	position:absolute;
	top: 602px;
	left: 845px;
	width: 70px;
	height:26px;	
	cursor:pointer;
}

div#BoxImpressum {
	position:absolute;
	top: 154px;
	left: 88px;
	width: 848px;
	height: 400px;	
	background:black;
	border:1px white solid;
}

div#ImprressumLeft {
	float:left;
	padding:10px 0 10px 10px;
	width:318px;
}

div#ImprressumLeft p {
	margin-top:12px;
	color: white;
	line-height:140%;
}

div#ImprressumRight {
	float:right;
	padding:10px 10px 10px 0;
	width:500px;
}

div#ImprressumRight p {
	margin-top:12px;
	color: white;
	line-height:140%;
}

div#ImpressumClose {
	position:absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;	
	border: 0;
	cursor:pointer;
}

/* ------------------------- allgemeine Einstellungen */

h1 {
	color:#1c2b1a;
	font-size:13px;
	font-weight:bold;
	padding:5px 0 10px 0;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 10px 0;
}

div.Clear { clear:both; }

div.Text { padding:8px 0 0 0; }

a:link, a:visited, a:active {
	color:#eee;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	color:white;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
}

.abstandSeite2 { padding:25px 0 0 0; }

.abstandGroesser { padding:18px 0 0 0; }

.abstandGross { padding:12px 0 0 0; }

.abstandKlein { padding:5px 0 0 0; }

span.wideLetter { letter-spacing:0.3em; }

span.wideLetterPlus {
	letter-spacing:0.3em;
	font-size:110%;
}

a.wideLetter:link {
	color:#1c2b1a;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
}

a.wideLetter:visited {
	color:#1c2b1a;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
}

a.wideLetter:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
}

a.wideLetter:active {
	color:#1c2b1a;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
}

.errorMsg,
.checkNOK {
	color:red;
	font-weight:bold;
	font-size:10px;
	border:0;
	background:none;
	padding:10px;
	margin:5px;
}

.errorWarn {
	color:black;
	font-weight:normal;
	font-size:9px;
	border: 1px black solid;
	background:#eeeeee;
	padding:10px;
	margin:5px;
}

.checkOK,
.warnMsg {
	color:black;
	font-weight:normal;
	font-size:9px;
	border: 1px black solid;
	background:#eeeeee;
	padding:10px;
	margin:5px;
}


