/* standard Seiten */
html, body {
	font-family:Univers, Helvetica, Arial, sans-serif;
}
/* 1. Seite */
#s1 {
	background-color:red;
	color:black;
	padding:0;
	margin:0;
	border:0;
	left:0;
	top:0;
}

#kontakt {
	background-color:black;
	color:white;
}

img.dicht {
    vertical-align:top;
    padding:0;
    margin:0;
    border:0;
/*
    border : solid 1px;
*/
}

a {
	text-decoration: none;
	line-height:11pt;
}
a:active, a:link, a:visited { color: white; }
a:hover { color: red; }

#dicht-center {
    text-align:center;
    line-height:0;
    padding:0;
    margin:0;
}

/* Text */
.txt {
	color:white;
	line-height:11pt;
	padding-top:0pt;
	padding-bottom:11pt;
}
.h1 {
	color:red;
	font-weight:bold;
	font-size:14pt;
	line-height:16pt;
	padding-top:6pt;
	padding-bottom:11pt;
}
.h2 {
	font-weight:bold;
}
.wichtig {
	color:red;
	font-weight:bold;
}
/* Text 1. Spalte */
#text-r1 {
	font-size:9pt;
	position:absolute;
	left:80px;
	border-left:0px;
	float:left;
}
/* Text 1. Spalte */
#text-r2 {
	font-size:9pt;
	margin-left:450px;
	
}

