/* centerd maincontainer */
#site {
	left: 50%;
	margin-left: -475px;
	width: 950px;
	position: absolute;
	z-index: 2;
}

/* topnavigation */
#topnavigation {
	width: 100%;
	height: 90px;
	font-size: 10px;
	font-weight: bold;
}

/* parts of topnavigation left/right */
#topnavigation_mainpart { float: left; 	width: 500px; }
#topnavigation_secondpart { float: right; width: 450px; }

/* header */
#header {
	height: 115px;
	background-repeat: no-repeat;
}

/* small&big header styles */
.blueheader_big { background-image: url('/img/logo/blueheader_big.png'); }
.blueheader_small { background-image: url('/img/logo/blueheader_small.png'); background-position: 0px 5px; }

/* onclick locations in header */
.blueheader_big .headeronclick {
	width: 342px;
	height: 100px;
	float: left;
}
.blueheader_small .headeronclick {
	width: 207px;
	height: 65px;
	float: left;
}

/* hole content in site */
#content {
	margin-bottom: 10px;
	overflow: hidden;
	clear:both;
	
}
* html #content { margin-bottom: 20px; }

/* columns in content */
#col_left {
	width: 160px;
	float: left;
}
#col_center {
	float: left;
	width: 450px;
	margin-left: 20px;
}
#col_right {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.double_col {
	width: 770px !important;
}
/* specialcolumn (col_center & col_right combined) */
#col_bottom {
	float: left;
	margin-left: 5px;
	width: 785px;
}

/* mainnavigation */
#navigation ul {
	padding: 0px;
	margin: 0;
}

/* mainnavigation links */
#navigation ul li {
	list-style: none;
	height: 40px;
	width: 160px;
	vertical-align: middle;
	margin-bottom: 2px;
}
#navigation ul li a {
	display:block;
	color: #e7e8e8;
	padding: 12px;
}
#navigation ul .second_col a {
	display:block;
	color: #e7e8e8;
	padding: 12px 12px 12px 30px;
}

#navigation ul li.active a {
	font-weight: bold;
}

/* mouseover mainnavigationlink */
#navigation ul li:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* partypic-container */
.partypics {
	width: 251px;
	height: 230px;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 10px;
}

/* tab over partypic */
.partypics_tab {
	width: 170px;
	height: 25px;
	background-image: url('/img/tabs/phototab.gif');
	left: 47px;
	position: relative;
	font-weight: bold;
	font-size: 9px;
	text-align: right;
	margin-top: 0px;
}
/* tab over partypic content */
.partypics_tab * {
	margin-right: 5px;
	top: 5px;
	position: relative;
}

/* PDF cover image (by frank) */
#frontimg {
	float: left;
	width: 160px;
	height: 240px;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}

#frontimg img {
	border: 0;
}

#frontimg_icon {
	background: transparent url(/img/icons/pdf24.png) repeat scroll 0 0;
	position: absolute;
	left: 10px;
	top: 170px;
	width: 43px;
	height: 49px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

/* FOOTER (by frank) */
#footer {
	padding: 10px 0 15px;
	border-top: 1px solid #939598;
	clear: both;
}

#footer div {
	clear: both; 
	text-align: center; 
	font-size:10px; 
	padding-top: 5px;
}

#footer_ag_links a {
	font-weight: bold;
}

.box {
	margin-bottom: 10px;
	clear: both;
}
img.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}
div.actionlink {
	padding: 5px;
	background-color: #B1B3B4;
	border: 1px solid #939598;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

a.active {
	cursor: default;
	font-weight: bold;
}