/* 	CSS Dokument for www.jugendclub-bureau.de
	Konfifuration der Elemente */

body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 100%;
}
#logo {
	background-image: url(../img/logo_gr.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 350px;
	padding-bottom: 50px;
}
#event {
	font-size: 90%;
	width: 350px;
	font-weight: bold;
}
#sub {
	font-weight: normal;
}
#date {
	width: 350px;
	font-size: 80%;
	font-weight: bold;
}
#start {
	width: 350px;
	margin-top: 50px;
	font-size: 80%;
	margin-bottom: 50px;
	text-align: left;
	padding-left: 140px;
}
#newsBlock {
	text-align: left;
	width: 55%;
}

/* 	Hyperlinks für die Startseite */
a {font-weight: bold; text-decoration: none;}
a:link   { color: #ffffff;} 
a:active  { color: #999999; text-decoration: underline;} 
a:visited { color: #FFFFFF;}
a:hover  { color: #999999; text-decoration: underline;}
