body{
    background: none repeat scroll 0 0 #201F1D;
    line-height: 1.5;
    color: #363636;}
    
#Container{
    background-image: url("images/sma-bg.png");
    border: medium 1px rgb(0,0,0) solid
    height: auto !important;
    margin: 0 auto;
    height: 768px;
    width: 1024px;}
    
#Header{
    height: 120px;
    width: 100%;}
    
#Footer{
    position: absolute;
    left: 410px;
    top: 735px;
    font-family: verdana;
    font-size: 13px;
    padding: 5px 0;}
    
#Footer a, #Footer a:visited, #Footer a:link{
    color: #363636;
    text-decoration: none;
    font-family: Verdana;
    font-size: 13px;}
    
#Logo{
    margin: 0 auto;
    width: 500px;}

#SMA{
    margin: 30px 220px;
    width: 629px;}

#SMA-Content{
    position: absolute;
    top: 110px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    background: url(images/t40weiss.png) repeat fixed; 
    display: inline-block;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    width: 780px;
    height: 530px;}

#Login-Box{
    background: url(images/loginscreen.png);
    width: 300px;
    height: 340px;
    margin-top: 95px;
    margin-left: 225px;}

#Login-Box-Content{
    font-size: 12px;
    margin-left: 30px;
    width: 440px;}

.loginfield{
    color: #363636;
    font-family: Verdana;
    font-weight: bold;
    margin-top: 10px;
    width: 50px;}

.loginbutton{
    margin-left: 75px;
    margin-top: 50px;
    width: 50px;}
    
#Loginform{
    padding-top: 140px;}
    
#Menue{
    background: url(images/menue-bg.png); 
    font-family: Verdana;
    font-size: 12px;
    color: rgb(201,201,201);
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    width: 200px;
    height: 515px;
    padding-top: 10px;}
    
#Menue-Head{
    background-color: rgb(32,32,32);
    color: #363636;
    font-size: 14px;
    width: 200px;
    text-align: left;
    font-weight: bold;
}

#Menue-Content{
    padding-left: 15px;
    padding-top: 10px;}

#Menue-Box{
    width: 180px;
    margin-left: 10px;
    margin-top: 10px;
}

#Menue-Content a:hover{
    color: #363636;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;}
    
#Menue-Content a, #Menue-Content a:visited, #Menue-Content a:link{
    color: #363636;
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;}
    
.welcome{
    font-weight: bold;
    color: #C9C9C9;
    padding-left:29px;}
    
#Panel-Content{
    position: absolute;
    top: 0px;
    left: 220px;
    background: rgb(255,255,255) url();
    font-family: Verdana;
    font-size: 12px;
    color: #363636;
    margin-top: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    width: 560px;
    height: 525px;}

#Content-Head{
    background-color: rgb(32,32,32);
    color: #C9C9C9;
    font-size: 14px;
    width: 545px;
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
}

#radioserver p{
  background: url("") no-repeat scroll 0 0 #606060;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -15px;
}

#radioserver{
  float: left;
  background: url("") no-repeat scroll 0 0 #868686;
  border: 1px solid;
  left: 320px;
  position: absolute;
  top: 370px;
}

#autodj{
  position: absolute;
  background: url("") no-repeat scroll 0 0 #868686;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;}

#autodjdesc{
  font-size: 24px;
    font-weight: bold;
    left: 250px;
    position: absolute;
    text-align: center;
    top: 140px;}
    
#radioserverdesc
{
   font-size: 24px;
    font-weight: bold;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 400px;
}
  

#autodj p{
  background: url("") no-repeat scroll 0 0 #606060;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -15px;
}  
.StartBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Courier New;
	font-size:14px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.StartBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.StartBtn:active {
	position:relative;
	top:1px;
}
   
.StopBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Courier New;
	font-size:14px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.StopBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.StopBtn:active {
	position:relative;
	top:1px;
}

.StatusBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Courier New;
	font-size:14px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
}.StatusBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.StatusBtn:active {
	position:relative;
	top:1px;
}
#customer_detail{
  width: auto;}
  
.cutomer_detail_bez{
  width: 150px;
  float: left;
  font-weight: bold;}
  
.customer_detail_wert{
  width: 150px;
  float: left;}
  
#User-Navigation-Main{
    background-color: rgb(255,255,153);
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    position: absolute;
    width: auto;}

#User-Navigation-Content{
    height: 30px;
    position: absolute;
    right: 2.5%;
    padding-left:10px;
    padding-right:10px;
    margin-right: 3px;
    font-family: Verdana;
    font-size: 12px;
    display: inline;} 

#User-Navigation-Content a:hover{
    color: rgb(51,51,153);
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;}

#User-Navigation-Content{
    color: rgb(0,0,0);
    font-family: Verdana;
    font-size: 10px;}
    
#Site-Title{
    position: absolute;
    top: 11px;
    font-family: Verdana;
    font-size: 20px;
    left: 5px;}



#Site-Name{
    position: absolute;
    left: 2.5%;}
    
#Site-Search{
    position: absolute;
    right: 2.5%;}

#Site-Page{   
    border: 1px rgb(0,0,0) solid;
    width: 95%;
    margin: 0px auto; 
    text-align: left;}

#Site-Content{
    position: absolute;
    top: 60px;
    color: rgb(0,0,0);
    font-family: Verdana;
    text-align: left;}
    
#Site-Content table{
    color: rgb(0,0,0);
    font-family: Verdana;
    font-size: 10px;
    border: 1 rgb(0,0,0) solid;}