@charset "utf-8";
/* CSS Document */

body
{
	background-image: url('../gfx/background_blue_kakel.jpg');
	background-repeat: repeat;
	font-family: Arial;
}

h1
{
	font-family: Arial;
	font-size: 32px;
	color: #465c85;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#logo
{
	margin-top: 26px;
	margin-left: 32px;
}

#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	height: 39px;
}
#menu li
{
	height: 39px;
	float: left;	
}
.menuItem a
{
	padding-left: 13px;
	padding-right: 13px;
	float: left;
	height: 39px;
	background-image: url('../gfx/menu_big_raster_2.png');
	background-repeat: repeat-x;
	background-position: 0 -37px;
}
#smallMenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	height: 20px;
}
#smallMenu li
{
	height: 20px;
	float: left;
}
.smallMenuItem a
{
	padding-left: 13px;
	padding-right: 13px;
	float: left;
	height: 20px;
	background-image: url('../gfx/menu_small_raster_2.png');
	background-repeat: repeat-x;
	background-position: 0 -20px;
}
.postHeader
{
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;	
}
.post
{
	margin-top: 5px;
}
.postText
{
	float: left;
	overflow: hidden;
	margin-left: 9px;
	padding-top: 2px;
	width: 554px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
.posterTitle
{
	font-family: Arial;
	font-size: 32px;
}
.posterText
{
	font-family: Arial;
	font-size: 24px;
}
#siteContainer
{
	width: 1019px;
	margin: 0 auto;
	overflow: hidden;
}

#topContainer
{
	position: relative;
	width: 100%;
	height: 140px;
	overflow: hidden;
	background-image: url('../gfx/big_top.png');
	background-repeat: no-repeat;
	z-index: 10;
}
#emailContainer
{
	position: relative;
	z-index: 20;
	top: -104px;
	left: 741px;
	width: 226px;
	height: 111px;
	font-family: Arial;
	overflow: hidden;
	background-image: url('../gfx/epost_background.png');
	background-repeat: no-repeat;
	color: #ff7502;
	font-size: 11px;
	font-weight: bold;
	padding-top: 24px;
	padding-left: 22px;
}
#menuContainer
{
	width: 987px;
	height: 59px;
	padding-left: 32px;
	overflow: hidden;
	background-image: url('../gfx/big_raster.png');
	background-repeat: repeat-y;	
}

#mainContainer
{
	width: 955px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 20px;
	overflow: hidden;
	background-image: url('../gfx/big_raster.png');
	background-repeat: repeat-y;	
}
#times
{
	font-size: 11px;
	text-align: center;
	width: 955px;
	padding-left: 32px;
	padding-right: 32px;
	overflow: hidden;
	background-image: url('../gfx/big_raster.png');
	background-repeat: repeat-y;		
}
#bottomContainer
{
	width: 100%;
	height: 39px;
	overflow: hidden;
	background-image: url('../gfx/big_bottom.png');
	background-repeat: no-repeat;
}

.boxLink
{
	color:#333;
	text-decoration:none;
}
