/* -------- Allgemein -------- */

body
	{
	padding: 0px;
	margin: 0px;
	scrollbar-track-color: #FBFBEA;
	scrollbar-arrow-color: #F69803;
	scrollbar-3dlight-color: #F69803;
	scrollbar-darkshadow-color: #F69803;
	scrollbar-face-color: #F2F2CE;
	scrollbar-highlight-color: #F2F2CE;
	scrollbar-shadow-color: #F2F2CE;
	overflow-y: 'auto';
	overflow-x: 'auto';
	-moz-scrollbars-horizontal: 'auto';
	-moz-scrollbars-vertical: 'auto';
	height: 100%;
	background: #FBFBEA;
	}



html
	{
	height: 100%;
	}



/* -------- Navigation -------- */

.navig, .navigaktiv
	{
	font-family: "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	}

a.navig:hover
	{
	background: #FFC15D;
	}

.navigaktiv
	{
	background: #FFC15D;
	}

.pernavig
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	color: #75B714;
	}

a.pernavig:hover
	{
	color: #FBAF09;
	}


/* -------- Content -------- */

h1
	{
	font-family: "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #ED9100;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-variant: small-caps;
	}

h1.verde
	{
	color: #75B714;
	margin: 10px 0px 0px 0px;
	}

.percimg
	{
	margin: 10px 20px 10px 0px;
	}

.percimgr
	{
	margin: 10px 0px 10px 20px;
	}

.videoimg
	{
	margin: 14px 0px 0px 5px;
	}

strong
	{
	font-family: "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #5D920F;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-variant: small-caps;
	}

p, .p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5D920F;
	margin: 0px 0px 20px 0px;
	}

a.text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #F69803;
	text-decoration: none;
	}

.textxs
	{
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	}

a.text:hover
	{
	background: #F69803;
	color: #ffffff;
	}

li, ul
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5D920F;
	margin-bottom: 0px;
	}

ul
	{
	margin-bottom: 20px;
	}

.p
	{
	margin: 0px;
	}

#frametext
	{
	display: none;
	}


