/* 
www.genusskarte.at
Start: 19.3.2007
Letzte Aenderung: 16.8.2007
*/
/* Reset all */
*{
	margin: 0;
	padding: 0;
}

/* Allgemeines ---------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #dad5b8 url(pics/bg-body.gif) repeat-x top;
	font-size: 100.01%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

img, a img {
	border: 0;
}

.float_left_artikel {
	border: 1px solid #fff;
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 15px;
}

.float_right_artikel {
	border: 1px solid #fff;
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 15px;
}

/* Clear Class */
.clearfix {
          */
	display: block; /* [float] clearing; 
          * einbeziehen der Float-Container; 
          */
	clear: both;
	text-align: center;
	padding-bottom: 15px;
}

* html .clearfix {
	height: 1%; /* ende verbergen IE-Mac */
}

/* Schriften ---------- */
#content {
	font: 1.0em/1.3;
}

#content p {
	font-size: 0.8em;
	padding: 0 30px 15px 30px;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #514826;
	margin: 0 30px 25px 30px;
}

#content h2 {
	font-size: 1.4em;
	color: #a07e2f;
	margin: 0px 30px 15px 30px;
}

#content h3 {
	font: bold 1.2em/1.3;
	color: #514826;
	margin: 0px 30px 15px 30px;
}

#content h4 {
	font: bold 1.2em/1.3;
	color: #a07e2f;
	margin: 20px 30px 10px 30px;
}

#content h5 {
	font: bold 1.0em/1.3;
	color: #000;
	margin: 20px 30px 10px 30px;
}

#content h6 {
	font: bold 1em/1.3;
	color: #000;
	margin: 20px 30px 5px 30px;
}

#content ul {
	padding: 0 40px 20px 60px;
}

#content ol {
	padding: 0 40px 20px 60px;
}

#content li {
	font-size: 0.8em;
}

#content a:link, #content a:visited, #content a:active {
	color: #06c;
} 

#content a:hover {
	color: #a07e2f;
	text-decoration: none;
} 

#content td {
	font-size: 0.8em;
}

#content thead {
	font-weight: bold;
}

#content tbody tr:hover {
	background-color: #dad5b8;
}

#content table a {
	text-decoration: none;
}

#content .rechner {
	margin: 0 30px 20px 30px;
}

#content .rechner td {
	width: 150px;
}

#content .provision {
	margin: 0 30px 20px 30px;
}

#content .daten {
	text-align: center;
	width: 700px;
}

#content .daten td {
	font-size: 0.7em;
}

.links {
	text-align: left;
}

.rechts {
	text-align: right;
}

.mitte {
	text-align: center;
}

.fett {
	font-weight: bold;
}

.rot {
	color: Red;
}

.gruen {
	color: Green;
}

/* Container ---------- */
#box {
	width: 760px;
	margin: auto;
}

#header {
	width: 760px;
	background: url(pics/bg-header.gif) repeat-y;
	height: 229px;
	text-align: left;
}

#navi {
	width: 150px;
	padding-top: 65px;
	padding-left: 33px;
	float: left;
}

#navi2 {
	width: 150px;
	padding-top: 65px;
	padding-left: 33px;
	float: left;
}

#login {
	width: 315px;
	height: 198px;
	margin-top: 30px;
	margin-right: 30px;
	float: right;
	background: url(pics/bg-login.gif) no-repeat;
}

#login form {
	margin: 136px 20px 0 20px;
}

#login fieldset {
	border: 0;
}

#login legend {
	font-size: 11px;
	font-weight: bold;
}

#login label {
	font-size: 11px;
	display: block;
	width: 80px;
	float: left;
	padding-left: 7px;
}

#login input[type=text] {
	width: 80px;
	font-size: 12px;
}

#login input[type=submit] {
	font-size: 12px;
	width: 60px;
	float: left;
	border: 1px solid #fff;
	background: #514826;
	color: White;
}

