/* basic elements */
body { 
	font: 10pt/16pt "Comic Sans MS"; 
	color: #222420; 
	background: #CCFFCC;
	margin: 0px; 
	}
p { 
	font: 10pt/16pt "Comic Sans MS"; 
	margin-top: 5px; 
	text-align: justify;
	}

h2 { 
	font: italic normal 14pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #222420;
	text-align:center;
	display:block;
	}

h3 { 
	font: italic normal 12pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #222420;
	text-align:center;
	display:block;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #73619B;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #73619B;
	}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: none;
	color: #FF6633;
	}
	

input {
	font: normal 10pt "Comic Sans MS"; 
	margin-bottom: 0px; 
	color: #222420;
	background-color: #FF6633;
	border: 1px;
	text-align:left;
}
input#submit {
	font: bold 10pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FFFFFF;
	background-color: #006600;
	text-align:center;
	display:block;
	border: 1px;
}
	
table {
border-width:thin;
border-color:#FFFFFF;
border-style:dotted;
min-width:450px;
}
tr {
text-align:center;
}
#td15 {
border-width:thin;
border-color:#FFFFFF;
border-top-style:none;      /* nur oben */
border-bottom-style:none;   /* nur unten */
border-left-style:dotted;     /* nur links */
border-right-style:dotted;    /* nur rechts */
text-align:right;
min-width:15%;
}
#td20 {
border-width:thin;
border-color:#FFFFFF;
border-top-style:none;      /* nur oben */
border-bottom-style:none;   /* nur unten */
border-left-style:dotted;     /* nur links */
border-right-style:dotted;    /* nur rechts */
text-align:center;
min-width:20%;
}
#td35 {
border-width:thin;
border-color:#FFFFFF;
border-top-style:none;      /* nur oben */
border-bottom-style:none;   /* nur unten */
border-left-style:dotted;     /* nur links */
border-right-style:dotted;    /* nur rechts */
text-align:center;
min-width:35%;
}
#td50 {
border-width:thin;
border-color:#FFFFFF;
border-top-style:none;      /* nur oben */
border-bottom-style:none;   /* nur unten */
border-left-style:dotted;     /* nur links */
border-right-style:dotted;    /* nur rechts */
text-align:left;
min-width:50%;
}
/* specific divs */
#description  {
	position:absolute; 
	left:1px; 
	top:1px; 
	width:1px; 
	height:1px; 
	z-index:1; 
	overflow: hidden; 
	visibility: hidden
	}
#error {
	background-color:#BB3333;
	color:#FFFFFF;
}
#header {
	position:absolute; 
	left:0px; 
	top:0px;
	min-width:800px 
	min-height:80px;
}
#home1 { 
	background-image:url(deu/home.gif); 
	background-repeat:no-repeat;
 	background-position:center;
	width: 95px; 
	height: 80px; 
	position:relative;
	top: 5px;
	display:block;
	text-align:center;
	}
#home1 span {
	text-align:center;
	width: 95px; 
	height: 80px;
	display:none;
	}
#home2 { 
	background-image:url(deu/home.gif); 
	background-repeat:no-repeat;
 	background-position:center;
	width: 95px; 
	height: 80px; 
	position:relative;
	top: 5px;
	display:block;
	text-align:center;
	}
#home2 span {
	text-align:center;
	width: 95px; 
	height: 80px;
	display:none;
	}	
#headerwerbung {
	min-width:486px;
	min-height:80px;
}

#homewerbung {
	margin-left: 35px; 
	margin-right: 35px; 
	min-width:468px;
	min-height:200px;
	text-align:center;
	display:block;
}

#navigation {
	position:absolute;
	top:100px;
	min-width:150px;
	min-height:500px;
	margin-left:5px;
}
#navigation2 {
	position:absolute;
	right:0px;
	top:100px;
	min-width:150px;
}
#login {
	position:absolute;
	right:0px;
	top:100px;
	min-width:150px;
	text-align:center;
	border-color: #FFFFFF;
	border-style: dotted;
	border-width: thin;
}


#footerwerbung {
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
}
#onlineusers {
	min-width:150px;
	margin-top:25px;
	border-color: #006600;
	border-style: dotted;
	border-width: thin;
	text-align:center;
}

#content {
	position:absolute; 
	left:150px; 
	top:80px; 
	min-width:400px;
	max-width:500px;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}

#content h1 { 
	background-image:url(deu/logo.gif); 
	background-repeat:no-repeat;
 	background-position:center;
	margin-top: 10px; 
	margin-left:33px;
	margin-right:34px;
	width: 450px; 
	height: 134px; 
	position:relative;
	top: 5px;
	display:block;
	text-align:center;
	}
#content h1 span {
	text-align:center;
	margin-top: 10px; 
	margin-left:33px;
	margin-right:34px;
	width: 403px; 
	height: 340px;
	display:none;
	}
#content input {
	font: normal 10pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #222420;
	background-color: #FF6633;
	border: 1px;
	text-align:left;
}	
#content td input {
 	text-align:left;
 	display:block;
}
#content label
{
	text-align:right;
	display:block;
}
#content select {
	font: normal 10pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	color: #222420;
	background-color: #FF6633;
	display:block;
	border-style:solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	text-align:center;
}	
#content input checkbox {
	font: normal 10pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #222420;
	background-color: #FF6633;
	border: 1px;
	text-align:center;
}
#content input#submit {
	font: bold 10pt "Comic Sans MS"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FFFFFF;
	background-color: #006600;
	text-align:center;
	display:block;
	border: 1px;
}	
	
#activeusernames {
	margin-top: 10px; 
	margin-bottom: 10px;
	min-width:470px;
	text-align:center;
	display:block;
	}
#activechatnames {
	margin-top: 10px; 
	margin-bottom: 10px;
	min-width:470px;
	text-align:center;
	display:block;
	}
#top10 {
	margin-top: 10px; 
	min-width:470px;
	text-align:center;
	display:block;
	}

#home, #shop, #newsletter, #statistics, #chat, #charts, #register, #play, #help, #events, #contact, #premium, #premium {
	border-color: #FFFFFF;
	border-style: dotted;
	border-width: thin;
	text-align:center;
	width:130px;
	min-height:16px;
}
#forum {
	border-color: #FFFFFF;
	border-style: dotted;
	border-width: thin;
	text-align:center;
	width:130px;
	height:16px;
}
#forum input#submit {
	background-color:#CCFFCC;
	border:0px solid #73619B;
	color:#73619B; 
	font: 10pt/16pt "Comic Sans MS"; 
	font-weight: bold; 
	text-decoration: none;
	height:16px;
	text-align:center;
	align:middle;
}

#forgot, #disclaimer, #agb, #impressum, #training, #profil, #password, #preferences, #logout {
	border-color: #FFFFFF;
	border-style: dotted;
	border-width: thin;
	text-align:center;
	width:130px;
	min-height:16px;
}

#gesperrt {
	background: #FF3118;
}
#premium {
	background: #EEE8AA;
}

#debug {
	position:absolute;
	top:1600px;
}	
