body {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background: #ffffff;
 background-image: url(../pics/red_bg.gif);
 background-repeat: repeat-y;
 text-decoration: none;
 margin: 0px;
}
h2 {
 font-size: 16px;
 color: #000000;
}
hr {
 background-color: #000080;
 color: #000080
}
#main {
 width: 940px;
 height: auto;
 text-align: left;
}
#navigation {
 width: 130px;
 text-align: left;
 float: left;
 height: auto;
 padding-top: 50px;
 padding-left: 20px;
 background-color: #BE0000;
}
#content {
 width: 790px;
 min-height: 500px;
 height: auto !important; /* für moderne Browser */
 height: 500px; /*für den IE */
 text-align: left;
 float: right;
 background-image: url(../pics/europa_bg.jpg);
}
a:link
{
	font-weight: bold;
	font-size: 12px;
	color: #be0000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: underline;
}
a:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #be0000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: underline;
}
a:active
{
	font-weight: bold;
	font-size: 12px;
	color: #be0000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration:	underline;
}
a:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #be0000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration:	underline;
}
a.navigation:link
{
	font-weight: 700;
	font-size: 13px;
	color: #c0c0c0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none
}
a.navigation:visited
{
	font-weight: 700;
	font-size: 13px;
	color: #c0c0c0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none
}
a.navigation:active
{
	font-weight: 700;
	font-size: 13px;
	color: #c0c0c0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration:	none
}
a.navigation:hover
{
	font-weight: 700;
	font-size: 13px;
	color: #cecece;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration:	none
}