/*
 * MoodTown.net - StyleSheet Gecko/Mozilla
 * 
 * Copyright 2013 by tmz of t-coding.com
 * 			  TNiT-netKIt
*/
html,body{
	background:#eee;
	/*background-image:url('background_001_85.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;*/
	font-family:sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
	/*overflow-y:scroll;*/
	overflow-x:hidden;
}
/* Globale Seite */
#site{
	position:relative;
	min-width:100%;
	width:100%;
	/*min-height:100%;
	height:auto;*/
	height:100%;
	margin:0 auto;
	overflow:hidden;
	font-size:14px;
	/*background:#f0f8ff;*/
}
#header{
	/*background:#f00;*/
	margin-top:10px;
}
#headerLogo{
	position:absolute;
	/*background:blue;*/
	width:159px;
	height:150px;
	margin-left:10px;
}
#moodLogo{
	border:none;
	height:100px;
	overflow:hidden;
}
#headerTitle{
	position:absolute;
	top:50px;
	left:150px;
	right:0px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-shadow:-1px -1px 2px #ee781e;
}
#headerMenu{
	position:absolute;
	top:125px;
	left:179px;
	right:0px;
	/*background:yellow;*/
	height:25px;
}

#headerMenu ul ul{
	background:#eee;
}
#headerMenu ul ul,#headerMenu ul ul a{
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
}
#content{
	/*background:green;*/
}
#contentMenu{
	position:absolute;
	top:210px;
	bottom:0px;
	/*background:pink;*/
	width:159px;
	margin-left:10px;
}
#dom{
	margin-left:20px;
	color:#111;
	font-size:24px;
	font-weight:bold;
	text-shadow:-1px -1px 2px #ee781e;
}
#mus{
	margin-left:40px;
	margin-top:30px;
}
#med{
	margin-left:40px;
	margin-top:30px;
}
#contentMenu a{
	text-decoration:none;
	color:#111;
	font-size:24px;
	font-weight:bold;
	text-shadow:-1px -1px 2px #ee781e;
}
#contentMenu a:hover{
	text-decoration:none;
	color:#ee781e;
	font-size:24px;
	font-weight:bold;
	text-shadow:-1px -1px 2px #444;
}
#contentMain{
	position:absolute;
	top:170px;
	left:179px;
	bottom:0px;
	right:0px;
	background:#ddd;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-khtml-border-radius:10px; 
	border-radius:10px;
	border-left:5px solid #fff;
	border-top:5px solid #fff;
	box-shadow:-2px -2px 5px #ee781e;
	padding-top:10px;
	padding-left:34px;
	padding-right:10px;
	overflow-y:auto;
}
/* Submenu */
.menu a {
	float:left;
	color:#111;
	text-decoration:none;
	min-width:140px;
	max-width:195px;
	height:28px;
	padding-top:8px;
	font-size:24px;
	font-weight:bold;
	text-shadow:-1px -1px 2px #ee781e;
}
.menu a:hover{
	color:#ee781e;
	text-shadow:-1px -1px 2px #444;
}
.menu{
	list-style:none;
	width:100%;
	margin:0 auto;
}
.menu li{
	position:relative;
	float:left;
	z-index:1000;
}
.menu ul{
	display:none;
	position:absolute;
	top:36px;
	left:-5px;
	background:#fff;
	display:none;
	list-style:none;
}
.menu ul li{
	float:none;
	width:98px;
	text-align:left;
}
.menu ul li a{
	float:none;
	display:block;
	height:22px;
	padding-top:5px;
	position:relative;
	left:-30px;
	font-size:12px;
	font-weight:normal;
	text-shadow:none;
}
.menu ul li a:hover{
	color:#ee781e;
	text-shadow:none;
}
/* Submenu - ENDE */
/* Loginformular - START */
#mForms input{
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
	box-shadow:2px 2px 5px #ee781e;
}
/* Loginformular - ENDE */
