body {
    text-align: center;
    margin: 0;
    padding: 20px 0 20px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.clear {
    clear: both;
}
/*
div {
    border: 1px solid #000066;
}
*/

#sitebox {
    margin: auto;
/*     width: 780px; */
    text-align: left;
}

#header {
    background-color: #0b2a51;
}

#banner {
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-family: Comic Sans MS;
    font-size: 20pt;
    font-weight: bold;
    color: #ff6600;
}

#nav_orientation {
    float: left;
    background-color: #4e647e;
    color: #ff6600;
    width: 200px;
    padding: 5px 10px 5px 10px;
}

#nav_quicklinks {
    float: right;
    background-color: #4e647e;
    color: #ff6600;
    width: 200px;
    padding: 5px 10px 5px 10px;
}

#content_container {
    margin-top: 1em;
    background-color: #eeeeee;
}

#content {
    background-color: #eeeeee;
/*    padding: 10px 20px 10px 20px;*/
}

#content_head {
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-family: Comic Sans MS;
    font-size: 15pt;
    font-weight: bold;
    background-color: #4e647e;
    color: #ff6600;
}

#content_body {
	position: relative;
}

#error {
    font-size: 14pt;
    color: #dd2200;
}

/* ==================== Pyramide ======================= */

#pyramid_view_container {
/*	position: absolute;*/
	float: left;
	width: 1200px;
}

/* ==================== Spieler ======================= */

div.player_view {
	float: left;
	width: 170px;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #dd4444;
	border: 2px ridge black;
}

#pyramid_view_container .challengeable {
	background-color: white;
	border: 2px solid red;
}

div.player_rank_view {
	float: left;
	width: 30px;
	height: 40px;
	background-color: #cccc00;
	color: white;
	font-size: 16pt;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

div.player_fullname_view {
	float: right;
	width: 140px;
	background-color: #44dd44;
}

div.player_nickname_view {
	float: right;
	width: 140px;
	background-color: #4444dd;
}

div.player_view .challenge_button {
	float: right;
	width:  20px;
	height: 20px;
	color: white;
	background-color: #2222cc;
	outline: 1px outset black;
	text-align: center;
	cursor: pointer;
}

div.player_view .login_button {
	float: right;
	width:  20px;
	height: 20px;
	color: white;
	background-color: #cc22cc;
	outline: 1px outset black;
	text-align: center;
	cursor: pointer;
}

#p_id1 {	
	border: 2px solid yellow;
}

#p_id1 .player_fullname_view {
	background-color: red;
}

/* ==================== Dialoge ======================= */

#login_dialog {
	position: absolute;
/* 	height: 40px; */
/* 	width: 160px; */
	display: none;
	background-color: #777777;
	border: 2px ridge gray;
}

#login_dialog .form_container {
	margin: 7px;
}

#login_dialog .success_message {
	margin: 7px;
	display: none;
	color: lime;
}

#login_dialog .failed_message {
	margin: 7px;
	display: none;
	color: red;
}

/* ==================== Spielerstatistik ======================= */

#player_stats_container {
	position: absolute;
	top: 0px;
	left: 650px;
/* 	float: right; */
	width: 200px;
	border: 1px solid #4e647e;
}

#player_stats_view h3 {
	margin-top: 0px;	
}


/* ==================== Messages ======================= */

#messages_container {
    width: 520px;
}

#messages_container .notice {
    background-color: #D9FFDA;
    border: 1px #4DFF6E solid;
    margin-bottom: 3px;
}

#messages_container .warning {
    background-color: #FFF2C8;
    border: 1px #FFE168 solid;
    margin-bottom: 3px;
}

#messages_container .error {
    background-color: #FFD7CB;
    border: 1px #FF553F solid;
    margin-bottom: 3px;
}


