@charset "UTF-8";
/* CSS Document */
/*
	NAME //  FoLa | Forum Landschaft
	SPRACH // französisch
	AUTHOR // Mathias Kaelin
	AUTHOR WEBSITE: www.forumlandschaft.ch
	VERSION: 1.0
		
	BILDGROESSE // 
		Titelbild:	640px x 180px
		Navibild:	170px x 170px
		Dossier:	100px x 100px
	COLORS //
		Gray:		128 128 128 / #808080
		red:		128 000 000 / #800000
*/

/* allgemeine Definitionen */

@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url(ITCAvantGardeStd-XLt.otf) format("opentype");
}

a img {
	border : 0 none;
}

a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
a:active {
	color: #800000;
	text-decoration: none;
}

body {
	font-family: DIN, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;	
	line-height: 18px;
	text-align:left;
	color: #000000;
	background-color:#FFFFFF;
}

h1 {
	font-family: "ITC Avant Garde Gothic", DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:100;
	font-size:25px;
	line-height:33px;
	color:#800000;
	padding:0 0 8px 0;
}

h2 {
	font-family: "ITC Avant Garde Gothic", DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:26px;
	color:#000000;
	padding: 6px 0 4px 0;
}

h3 {
	font-family: DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#808080;
	padding: 6px 0 0px 0;
}

p {
	padding: 0 0 6px 0;
}

* {
	padding:0;
	margin:0;
}
	
/* Zentrierhilfe */
	
#zentrierhilfe {
	position: absolute;
	top:30px;
	left:50%;
	height:750px;
	width:1100px;
	margin-left:-550px;
	overflow:hidden;
	z-index:0;
	visibility: visible;
}	

#inhalt_alles {
	position:absolute;
	width:1100px;
	height:750px;
	z-index:1;
	background-color:#FFF;
}

/* Eigentliche Elemente */

#kopf {
	position:absolute;
	top:0;
	left:0;
	height:50px;
	width:1100px;
	background-image:url(../_img/site/Fola_Logo-Kopf.png);
}

#d {
	position:absolute;
	top:0;
	left:0;
	height:50px;
	width:550px;
	background-image:url(../_img/site/Fola_Logo-d.png);
}

#d:hover {
	background-image:url(../_img/site/Fola_Logo-d_activ.png);
}

#f {
	position:absolute;
	top:0;
	left:550px;
	height:50px;
	width:550px;
	background-image:url(../_img/site/Fola_Logo-f.png);
}

#f:hover {
	background-image:url(../_img/site/Fola_Logo-f_activ.png);
}

#page {
	position:absolute;
	top:50px;
	left:0px;
	height:698px;
	width:1098px;
	border:1px solid #666;
}

/* left*/

#left {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:180px;
	border-right: 1px solid #808080;
}

#navibild {
	position:absolute;
	top:10px;
	left:10px;
	height:170px;
	width:170px;
}

#navi {
	position:absolute;
	top:198px;
	left:10px;
	height:200px;
	width:170px;
}

#navi a {
	font-family: "ITC Avant Garde Gothic", DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:100;
	color:#808080;
	padding:4px 0 2px 4px;
	margin: 2px 0 0 0;
	display:block;
	border-bottom: 1px solid #808080;
}

#navi a:hover {
	background-color:#800000;
	color:#FFF;
}

#navi a:active {
	background-color:#800000;
	color:#FFF;
}

#adresse {
	font-family: "ITC Avant Garde Gothic", DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:100;
	line-height:20px;
	position:absolute;
	top:585px;
	left:10px;
	height:88px;
	width:170px;
}

.sprachwechsel {
	border-top: solid 1px #808080;
	color:#808080;
	font-family: DIN, Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:100;
	line-height:20px;
	padding-top:2px;
}

.sprachwechsel a:hover {
	color:#800000;
	font-weight:bold;
	padding-top:1px;
}

.active_sprache {
	color:#808080;
	font-weight:bold;
}

.aufzaehlung {
	padding:0;
	margin:0;
}

.auszeichnung {
	font-weight:bold;
	color:#C60;
}
/* Mitte */

#middle {
	position:absolute;
	top:0;
	left:180px;
	height:100%;
	width:640px;
}

#titelbild {
	position:absolute;
	top:0px;
	left:1px;
	height:180px;
	width:640px;
	background:none;
	border-bottom:1px solid #666;
}

#content_kurz {
	position:absolute;
	top:181px;
	left:20px;
	width:600px;
	height:497px;
	padding:20px 20px 0 0;
	overflow:auto;
}

#content {
	position:absolute;
	top:0px;
	left:20px;
	width:600px;
	height:678px;
	padding:10px 20px 10px 0;
	overflow:auto;
}

#content_kurz p, #content p {
	padding:0 0 6px 0;
}


#middle ul {
	list-style-position:outside;
	list-style-type:square;
	padding:0 0 0 14px;	
}

#middle li {
	padding: 0 0 0 0;
}

.abstand_nach {
	padding:0 0 8px 0;
}

#middle a, #middle p a {
	color: #800000;
	text-decoration: none;
	border-bottom: dotted 1px #800000;
}

#middle a:link, #middle p a:link {
	color: #800000;
	text-decoration: none;
	border-bottom: dotted 1px #800000;
}

#middle a:visited, #middle p a:visited {
	color: #800000;
	text-decoration: none;
}

#middle a:hover, #middle p a:hover {
	color: #808080;
	text-decoration: none;
	border-bottom:dotted 1px #808080;
}

#middle a:active, #middle p a:active {
	color: #800000;
	text-decoration: none;
}

.autor {
	font-size:12px;
	line-height:14px;
	text-align:right;
	font-style:italic;
	border-left:solid 3px #808080;
}
/* rechts */

#right {
	position:absolute;
	top:0;
	left:820px;
	height:678px;
	width:257px;
	border-left:1px solid #808080;
	padding:10px;
	overflow:auto;
}

#right h1 {
	font-family:"ITC Avant Garde Gothic", DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:100;
	font-size:22px;
	line-height:26px;
	color:#800000;
	padding:15px 0 5px 0;
}

#right h2 {
	font-family: "ITC Avant Garde Gothic", DIN, Helvetica, Verdana, Arial, sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:20px;
	color:#808080;
	padding: 6px 0 4px 0;
}

#right p {
	padding:0 0 5px 0;
}

#right ul {
	font-family: DIN, Helvetica, Verdana, Arial, sans-serif;
	color:#808080;
	list-style-position:outside;
	list-style-type:disc;
	padding:0px 10px 10px 15px;
}

#right li {
	padding: 0 0 0 0;
}

#right td {
	border:1px solid #FFFFFF;
}

#right td:hover {
	border:1px solid #808080;
}

#right table .dossier {
	height:100px;
	width:100px;
	margin:10px;
	background-color:#999;
}

#right table a {
	border-bottom:none;
}

*right table a:hover {
	border:none;
}

#right a, #right p a {
	color: #800000;
	text-decoration: none;
	border-bottom: dotted 1px #800000;
}

#right a:link, #right p a:link {
	color: #800000;
	text-decoration: none;
	border-bottom: dotted 1px #800000;
}

#right a:visited, #right p a:visited {
	color: #800000;
	text-decoration: none;
}

#right a:hover, #right p a:hover {
	color: #808080;
	text-decoration: none;
	border-bottom:dotted 1px #808080;
}

#right a:active, #right p a:active {
	color: #800000;
	text-decoration: none;
}

/* Sonstiges */

#preload {
	display:none;
}