/**
 * Tags
 */
a:link, a:visited {
	color: #451700;
}
a:hover {
	color: #451700;
	text-decoration: underline;
}
img {
	border: 0;
	display: block;
}
td {
	color: #222222;
	font: 8pt arial, sans-serif;
	text-align: left;
	vertical-align: top;
}
form {
	margin: 0;
}


/**
 * Alinhamento
 */
.c {
	text-align: center;
	vertical-align: middle;
}
.n {
	text-align: center;
	vertical-align: top;
}
.ne {
	text-align: right;
	vertical-align: top;
}
.e {
	text-align: right;
	vertical-align: middle;
}
.se {
	text-align: right;
	vertical-align: bottom;
}
.s {
	text-align: center;
	vertical-align: bottom;
}
.so {
	text-align: left;
	vertical-align: bottom;
}
.o {
	text-align: left;
	vertical-align: middle;
}


/**
 * Geral
 */
.corpo {
	width: 885px;
}
#descricao {
	background: #7e7f5c;
	color: #e5f8b9;
	padding: 16px;
	text-align: justify;
}
#direita {
	background-color: #908862;
	height: 450px;
	width: 185px;
}
#meio {
	background-color: #ad941d;
	height: 450px;
	width: 100px;
}
#principal {
	background-color: #daba25;
	height: 450px;
	width: 600px;
}
#pri_texto {
	padding: 16px 30px;
}
.errors {
	background-color: #ffd7d7;
	border: #ed7b8a 1px solid;
	margin: 0 18px 18px 18px;
	padding: 12px;
}
.errors ul {
	margin: 6px 0 0 18px;
}
.errors ul li {
	margin-bottom: 6px;
}
.iframe {
	height: 450px;
	margin: 0;
	width: 885px;
}
.ifr_corpo {
	background: #daba25;
	margin: 0;
	text-align: left;
	width: 865px;
}
.right {
	background-color: #7e7f5c;
	padding: 16px;
	text-align: justify;
}


/* details.php */
.detalhes {
	width: 253px;
}
.detalhes td {
	color: #e5f8b9;
}
.det_info, .det_label {
	border-bottom: #98996f 1px solid;
	padding-top: 10px;
}
.det_info {
	font-weight: bold;
}
.det_label {
	vertical-align: bottom;
	width: 50px;
}
.det_pagination {
	height: 16px;
	margin-top: 10px;
}
.det_pag_images td {
	height: 16px;
	text-align: right;
	vertical-align: middle;
	width: 17px;
}
.det_pag_next, .det_pag_prev {
	vertical-align: middle;
	width: 19px;
}
.det_pag_next {
	vertical-align: middle;
	text-align: right;
}
.det_pag_active {
	background: #f5fca3;
	color: #9a9b78;
}
.det_pag_link {
	background: #9a9b78;
	color: #f5fca3;
}
a.det_pag_link:link, a.det_pag_link:visited, a.det_pag_link:hover {
	color: #f5fca3;
	text-decoration: none;
}
.det_frame {
	height: 418px;
	width: 253px;
}
#texto_1, #texto_2 {
	color: #e5f8b9;
	text-align: justify;
}


/* index.php */
#iva {
	color: #999999;
	padding: 10px;
	text-align: right;
}


/* impressum.php */
#impressum {
	background-color: #daba25;
	padding: 16px 30px;
}


/* kontakt.php */
.formulario {
	width: 100px;
}
.for_titulo {
	height: 25px;
	text-align: right;
	vertical-align: middle;
}
.for_text_field {
	height: 25px;
	vertical-align: middle;
}
.titulo {
	padding: 16px 0 0 8px;
}


/**
 * Geral
 */
.cv {
	width: 668px;
}
#curriculo {
	margin: 16px;
}


/* projekte_lista.php */
.pro_lis_image {
	height: 100px;
	width: 200px;
}
.pro_lis_title {
	padding: 16px 30px;
	width: 180px;
}
.pro_lis_link {
	color: #451700;
	text-decoration: none;
}
.pro_lis_intro {
	color: #393b2a;
	padding: 16px 30px;
}


/* incluir/topo.php */
#main {
	background: url(../graficos/bg_body.gif);
}
#contacts {
	background: #35586d;
	color: #beccd4;
	padding: 10px;
	text-align: right;
}
#logo {
	height: 71px;
	width: 71px;
}
#menu {
	padding: 10px;
}
#men_projects {
	margin: 5px 0 0 44px;
}
#men_info {
	margin: 5px 0 0 98px;
}
.men_active {
	color: #88d6f7;
}
.men_spacer {
	width: 17px;
}
#quadro {
	height: 100%;
	width: 100%;
}
#top {
	background: #35586d;
	width: 885px;
}
#top a:link, #top a:visited {
	color: #cccc99;
	text-decoration: none;
}