.login-button {
	margin-left: 7px;
	margin-top: 13px;
}

#daten-karte {
	margin: 140px 17px 0 17px;
	font-size: 11px;
	text-transform: uppercase;
}

.daten-karte-1 {
	margin-top: 13px;
	float: left;
	display: block;
	width: 140px;
}

.daten-karte-2 {
	margin-top: 13px;
	float: left;
	display: block;
	width: 90px;
}

.daten-karte-3 {
	margin-top: 13px;
	float: left;
	display: block;
	width: 50px;
}

.daten-karte-title {
	font-size: 8px;
}

#content {
	width: 760px;
	text-align: left;
	background: url(pics/bg-content.gif) repeat-y;
	padding-top: 30px;
}

#content form {
	margin: 0 30px 0 30px;
}

#content fieldset {
	border: 1px solid #dad5b8;
	font-size: 0.8em;
	margin-bottom: 30px;
	padding: 10px;
}

#content legend {
	font-weight: bold;
	padding: 10px;
}

#content label {
	width: 130px;
	float: left;
}

#content select {
	width: 150px;
	color: #666;
	border: 1px solid #999;
	margin-right: 300px;
	margin-bottom: 5px;
}

#content input[type=text] {
	width: 150px;
	color: #666;
	border: 1px solid #999;
	margin-bottom: 5px;
	margin-right: 300px;
}

#content textarea {
	width: 450px;
	color: #666;
	border: 1px solid #999;
	margin-bottom: 5px;
	margin-right: 0px;
}

#content input[type=submit] {
	border: 1px solid #fff;
	background: #514826;
	color: White;
	width: 80px;
	margin-bottom: 5px;
}

#content input[type=checkbox] {
	border: 0px;
	background: White;
	color: #514826;
}

#content .prechner label {
	width: 450px;
	float: left;
}

#content .prechner select {
	width: 50px;
	color: #666;
	border: 1px solid #999;
	margin-right: 100px;
	margin-bottom: 5px;
}

#content .vorteil label {
	width: 250px;
	float: left;
}

#content .vorteil input[type=text] {
	width: 250px;
	color: #666;
	border: 1px solid #999;
	margin-bottom: 5px;
	margin-right: 100px;
}

.block {
	margin-left: 130px;
	clear: both;
}

#lokale-links {
	width: 480px;
	float: left;
}

#lokale-rechts {
	width: 250px;
	float: left;
	margin-right: 30px;
}

#lokale-rechts img {
	margin-bottom: 10px;
}

.lokale-icons img {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}

#footer {
	width: 760px;
	background: url(pics/bg-footer.gif) no-repeat top;
}

#footer ul {
	margin-left: 150px;
	margin-right: 150px;
	border-top: 1px solid #DAD5B8;
}

#footer li {
	font-size: 0.7em;
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}

#footer li a {
	color: #514826;
	text-decoration: none;
}

#footer li a:hover {
	color: #BB9B32;
	text-decoration: underline;
}

#footer p {
	font-size: 0.7em;
	padding-top: 30px;
}

#footer p a {
	color: #BB9B32;
	text-decoration: none;
}

#footer p a:hover {
	color: #514826;
	text-decoration: underline;
}

/* Navigation ---------- */
#navi li {
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0.05em;
	border-bottom: 1px solid #DAD5B8;
}

#navi li a#active {
	color: #514826;
}

#navi li a {
	text-decoration: none;
	color: #BB9B32;
}

#navi li a:hover {
	text-decoration: none;
	color: #514826;
}

/* SubNavigation ---------- */
#navi2 li {
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0.05em;
	border-bottom: 1px solid #DAD5B8;
}

#navi2 li a#active {
	color: #514826;
}

#navi2 li a {
	text-decoration: none;
	color: #BB9B32;
}

#navi2 li a:hover {
	text-decoration: none;
	color: #514826;
}