#header {
        width: 800px;
        height: 150px;
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #C64934;
        background: url(../images/tippspiel.png);
        padding: 0px;
        margin: 0px;
}

body {
	margin: 20px 0px 0px 0px;
	color : #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #C64934;
	text-decoration: none;
}
a:hover {
	color : #30569D;
	text-decoration : underline;
}
a:active {
	color : #333333;
	text-decoration : underline;
}

table#toolbar {
	margin-right: 10px;
}

table#toolbar a.toolbar {
	color : #808080;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: 55px;
	padding: 2px 1px 2px 1px;
}
table#toolbar a.toolbar:hover {
	color : #C64934;
	border: 1px solid #c24733;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}
table#toolbar a.toolbar:active {
	color : #FF9900;
}
.pagenav {
	font-size : 10px;
}
a.pagenav {
	color : #808080;
	font-size : 10px;
	text-decoration : underline;
}
a.pagenav:hover {
	color : #FFF;
	font-size : 10px;
}
a.pagenav:active {
	color : #333;
	font-size : 10px;
}
.sectionname {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
}
.button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}
.yes_button {
	border: 0px;
    width: 20px;
    height: 12px;
    background: url(../images/tick.png) no-repeat;
    cursor: pointer;
}
.no_button {
	border: 0px;
    width: 20px;
    height: 12px;
    background: url(../images/x.png) no-repeat;
    cursor: pointer;
}
.up_button {
	border: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/asc.gif) no-repeat;
    cursor: pointer;
}
.down_button {
	border: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/desc.gif) no-repeat;
    cursor: pointer;
}
.save_button {
	border: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/filesave.png) no-repeat;
    cursor: pointer;
}
.inputbox {
        z-index: -3;
        font-size: 11px;
}
.text_area {
        border : 1px solid #ccc;
        z-index: -3;
        font-size: 11px;
}
input, textarea, select {
	z-index : -3;
	font-size: 11px;
}
.small_input_1
{
 width: 20px;
}
.small_input_2
{
 width: 30px;
}
.large_input
{
 width: 160px;
}
.small {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
.smallgrey {
	color : #999;
	font-size : 10px;
}
.error {
	color : #C40000;
	font-size : 11px;
	font-weight : bold;
}
.contentheading, .componentheading, .moduleheading {
	font-size: 14px;
	font-weight: bold;
}
table.menubar {
	width: 100%;

}
td {
	font-size: 11px;
}
/* header block */

/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist_tip {
 	background-color: #ccc;
	margin-bottom: 40px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 500px;
	border-collapse: collapse;
}
.input_tip
{
  width: 15px;
  border: 1px solid #999;
  font-family: Verdana;
  font-size: 8pt;
  color: #333;
  text-align: center;
}
/* standard form style table */
table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 800px;
	padding: 10px;
	border-collapse: collapse;
}
table.adminform sub {
 color: #990000;
}
table.adminform td.grey {
	padding-left: 6px;
  font-family: Verdana;
  font-size: 8pt;
  color: #333;
  text-align: left;

	}
table.adminform tr.row0 {
	background-color: #eeeeee;
}
table.adminform tr.row1 {
	background-color: #f9f9f9;
}
table.adminform tr.row2 {
	background-color: #ffff99;
}
table.adminform tr.row3 {
	background-color: #ffcc33;
}
table.adminform .leader {
	color: #990000;
	font-weight: bold;
    font-size: 10pt;
}
table.adminform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	background: url(../images/b.gif);
	color: #fff;
	background-repeat: repeat;
}

table.adminlist_uebersicht {
	width: 100%;
    margin-top: 3px;
    margin-bottom: 50px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #ccc;
	}

table.adminlist_uebersicht td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	color: #333;
}
table.adminform td {
	padding: 3px;
	text-align: left;
}

table.adminlist_uebersicht td.right{
 text-align: right;
}
table.adminlis_uebersichtt td.left{
 text-align: left;
}
table.adminlist_uebersicht td.center{
 text-align: center;
}

table.adminlist td.right{
 text-align: right;
}
table.adminlist td.left{
 text-align: left;
}
table.adminlist td.center{
 text-align: center;
}
table.adminform td.editor {
	font-size: 9px;
}

table.cpanel td {
	text-align: center;
}

form {
	margin: 0px 0px 0px 0px;
}
/* Styles for dhtml tabbed-pages */
.ontab {
	font-size: 12px;
	background-color: #ffae00;
	border: 1px solid #cccccc;
	width: 14%;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	font-size: 12px;
	background-color : #e5e5e5;
	border: 1px solid #cccccc;
	width: 14%;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
}
.tabpadding {
	/*border-bottom: solid 1px #D5D5D5;*/
}
.tabheading {
	background-color: #FFAE00;
	color: #FFF;
	font-size: 10px;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
.menubackgr {
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;

}
.menudottedline {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	background-color: #F1F3F5;
}
.pathway {
	margin-left: 15px;
}
.adminheader {
	color : #c30;
	font-size : 24px;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
}

div.centermain {
	padding: 0 10px;
}

div.main {
	width: 99%;
	padding: 0;
    margin: 0;
}
.quote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}

div.outer
{
 width: 120px;
}
/* mod_quickicon */

