/* CSS Document */
a:focus { outline: none;}
body 
{
	line-height: 1.1;
	font-family:Verdana;
	font-size:12px;
	background-color:#333333;
	background-image:url(../bilder/hintergruende/hintergrund.gif);
	background-attachment:fixed;
}
img {border: 0}
h1 {font-size:18px;color:#FFFFFF;margin:0px;}
h2 {font-size:14px;color:#333333;}
h3 {font-size:12px;color:#333333;}
p {margin-top:0px;color:#333333;}

a:link, a:visited
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#993333;
  font-size:12px;
}
a:active, a:hover
{
	color:#333333;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#333333;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#FFFFFF;
}

/* Die Titelzeile */
#title {
	height:30px;
	padding:5px;
	text-align:center;
	background-image: url(../bilder/hintergruende/bg_gras04.gif);
}

/* Das Menü */
#menu {
	height:12px;
	color:#333333;
	background-color:#993333;
	text-align:center;
	padding:10px 0px;
	background-image: url(../bilder/hintergruende/menue.gif);
	background-repeat: repeat-x;
}

/* Der Inhalt */
#content {
	border-top:1px solid #333333;
	background-color:#FEFEFE;
	padding:5px;
	color:#333333;
}
.video {
	margin:0px auto;
	width:800px;
}
