/* CSS Document */
body {
	background-color: #F4FFE4;
	margin-top: 0px;
	margin-left: 0px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #000000}
.style3 {
	font-size: smaller;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.style6 {
	font-size: 24px;
	font-weight: bold;
	color: #EEF294;
}
.style7 {color: #FFFFFF; }
.style8 {font-size: 14px}
.style9 {
	color: #FFFF96;
	font-size: 24px;
}

.style11 {font-size: 18px}
.style13 {font-size: 14px; font-weight: bold; }
.style23 {
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

.estilox {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.estiloy {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: lighter;
	color: #FFFF00;
	letter-spacing: 1px;
}

.estiloz {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.Estilo4 {
	color: #006600;
	font-weight: bold;
}

.Estil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #000000;
}
.Estil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #000000;
}
.Estilo2 {
	color: #FFFF00;
	font-size: 36px;
	font-style: italic;
	letter-spacing: 1px;
}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.Estilo1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.Estilo3 {font-size: 5px; font-weight: bold; color: #000000; font-family: "Times New Roman", Times, serif; text-align: center; letter-spacing: 1px; }

.Estilo5 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

.linha {
	color: #FF0000;
	font-weight: bold;
}

a:link {
	color: #3333CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #C1C100;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.nav {
	background-color: transparent;
	position: static;
	text-decoration: none;
   }

.nav a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
   }

.nav a:link, .nav a:visited {
	color: #000000;
   }

.nav a:hover, .nav a:focus {
	color: #999999;
	text-decoration: underline;
   }
   
.nav_neu {
	background-color: transparent;
	position: static;
	text-decoration: none;
   }

.nav_neu a {
	display: block;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
   }

.nav_neu a:link, .nav_neu a:visited {
	color: #000000;
   }

.nav_neu a:hover, .nav_neu a:focus {
	color: #999999;
	text-decoration: underline;
   }
   
.navk {
	background-color: transparent;
	position: static;
	text-decoration: none;
   }

.navk a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
   }

.navk a:link, .navk a:visited {
	color: #000000;
   }

.navk a:hover, .navk a:focus {
	color: #999999;
	text-decoration: underline;
   }
.navesq {
	background-color: transparent;
	position: static;
	text-decoration: none;
   }

.navesq a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
   }

.navesq a:link, .navesq a:visited {
	color: #000000;
   }

.navesq a:hover, .navesq a:focus {
	color: #999999;
	text-decoration: underline;
   }
   
#navigation {
	background-color: transparent;
	position: static;
   }

#navigation li {
	background-color: transparent;
	margin:5px;
	list-style: none;
	padding:1px;
	width: auto;
	position: static;
	margin-left: -35px;
   }
   
#navigation ul {
   background-color: transparent;
   }

#navigation a {
	display: block;
	padding: 3px 5px;
	margin: 1px 0 0;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
   }

#navigation a:link, #navigation a:visited {
	color: #000000;
	padding: 3px 4px;
	background-color: #F4FFE4;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	letter-spacing: 2px;
   }

#navigation a:hover, #navigation a:focus {
	color: #F4FFE4;
	background-color: #295200;
	padding: 3px 4px;
	border: 1px solid #F4FFE4;
   }

#navigation a:active, #navigation a:current {
    color:#000099;
    background-color: #CCCCCC;
  }
  
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.titelmeio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chamada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.normalsembotton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	display: marker;
}
.normalcombotton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	display: block;
	line-height: 20px;
}
.normalsemmargem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	display: marker;
}
.normal_margem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
.normalcentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	line-height: 20px;
}
.negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.negritasemmargem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.negritacentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
}
.rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.dest_ponto {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: block;
	letter-spacing: 1px;
	text-align: left;
}
.linha {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.verdana {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: block;
}
.verdana_margem {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.titel_1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #000099;
	letter-spacing: 1px;
}
.titel_2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000099;
	font-weight: lighter;
	letter-spacing: 1px;
}
.verdana_b {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	display: block;
}

.negrita_sp1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	letter-spacing: 1px;
}
.rot:link {
	color: #FF0000;
	text-decoration: none;
}
.rot:visited {
	text-decoration: none;
	color: #FF0000;
}
.rot:hover {
	color: #999999;
	text-decoration: underline;
}
.rot:active {
	color: #FF0000;
	text-decoration: none;
}
.normal_sp1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.normal_sp1:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.normal_sp1:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.normal_sp1:hover {
	color: #999999;
	text-decoration: underline;
}
.normal_sp1:active {
	text-decoration: none;
	color: #006600;
}
.nav_trebuchet {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #3333CC;
	padding-bottom: 5px;
	text-align: left;
}
.nav_trebuchet:link {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
}
.nav_trebuchet:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.nav_trebuchet:hover {
	color: #999999;
	text-decoration: underline;
}
.nav_trebuchet:active {
	text-decoration: none;
	color: #009900;
}

