body, html
{
	background-image: url(../img/bg2.gif);
	background-repeat:no-repeat;
	background-attachment: fixed; 
	background-position:bottom right;
	background-color: #FFF;
	padding: 0px;
	margin: 4px;
}
h3
{
	font-family: times, serif;
	font-size: 24px;
	color: #ffffff;
	font-style: italic;
	margin: 0px 10px 0px 30px;
	font-weight: normal;
}

h4
{
	font-family: times, serif;
	font-size: 48px;
	color: #666;
	font-style: italic;
	margin: 0px 10px 20px 20px;
	font-weight: normal;
}

h5
{
	font-family: times, serif;
	font-size: 22px;
	color: #999;
	font-style: italic;
	margin: 0px 10px 20px 20px;
	font-weight: normal;
	letter-spacing: 2em;
}
.navi
{
	font-family: times, serif;
	font-size: 24px;
	color: #663;
	font-style: italic;

}

p.c {
	font-family: courier, courier-new, monospace; 
	font-size:10px; 
	letter-spacing:0px; 
	text-align:right;
	line-height: 10px;
	margin: 0px 10px 0px 50px; 

}

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

}

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

div.main { 
	width: 75%;
	min-width:550px;
	text-align: right;
}

div.left { 
	width: 15%;
	float:left;
}

div.right {
	position: relative;
	width:85%;
	background-color: #000;
	margin-left:15%;
	right:0;
}

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;
}

div.sechsz-pxl {
	position: relative;
	height:60px;
}

h1
{
	font-family: times, times new roman, serif;
	font-size: 36px;
	color: #FFF;
	font-style: italic;
	text-align: right;
	margin: 0px 10px 0px 30px;
	font-weight: normal;
}

h2
{
	font-family: times, times new roman, serif;
	font-size: 36px;
	line-height: 30px;
	color: #333;
	font-style: italic;
	margin: 0px 10px 10px 30px;
	font-weight: normal;
}


p {
	font-family: verdana, geneva, arial; 
	font-size: 11px; 
	line-height: 14px;
	text-align: left;
	color: #333; 
	letter-spacing: 1px;
	margin: 0px 10px 0px 150px; 

}

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

.fussn
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: right;
	padding: 0px 0px 0px 0px;
}


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

/*---------float-clearing----------*/
.clear {
	clear: left;
}

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

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

a:visited { 
	color: #CCC; 
	text-decoration:none;
}
a:hover { 
	color: #333; 
	text-decoration:none; 
}
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; 
}

/* XHTML 1.0 Strict */

img {
	border: none;
}

