body {
background-image:url(img/bg_nickelswelt.jpg);
background-repeat:repeat-x;
}

table {
border: 1px solid #c5257b;
padding: 3px;
}


/*********** Navigation  ***********/

#navi {
	position: absolute;
	top: 180px;
	left: 120px;
	width: 700px;
	height: 40px; 
	text-align: left;
}

#navi a {
	color: #000000;
	text-decoration: none;
}


#navi a:active {
	color: #c5257b;
	text-decoration: none;
}

#navi a:hover {
	color: #c5257b;
	text-decoration: none;
}

#navi li {
	font-family:Arial, Helvetica, sans-serif;

	font-size: 18px;
	display: inline;
	list-style-type: none;
	padding-right: 12px; 
	
}


#content {
width: 768px;
height: 600px;
position: absolute;
top:0px;
left:50px;
background-image:url(img/nickelswelt.jpg);
}

#inhalt {
width: 568px;
height: 255px;
position: absolute;
top: 60px;
left: 40px;
}

#subnavi {
width: 100px;
height: 255px;
position: absolute;
top: 58px;
left: -90px;
}

#subnavi a.subnavi {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 3px;
		padding-bottom: 3px;
			padding-left: 5px;


	margin-bottom: 2px;
	display: block;
	font-size: 12px;
	background-color: #e97ec2;
	color: #FFFFFF;
	text-decoration: none;
}


#subnavi a.subnavi:active {
	color: #000000;
	text-decoration: none;
}

#subnavi a.subnavi:hover {
	color: #c5257b;
	text-decoration: none;
}




h1 {
font-family: Arial, Helvetica, sans-serif;
color: #c5257b;
font-size: 16px;
font-weight: bold;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
color: #c5257b;
font-size: 12px;
font-weight: bold;
}


.grundtext{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
}

.grundtext_fett{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
font-weight: bold;
}

.grundtext_pink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #c5257b;
}

.grundtext_pink_fett {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #c5257b;
font-weight: bold;

}

.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}



.grundtext a {
	color: #c5257b;
	text-decoration: none;
}


.grundtext a:active {
	color: #000000;
	text-decoration: none;
}

.grundtext a:hover {
	color: #000000;
	text-decoration: none;
}

