body, html
{
	background-image: url(../img/bg3.gif);
	background-repeat:no-repeat;
/*	background-attachment: fixed; */
/*	background-position:bottom right; */
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}

/*	background-image:url(img/bg.gif); ----------------------------------------ab hier null zwo */

div.main
{
	width: 90%;
	min-width: 471px;
/*	border-color: #F00;*/
/*	border-width: 1px;*/
/*	border-style: solid;*/
}

div.left
{
	width: 15%;
	float: left;
/*	background-color: #F63;*/
}

div.right
{
	position: relative;
	width: 80%;
	margin-left: 20%;
	right: 0;
/*	border-color: #FF3;*/
/*	border-width: 1px;*/
/*	border-style: solid;*/
}

div.right-r
{
	position: relative;
	width: 80%;
	max-width: 550px;
	margin-left: 20%;
	text-align: right;
	right: 0;
/*	border-color: #F33;*/
/*	border-width: 1px;*/
/*	border-style: solid;*/
}

div.right-n
{
	position: relative;
	line-height: 12px;
	padding-left: 450px;
}

div.img {
	position: relative;
	width:120px;
	background-color: #000;
	margin-top:10px;
	margin-left:10px;
	float: left;
	text-align: left;
}

div.pxl {
	position: relative;
	height:2px;
}
div.big-pxl {
	position: relative;
	height:50px;
}
div.zwan-pxl {
	position: relative;
	height:20px;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:left;
	margin: 4px 0px 0px 60px;
	font-weight: bold;
}

h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	margin: 10px 10px 10px 30px;
	font-weight: bold;
}

h3
{
	font-family: times, "times new roman", minion, serif;
	font-size: 18px;
	line-height: 17px;
	color: #333;
	margin: 10px 10px 10px 30px;
	font-weight: bold;
	font-style: italic;
}

p
{
	font-family: geneva, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	color: #000;
	letter-spacing: 1px;
	margin: 0px 10px 0px 30px;
	font-weight: normal;
}

p.serif
{
	font-family: times, "times new roman", minion, serif;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	color: #000;
	letter-spacing: 1px;
	margin: 0px 10px 0px 75px;
	font-weight: normal;
	font-style: italic;
}


ul
{
	font-family: geneva, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	list-style: none;
	color: #000;
	letter-spacing: 1px;
	padding: 10px 0px 0px 30px;
	font-weight: normal;
}

li {
	padding: 0px 0px 0px 30px;
}

.nav
{
	font-family: geneva, arial, sans-serif;
	font-size: 9px;
	color: #333;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	vertical-align: 0;
	letter-spacing: 1px;
}
.nav-b
{
	font-family: geneva, arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	vertical-align: 0;
	letter-spacing: 1px;
}

.fussn
{
	font-family: geneva, arial, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

.navi
{
	font-family: geneva, arial, sans-serif;
	font-size: 24px;
	color: #663;
}

.imgright { text-align: right; }

p.c {
	font-family: geneva, arial, sans-serif;
	font-size: 11px; 
	line-height: 10px;
	color: #666633; 
	margin: 0px 100px 0px 150px; 

}

img.left
{
	margin-left: 50px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

p.i {
	font-family: geneva, arial, sans-serif;
	font-size: 12px; 
	line-height: 15px;
	color: white; 
	font-style: italic;
	margin: 5px 20px 0px 150px; 

}

/* unsichtbare Elemente */
hr, div.invis {
display: none;
}

/*--------------links allgemein ----------*/

a:link {
	color: #000; 
	text-decoration:none;
}

a:visited { 
	color: #333; 
	text-decoration:none;
}
a:hover { 
	color: #333; 
	text-decoration:underline; 
}
a:active { 
	color: #663; 
	text-decoration:none; 
}

/*--------------links überschriften ----------*/

a.h2:link {
	color: #000; 
	text-decoration:none;
}

a.h2:visited { 
	color: #000; 
	text-decoration:none;
}
a.h2:hover { 
	color: #F60; 
	text-decoration:none; 
}
a.h2:active { 
	color: #663; 
	text-decoration:none; 
}

a.nowrap {
	white-space: nowrap;
}

/* XHTML 1.0 Strict */

img {
	border: none;
}

