/* bsevent.css */

body {
	font-family: Arial;
	}

DIV#container {
	position:absolute;
	left: 50%;
	width: 534px;	
	margin-left: -267px; /* negative Hälfte von width:700px */
	top: 50%;
	height: 500px;
	margin-top: -250px; /* negative Hälfte von height:500px */
	}

DIV#title {
	padding: 5px; 
	width: 100%; 
	color: #ffffff; 
	border: 1px solid #7b7b7b; 
	text-align:right;
	}

DIV#menu {
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	}

DIV#image {
	margin: 15px 0px 15px 0px;
	}
	
DIV.content {
	margin: 15px 0px 15px 0px;
	width: 434px;
	height: 205px;
	padding-left: 100px;
	padding-top: 130px;
	background-image: url(start3_sw.png);
	background-color: white;
	}	

DIV#copy {
	font-size: 12px; 
	padding: 5px; 
	width: 100%; 
	color: #eeeeee; 
	text-align: right; 
	border-top: 1px solid #7b7b7b;
	}

A.menu {
	font-size: 12px; 
	color: white; 
	font-weight: bold; 
	background-color: #7b7b7b; 
	padding: 2px 5px 2px 5px; 
	border: 0px solid #7b7b7b; 
	margin-right: 1px;
	text-decoration: none;
}

A.menu:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}

