﻿/* DATEI: screen.css */
/* 20091001 www.klassik-pkw.de */
/* 20110406 2. Schrift Kopf */
/* 20130705 Bildunterzeile uz */

body {
	width:80%;
	min-width: 700px;
	margin-top:30px;
	margin-left: 10%;
	font-family: sans-serif;
	font-size: medium;
	color: Black;
	background-color: white;
/*	background-image: url(../B/ihh_logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 60% 55%;
*/	}

h1 {font-size: 150%; margin:3px 0 6px 0;}

h2 {font-size: 130%;}

#kopf1 {
	position: fixed; top: 10px; left:10%;
	width: 80%;
	min-width: 260px;
	text-align:right;
	font-family: Baskerville Old Face, Times New Roman, sans-serif;
	font-size: 300%;
	font-weight: bold;
	line-height: 0.5;
	margin: 0 auto 50px auto;
	padding:12px 2px 18px 0;
	}

#kopf2 {
	font-size: 53%;
	padding-right: 8px;
}

a {text-decoration:none;
	color:#0000FF;
	cursor: url(../B/car.cur), pointer;
	}

a:hover { text-decoration:underline; }
a:active { color:#FF0000; }

#aktuelleseite {
	color: #222222;
	font-weight:bold;
	}

#menue {
	position: absolute; top: 95px; left: 10%; width:115px;
	float:left;
	text-align:left;
	margin:0 -2px 0 0;
	padding:12px 0 40px 5px;
	border-right:2px solid #98CBFD;
	list-style:none;
	}

#menue li {
	padding-top: 12px;
	cursor: url(../B/car.cur), pointer;
}

#menuedt {
	padding-left: 12px;
	font-weight: normal;
	list-style: none;
	}

#menuedt li {padding-top: 6px;}

#inhalt {
	position: absolute; top: 95px; left:10%; right: 20%;
	margin-left: 120px;
	padding:10px 10px 30px 20px;
	text-align:left;
	color: #333333;
	line-height:1.5;
	border-left:2px solid #98CBFD;
	}

#inhalt img { border: none; }

#inhalt table {
	vertical-align:center;
/*	width:"80%";
	height:"300";
*/	font-weight: bold;
	color: #008000;
	background-color: white;
}

#uz {
	font-weight: normal;
	font-style: italic;
	text-underline-position: below;
	text-decoration: underline;
	color: #000000;
}

#slogan {
	font-size: 105%;
	font-weight: bold;
	margin-top: 35px;
	clear: both;
	}

#impressum {
	clear: both;
	margin-top: 20%;
	width: 85%;
	font-size: 96%;
	}

#fuss {
	clear:both;
	position: fixed; bottom: 0;
	width:100%;
	border-top:1px solid #444444;
	padding:6px 0;
	font-family: sans-serif;
	font-size:66%;
	color: #444444;
	background-color: white;
	}

#fussli {
	float: left;
	text-align: left;
	padding-left: 4px;
	}

#fussre {
	float: right;
	max-height:15px;
	overflow: hidden;
	text-align: right;
	padding-right: 4px;
	}

#fussre a {text-decoration:none; color:#444444;}

#adresse {
	position: fixed; top: 95px; right:10%;
	width: 265px;
	font-size: 90%;
	}

#adresse table {
	border: 0;
	border-collapse: collapse;
	}

#error {
	position: absolute; top: 95px; left:10%; right: 10%;
	padding:15%;
	font-size: 120%; font-weight: bold; color: #FF0000;/* 20091029 */
	line-height: 2;
	}

#error a {text-decoration: underline; color: #FF0000;}

#grossfoto {
	margin-top: 5px;
	width: 1024;
	text-align: center;
	}

#grossfoto img {
	margin-top: 5px;
	height: 768;
	width: 1024;
	border: none;
	}

#gfbildueber {
	font-size: 105%;
	font-weight: bold;
	}

#gfbildunter {
	font-size: 70%;
	}
