* {
    margin: 0;
    padding: 0;
    color: inherit;
    border: 0 none;
    cursor: default;
    line-height: inherit;
    font-size: 14px;
    font-weight: inherit;
	font-family: "Trebuchet MS";
	-moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.room {
    width: 1024px;
    height: 576px;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: auto;
    display: none;
    /*overflow: scroll;*/
    /*border: solid 1px black;*/
}
.obj {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    pointer-events: inherit;
}
.spr {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    pointer-events: inherit;
}
.txt {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: default;
    /*overflow: scroll;*/
    pointer-events: inherit;
}
.tmr {
    display: none;
}
.text_field {
    width:          197px;
    height:         36px;
    border:         none;
    border-right:   1px solid #dadde3;
    padding:        0 15px 0 15px;
    position: absolute;
    border-radius:  10px 0 0 10px;
    outline:        none;
    left: 8px;
    top: 8px;
    cursor: text;
}
.send_message {
    width:          296px;
    height:         52px;
    background:     #db7093;
    margin:         0;
    padding:        0;
    top: 568px;
    left: 0px;
    position: absolute;
}
.joustick {
    background: rgba(0, 255, 0, 0.1);
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

a {
	color: #3366FF;
}

ul {
	padding-left: 5px;
}

a:hover {
	text-decoration: none;
	color: #FF4400;
}

#mainframe {
	/* Nach CSS 2.0 Standard */
	width: 1030px;
	margin: 0 auto;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header {
	width: 900px;
	height: 180px;
	padding: 5px;
}

#body {
	padding: 5px;
}

#sidebar {
	float: left;
	width: 210px;
}

#sidebar a {
	text-decoration: none;
}

#sidebarelementtop {
	margin: 0px;
	padding: 10px 0 10px 10px;
	background: url(img/sidebartop.png) repeat-x;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#sidebarelementbottom {
	margin-bottom: 10px;
	padding: 5px 0px 5px 15px;
	background: url(img/sidebarbottom.png) repeat-x #FFFFFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#contentelementtop {
	float: left;
	width: 670px;
	margin-left: 10px;
	padding: 10px 0 10px 10px;
	background: url(img/sidebartop.png) repeat-x;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#contentelementbottom {
	float: left;
	width: 660px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	background: url(img/sidebarbottom.png) repeat-x #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#sidebarelementbottom #textfield {
	width: 110px;
	padding: 1px 2px;
	border: 1px solid #C4C3C4;
}

#sidebarelementbottom #inputsubmit1 {
	border: 1px solid #C4C3C4;
}

#tableelementtop {
	margin-left: 4px;
	padding: 5px 0 5px 0;
	background: url(img/sidebartop.png) repeat-x;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 215px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#tableelementcontent {
	margin-left: 4px;
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 215px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#tableelementpageselect {
	margin: 20px 2px 0 2px;
	padding: 0 0 0 0;
	background: url(img/sidebartop.png) repeat-x;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 40px;
	height: 30px;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

#tableelementpageselected {
	margin: 20px 2px 0 2px;
	padding: 0 0 0 0;
	background: url(img/sidebartop.png) repeat-x;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 40px;
	height: 30px;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

#tableelementpageselect:hover {
	color: #0000EE;
}