@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000;	
	margin: 20px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.col #container {
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.col #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:-15px 0px;
	background-repeat:repeat-y;
	background-image:url(images/giulia_bg_10.png);
	min-height:500px;
	font-size:11px;
	/*border:1px solid #000;*/
}

.col #mainContentkino {
	padding: 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:-15px 0px;
	background-repeat:repeat-y;
	background-image:url(images/giulia_bg_10.png);
	min-height:500px;
	font-size:11px;
	/*border:1px solid #000;*/
}

.col #mainContentkino a {
	
	font-size:11px;
	text-decoration:none;
	color:#b30d0b;
}

.col #mainContent a {
	
	font-size:11px;
	text-decoration:none;
	color:#b30d0b;
}

.col #mainContentbig {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:-15px 0px -15px -1px;
	background-repeat:repeat-y;
	background-image:url(images/giulia_bg_10.png);
	min-height:500px;
	font-size:11px;
	/*border:1px solid #000;*/
}

.col #mainContentbig a {
	
	font-size:11px;
	text-decoration:none;
	color:#b30d0b;
}

.col #menu a {
	text-decoration:none;
	font-variant:small-caps;
	color: #b30d0b;
	
}

.col #menu a:hover {
	color: #FFF;
}

.col #menu div.elactive{
	margin:0px 4px 2px 0px;
	padding:10px 25px;
	width: 171px;
	height: 22px;
	background-image:url(images/giulias_verschwinden_menu_active.png);
	float:left;
	
}

.col #menu div.elactive a{
	
	color:#FFFFFF;
}

.col #menu div.el {
	margin:0px 4px 2px 0px;
	padding:10px 25px;
	width: 171px;
	height: 22px;
	background-image:url(images/giulias_verschwinden_menu_inactive.png);
	float:left;
}

.col #menu div.el:hover {
	background-image:url(images/giulias_verschwinden_menu_active.png);
	color:#FFFFFF;
	
}

.col #menu div.el:hover a{
	
	color:#FFFFFF;
	
}

.col #zierleiste {
	margin:0px;
	float:none;
	clear:both;
	width:914px;
	height:20px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(images/giulias_verschwinden_zierleiste.png)
}

.col #footer {
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/giulia_bg_11.png);
	width:914px;
	height:58px;
}

.col #footer img{
	float:right;
	border:0px;
	margin:25px 15px 0px 0px;
}
