body {
	/*background-image: url(../../pictures/main_bg.gif);
	background-repeat: no-repeat;*/
	background-color: #A9A8A4;
	font-family: Times new Roman,Serif;
    text-decoration: none;
}

form {
	margin-bottom : 0;
}

img {
	border: 0px;
}

/*
.dojoDialog {*/
	/*background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
	width: 50%;*/
	/*position: absolute;
	width: 820px;
	height: 587px;
	top: 300px;
	left: 500px;

	background-image: url(../../pictures/window.gif);
	background-repeat: no-repeat;
        background-position: center;
}

.kasten {
	position: relative;
	top: 60px;
	left: 10px;
	right: 50px;
	height: 480px;
	width: 775px;
	overflow: auto;
}
*/

.dojoDialog {

}

.container {
	background-color: white;
	position: relative;
	width: 400px;
	height: 200px;
	overflow: auto;
	padding: 10px;
}

.bg {
	/*background-image: url('../../pictures/main_bg.gif');
	background-repeat: no-repeat;
	background-position: center;*/
	text-align: center;

}

.main_table {
	background-image: url('../../pictures/main_bg.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 559px;
	margin-top: 50px;
}

.bg_img {
}

.topic_left {
	position: relative;
	top: -180px;
	left: 70px;
}

.topic_right {
	position: relative;
	top: -240px;
	right: -500px;
}

.links_left {
	position: relative;
	bottom: -130px;
	left: 70px;
}

.links_left a,a:link,a:visited {
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 23px;
}

.links_left a:active,a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: white;
	font-size: 23px;
}

.links_right {
	position: relative;
	bottom: -60px;
	right: -500px;
}

.links_right a,a:link,a:visited {
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 23px;
}

.links_right a:active,a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: white;
	font-size: 23px;
}