.caixa_trebuchet_nav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #3333CC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.caixa_trebuchet_nav:link {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
}
.caixa_trebuchet_nav:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.caixa_trebuchet_nav:hover {
	color: #999999;
	text-decoration: underline;
}
.caixa_trebuchet_nav:active {
	text-decoration: none;
	color: #009900;
}

.nav_trebuchet_m {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #3333CC;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	display: table-cell;
}
.nav_trebuchet_m:link {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
	display: table-cell;
}
.nav_trebuchet_m:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.nav_trebuchet_m:hover {
	color: #999999;
	text-decoration: underline;
}
.nav_trebuchet_m:active {
	text-decoration: none;
	color: #009900;
}
.nav_tahoma {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000099;
	padding-bottom: 10px;
	margin-left: 30px;
	text-align: center;
	margin-right: 30px;
}
.nav_tahoma:link {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}
.nav_tahoma:visited {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
.nav_tahoma:hover {
	color: #999999;
	text-decoration: underline;
}
.nav_tahoma:active {
	text-decoration: none;
	color: #000099;
}

.nav_tahoma1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000099;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
.nav_tahoma1:link {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 30px;
}
.nav_tahoma1:visited {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
.nav_tahoma1:hover {
	color: #999999;
	text-decoration: underline;
}
.nav_tahoma1:active {
	text-decoration: none;
	color: #000099;
}

.rotitel {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	letter-spacing: 1px;
}
.rotitel:link {
	color: #FF0000;
	text-decoration: none;
}
.rotitel:visited {
	text-decoration: none;
	color: #FF0000;
}
.rotitel:hover {
	color: #999999;
	text-decoration: underline;
}
.rotitel:active {
	color: #006600;
	text-decoration: none;
}
.blauetitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000099;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.blauetitel:link {
	color: #000099;
	text-decoration: none;
}
.blauetitel:visited {
	text-decoration: none;
	color: #000099;
}
.blauetitel:hover {
	color: #999999;
	text-decoration: underline;
}
.blauetitel:active {
	color: #000099;
	text-decoration: none;
}

.rot900titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	color: #900;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rot900titel:link {
	color: #900;
	text-decoration: none;
}
.rot900titel:visited {
	text-decoration: none;
	color: #900;
}
.rot900titel:hover {
	color: #999999;
	text-decoration: underline;
}
.rot900titel:active {
	color: #900;
	text-decoration: none;
}
.rotnav {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	letter-spacing: 1px;
}
.rotnav:link {
	color: #FF0000;
	text-decoration: none;
}
.rotnav:visited {
	text-decoration: none;
	color: #FF0000;
}
.rotnav:hover {
	color: #999999;
	text-decoration: underline;
}
.rotnav:active {
	color: #FF0000;
	text-decoration: none;
}
.blauenav {
	font-family: Tahoma;
	font-size: 14px;
	color: #3333CC;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
}
.blauenav:link {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav:visited {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav:hover {
	color: #999999;
	text-decoration: underline;
}
.blauenav:active {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
}
.blauenav_h {
	font-family: Tahoma;
	font-size: 12px;
	color: #0000CC;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	padding-left: 35px;
}
.blauenav_h:link {
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_h:visited {
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_h:hover {
	color: #666666;
	text-decoration: underline;
}
.blauenav_h:active {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
.blauenav_h_prot {
	font-family: Tahoma;
	font-size: 16px;
	color: #0000CC;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	padding-left: 35px;
}
.blauenav_h_prot:link {
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_h_prot:visited {
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_h_prot:hover {
	color: #666666;
	text-decoration: underline;
}
.blauenav_h_prot:active {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
.blauenav_meio {
	font-family: Tahoma;
	font-size: 14px;
	color: #3333CC;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
}
.blauenav_meio:link {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_meio:visited {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_meio:hover {
	color: #999999;
	text-decoration: underline;
}
.blauenav_meio:active {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
}
.blauenav_neu {
	font-family: Tahoma;
	font-size: 14px;
	color: #3333CC;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	display: block;
}
.blauenav_neu:link {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_neu:visited {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_neu:hover {
	color: #999999;
	text-decoration: underline;
}
.blauenav_neu:active {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
}
.blauenav_chico {
	font-family: Tahoma;
	font-size: 12px;
	color: #3333CC;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 20px;
	display: block;
}
.blauenav_chico:link {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_chico:visited {
	color: #3333CC;
	font-weight: normal;
	text-decoration: none;
}
.blauenav_chico:hover {
	color: #999999;
	text-decoration: underline;
}
.blauenav_chico:active {
	color: #3333CC;
	text-decoration: none;
	font-weight: normal;
}
.ancor {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
	text-align: center;
}
.ancor:link {
	color: #000099;
	text-decoration: none;
}
.ancor:visited {
	text-decoration: none;
	color: #993300;
}
.ancor:hover {
	color: #999999;
	text-decoration: underline;
}
.lnk:active {
	color: #000099;
	text-decoration: none;
}
.rot_k {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.kiste {
	border: thin solid #F3F3F3;
}
.linha_v {
	border: thin solid #F3F3F3;
}
.cera {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	letter-spacing: 1px;
	text-align: left;
	display: block;
}
.cera_margem {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.neu {
	text-align: right;
	display: block;
	float: right;
}
.neu_links {
	text-align: left;
	display: block;
	float: left;
}
.neu_neu {
	float: right;
	margin-right: 30px;
}
.foto_flutuante {
	clear: both;
}
.negritacomtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}
.barra_links_verde {
	border-left-width: thin;
	border-left-color: #086300;
	border-left-style: solid;
	text-align: right;
}
.box_ie_ff {
	display: marker;
	vertical-align: top;
}
.barra_links_cinza {
	border-left-width: 1px;
	border-left-color: #B5B5B5;
	border-left-style: solid;
	text-align: right;
	vertical-align: top;
	display: marker;
	background-color: #F7F7F7;
}
.barra_rechts_cinza {
	border-left-width: 1px;
	border-left-color: #B5B5B5;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #F7F7F7;
	vertical-align: top;
}
.verde_links_cinza {
	border-left-width: thin;
	border-left-color: #F6F6F6;
	border-left-style: solid;
	vertical-align: top;
	background-color: #F4FFE4;
}
.verde_rechts_cinza {
	border-right-color: #F6F6F6;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #F4FFE4;
	vertical-align: top;
}
.estiloy_neu {
	font-family: "Lucida Sans";
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #D5CF09;
	letter-spacing: 1px;
}
.estilox_neu {
	font-family: "Lucida Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.estiloz_neu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.estiloz_neuk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: bottom;
	position: absolute;
	text-align: center;
	display: block;
}

.cera_meio {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	letter-spacing: 1px;
	text-align: center;
	display: block;
}
.tahoma_meio {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin-left: 20px;
	margin-right: 10px;
}

.cera_meio_ltd {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
}

.cera_meio_lt_index {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	background-color: transparent;
	margin-right: 30px;
	margin-left: 40px;
   }

.cera_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	padding-left: 35px;
	font-weight: normal;
	line-height: 16px;
}

.flutua {
	float: left;
	display: marker;
	vertical-align: middle;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	display: block;
	text-align: left;
	vertical-align: top;
}
.foto_link {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.foto_mitte {
	clear: both;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	text-align: center;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
}

.foto_mitte_n {
	clear: both;
	border:1px dashed #ccc;
	text-align: center;
	display: block;
}

.kommentar {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
}
.ast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #086300;
	text-align: center;
}
.barra_links_cinza_trans {
	border-left-width: 1px;
	border-left-color: #B5B5B5;
	border-left-style: solid;
	text-align: right;
	vertical-align: top;
	display: marker;
}
.feed {
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #080808;
}
.rottext {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	letter-spacing: 1px;
}
.blauetext {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #3333CC;
	text-align: center;
	letter-spacing: 1px;
}
.normal_sp1_h {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 18px;
}
.titelmeio_meio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	clear: right;
}
#voa {
	background-color: transparent;
   }
#voa a {
	vertical-align: middle;
   }
#voa li {
	float: right;
	margin-left: 15%;
}
.blauetext_b {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #3333CC;
	text-align: center;
	letter-spacing: 1px;
}
.normal_margem_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 50px;
	display: block;
	line-height: 20px;
}
.normal_margem_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
	line-height: 18px;
}
.normal_margem_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 20px;
	padding-left: 30px;
	display: block;
	line-height: 18px;
	letter-spacing: 1px;
}
.titel_nav {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
   }

.titel_nav a {
	text-decoration: none;
	color: #000000;
   }

.titel_nav a:link, .titel_nav a:visited {
	color: #000000;
	text-decoration: none;
   }

.titel_nav a:hover, .titel_nav a:focus {
	color: #999999;
	text-decoration: underline;
   }
   
.titel_nav_blau {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #3333CC;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	line-height: 22px;
	margin-left: 30px;
	margin-right: 30px;
   }

.titel_nav_blau a {
	color: #3333CC;
	text-decoration: none;
   }

.titel_nav_blau a:link, .titel_nav_blau a:visited {
	color: #804040;
	text-decoration: none;
   }

.titel_nav_blau a:hover {
	color: #999999;
	text-decoration: underline;
   }
.titel_nav_blau_neu {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #3333CC;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	line-height: 22px;
	margin-left: 10px;
	margin-right: 10px;
   }

.titel_nav_blau_neu a {
	color: #3333CC;
	text-decoration: none;
   }

.titel_nav_blau_neu a:link, .titel_nav_blau_neu a:visited {
	color: #804040;
	text-decoration: none;
   }

.titel_nav_blau_neu a:hover {
	color: #999999;
	text-decoration: underline;
   }
#button {
	position: static;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#button li {
	background-color: transparent;
	margin:5px;
	list-style: none;
	padding:1px;
	position: static;
   }
   
#button ul {
   background-color: transparent;
   }

#button a {
	display: block;
	padding: 3px 5px;
	margin: 1px 0 0;
	width: 420px;
	text-align: center;
	text-decoration: none;
	background-color: #F4FFE4;
   }
   
#button a:link, #button a:visited {
	color: #000000;
	padding: 3px 4px;
	background-color: #F4FFE4;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
   }

#button a:hover, #button a:focus {
	background-color: #295200;
	border: 1px solid #F4FFE4;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #F4FFE4;
   }
   
#button_x {
	position: static;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#button_x li {
	background-color: transparent;
	margin:5px;
	list-style: none;
	padding:1px;
	position: static;
   }
   
#button_x ul {
   background-color: transparent;
   }

