﻿/* © zeta software 2007 */


/* TAGS */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-weight: bold;
	color: #000;
	padding: 0 0 5px 0;
	font-size: 16px;
	background: url(../_media/dot.gif) repeat-x bottom;
}

h2 {
	font-weight: bold;
	color: #000;
	padding: 0 0 5px 0;
	font-size: 14px;
	background: url(../_media/dot.gif) repeat-x bottom;
}

h2 {
	font-size: 12px;
}

ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: square;
}

ul li {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

ol {
	list-style: decimal;
}

td {
	vertical-align: top;
}

/* LINKS */

a:link,a:visited,a:active,a:hover {
	color: #000;
	text-decoration: none;
}

/* Database */

.dbheader {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	background: #CCCCCC;
}

.dbrow1 {
	background: #f0f0f0;
}

.dbrow2 {
	background: #e0e0e0;
}

/* Form */

input.submit {
	text-align: center;
}

/* Sonstiges */

.bildunterschrift {
	font-size: 10px;
	color: #000;
}

.pagetitle {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

/* ACTIVE OBJECTS */

.SO-Uplink {
	display: block;
	text-align: right;
}

/* DATENBANK */

.lefttable  {
}

.righttable {
}

.tablea {
	background: #f0f0f0;
	padding: 3px 10px;
}

.tableb {
	background: #e0e0e0;
	padding: 3px 10px;
}

.dyntable {
	width: 100%;
	background: #fff;
	border: 1px #ccc solid;
}

.tablelefta {
	padding: 6px 10px; 
	vertical-align: top;
	font-weight: bold;
}

.tablerighta {
	padding: 6px 10px; 
	vertical-align: top;
}

.tableheader {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	background: #ccc;
	padding: 3px 10px;
}
