﻿/* DATEI: screen.css */
/* 20140800 www.ahv-arminia.de */
/* 20190000 www.vpa-bs.de */

body {
	font-family: serif;
	font-size: larger;
	color: Black;
	background-image: url(../B/dummy.png);
	width:90%;
	min-width: 1000px;
	margin:30px 0 4em 5%;
	}

header {
	height: 148px;
	background-image: url(../B/Zirkel_trans.png); width: "125"; height:"143";
	background-repeat: no-repeat;
	margin-bottom: 25px;
	text-align: center;
	border:1px solid black;
	font-size: 190%;
	font-variant: small-caps;
/*
	height: 300px;
	background-image: url(../B/Arminia Farbbalken.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	border-radius: 10%;

	font-size: 140%;
	font-variant:small-caps;
*/
}

section {
	margin-left: 340px;
}

#linke_spalte {
	width: 300px;
	float: left;
}

#mittlere_spalte {
	margin-right: 50%;
	width: 47%
	min-width: 400px;
	padding: 1%;
	background-color: #FFCC99;
	border: 1px solid;
}

#rechte_spalte{
	background-color: #FFCC99;
	width: 47%/*450px*/;
	padding: 1%;
	float: right;
	border: 1px solid;
	overflow: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1 {font-size: 150%; }

h2 {font-size: 130%;}

h3 {font-size: 110%;}

a {text-decoration:none; color:#0000FF;}

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;}

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

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

#impressum {
	clear: both;
	margin: 0 20%;
	padding-left: 1em;
	width: 60%;
	font-family: sans-serif;
	font-size: 80%;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}

footer {
	position: fixed; bottom: 0; /*left: 0; right: 0;*/
	width:90%;
	margin-top:22px;
	border-top:1px solid #444444;
	padding:8px 0px 5px 0;
	font-family: sans-serif;
	font-size:66%;
	text-align: right;
	background: #F6F2F1;
	}

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

#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%;
	}

.button {
	background-color: #4CAF50; /* Green */
	border: none;
	border-radius: 10px;
	color: white;
	padding: 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
