﻿/* Black-Darstellung für HTML5 im IE*/
header, nav, footer{
    display:block;
}

/*CSS BlackyIV.de*/
body {
    background-image: url("../images/back.png");
}

#wrapper{
    width: 1020px;
    margin: 0px auto;
    margin-top: 20px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.50);
    color: #ffffff;
}

header{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../images/header.png);
    
}

#menu-top{
    width: 100%;
    height: 30px;
    background-color: rgba(0, 255, 0, 0.70);
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#menu-top ul li{
    height: 100%;
    line-height: 28px;
    list-style-type: none;
	display:block;
	float:left;
    width: 120px;
}

#menu-top ul li a{
    line-height: 30px;
    height: 30px;
    width: 120px;
    display:block;
    float: left;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 111, 2, 0.80);
}

#menu-top ul li a:hover{
    background-color: rgba(0, 0, 0, 0.70);
    color: rgba(0, 255, 0, 0.70);
}

/* Content */
#contentfield
{
    clear:both;
    width: 100%;
    height: auto;
    margin: auto;
}

#fullcontent{
    clear:both;
    padding: 30px;
    width: 960px;
    height: auto;
    background-color: rgba(14, 18, 23, 0.90);
    float: right;
    margin-bottom: 10px;
    color: #ffffff;
}

#fullcontent a{
    text-decoration: none;
    color: #0f0;
}

#medspace{
    padding: 30px;
    width: 702px;
    min-height: 200px;
    height: auto;
    float: right;
    margin-bottom: 10px;
}

#medcontent{
    padding: 30px;
    width: 702px;
    min-height: 200px;
    height: auto;
    background-color: rgba(14, 18, 23, 0.90);
    float: right;
    margin-bottom: 10px;
    color: #ffffff;
}

#medcontent h3{
    color: #15a100;
    margin-top: 0px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 100, 0, 0.80);    
}

#medcontent table{
    width: 100%;
    margin-bottom: 20px;
	border-collapse: collapse;  
    color: #fff;
}

#medcontent table, th, td{
    border: 2px solid #000;
}

#medcontent th, td{
    padding: 10px;
    text-align: left;    
}

#medcontent tr:nth-child(even){
    background-color: rgba(0, 100, 0, 0.50);
}

#medcontent a{
    text-decoration: none;
    color: #0f0;
}

#serverlog{
    overflow-y: scroll;
    width: auto;
    height: 200px;
    background-color: #000;
    text-shadow: 0px 0px #000;
    font-size: 15px;
}


#smallcont{
    width: 202px;
    min-height: 120px;
    height: auto;
    float:left;
    background-color: rgba(14, 18, 23, 0.90);   
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-shadow: 1px 1px rgba(100, 100, 100, 0.80);
    color: #fff;
    padding: 2%;   
}

#smallcont h1{
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    color: rgba(0, 181, 2, 1.00);
    text-shadow: 1px 1px rgba(0, 100, 0, 0.80);
    font-size: 19px;
    text-align: center;
}

#smallcont p{
    margin-top: 0;
    color: #15a100;
    margin-bottom: 0px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 100, 0, 0.80);
}

#smallcont a{
    text-decoration: none;
    color: #00ff00;
    display: block;   
    line-height: 17px;
    height: 20px;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    text-shadow: 1px 1px rgba(0, 111, 2, 0.80);
    background-color: rgba(0, 34, 7, 0.95);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;  
     
}
#smallcont a:hover{
    background-color: #15a100;
    color: #000000;
    text-shadow: 1px 1px rgba(50, 50, 50, 0.80);
}



/*Content END*/

/*Login*/
fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

#inputs input
{
    padding: 7px;
    margin-bottom: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.0);;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    border-color: #004400;  
}

#inputs input:focus
{
    background-color: rgba(255, 255, 255, 0.0);
    border-color: #00ff00;
    outline: none;
}

#actions
{
    margin: 25px 0 0 0;
}

#submit
{		
    background-color: #007700;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(0,90,0,0.5);
    
    border-width: 1px;
    border-style: solid;
    border-color: #009900 ;

    height: 35px;
    padding: 0;
    width: 120px;


    color: #003900;
}

#submit:hover,#submit:focus
{		
    background-color: #00bb00;
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}


/* LOGIN END*/

footer{
    clear:both;
    width: 1020px;
    height: 30px;
    background-color: rgba(0, 255, 0, 0.70);
    color: #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

footer p{
    line-height: 2.1em;
    text-shadow: 1px 1px #07a800;
    text-align:center;
    font-size: 14px; 
    font-weight: bold;   
    color: #000;
}

footer a{
    text-decoration: none;
    color: #000;
}

.shadow{
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}

.greeborder{
    border: 1px solid rgba(0, 156, 0, 0.72);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}