@CHARSET "UTF-8";

/* Body Standard */
body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
}

#menu {
	position: absolute;
	top: 100px;
	background-color: white;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	line-height: 20px;
	width: 870px;
	padding-left: 10px;
	vertical-align: middle;
}

#left {
	position: absolute;
	top: 140px;
	text-align: center;
	width: 370px;
}

#right {
	position: absolute;
	top: 140px;
	width:  500px;
	left: 370px;
	text-align: right;
}

#footer {
  clear: both;
	position: absolute;
	bottom: 20px;
	text-align: right;
	width: 870px;
}

a:link, a:visited, a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #696969;
	font-weight : bold;
	text-decoration : none;
}

a:hover 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 9px;	
}

.smallcaps {
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  text-indent: 20pt;
  line-height: 0pt;
  text-align:left;
}

.grau {
	font-size: 14pt;
	font-weight: bold;
	color: Silver;
	LINE-HEIGHT: 12pt;
	text-align: right;
	font-style: italic;
}

.img_border {
	border: 1px solid black;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	color: #000000;
	vertical-align: top;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-color: Black;
	border-bottom-width: 1pt;
}

.border {
	background-color: transparent;
	border : 1pt solid silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.fade_gallery_image {
	border: 1px dotted #000000;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.gallery_image {
	border: 1px solid #000000;
}




