body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	background-color:#;
	background-image:url(admin/images/);
	background-position: top center;
	margin-left: 20px;
	margin-top:  20px;
	margin-right: 20px;
	margin-bottom: 20px;

}
form {
    padding: 0px;
    margin: 0px;
    border: 0px;
    }

img {
    padding: 0px;
    margin: 0px;
    border: 0px;
    }
td,tr {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

input {
  background: #eeeeee;
  font-size: 12px;

}
textarea {
  background: #eeeeee;
  font-size: 12px;
}

.error {
    font-size: 18px;
    color: #ff0000;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a.lblack:link {color: #000000; font-weight: bold;}
a.lblack:active {color: #000000; font-weight: bold;}
a.lblack:visited {color: #000000; font-weight: bold;}
a.lblack:hover {color: #ff0000; font-weight: bolder;}
 
a.lwhite:link {color: #FFFFFF; font-size: 12px;}
a.lwhite:active {color: #ffffff; font-size: 12px;}
a.lwhite:visited { color:#FFFFFF; font-size: 12px;}
a.lwhite:hover {color: #ff0000; font-size: 12px;}

/*-------------weg----------------*/

.wrapper {
    background-color:#;
	width:px;
	margin-left:auto;
	margin-right:auto;
}
.wrapcontent {
	margin-left: 6px;
	margin-right: 6px;
	margin-top:20px;
	margin-bottom:20px;
}
.logo-box {
    background-color: #;
    border-bottom: 1px solid #;
    border-right: 1px solid #;
    padding: 0px;
    margin: 0px;
}
    
.logo {
	background-image: ;
	background-repeat:no-repeat;
    width:319px;
	height:27px;
	margin: 10px;
	padding: 0px;
}    

.menu {
	border-left: 1px solid #;
    border-top: 1px solid #;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.thumb {
	border: 0px solid #;
    padding-left:0px;
    padding-right:10px;
    padding-bottom:10px;
    
}
h1 {
    font-size: 45px;
    margin: 0px;
    padding-right:0px;
    padding-bottom: 0px;
    border: 0px;
    white-space: nowrap;
    text-transform: capitalize;
}
h2 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    white-space: nowrap;
    text-transform: capitalize;
    align: right;
}
h3 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    white-space: nowrap;
    text-transform: capitalize;
    align: right;
}
.img {
    padding-bottom: 5px;
}
.line{
    background-image: url(admin/icons/);
  
  
   
   
    margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px dashed #000;
    height: 0px;
}
.cms-line{
    margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dashed #000;
    height: 1px;
}
.box{
    font-size: 12px;
	background-color: #cccccc;
	border: 4px solid #000;
	padding: 15px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.box-list{
	background-color: #cccccc;
	border: 4px solid #000;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.spacer{
height:30px;
}