/**
* Style Reset
*/

body {
	margin:0 auto;
	margin-left: 25px;
	padding: 0;
	height: 100%
	border: 0;
	outline: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	background-color: white; 
	}	
 
#content {
	margin:0 auto;
	padding-top: 200px;
	text-align: center;
	z-index:1000;
	}	

.img {
	margin:12px;
	}
	
.line {
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 400px;
	border-bottom: 1px solid #eee;
	}

.table1 {
	float: left;
	width: 144px;
	text-align:left;
	}

.table2 {
	float: left;
	width: 144px;
	text-align:left;
	}

.footer {
	margin: 0 auto 24px 0;
	width:376px;
	padding-top: 8px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 12px;
	background-color: #333;
	text-align:left; 
	line-height:21px;
	}

/** TYPEFACES */

.h1 {
	font-size: 1.3em; 
	line-height: 1.6em; 
	color: #444; 
	list-style:none; 
}

.h2 {
	font-size: 1.5em; 
	line-height: 1.6em; 
	color: #444; 
	list-style:none; 
}

.navigation {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em; 
	color: #888; 
	list-style:none; 
	}
.navigation a:link {color: #5b5b5b; text-decoration:underline;}
.navigation a:visited {color: #5b5b5b; text-decoration:underline;} /*WICHTIG*/
.navigation a:hover {color: #333; text-decoration:underline;}

.link-int {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em; 
	color: #888; 
	list-style:none; 
	}
.link-int a:link {color: #888; text-decoration:none;}
.link-int a:visited {color: #888; text-decoration:none;} /*WICHTIG*/
.link-int a:hover {color: #333; text-decoration:underline;}

.link-ext {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em; 
	color: #5b5b5b; 
	list-style:none; 
	}
.link-ext a:link {color: #5b5b5b; text-decoration:none;}
.link-ext a:visited {color: #5b5b5b; text-decoration:none;} /*WICHTIG*/
.link-ext a:hover {color: #333; text-decoration:underline;}

.light {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em; 
	color: #888; 
	list-style:none; 
	}
	
.read {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em; 
	color: #5b5b5b; 
	list-style:none; 
	}	
	
/* FONT SIZE */

.standard { 
	font-size: 1em;
	color: #5b5b5b; 
	}

.large { 
	font-size: 0.7em;
	color: #5b5b5b; 
	}

/* CONTACT NAVIGATION */

p:hover {
	background: transparent; /*BG color is a must for IE6*/
	text-decoration: none;
	} 
	
p.kontakt span {
	display:none; 
	float: right;
	width: 160px;
	margin-left: -46px;
	}
	
p.kontakt:hover span{
	display:inline; 
	position:absolute; 
	text-align: left;
	text-decoration: none; 
	background: transparent; 
	text-decoration: none;
}

p.dokumentation span {
	display:none; 
	float: right;
	width: 120px;
	margin-left: -72px;
	}
	
p.dokumentation:hover span{
	display:inline; 
	position:absolute; 
	text-align: left;
	text-decoration: none; 
	background: transparent; 
	text-decoration: none;
}

/* FADE CONTENT */

.content-port {
	display: none;
	position: relative;
	text-align: center;
	top: -280px;
	padding: 12px;
	border: none;	
	background-color: #fff;
	z-index:1002;
	cursor:default;
}
				
.content-info {
	display: none;
	position: relative;
	margin: 0 auto;
	width: 400px;
	margin-top: 160px;
	text-align: left;
	z-index:1002;
}