#cpanel {  text-align: center;  vertical-align: middle; }

#cpanel div.icon   { margin: 3px; }
#cpanel div.icon a {
	display: block; float: left;
	height: 97px !important;
	height: 100px;
	width: 108px !important;
	width: 110px;
	vertical-align: middle;
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
}

#cpanel div.icon a:link    {  color : #808080;  }
#cpanel div.icon a:hover   {
	color : #333;
	background-color: #f1e8e6;
	border: 1px solid #c24733;
	padding: 3px 4px 0px 6px;
}
#cpanel div.icon a:active  {  color : #808080;  }
#cpanel div.icon a:visited {  color : #808080;  }

#cpanel div.icon img { margin-top: 13px; }
#cpanel div.icon span { display: block; padding-top: 3px;}

/* Tooltips */
a.tooltip, a.tooltip:hover  {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
}

a.tooltiplink {
	display: block;
	width: 100%;
}
a.tooltiplink:hover {
	text-decoration:  none;
}

/* Fieldsets */
fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {
	margin: 10px 0px;
}

legend {
	color: #c24733;
	font-size: 1.1em;
	font-weight: bold;
}

/* Two Pane Formatting */
#treecell {
	width: 20%;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
	overflow: hidden;
}

.expander {
	float: right;
}

#datacell {
	width: 78%;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0px 0px 0px;
}

#datacellfull {
	width: 98%;
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
}

#treecell fieldset {
}
#datacell fieldset {
	border: 1px #ccc solid;
}

span.editlinktip {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}

table.paramlist td {
	height: 30px;
}

div.footer {
	clear: both;
	margin-top: 10px;
}

<!-- Menue left site -->

#site_navi {
padding: 0 0 0 10px;
  margin: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  background-color: #f7f7f7;
  color: #333;
}

#site_navi p {
  padding: 0 0.5em 0.5em 0;
  margin-bottom: 1px;
}

#site_navi h2 {
  padding: 2px 0px 2px 5px;
  background-color: #ddd;
  margin: 0px 0px 1px 0px !important;
  margin: 0px -5px 1px -10px;
  border-left: 5px solid #b4b19f;
  color: #333;
  font-size: 9pt;
  text-decoration: none;
  width: 100%;
}

#site_navi h2 a {
  display: block;
  margin: 0 -1px 0 0px;
  font-size: 9pt;
  color: #333;
  text-decoration: none;
  width: 100%;
}

#site_navi h2.active {
  border-left: 5px solid #cc0000;
}

#site_navi h2:hover {
  border-left: 5px solid #cc0000;
}

#site_navi h3 {
  padding: 2px 0px 2px 5px;
  background-color: #ddd;
  margin: 0px 0px 1px 0px !important;
  margin: 0px -5px 1px -10px;
  border-left: 5px solid #cc0000;
  color: #333;
  font-size: 9pt;
  text-decoration: none;
  width: 100%;
}
#site_navi h3 a {
  display: block;
  margin: 0 -1px 0 0px;
  font-size: 9pt;
  color: #333;
  text-decoration: none;
  width: 100%;
}

#site_navi h4 {
  padding: 2px 0px 2px 5px;
  background-color: #ddd;
  margin: 0px 0px 1px 0px !important;
  margin: 0px -5px 1px -10px;
  border-left: 5px solid #006600;
  color: #333;
  font-size: 9pt;
  text-decoration: none;
  width: 100%;
}
#site_navi h4 a {
  display: block;
  margin: 0 -1px 0 0px;
  font-size: 9pt;
  color: #333;
  text-decoration: none;
  width: 100%;
}

#site_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#site_navi li {
  margin: 0;
}

#site_navi li a {
  display: block;
  padding: 2px 0px 2px 5px;
  margin:  0px 0px 0px 0px !important;
  margin:  0px -5px 0px -10px;
  border-left: 5px solid #f7f7f7;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  color: #333;
  font-size: 9pt;
  text-decoration: none;
  width: 100%;
}

#site_navi li.last a {
  border-bottom: 0px solid #fff;
}

#site_navi li.active a {
  border-left: 5px solid #c01c00;
}

#site_navi li a:hover {
  border-left: 5px solid #cc0000;
  background-color: #ededed;
  color: #333;
}


#site_navi ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
}

#site_navi ul ul li a {
  display: block;
  padding: 1px 5px 1px 5px;
  margin:  0 -15px 0 -10px;
  border-left: 5px solid  #F0F0F0;
  background-color: #F7F7F7;
  color: #333;
  font-size: 8pt;
  text-decoration: none;
  width: 100%;
}


html>body #site_navi ul ul li a {
  width: auto;
  margin-right: 0px;
}

html>body li a {
  width: auto;
  margin-right: 0px;
}

<!-- Login Form -->

.log_button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}

.login h1 {
	background: url(../images/login_header.png) no-repeat;
	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}

.login p {
	padding: 0 1em 0 1em;
	}

.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
}

.version {
	font-size: 0.8em;
}
.up_button {
	border: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/asc.gif) no-repeat;
    cursor: pointer;
}
.down_button {
	border: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/desc.gif) no-repeat;
    cursor: pointer;
}