
input[type="text"],input[type="password"]{
    border: 1px yellow solid;
    background: #221A1A;
    color: red;
}
input[type="radio"]{
    border: 1px yellow solid;
    background: #221A1A;
    color: red;
}
input[type="checkbox"]{
    border: 1px yellow solid;
    background: #221A1A;
    color: red;
}
input[type="submit"]{
    border: 1px yellow solid;
    background: white;
    color: black;
    font-weight:bold;
}
input[type="button"]{
    border: 1px yellow solid;
    background: white;
    color: black;
    font-weight:bold;
}
button{
    border: 1px yellow solid;
    background: white;
    color: black;
    font-weight:bold;
}
select{
     border: 1px yellow solid;
    background: #221A1A;
    color: red;   
}
a:link{
    color:lime;
}
a:visited{
    color:lime;
}
a:active{
    color:lime;
}
fieldset{
    border:1px red solid;
}
h2{
      width: 100%;  
    background: #DFD513;
    color: red;   
}
body{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-family: Arial, sans-serif;   
    background-color: black;    
    color:yellow; 
}
#wrapper_table{
	width: 100%;    
}
#main_table{
	width: 100%;    
}
#container_table{
  width: 100%;   
}
#container_div{
  width: 100%;   
}

#module_header{
  width: 100%;   
}
#module_menu{
  width: 100%;  
}
#module_form{
  width: 100%;    
}
#module_content{
  width: 100%;  
}

.navBar{    
    font-size:10px;

}
.themes{
    text-align:left;
    float:right;
}
.navlinks{
    visibility: hidden;
   text-align:right; 
}
.header{
    height:0px;
    background-color: black;    
}

.header h1{
    font-size:0px;
    visibility:hidden;
}
.header h3{
    font-size:0px;
    visibility:hidden;
}
.top-left_wrapper{
    width:10px;
    background-color: black;
}
.left_wrapper{
    background-color: black; 
}
.bottom-left_wrapper{
    background-color:black;
}
.top-right_wrapper{
    background-color: black;
}
.right_wrapper{
    background-color: black; 
}
.bottom-right_wrapper{
    background-color:black;
}
.top-left_center_wrapper{
    width:110px;
    background-color: black;
}
.left_center_wrapper{
    background-color: black; 
}
.bottom-left_center_wrapper{
    background-color:black;
}
.top-right_center_wrapper{
    background-color: black;
}
.right_center_wrapper{
    background-color: black; 
}
.bottom-right_center_wrapper{
    background-color:black;
}


.top-left_panel{
    width:80px;

    height:145px;    
    background: url("lcoldalso.jpg");
    background-repeat: no-repeat;
    background-position: center;      
}
.left_panel{ 
    vertical-align:top;
    text-align:left;
}
.bottom-left_panel{
    background-color: black;
}

.top-center_panel{
    height:145px;
    background: url("larkinorcenter.jpg");
    background-repeat: no-repeat;  
    background-position: center; 
    
    width:90%;
}
.center_panel{
    width:800px;
    padding: 5px;
    vertical-align:top;
}
.bottom-center_panel{
}

.top-right_panel{
    width:0px;
}
.right_panel{
    vertical-align:top;
}
.bottom-right_panel{
    background-color: black;
}

.footBar{
    background-color: black;
    color:yellow;
    font-weight:bold;
    text-align:center;
}
span.show-tooltip *{
        color: black;   
}
span.show-tooltip{
	background-image: url(i.png);
	cursor: help;
	background-repeat: no-repeat;
	width: 12px;
}
span.show-tooltip-text { 
    display: none;
    position: absolute;
    font-size: 0.9em;
    background-color: #E1E3B0;
    padding: 6px; 
    padding-left: 12px; 
    padding-right: 12px; 

    border:1px navy solid;
}
div.successbox{
	background-color:#c6fdc6;
	border-color: green;
	border-style: dashed;
	border-width: 1px;
	color:green;
	padding: 10px;
}
div.errorbox{
	background-color: #ffc0cb;
	border-color: red;
	border-style: dashed;
	border-width: 1px;
	color:red;
	padding: 10px;
}

span.success{
	background-color:#c6fdc6;
	border-color: green;
	border-style: dashed;
	border-width: 1px;
	color:green;
	padding: 2px;	
	width:150px;
}
span.error{
	background-color: #ffc0cb;
	border-color: red;
	border-style: dashed;
	border-width: 1px;
	color:red;
	padding: 2px;
	width:150px;
}
input.wronginput{
	border:1px red solid;
}
input.rightinput{
	border:1px green solid;
}

.left_panel a{
    color:lime;
}
.left_panel a:visited{
    color:lime;
}
.left_panel a:active{
    color:lime;
}

/*** VEGLEGES **/
table.news{
    width:90%;

    vertical-align: middle;
}
table.news td{
    padding-left: 5px;
    padding-top:2px;
    padding-right:2px;
    padding-bottom: 2px;
}
td.news_title{
     background-image: none;
    background-color: #432C2C;
}
td.news_content{
    border-left:1px solid #432C2C;
    border-right:1px solid #432C2C;
}
td.news_footer{
    background-color: #432C2C;
    border-left:1px solid #432C2C;
    border-right:1px solid #432C2C;
}
span.news_author{    
    float:right;
    
    
}
span.news_date{
    float: left;
    
}
td.news_editpanel{
    border-left:1px solid #432C2C;
    border-right:1px solid #432C2C;
}
span.news_edit{}
span.news_delete{}
td.news_bottom_padding{
     background-image: none;
     border-top:2px solid #432C2C;
}