#button_x a {
	display: block;
	padding: 3px 5px;
	margin: 1px 0 0;
	width: 420px;
	text-align: center;
	text-decoration: none;
	background-color: #F4FFE4;
   }
   
#button_x a:link, #button_x a:visited {
	color: #000000;
	padding: 3px 4px;
	background-color: #F4FFE4;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
   }

#button_x a:hover, #button_x a:focus {
	background-color: #295200;
	border: 1px solid #F4FFE4;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #F4FFE4;
   }
   
.blauetext_plus {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #3333CC;
	text-align: center;
	letter-spacing: 1px;
	margin-right: 20px;
	margin-left: 20px;
}
.weiternav {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
}
.weiternav:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.weiternav:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.weiternav:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.weiternav:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

#hz_menu {
	vertical-align: bottom;
	position: relative;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-bottom: 3px;

}
#hz_menu li {
	display: inline;
	vertical-align: bottom;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#hz_menu li a {
	padding: 3px 1em;
	margin-left: 3px;
	border: 1px solid #777;
	border-bottom: 0;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	color: #F4FFE4;
	letter-spacing: 1px;
	font-variant: small-caps;
	padding-bottom: 3px;
	border-top: 0;
	border-right: 0;
}
#hz_menu li a:hover
{
	background-color: #669999;
	color: #FFFFFF;
	padding: 3px 1em;
	margin-left: 3px;
	border: 1px solid #777;
	border-bottom: 0;
	text-decoration: none;
	margin-bottom: 3px;
}

