﻿
/*----------Schriftgroessen & Überschriften----------*/

p 

{
padding:0 0 0.3em 0;
margin: 0 0 0.8em 0;
}



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

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

a:visited
{ color: #C9AB65;
text-decoration:none;
}

a:hover
{
color: #C9AB65;
text-decoration:underline;
}

a:active
{
color: #C9AB65;
text-decoration:underline;
}



/*----------Body und allgemein----------*/


html {
	width: 100%;
	height: 100%;
}


body {
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family:verdana;
	font-size: 65%;
	background:#ffffff url(hg.jpg) repeat-x;
	padding:0;
	color:#333333;
}


