@charset "utf-8";
/* CSS Document 
Projekt: Homepage SM-SVPK-fpvs
Datum Erstellung 13.9.2017
Autor: Beatrice VanMasnhoven
Letzte Korrektur: 18.9.2022 neues Headerbild
31.5.2026 neues Headerbild
*/

/*
=======================
Inhaltsverzeichnis

Allgemein
Header
Navigation-Left
Content
Navigation-Top
Sidebar
Footer



=======================
*/



/*
=======================
Allgemein
=======================
*/
* { 
margin: 0; 
padding: 0; 
}

/*Scrollbalken erzwingen*/
html{
	height: 101%;7
}

body {
	background-color: #fefaf1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}
h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 200;
	color: #0000;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 30px;
}
h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 200;
	color: #996633;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 30px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	color: #996633;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 25px;
}
strong {
	font-weight: 600;
}

#wrapper {
	height: auto;
	min-height: 500px;
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fefaf1;
}

/*
=======================
Header
=======================
*/
#header {
	height: 261px;
	width: 981px;
	float: left;
	z-index: 0;
	
}
#header-bild {
	background-image: url(../bilder/header-4.jpg);
	height: 261px;
	width: 981px;
	z-index: 100;
}
#logo {
	float:left;
	height: 181px;
	width: 263px;
	margin-top: 5px;
	margin-left: 5px;
	z-index: 200;
	position: absolute;
	vertical-align: top;
}



/*
=======================
Navigation-Left
=======================
*/

#navi-li {
	float: left;
	width: 150px;
	font-size: 18px;
	font-style: normal;
	line-height: 45px;
	font-weight: 500;
	color: #996633;
	padding-top: 20px;
	margin-left: 5px;
	min-height: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#navi-li a {
	text-decoration: none;
	color: #781b1b;
	padding-top: 5px;
	padding-bottom: 5px;

}
#navi-li ul li {
	list-style-type: none;
}

#navi-li a:hover {
	color: #996633;
	background-color: #f4f0e8;
	background-repeat: no-repeat;
}
#login {
	width: 120px;
}

/*
=======================
Content
=======================
*/

#content {
	float: left;
	width: 535px;
	min-height: 300px;
	margin-top: 10px;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 23px;
	text-align: left;
	font-style: normal;
}

#content a{
	color: #993333;
	text-decoration:none;
}
#content a:hover{
	color: #996633;
}
#breadcrumb {
	font-size: 12px;
}
#content ul {
	margin-left: 20px;
	list-style-type: disc;
}
#content ul ul{
	margin-left: 30px;
	list-style-type: disc;
}

#content iframe {
	float: right;
	border: 1px solid #666;
}

#b-kontakt form {
	margin-top: 20px;
}
#content img {
	float:left;
	border: 2px solid #835e45;
	margin: 0 15px 15px 0;
}
#content .imgpdf {
	border: none;
	margin: 0 5px 0 0;
	float:left;
}
#content td {
	padding-right: 60px;
}
.next{
	list-style-type:none;
}
.previous{
	list-style-type:none;
}
#breadcrumb ul, #breadcrumb li{
	list-style-type: none;
	display: inline;	
}
/*
==================
Navigation-Top
==================*/
#navi-top {
	width: 650px;
	font-size: 18px;
	color: #996633;
	padding-top: 2px;
	margin-bottom: 10px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}


#navi-top ul , #navi-top li{
	margin: 0;
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #781b1b;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #781b1b;
}
#navi-top ul ul{
	position:absolute;
	z-index: 50;
	display: none;
}


#navi-top li {
	position: relative;
	padding-top: 0px;
	}

#navi-top a {
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	color: #996633;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: middle;
}

#navi-top a:hover {
	color: #996633;
	background-color: #f4f0e8;
}

/*
=======================
Sidebar
=======================
*/
#sidebar{
	top: 175px;
	margin-left: 745px;
	float:left;
	position: absolute;
	z-index: 500;
	min-height: 400px;
	width: 216px;
	
	}
#bild-1{
	background-image: url(../bilder/logo-fpvs-re.png);
	height: 160px;
	width: 187px;
	float: left;
	position: static;
	margin-top:2px;
	margin-left:2px;
	}


/*
=======================
Footer
=======================
*/
#footer {
	font-size: 10px;
	width: 940px;
	padding-top: 45px 20px 20px 20px;
	font-style: italic;
	line-height: 14px;
	color: #666;
	bottom: 10px;
	clear: both;

}
#footer a {

	text-decoration: none;
	color: #666666;
}
#footer a:hover{
	color: #000000;
}