@charset "utf-8";
/* CSS Document */
/* Copyright by: EYEONYOU - Webdesign */
/* Dev. RR */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	background-color: #FFFFFF;
}

#container {
	width: 925px;
	height: 634px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -317px 0px 0px -462px;
	overflow: hidden;
	background-image: url(../pics/background.jpg);
	background-repeat: no-repeat;
}

#navigation1 {
	width: 550px;
	height: 20px;
	position: absolute;
	top: 585px;
	left: 30px;
	overflow: hidden;
}

#navigation2 {
	width: 168px;
	height: 18px;
	position: absolute;
	top: 616px;
	left: 747px;
	overflow: hidden;
	text-align: right;
}

#content_text {
	width: 540px;
	height: 465px;
	position: absolute;
	top: 60px;
	left: 30px;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 50px;
}

#content_img {
	width: 329px;
	height: 551px;
	position: absolute;
	top: 60px;
	left: 585px;
	overflow: hidden;
}

/**/
/* --- Links --- */
/**/
a:link, a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

/* --- Navigation --- */
.navi:link, .navi:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

.navi:hover, .navi:active {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

/* --- Bottom Links --- */
.navi2:link, .navi2:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

.navi2:hover, .navi2:active {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

/**/
/* --- Überschriften --- */
/**/
h1 {
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: #999999 thin solid;
}

/**/
/* --- CMS Inhalte --- */
/**/
#cms_container {
	width: 925px;
	height: 634px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -317px 0px 0px -462px;
	overflow: hidden;
	background-image: url(../pics/cms_background.jpg);
	background-repeat: no-repeat;
}

#cms_content_text {
	width: 874px;
	height: 465px;
	position: absolute;
	top: 60px;
	left: 30px;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 50px;
}

#textfield, #textarea {
	width: 400px;
}

.hint {
	font-size: 9px;
}
