/* Hintergründe */
body {
	background-image : url( '/img/bg/krone.gif' );
}

#header {
	background-image : url( '/img/header/kroenung.jpg' );
}

/* Spaltenbreite */
#main_left_column_wrapper {
	width : 554px;
}

#main_right_column_wrapper {
	width : 242px;
}

/* Boxen */
#main_left_column .box {
	width : 518px;
}

#main_left_column .box .header {
	background-image : url( '/img/box/krone_left.png' );
}

#main_left_column .box .header b {
	font-size : 28px;
	bottom : 12px;
	padding-top:9px;
}

#main_right_column .box {
	width : 200px;
}

#main_right_column .box .header {
	background-image : url( '/img/box/krone_right.png' );
}

#main_right_column .box .header b {
	font-size : 28px;
	bottom : 12px;
}

/* Börsenspielelemente */
.stock_picker {
	width : 300px;
	background-color : #FFFAF4;
	font-family : georgia;
	font-size : 12px;
	color : #6A1917;
}

.submit_button {
	background-color : #CDB9A6;
	margin : 10px;
	font-family : georgia;
	font-size : 12px;
	font-weight : bold;
	height: 30px;
	color : #6A1917;
}

.small_button {
	background-color : #CDB9A6;
	color : #6A1917;
	font-family : arial;
	font-size : 8px;
}

/* Box mit Scrollbar */

.scroll_box {
	overflow : auto;
	white-space : nowrap;
	padding: 0px 1px 0px 1px;
}
