body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	height: 100%;
	background-attachment: fixed;
	background-image: url(images_site/pattern_hellblau.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}

/* format main content */
#container
{
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#navi
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
}

#content
{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 490px;
}

#intro-content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
}

#footer
{
	position: relative;
	float: bottom;
	top: auto;
	font-size: 9px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
}
#rightAlign
{
	position: relative;
	float: right;
}

/* text classes */
.txt-intro
{
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	padding-top: 190px;
	padding-right: 20px;
	padding-left: 70px;
	padding-bottom: 50px;
}

.txt-main
{
	line-height: 20px;
	color: #333333;
	padding-top: 24px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}

.txt-title
{
	font-weight: bold;
	color: #CC0000;
}

.txt-bold { font-weight: bold; }

.txt-navi
{
	font-size: 11px;
	color: #CC0000;
	line-height: 22px;
	padding-top: 129px;
	text-align: right;
}

.txt-zitat
{
	font-size: 11px;
	color: #999999;
}

.txt-naviLink
{
	color: #CC0000;
	text-decoration: none;
}
.txt-naviHighlight
{
	/*border-bottom: 1px dotted #333333;*/
	color: #333333;
	text-decoration: none;
}
.txt-svpLink
{
	color: #CC0000;
	text-decoration: none;
	text-align: right;
}

a:hover { text-decoration: none; }

a.txt-naviLink:hover
{
	border-bottom: 1px dotted #333333;
	color: #333333;
}

a.txt-svpLink:hover
{
	border-bottom: 1px dotted #333333;
	color: #333333;
}