#aktuell {
	border-bottom: 1px solid #D5CF09;
	border-top: 1px solid #D5CF09;
	background-color: #669999;
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px;
	border-bottom: solid 1px; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	width: 80%;
	border-bottom-color: #086300;
}

div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
.botton_gold {
	border-bottom-color: #D5CF09;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	vertical-align: bottom;
}
.botton_preto {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	width: 100%;
}

.spalt_titel {
	border-bottom-color: #D5CF09;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-family: Tahoma;
	font-size: 14px;
	color: #5A5A5A;
	text-align: center;
	letter-spacing: 1px;
	background-color: #F4FFE4;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
}
.spalt_top {
	border-bottom-color: #D5CF09;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-family: Tahoma;
	font-size: 14px;
	color: #5A5A5A;
	text-align: center;
	letter-spacing: 1px;
	background-color: #F4FFE4;
	font-weight: normal;
	line-height: 26px;
	vertical-align: middle;
	border-top-color: #D5CF09;
	border-top-style: solid;
	border-top-width: thin;
}

.chico_gold {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	color: #5A5A5A;
	vertical-align: middle;
}
.protest {
	font-family: Tahoma;
	font-size: 16px;
	color: #006;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 35px;
	display: block;
}

.protest:link {
	color: #009;
	font-weight: normal;
	text-decoration: none;
}
.protest:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.protest:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.protest:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
.weihnacht {
	font-family: Tahoma;
	font-size: 22px;
	color: #900;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	line-height: 28px;
}
.oculto {
	visibility: hidden;
}
.karl_grosse {
	background-image: url(../source/KARL_Grosse_1T1.gif);
	background-repeat: no-repeat;
	clear: both;
}
.damasco {
	background-image: url(../source/Fragebogen/damasco2_t.jpg);
	background-repeat: repeat;
	clear: both;
}
.damasco1 {
	background-image: url(../source/Fragebogen/dom_ret_20_162.jpg);
	background-repeat: repeat;
	clear: both;
}
