/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
/* Videospielkultur e. V. css definitions for the allover page layout */
/* (c) 2007 by Videospielkultur e. V. */

/* spacer */

.spacervert {
	height: 1px;
	font-size: 0px;
}

/* ------------------------------------------------ */
/* header */
/* containers */

#header {
	background-image: url(../img_page/banner.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 8px auto 2px auto;
	width: 830px;
	height: 130px;
	text-align: center;
}

#menu {
	background-image: url(../img_page/menu.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 2px auto 2px auto;
	width: 830px;
	height: 29px;
	text-align: center;
	padding-top: 10px;
}

#page_header {
	background-image: url(../img_page/page_header.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 2px auto 0px auto;
	width: 830px;
	height: 10px;
	text-align: center;
}

#page {
	background-image: url(../img_page/page_divider.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 828px;
	border-left: #76767e;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #76767e;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: White;
	/* min-height: 320px; */
	padding: 0px;
}

#page_container {
	float: left;
	background-image: url(../img_page/page_divider.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 828px;
	border-left: #76767e;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #76767e;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: White;
	min-height: 320px;
	padding: 0px;
}

#page_footer {
	background-image: url(../img_page/page_footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 2px auto;
	width: 830px;
	height: 10px;
	text-align: center;
}

#page_column_left {
	width: 194px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}

#page_column_right {
	width: 594px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: right;
}
