/* 
event4you.css - www.event4you.at 
© netwerk.at
*/

html, body {	 
	height: 100%; /* wichtig */
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family:Verdana, Times New Roman;
}

#box{
	position:absolute;
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 1000px; left:50%; margin-left:-500px;
	height:579px; top:50%; margin-top:-240px; /* negative Hälfte von width: 480px */
}

#inhalt {
	height:476px;
	background-image:url(http://www.event4you.at/images/bgcontent.jpg);
	font-size:11px;
	text-align:justify;
	border: 1px solid #ccc;
}

#inhalt a, #inhalt a:visited, #inhalt a:active, #inhalt a:hover {
	text-decoration:none;
	color:#215BAE;
}

#inhalt a:hover {
	text-decoration:underline;
}

#menue { /* layer für menü */
	font-family:Verdana, Times New Roman;
	font-size:14px;
	font-weight:bold;
	background-image:url(http://www.event4you.at/images/bgmenu.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:35px;
	padding-left:100px;
}
	
.xlschwarz {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.xl {
	font-size: 18px;
	color: #ff6600;
	font-weight: normal;
	font-style: italic;
}

li {
	padding: 5px;
	list-style-image: url(http://www.event4you.at/images/icon.jpg);
	font-size: 12px;
	letter-spacing: 0.2em;
}

h1 {
	font-size:15px;
	font-weight:bold;
/*	letter-spacing: 0.2em;  */
}

.details {
	background-image:url(http://www.event4you.at/images/logo_klein2.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	padding-top:50px;
}
