@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:#008193;
	background:url(template/bg.png);
	font-size:14.5px;
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	border:0;
	padding:0;
	margin:0;
}

#Content {
	position:absolute;
	left:50%;
	top:50%;
	width:639px;
	height:369px;
	margin-top:-185px;
	margin-left:-320px;
	background:url(template/karte.png) no-repeat;
	text-align:left;
}

#Content h1 {
	margin-top:248px;
}

#Content p.impressum {
	font-size: 12px;
	margin-top: 10px;
}

#Content p.mail {
	color:#996C88;
	font-style:italic;
	font-weight: bold;
	margin-top: 20px;
}

.kursiv {
	font-style:italic;	
}

.grau {
	color: #CCC;
}

.turkis {
	color: #008193;
}

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

h1 {
	color:#996C88;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.08em;
	margin-left: 37px;
}

p {
	margin-left: 37px;
	margin-top: 5px;
}

a {
	color:#996C88;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	color:#008193;
}