/*-----------------------------------------------------------------------------
FaC Style Sheet

version:   1.1
author:    FaC
email:     info@fac-net.ch
website:   http://www.fac-net.ch/
-----------------------------------------------------------------------------*/

* {
  	margin: 0;
	padding: 0;
}

body {
	background-image: url(../Bilder/allg/hg/HGccl.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width: 950px;
}

/* =IDs
-----------------------------------------------------------------------------*/

#wrap {
	height: 750px;
	width: 950px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	height: 150px;
	width: 950px;
	background-image: url(../Bilder/allg/logo/KFSMS_NeuLang.png);
	position: absolute;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	background-position: center center;
}
/* =Auswahl
-----------------------------------------------------------------------------*/
#auswahl {
	width: 250px;
	height: 565px;
	position: absolute;
	top: 185px;
}

#auswahl p {
	font-size: 12px;
	width: 100px;
	position: absolute;
	height: 15px;
	bottom: 17px;
	left: 30px;
}

#auswahl h2 {
	font-size: 14px;
	color: #333333;
	width: 200px;
	height: 25px;
	margin-top: 20px;
	margin-left: 25px;
	padding-left: 15px;
	line-height: 23px;
}

#auswahl .valid {
	position: absolute;
	bottom: 0px;
	height: 17px;
	width: 50px;
	left: 30px;
}

#auswahl .validcss {
	position: absolute;
	bottom: 0px;
	height: 17px;
	width: 50px;
	left: 90px;
}

#auswahl .vorschau {
	position: relative;
	height: 450px;
	width: 200px;
	overflow: auto;
	left: 25px;
}

#auswahl .vorschau img {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	width: 150px;
	height: 100px;
}

#auswahl .vorschau .hoch {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	width: 80px;
	height: 120px;
}

#auswahl .menu3 ul {
	width: 200px;
	padding: 0px 0px 13px;
	background: url(../Bilder/allg/bottom.png) no-repeat left bottom;
	margin: 0px auto;
	list-style-type: none;
	height: 100px;
}

#auswahl .menu3 li {
	color: #fff;
	font-size: 11px;
	line-height: 11px;
}

#auswahl .rubrik a, #auswahl .rubrik a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: #996600 url(../Bilder/allg/pfeils.png) no-repeat 5px 6px;
	width:175px;
}

#auswahl .rubrik a:hover {
	background: #000000 url(../Bilder/allg/pfeilg.png) no-repeat 5px 6px;
	color:#996600;
	font-weight: bold;
}

/* =Hauptinhalt
-----------------------------------------------------------------------------*/
#inhalt {
	height: 400px;
	width: 700px;
	position: absolute;
	left: 250px;
	top: 185px;
}

#inhalt img {
	position: relative;
	display:block;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 525px;
	border: 1px solid #FFFFFF;
	height: 350px;
}

#inhalt .hoch {
	position: relative;
	display:block;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 233px;
	border: 1px solid #FFFFFF;
	height: 350px;
}

#text {
	position: absolute;
	top: 620px;
	height: 130px;
	width: 700px;
	background-color: #CCCCCC;
	padding: 0px;
	left: 250px;
	margin: 0px;
}

#text p {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
}

/* =HauptNavigation
-----------------------------------------------------------------------------*/
#hauptnavi {
	position: absolute;
	height: 35px;
	width: 950px;
	left: 0px;
	top: 150px;
}
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */
#hauptnavi .menu1 {
	list-style:none;
	height:35px;
	background:#fff url(../Bilder/allg/button1.gif) repeat-x;
	width: 940px;
	padding-left: 10px;
}
#hauptnavi .menu1 li {
	float: left;
}
#hauptnavi .menu1 li a {
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	padding:0 0 0 16px;
	cursor:pointer;
	font-weight: bold;
	display: block;
}
#hauptnavi .menu1 li a b {
	float:left;
	display:block;
	padding:0 32px 0 16px;
}
#hauptnavi .menu1 li.current a {
	color:#fff;
	background:url(../Bilder/allg/button3.gif);
}
#hauptnavi .menu1 li.current a b {
	background:url(../Bilder/allg/button3.gif) no-repeat right top;
}
#hauptnavi .menu1 li a:hover {
	color:#fff;
	background:#000 url(../Bilder/allg/button2.gif);
}
#hauptnavi .menu1 li a:hover b {
	background:url(../Bilder/allg/button2.gif) no-repeat right top;
}
#hauptnavi .menu1 li.current a:hover {
	color:#fff;
	background:#000 url(../Bilder/allg/button3.gif); cursor:default;
}
#hauptnavi .menu1 li.current a:hover b {
	background:url(../Bilder/allg/button3.gif) no-repeat right top;
}
#hauptnavi .menu1 img {
	padding-top: 6px;
}

/* =Navigation
-----------------------------------------------------------------------------*/
#navi {
	position: absolute;
	height: 35px;
	width: 700px;
	left: 250px;
	top: 585px;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */
#navi .menu2 {
	list-style:none;
	height:35px;
	background:#fff url(../Bilder/allg/button1.gif) repeat-x;
	width: 700px;
}
#navi .menu2 li {
	float: left;
}
#navi .menu2 li a {
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	padding:0 0 0 14px;
	cursor:pointer;
	font-weight: bold;
	display: block;
}
#navi .menu2 li a b {
	float:left;
	display:block;
	padding:0 28px 0 14px;
}
#navi .menu2 li.current a {
	color:#fff;
	background:url(../Bilder/allg/button3.gif);
}
#navi .menu2 li.current a b {
	background:url(../Bilder/allg/button3.gif) no-repeat right top;
}
#navi .menu2 li a:hover {
	color:#fff;
	background:#000 url(../Bilder/allg/button2.gif);
}
#navi .menu2 li a:hover b {
	background:url(../Bilder/allg/button2.gif) no-repeat right top;
}
#navi .menu2 li.current a:hover {
	color:#fff;
	background:#000 url(../Bilder/allg/button3.gif); cursor:default;
}
#navi .menu2 li.current a:hover b {
	background:url(../Bilder/allg/button3.gif) no-repeat right top;
}
#navi .menu2 img {
	padding-top: 6px;
}

/* =Grafikelemente
-----------------------------------------------------------------------------*/

.hgbild:hover {
	background-image: url(../Bilder/Allgemein/Verlaufgr.jpg);
}

/* =Allgemeine Selektoren
-----------------------------------------------------------------------------*/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	padding: 10px;
	margin: 0px;
}
