/*    CSS    */

/*
* @author	Sebastian Müller <post@produktivbuero.de>
* @version	Versionsnummer (1.0)
*/

/* ---------------------------- */
/* GENERAL */
/* ---------------------------- */
body {
	margin: 20pt;
	padding: 0;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

a, a:visited, a:hover {
	color: #000;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3, h4, h5, h6 {
	margin: 0;
	font-size: 11pt;
}

p {
	margin: 10pt 0;
	line-height: 140%;
}

label {
	
}

input, select, textarea {
	font-size: 8pt;
	color: #000;
	width: 50%;
}

textarea {
	width: 50%;
}

li {
	line-height: 140%;
}

img {
	border: none;
}

#content img, .imagebox img {
	border: 1pt solid #000;
}

table {
	font-size: 11pt;
	text-align: left;
}

td {
	margin: 10pt 0;
	padding-right: 15pt;
	font-size: 10pt;
	line-height: 140%;
	vertical-align: top;
}

/* ---------------------------- */
/* LAYOUT */
/* ---------------------------- */
#position {
	margin: 0 auto;
}

#header {
	display: none;
}

#printheader {
}

#headercontact {
	float: right;
	font-size: 60%;
}

#left {
	display: none;
}

#navigation {
	display: none;
}

#service {
	
}

#right {
	display: block;
}

#visual {
	display: none;
}

#breadcrump {
	display: block;
	border-top: 0.5pt solid #000;
	border-bottom: 0.5pt solid #000;
}

#content {
	
}

#footer {
	display: none;
}

#printbutton {
	width: 100%;
	text-align: center;
	line-height: 50pt;
	position: absolute;
	right: 0;
	top: 0;
}
 /* Printbutton zum Ausdruck ausblenden */
@media print {
	#printbutton {
		display: none;
	}
}

/* ---------------------------- */
/* STYLES */
/* ---------------------------- */
#printbutton.input {
	
}

/* ---------------------------- */
/* KLASSEN */
/* ---------------------------- */
.imagebox {
	display: none;
}

.infobox {
	
}

.print {
	
}

.note {
	border: 1pt solid #000;
}

.sub {
	
}

.sub img {
	margin-top: 3pt;
}

.catalog_entries {
	margin-bottom: 10pt;
	width: 250pt;
	padding: 0 6pt;
	border: 1pt solid #000;
	list-style-type: none;
}

.catalog_list {
	margin: 0;
	padding: 0;
}

.catalog_entries a {
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.list {
	width: 100%;
}

.list th {
	padding: 5pt;
	font-weight: bold;
	border-top: 2pt solid #000;
	border-bottom: 2pt solid #000;
}

.list td {
	padding: 0 5pt;
	margin: 0;
	border-bottom: 1pt solid #000;
}

.sitepages {
	display: none;
}

.site {
}

.sitelinks {
}

.thone {
}

.thtwo {
	width: 80pt;
	text-align: right;
}

.refer {
	font-size: 60%;
	vertical-align:super;
}

.footnote {
	padding: 15pt 0;
	border-top: 1pt solid #000;
	font-size: 80%;
}
