body {
	margin: 5px;
}

body, div, p, td, th {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-align: left;
	color: #333333;
}

.clear {
    clear: both;
}

h1 {
	font: inherit;
	font-weight: bold;
	font-size: 12px;
	color: #F7941E;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 10px;
}

p {
	margin: 0px 0px 3px 0px;
}

a {
	font: inherit;
	color: #333333;
}

a:hover {
	font: inherit;
	color: #000000;
}

input[type='text'], input[type='password'], textarea, select {
	font-size: 11px;
	padding: 1px 2px;
	border: 1px solid #FF9900;
	font: inherit;
}

input[readonly="readonly"], textarea[readonly="readonly"] {
	background-color: #F0F0F0;
}

button, input[type='submit'] {
	font-size: 11px;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	background-color: #FF9900;
}

ul.errors li {
	color: #CC0000;
	font-weight: bold;
	font-weight: bold;
}
.errors {
	clear: left;
	float: left;
	font: inherit;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	color: #CC0000;
	font-weight: bold;
}

.selected {
	font: inherit;
	font-weight: bold;
}

.horizontal-line {
	clear: left; float: left; border-top: 2px solid white; height: 0px; width: 100%;
}

.link-controls {
	margin: 0px 0px 7px;
}

.odd {
	background-color: #FEE0B3;
}
.even {
	background-color: #FFFFFF;
}

/*
.link-controls a {
	color: #333333;
}
.link-controls a:hover {
	color: #000000;
}*/

/* ------------------------------------------------------- */

.page-main {
	clear: left;
	float: left;
}

/* ------------------------------------------------------- */

.page-full-panel {
	float: left;
	margin-top: 0px;
	margin-bottom: 25px;
	width: 950px;
	font: inherit;
}

.full-panel-border-top {
	clear: left;
	float: left;
	height: 5px;
	width: 950px;
	background-image: url(/images/layout/full-panel-border-top.png);
	background-repeat: no-repeat;
}
.full-panel-border-bottom {
	clear: left;
	float: left;
	height: 5px;
	width: 950px;
	padding-top: 20px;
	background-position: bottom;
	background-image: url(/images/layout/full-panel-border-bottom.png);
	background-repeat: no-repeat;
}

.full-inner-panel-border-top {
	clear: left;
	float: left;
	height: 5px;
	width: 930px;
	background-image: url(/images/layout/full-inner-border-top.png);
	background-repeat: no-repeat;
}


.page-full-panel .head {
	clear: left;
	float: left;
	padding: 5px 10px 10px;
	width: 930px;
	font: inherit;
	color: white;
}

.page-full-panel .head h4 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: inherit;
	font-weight: bold;
	color: white;
}

/* ------------------------------------------------------- */

.page-left-panel {
	clear: left;
	float: left;
	margin-bottom: 25px;
	margin-right: 10px;
	width: 225px;
	height: 500px;
	font: inherit;
}

.page-center-panel {
	float: left;
	margin-bottom: 25px;
	margin-top: 0px;
	width: 480px;
	font: inherit;
}


.center-panel-border-top {
	clear: left;
	float: left;
	height: 5px;
	width: 480px;
	background-image: url(/images/layout/center-panel-border-top.png);
	background-repeat: no-repeat;
}


.center-panel-border-bottom {
	clear: left;
	float: left;
	height: 5px;
	width: 480px;
	margin-top: 10px;
	background-position: bottom;
	background-image: url(/images/layout/center-panel-border-bottom.png);
	background-repeat: no-repeat;
}


/*
.page-center-panel a {
	font: inherit;
	color: #333333;
}

.page-center-panel a:hover {
	font: inherit;
	color: #000000;
}
*/

.page-right-panel {
	clear: right;
	float: left;
	margin-bottom: 25px;
	width: 225px;
	margin-left: 10px;
	font: inherit;
}

/* TODO: nur menu-item mit pfeil
.page-left-panel h1 {
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(/images/layout/navi-pfeil-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
*/

/* ------------------------------------------------------- */

