/*body {
	background-color: white;
	background-image: url('wicket-logo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 96% 96%;
	color: #6F6F6F;
	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 9pt;
	line-height: 1.8em;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}*/

body {
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

#background_line{
    height: 600px;
    width: 100%;
    margin: 0;
    padding: 0em 0;
    text-align: center;
}

#wrapper {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0.0em;
    border: 0px;
    padding-top: 20px;
}

#head_panel {
    float: left;
    width:800px;
    height:155px;
    overflow: hidden;
}

#menu_panel {
    float: left;
    width:800px;
    padding-left: 0px;
    padding-right: 0px;
}

#content_panel {
    font-size: 12pt;
    float: left;
    width: 800px;
}

#wide_cpanel {
   margin: 0px;
   padding: 6px;
   height: auto;
   width: 788px;
   float: left;
}

#left_cpanel {
   margin: 0px;
   padding: 6px;
   height: auto;
   width: 600px;
   float: left;
}

#right_cpanel {
   margin: 3px;
   padding: 3px;
   height: auto;
   width: 170px;
   float: left;
}

#foot_panel {
    width:800px;
    float: left;
    height:75px;
}

#companyInfo {
    float:left;
    width: 800px;
    height: 30px;
    text-align: center;
}

* html #companyInfo span{  /*IE6 CompanyInfo ausbleden*/
    display:none;
}


/*h1,h2,h3,h4,h5,h6,h7,h8 {
	color: #E9601A;
}

#extitle {
	font-size: 12pt;
	font-weight: bold;
	color: #E9601A;
	padding: 10px 10px 10px 10px;
}

.feedbackPanelERROR {
	color: red;
	list-style: circle;
	font-weight: bold;
}

.feedbackPanelINFO {
	color: green;
	list-style: circle;
	font-weight: bold;
}

#hellomessage {
	font-size: 30pt;
}

#titleblock {
	background: #DEDEDE;
	color: white;
	font-weight: bold;
	border-bottom: solid #E9601A;
	border-width: thin;
	padding: 2px 2px 2px 6px;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}


img {
	border: none;
}

pre {
	font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

th {
	background: #C3C3C3;
	color: white;
	font-weight: bold;
}

tr.b {
	background: #F5F5F5;
}

tr.a {
	background: #E6E6E5;
}

tr.none {
	background: transparent;
}

a.none {
	background: transparent;
	padding-right: 0px;
}

#inputForm {
	width: 300px;
}

#inputForm label {
	display: block;
	margin-top: 5px;
}

#inputForm label.non {
	display: inline !important;
}

#inputFormTable td {
	vertical-align: top;
	padding: 10px;
}

#nestedExampleTree {
	width: 300px;
}

#feedbackPanel {
	width: 600px;
}

#siteSelection {
	width: 200px;
}*/
