@charset "utf-8";
/* CSS Document */

body {
	background-color: #990066;
	background-image: url();
	background-repeat: repeat;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


.Stil1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFF00;
}

.Stil2 {font-size: 16px}

#header {
position: absolute;
top: 0px;
left:50%;
margin-left: -500px;
width: 1000px;
}

#video_r {
float: right;
}

#pic_l {
float: left;
padding: 10px;

}
