body  {		background-color:#e3e3e3;
			background-image:none;

background-image: url(bg.gif);
background-attachment:fixed;
background-repeat:repeat-x;
background-position:top;

			/* Schrift */
			font-family:Tahoma,Verdana;
			font-size:10px;
			line-height:12px;
			color:#333333;

			/* Randabstände */
			margin-left:0px;
			margin-top:50px;
			margin-right:0px;
			margin-bottom:0px;
}

h1			{font-family:Tahoma; font-size:12px; color:#000000; font-weight:bold; margin-bottom:17px;}
h2			{font-size:14px; color:#666666; font-weight:normal; margin-bottom:16px;}
h3			{font-size:10px; color:#999999; font-weight:normal; font-variant:small-caps; margin-top:35px;}

textarea {font-size:12px;font-family:Tahoma,Verdana;}

/* Linkfarben */
a				{color:#ffffff; text-decoration:none;}
a:link			{color:#0099cc; text-decoration:none;}
a:visited		{color:#003399; text-decoration:none;}
a:active		{color:#ffffff; text-decoration:none;}
a:hover			{color:#FFFFFF; text-decoration:underline;}

.menu {
font-family:Tahoma;
font-size:10px;
line-height:12px;
text-align:right;
color:#ffffff;
margin-top: 36px;
}

.content {
font-family:Tahoma;
font-size:11px;
line-height:11px;
color:#000000;
margin: 0 0 0 0;
}

