
html.center, body.center {height: 100%;}
/* ---------------- HTML ----------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #707e8a !important;
}

img {border: none;}

h2, h3, h4 {
	color: #842c2c; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
}

h2 {
	padding-bottom: 6px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 2px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {font-size: 11px;	font-weight: bold;}

/* ----------------------- main structure --------------------*/
#master {
	width: 640px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	background-color: white;
}

#header {
	margin-left: 0px;
	
}

#hauptfenster {
	width: 640px;
	text-align: left;
	margin: 0 auto;
	border-right: 3px double white;
	border-left: 3px double white;
}
.leftbox {
	top: -88px;
	left: 0;
	width: 80px;
	
}
#hf_inhalt {
	padding: 10px 6px;
	background-color: white;
	
	/*margin-bottom: 10px;*/
	
}

.navbox {
	margin-top: 18px;
	width: 200px;
	padding: 10px 6px;
	/*background-color: #eee; nur zum Testen*/
}
/* ------------------ IE Abstands-Hack ------------------------*/
html>body .navbox {
	margin-top: 3px;
}
/* ------------------------------navigation ----------------*/
.navbox ul {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	/*background-color: #ddd; nur zum Testen*/
	width: 100px;
	margin-left: 62px;
	padding-bottom: 20px;
	padding-left: 12px;
	border-bottom: 1px solid #f7a68b;
}

.navbox ul.last {
	border-bottom: 0;
}
.navbox li {
	list-style-type: none;
	display: block;
	line-height: 24px;
	padding-bottom: 2px;
}

.navbox a, .navbox a:link, .navbox a:visited {
	text-decoration: none;
	color: #707e8a;
}

.navbox a:hover {
	color: #842C2C;
}

.invis {
	color: white;
}
.blindtext {color: #b8b8b8;}

/*--------------------- Seitenindikator -----------------*/
#home .home, #lektorat .lektorat, #redaktion .redaktion, #uebersetz .uebersetz, #gutacht .gutacht, #profil .profil, #kunden .kunden, #arbeiten .arbeiten, #kontakt .kontakt, #impess .impress {
	color:#842c2c;
}
/*-------------------- textlinks -----------------------*/
p a {text-decoration: none;}
p a:link {
	color: #2D4655;
	border-bottom: 1px dotted #2D4655;
}
p a:hover {
	color: #000;
	border-bottom: 1px solid #2d4655;
}
p a:visited {
	color: #842c2c;
}