/*Spacemokneys Main CSS*/

body {
	background-color:black;
	margin:0px auto;
	font: 11px Tahoma, Arial, Helvetica;
	color:#F2F2A2;
	font-weight:normal;
	/*color:#BDBD00;*/
}

#master {
	width:100%;
	padding:0px;
	/*
	background-image:url('../gfx/sonnensystem.jpg');
	background-repeat:no-repeat;
	background-position:0px 380px;
	*/
}


#planet_navi_fix {
	position:fixed;
    top:0px; left:0px;
    width:462px;
	overflow:hidden;
}


#navi_left_container {
	position:fixed;
	top:318px; left:30px;
	width:360px;

	border:10px dotted #999966;
	background-color:transparent;

	line-height:20px;
	font-size:130%;
}


#navi_top_container {
	position:fixed;
	top:120px; left:451px;
	width:100%;
	max-width:800px;
	height:130px;

	padding-left:8px;

	background-color:black;
	border-bottom: 1px solid #94940F;

	text-align:left;
	font-weight:bold;
}


#monkey_container {
	background-image:url('../gfx/monkey.jpg');
	background-repeat:no-repeat;
	background-position:15px 0px;

	position:fixed;
	top:0px; left:451px;
	padding-left:15px;
	padding-top:5px;
	width:100%;
	max-width:800px;
	height:117px;
	background-color:black;
	z-index:1;
}


#sprechblase_txt {
	margin-left:144px;
	margin-top:2px;
	padding:4px;
	width:264px;
	height:75px;
	background-color:transparent;
	overflow:hidden;

	font-weight:bold;
}

#inhalt {
    margin:55px 0px 35px 450px;
    padding:204px 30px 35px 30px;
    min-height:345px;
    max-width:795px;
    border-left: 1px solid #94940F;
}

#inhalt h2 {
	margin-bottom:5px;
}

html td #img img {
	border: 1px solid white;
	padding:1px;
}

.button {
	background:#E7581F;
	min-width:50px;
	min-height:15px;
	color:black;
	border-color:#A2A279;
	border:0px 1px 1px 0px;
}

input {
	background:#A2A279;
	font-size:11px;
	font-weight:bold;
	border-color:#E7581F;
}

textarea {
	background:#A2A279;

	font-size:11px;
	font-weight:bold;
	border-color:#E7581F;
}



a:link {
	color: #C0C042;
	text-decoration: underline;
}

a:visited {
	color: #94940F;
	text-decoration: underline;
}

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

