/* CSS Document */
@charset "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);

html, body {
	height: 95%;
	background: #e0e0e0;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 10px;
}

p,
img,
ul li,
ol li,
dl dt,
dl dd,
legend,
label,
span.label,
input,
select,
button,
textarea,
td,
th,
marquee {
	font-size: 1.2em;
	line-height: 150%;
	vertical-align: top;
}

h1, h2, h3,
p, ul, ol,
table, form {
	margin-bottom: 10px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	line-height: 1.3076;
	font-weight: bold;
	margin-top: 20px;
}

h3 {
	font-size: 1.1em;
	line-height: 1.3076;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

strong, b, .strong { 
	font-weight: bold; 
}

em, i, .italic { 
	font-style: italic; 
}

small, .small {
	font-size: .9em;
}

blockquote, q {
	quotes: none;
}

hr {
	background-color: #ccc;
	color: #ccc; 
	border: 0;
	height: 1px;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block; 
	clear: both; 
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.clearfix {
	display: block;
}
/* <<< .clearfix */

/* >>> floats & clear */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

/* <<< /floats & clear */

/* >>> selectors and important classes */

.center {
	text-align: center;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.invisible {
	position: absolute;
	left: -9999px;
}

p {
	margin-top: 10px;
}

/* >>> lists */

li {
	margin-left: 0;
}

ul li {
	list-style-type: disc;
	margin-left: 30px;
}

.navi ul li {
	list-style-type: none;
}

ol {
	list-style-type: upper-roman;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

li li {
	font-size: 1.0em;
	list-style-type: disc;
}

li.none {
	list-style-type: none;
}

dl {
	margin-bottom: 5px;
}

dd {
	margin-bottom: 10px;
}

dt {
	float: left;
	width: 140px;
}

/* <<< /lists */
a {
	color: #000;
}

label {
	float: left;
	width: 130px;
	margin-bottom: 20px;
}

textarea {
	border: 1px solid #7f9db9;
	width: 300px;
	height: 150px;
	padding: 2px;
}

.border, a img {
	border: 1px solid #000;
}

.noborder {
	border: none !important;
}

.margin-left {
	margin-left: 30px;
}

.margin-right{
	margin-right: 30px;
}

.korrektur {
	font-size: 1.2em;
}

/* <<< /selectors and important classes */


/* >>> eigene styles */
div.wrapper, div.header, div.footer {
	width: 800px;
}

* html div.wrapper {
	height: 90%; /* nur für IE sichtbar, da eigentlich kein parent (hier '*') zu html */
}

div.wrapper {
	min-height: 89%; /* nur ff & co */
}

div.wrapper {
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;  /* background-color wird unter right_column sichtbar */
}

div.header {
	height: 120px;
	background: url(../images/logo.jpg) no-repeat;
}

div.navi {
	margin-top: 81px;
	width: 630px;
}

div.navi li {
	display: inline;
}

div.navi li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div.navi li a:hover, div.navi li a:active, div.navi li a.aktiv {
	color: #e0e0e0 !important;
}

div.content {
	width: 700px;
	padding: 50px;
	padding-top: 0;
	text-align: justify;
	background: #fff;
}

div.footer {
	border: 1px solid #000;
	border-top: none;
	color: #fff;
	padding-top: 5px;
	margin: 0 auto;
	height: 22px;
	background: url(../images/footer.jpg) 137px 0 no-repeat #1a1f60;
}

div.footer a {
	color: #fff;
	text-decoration: none;
}

ul.infos li a {
	color: #000;
	text-decoration: underline;
}

#firma {
	margin-left: 10px;
}

dd a {
	display: block;
	width: 112px;
	height: 17px;
	background: url(../images/email.gif) center center no-repeat;
}
