/*
-----------------------------------------------
Janko Hanushevsky
Author:   www.2oc.de
Version:  7/11/06

----------------------------------------------- */

/* STANDARD
----------------------------------------------- */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}



.textbold {
	font-weight: bold;
}

.textitalic {
	font-style: italic;
}

.headline {
	font-size: 10px;
	font-weight: bold;
}

.invisible {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}

.texthighlite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #DDDDDD;
}

.textboldhighlite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #DDDDDD;
}


.textForceBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.underline {
	text-decoration: underline;
}

.textartist {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

/* Layers
----------------------------------------------- */

div.bottomright_nav {
	border: 0;
	position: absolute;
	visibility: visible;
	width: 400px;
	height: 15px;
	right: 1px;
	bottom: 1px;
	z-index: 3;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	letter-spacing: 1px;
	}

div.bottomleft_nav {
	border: 0;
	position: absolute;
	visibility: visible;
	width: 400px;
	height: 15px;
	left: 1px;
	bottom: 1px;
	z-index: 3;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 1px;
	}

div.kontaktform {
	width: 610pxwidth: 610pxright: 10pxposition: absoluteheight: 250pxbottom: 50px;
	height: 270px;
	bottom: 30px;
	right: 10px;
	visibility: visible;
	position: absolute;
	overflow: hidden;
	background: transparent;
}

div.relativ_nav {
	border: 0;
	position: relativ;
	visibility: visible;
	width: 100%;
	height: 15px;
	z-index: 3;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	letter-spacing: 1px;
}
