﻿@import url("layout.css");
body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
}

#master {
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -500px;
	background: #FFF;
	color: #707173;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
}

#menue {
	
}

#fenster {
	padding: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
}

#rechts {

}

/* Formatvorlagen f&uuml;r Hyperlink */
body a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background: #707173;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

body a.pdf {
	display: inline-block;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

body a.doku {
	display: inline-block;
	background: #ddd;
	text-align: left;
	color: #707173;
	line-height: 20px;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-right: 30px;
}

body a.ftp {
	color: #FFF;
	background: #FFF;
}

body a.img {
	background-color: #FFF;
}

body a.mail {
	color: #707173;
	text-decoration: none;
	background: #FFF;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
	margin-left: 65px;
	margin-right: 65px;
}

body a:hover {
	background: #D4003C; 
}

body a.ftp:hover {
	color: #707173;
	background: #FFF;
}

body a.img:hover {
	background: #FFF; 
}

body a.mail:hover {
	background: #D4003C;
	color: #FFF;
}

body a.doku:hover {
	color: #FFF;
}

body a.aktiv {
	background: #D4003C; 
}

/* Formatvorlagen f&uuml;r die Hauptfenster */
body h1 {
	font-size: 18px;
	line-height: 150%;
	margin-top: 0px;
}

body h2 {
	font-size: 18px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: -15px;	
}

body h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: -15px;	
	color: #D4003C;
}

body p {
	font-size: 14px;
	line-height: 180%;
}

body p.rot {
	color: #D4003C;
}

body table {
	font-size: 14px;
	line-height: 200%;
}

body ul {
	margin: 0px;
	padding: 0px;
}

body li {
	list-style-type: none;
}

#fenster img.fahne {
	width: 27px;
	height: 16px;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: -8px;
}

#fenster img.fahne_tab {
	width: 30px;
	height: 18px;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 3px;
}

/* Formatvorlagen f&uuml;r die Navigation */
#menue ul {
 	width: 100%;
	margin: 0;
	padding: 0;
}

#menue li {
	width: 130px;
	float:  left;
	text-align: center;
	list-style-type: none;
}

#menue img {
	margin: 4px 0px 3px 0px;
	height: 45px;
}

/* Formatvorlagen f&uuml;r die Men&uuml; rechts */
#rechts ul {
	margin: 0px;
	padding: 0px;	
}

#rechts li {
	width: 220px;
	margin-bottom: 5px;
	list-style-type: none;
}

#rechts img {
	height: 125px;
	margin: 35px auto;
	display: block;
}

#rechts img.hel {
	height: 75px;
	margin-top: 0px;
	display: block;
}

#rechts img.lnk {
	height: 25px;
	margin-top: 0px;
	display: block;
}

#rechts img.twitter {
	width: 48px;
	height: 18px;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: -8px;
}

#rechts p {
	width: 220px;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
}

#rechts p.adr {
	position: absolute;
	bottom: 12px;
	width: 220px;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
}

/* Formatvorlagen f&uuml;r Bilder-Zoom*/
#box{
	height:113px;
	width: 204px;
	padding: 0px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
}

#box div{
	display: none;
}

#box:hover div{
  	display: block;
	width: 556px;
	height: 478px;
	margin: 0px;
	border: #FFF solid 20px;
	background-color: #DDD;
	position: absolute;
	top: 2px;
	left: 186px;
}

#box a {
	display: block;
	background: #FFF;
	padding: 0px;
}

#box img.kl {
	height: 113px;
	width: 184px;
	float: left;
}

#box img.gr {
	height: 307px;
	width: 500px;
	padding: 18px 28px;
}

#box p {
	padding: 10px 18px;
}

#box h2 {
	text-align:center;
}