.center-panel-header {
	clear: left;
	float: left;
	width: 460px;
	margin: 0px 0px 5px;
	padding: 5px 10px;
	background-color: #FF9900;
	color: white;
/*background-image: url(/images/layout/center-panel-border-top.png);*/
	border-radius: 5px;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	font: inherit;
}

.center-panel-layout {
	clear: left;
	float: left;
	width: 100%;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	background-color: #FEE0B3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font: inherit;
}

.center-panel-layout h4 {
	clear: left;
	float: left;
	font: inherit;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	margin-bottom: 7px;
	padding: 1px 0px 0px;
}

.center-panel-layout .std-content-panel {
	margin: 5px 10px;
	font: inherit;
}


/* ----------------------------------------------------------- */

.side-panel {
	clear: left;
	float: left;
	width: 225px;
	margin: 0px 0px 5px;
	/*background-color: #FEE0B3;*/
	background-color: #FF9900;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.side-panel-admin {
	background-color: #33CC33;
}

.side-panel-border-top {
	clear: left;
	float: left;
	height: 5px;
	width: 225px;
	background-image: url(/images/layout/side-panel-border-top.png);
	background-repeat: no-repeat;
}

.admin-side-panel-border-top {
	background-image: url(/images/layout/side-panel-border-top.admin.png);
}

.side-panel-border-bottom {
	clear: left;
	float: left;
	height: 7px;
	width: 225px;
	background-image: url(/images/layout/side-panel-border-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.admin-side-panel-border-bottom {
	background-image: url(/images/layout/side-panel-border-bottom.admin.png);
}

.side-panel h4 {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: inherit;
	font-weight: bold;
	color: #FFFFFF;
        font-size: 11px;
}

/*
.side-panel h4 a {
	font: inherit;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(/images/layout/navi-pfeil-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
*/

.side-panel p {
	margin: 0px 0px 5px 0px;
	font: inherit;
	color: white;
}
.side-panel div {
	font: inherit;
	color: white;
}

.side-panel .header {
	clear: left;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 205px;
}

.side-panel .content {
	clear: left;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 205px;
}

.side-panel .content2 {
	clear: left;
	float: left;
	padding: 5px 10px;
	background: #FEE0B3;
	width: 205px;
	color: #333333;
	font: inherit;
}

.side-panel .content2 h4 {
	color: #333333;
    font-size: 11px;
}
.side-panel .content2 .header {
	margin-left: -10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.side-panel .content2 .entry {
	clear: left;
	float: left;
	margin: 1px 0px;
	height: 14px;
	width: 215px;
}

.side-panel .menu-item {
	font: inherit;
	clear: left;
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(/images/layout/navi-pfeil-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.side-panel .sub-menu-item {
	clear: left;
	float: left;
}
.side-panel .selected {
	background-image: url(/images/layout/navi-pfeil-2b.gif);
}

.side-panel .menu-item a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: inherit;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 14px;
	text-decoration: none;
	clear: left;
	float: left;
}

.side-panel .menu-item a:hover {
	text-decoration: underline;
}

/*
.side-panel a {
	font: inherit;
}

.side-panel-inverse {
	float: left;
	width: 211px;
	padding: 5px 7px 10px;
	background-color: #FE9900;
	font-size: inherit;
	color: white;
	font: inherit;
}
.side-panel-inverse div, .side-panel-inverse p, .side-panel-inverse h4, .side-panel-inverse a {
	color: white;
	font: inherit;
}
*/

/*
.side-panel-layout button {
	background-color: #FE9900;
	border: solid 2px white;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
.side-panel-layout button .inverse {
}

.side-panel-layout input[type='text'], .side-panel-layout input[type='password'], .side-panel-layout select, .side-panel-layout textarea {
	border: 1px solid #FF9900;
	font: inherit;
}*/

.side-panel .menu-item-panel {
	clear: left;
	float: left;
	margin: 5px 0px 5px -25px;
	padding: 0px 0px;
	width: 225px;
	color: #333333;
	display: none;
}

.side-panel .menu-item-panel a {
	font-weight: normal;
	color: #333333;
}

.side-panel .menu-item-panel a:hover {
	text-decoration: underline;
	color: #000000;
}

.side-panel .menu-item-panel a.selected {
	font: inherit;
	font-weight: bold;
	background-image: none;
}


