#body1{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 300px;
	height: 380px;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right:10px;
}
#body2{ position: absolute; top: 0px; left: 300px; width: 450px; height: 380px; z-index: 2; overflow:auto; padding-right:5px; }

#body3{ position: absolute; top: 0px; left: 150px; width: 900px; height: 700px; z-index: 2; overflow:auto; padding-right:5px; }

#left{
	position: absolute;
	top: 0px;
	left: 17px;
	width: 230px;
	height:380px;
	padding-right: 5px;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
}
#right{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 235px;
	height: 350px;
	padding-right: 10px;
	z-index: 7;
	overflow:auto;
}
#myspace{ position: absolute; top: 350px; left: 700px; width: 100px; height: 50px; z-index: 7; }
#myspace2{ position: absolute; top: 330px; left: 890px; width: 60px; height: 50px; z-index: 7; }

#footer{ position:absolute; top: 430px; left: 0px; width: 950px; height: 40px; z-index:1;}

#admin_logout { margin-left:95%; width: 50px; height:20px;}

body
{
background-color:#000000;
font-family: verdana,tahoma;
font-size:11px;
color:#b4b6b5;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
background-repeat:no-repeat;
scrollbar-face-color: #999a99;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #000000;
}
a:link 
  { color: #b4b6b5; font-size: 11px; font-family: verdana, tahoma; text-decoration: none; border-bottom: 1px dotted; }
a:visited
  { color: #b4b6b5; font-size: 11px; font-family: verdana, tahoma; text-decoration: none; border-bottom: 1px dotted;  }
a:active
{ 
color:#b4b6b5;
font-family:verdana,tahoma;
font-size:11px;
text-decoration: none; border-bottom: none;
}
a:hover
{
color:#b4b6b5;
font-family:verdana,tahoma;
font-size:11px;
text-decoration: none; border-bottom: none;
}
.orange
{
color: #cc552d;
font-size: 11px;
}
td
{
font-family:verdana,tahoma;
font-size:11px;
color:#b4b6b5;
}

.orange_big
{
color: #cc552d;
font-size: 12px;
font-weight: bold;
}
.orange_big2
{
color: #cc552d;
font-size: 20px;
font-weight: bold;
}
.yellow
{
color: #e8d830;
font-size: 11px;
}

.yellow_big
{
color: #e8d830;
font-size: 12px;
font-weight: bold;
}
.purple
{
color: #8c355b;
font-size: 11px;
}

.purple_big
{
color: #8c355b;
font-size: 12px;
font-weight: bold;
}

.footer
{
font-size:9px;
color: #505151;
}
h1
{
color:#f4e432;
font-size:11pt;
font-family:verdana,tahoma;
text-decoration:none;
}
h2
{
color:#888888;
font-size:11pt;
font-family:verdana,tahoma;
text-decoration:none;
}
hr
{
color:#d2c34e;
background-color: #d2c34e;
border: #d2c34e;
weight:1px;
height: 1px;
}

INPUT.form {
    background: #000000;
    COLOR:#b4b6b5;
	font-size:11px;
  	border: #b4b6b5;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.admin {
    background: #111111;
    COLOR:#b4b6b5;
	font-size:11px;
  	border: #b4b6b5;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}


.admin_submit {
    background: #111111;
    COLOR:#b4b6b5;
	font-size:11px;
  	border: #b4b6b5;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
}

INPUT.form2 {
    background: #000000;
    COLOR:#b4b6b5;
	font-size:11px;
  	border: #8c355b;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.TEXTAREA{
    background: #000000;
    COLOR:#b4b6b5;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	border: #8c355b;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

SELECT {
    background: #8c355b;
    COLOR:#000000;

}
.send
{
font-size:11px;
font-color: #b4b6b5;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
background-color: #000000;
border: 1px;

}
.vscrollerbar {
width: 6px;
background-color: #959595;
/*background:url('../image/scroll.gif') no-repeat center;*/
}
.hscrollerbase {
height: 5px;
background-color: none;
}
.hscrollerbar {
height: 2px;
background-color: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: none;
}
		.rowHover {
			cursor: pointer;
		}
		
		/*Amdinbereich ____________________________________________________________*/

#login_content
{
top:100px;
width:320px;
height:140px;
margin:0 auto;
border:0px;
border-style:dashed;
border-color:#666666;
position:relative;
padding:10px;
background-color:#222222;
}	

#admin_navi
{
	top: 11px;
	left: 9px;
	position:absolute;
	width:200px;
	height:500px;
	background-color:#222222;
	padding-top:20px;
	padding-left:10px;
}

#admin_content
{
	top: 11px;
	left: 240px;
	position:absolute;
	width:700px;
	height:500px;
	background-color:#222222;
	padding-top:20px;
	padding-left:10px;
	overflow:auto;
}

.admin {
    background: #111111;
    COLOR:#b4b6b5;
	font-size:12px;
  	border: #8c355b;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 170px;
}
.admin_feld {
    background: #111111;
    COLOR:#b4b6b5;
	font-size:12px;
  	border: #8c355b;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 350px;
}

.admin_feld_gross {
    background: #111111;
    COLOR:#b4b6b5;
	font-size:12px;
  	border: #8c355b;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 600px;
	overflow:hidden;
}


.admin_submit {
    background: #111111;
    COLOR:#8c355b;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	border: #8c355b;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}	

li
{
line-height:25px;
list-style-type:square;
list-style-position:outside;
}
hr
{
border:#000000 1px solid;
}