
body  {
	margin: 0; 
	padding: 0; 
	font-size: 0.7em;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
}

img {
	border: none;	
}

p {
	margin-bottom: 1.5em;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
	color: #e80;
	margin: 1em 0 2em 0;
	border-bottom:3px solid #F90;
	padding: 0 0 3px 20px;
}

.display h1 {
	color: #f90;
	font-size: 2em;
	margin: 0 0 1em 0; 
	line-height: 1.25em;
	letter-spacing: 0.05em;
	padding: 0;
	border-bottom: 0 solid #fff;
}

ul {
	list-style-type: square;
	margin-left: 1.5em;
}

input:focus,
textarea:focus {
	background-color: #fc3;	
}

.ui-tabs-hide {
	display: none;
}

.greyed_out {
	color: #666;
}

.no_borders {
	border: 0px solid #fff;	
}

.input_line {
	width: 30em;
}

.short {
	width: 20em;
	padding-left: 0;
}

#left_col {
	position: absolute;
	top: 145px;
	left: 0;
	width: 200px;
}

#main_col {
	top: 160px;
	position: absolute;
	left: 220px;
	width: 540px;
	margin: 0 0 2em 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0;
}

#right_col {
	position: absolute;
	top: 145px;
	left: 780px;
	width: 200px;
}

body.display #main_col {
	margin: 0;
	top: 145px;
}

#displaycontainer_page_margin_col {
	margin-top: 2em;	
}

body.page_edit #main_col {
	position: absolute;
	left: 220px;
	width: 760px;
	margin: 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#footer {
	clear: both;
	margin: 0 0 2em 0;
}

#footer a {
	margin-left: 2em;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

.transparent_button {
	cursor: pointer;
	text-align: center;
}

#breadcrumbs {
	margin: 0 2em 3em 0;
	min-height: 1em;
	height: auto !important;
	height: 1em;
}

.user_roles h2,
.user_roles h3 {
	margin-top: .6em;
	margin-bottom: .6em;
}

.user_roles h3 {
	margin-bottom: .6em;
}

.user_roles li {
	list-style-type: none;
}

.user_roles_edit_form h2 {
	margin-top: 1.5em;
	margin-bottom: .6em;
}

.user_roles_edit_form h3 {
	margin-top: .6em;
	margin-bottom: .6em;
}

.user_roles_edit_form h3 {
	margin-bottom: .6em;
}

/*****************
   Menues
*****************/

.Menu ul {
	margin: 0; 
	width: 100%;
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #fff;
}

.Menu ul li {
	margin: 0;
	width: 100%;
	padding: 0;	
}

.Menu a,
.Menu span {
	display: block;
	margin: 0; 
	padding: 2px 5px;
	border-bottom: 1px solid #fff;
}

.Menu a {  
	text-decoration: none;
	background-color: #f90;
	color: #000;
}

.Menu span,
.Menu li.active a {
	color: #fff;
	background-color: #29d;
}

.Menu li.passive_draft a {	
	color: #666;
}

.Menu li.current_draft span {
	color: #e4e4e4;
}

.Menu li a:hover {
	color: #fff;
	background-color: #900;
}


/*****************
   Breadcrumbs
*****************/

#breadcrumbs {
	padding: 4px 0 0 0;
}

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

#breadcrumbs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold; 
	padding-right: 22px;
}

#breadcrumbs a:hover {
	font-weight: bold; 
	text-decoration: underline;
}

#breadcrumbs h2 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}


/*****************
Dateianhaenge
*****************/


.tabbed-panels-in-editor
{
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}

.tabbed-panels-in-editor .panel
{ 
	clear: both;
	padding: 10px; 
}

.tabbed-panels-in-editor ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabbed-panels-in-editor li
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

.tabbed-panels-in-editor .tabbar a,
.tabbed-panels-in-editor .tabbar input
{ 
	display: block;
	width: auto;
	text-decoration: none; 
	margin: 0 5px 3px 0;
	padding: 2px 10px; 
	cursor: pointer;
}

.component {
	padding-top: 0;
}

.component .component_title {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px; 
}

.component_title img {
	padding-top: 0;	
}
	
.component_title .icon span,
.component_title .icon .pagenode_button {
	display: block;
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding: 0;	
	border: 0 solid #fff;
	background-color: transparent;
}

.component div.component-content {
	margin: 0;	
}

.Component_Gallery_Edit table {
	width: 100%;  
	padding: 0;	
}

.Component_Gallery_Edit td {
	vertical-align: middle;
	text-align: center;
	padding: 1px;
}

.Component_Gallery_Display {
	margin: 1.5em 0;	
}

.Component_Gallery_Display a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 10px 0 0;
	background-color: #ddd;
	text-align: center;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
}

.Component_Gallery_Display a:hover {
	border-bottom: 10px solid #fff;
	border-top: 0px solid #fff;
}

.Component_Gallery_Display a.image_5_5 {
	margin-right: 0;	
}

.Component_Gallery .panel {
	background-color: #fff;
	border: 1px solid gray;
	padding: 20px;
}

.Component_Gallery .image_attributes,
.Component_Gallery .image_upload {
	margin-top: 20px;
}

.Component_Gallery .image_cell button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

.Component_Gallery .image_cell button:hover {
	border: 1px solid #000;
}


.Component_Gallery .image_attributes img {
	border: 1px solid #ccc;
	margin: 0;
}

.Component_Gallery .image_attributes img:hover {
	border: 1px solid #000;
}

.Mod_Text textarea {
	width: 100%;
}

.Mod_Heading input {
	width: 100%;
}





































body  {
	background-color: #fff;
	color: #000;
}

a {
	color: #07b;
}

a:hover {
	color: #700;
}

#wrapper {
	color: #000;
}

#main_col {
	background-color: #fff;
}

#footer {
	clear: both;
	margin-top: 3em;
	border-top: 1px solid #f90;
}

#footer a {
	color: #000;
}


.transparent_button {
	border: none;
	background-color: transparent;
}

fieldset {
	background-color: #eee;
	border: 1px solid #aaa;
	margin: 0 0 20px 0;
	padding: 30px 20px 10px 20px; 
}

fieldset legend {
	background-color: #aaa;
	border: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	padding: 6px 18px;
}

.Component_NewsMessage textarea {
	border: 1px solid #aaa;
}




/*****************
   Breadcrumbs
*****************/

#breadcrumbs a {
	color: #000;
}

#breadcrumbs a:hover {
	color: #009;
}

#breadcrumbs h2 {
	color: #000;
}

/*****************
Box mit (Fehler-)Meldungen
*****************/
.message {
	background-color: #900;
	color: #fff;
}

.tabbed-panels-in-editor .panel
{
	background-color: #fff;
	border: 1px solid #000;
}

.tabbed-panels-in-editor .tabbar a,
.tabbed-panels-in-editor .tabbar input
{
	color: #000;
	background-color: #aaa;
	border: 1px solid #000;
}

.tabbed-panels-in-editor .tabbar A:hover,
.tabbed-panels-in-editor .ui-tabs-selected A,
.tabbed-panels-in-editor .tabbar input:hover
 {
	background-color: #fff;
}

.Mod_Page .edit_context {
	background-color: #fee;	
}

.component {
	clear: both;
	border: 1px solid #000;
}

.component .component_title {
	background-color: #28d;
	color: #fff;
}

.Component_News {
	margin-top: 40px;	
}

.edit .Component_News {
	margin-top: 0;	
}

.news_container {
	clear: both;
	padding: 10px 0 10px 20px;	
	padding-right: 20px;	
	border-top: 1px solid #f90;
}

.news_container .image {
	float: left;
}

.news_container .text {
	margin-left: 120px;
}

.news_container .link {
	padding-top: 1em;
	text-align: right;
}

.sticky {
	background-color: #f90;
	border-top: 1px solid #fff;
}

.sticky a {
	color: #fff;
}





























input,
textarea {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 1px solid #28d;
	font-family: Verdana, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;	
}

img {
	border: none;	
}

.hide,
.ui-tabs-hide {
	display: none;
}

#footer {
	border-top: 1px solid #f90;
}

.inline-button {
	display: inline;
	border: 0 solid #fff;
	background: transparent;
	cursor: pointer;
	margin: 0 -3px;
	padding: 0;
}

ul.tabbar {
	margin: 0 0 0 21px;
}

.page_edit_buttons {
	margin: 24px 0 0 0;
	padding-bottom: 8px;
}

.page_edit_buttons ul {
	margin: 0;
}

ul.tabbar,
.page_edit_buttons ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
}

.tabbar li,
.page_edit_buttons ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

.tabbar span,
.tabbar a,
.tabbar input,
.page_edit_buttons input,
input.submit,
.tabbar .ui-tabs-selected a,
.button,
.button-link {
	margin: 0 12px 0px 0;
	text-decoration: none;
	width: auto;
	font-weight: bold;
	padding: 6px 18px 6px 18px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 3px 15px 3px 15px !important;
}

.component_title {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}

.page_edit_buttons input,
.page_edit_buttons a,
.inline-button,
.button,
.message,
.edit .component {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button,
.submit,
	.add_buttons input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 solid #28d !important;
	padding: 3px 15px 3px 15px !important;
}

.button:hover {
	border: 0 solid #900 !important;
	padding: 3px 15px 3px 15px;
}

.tabbar span,
.tabbar a,
.tabbar input,
.tabbar .ui-tabs-selected a {
	border-top: 3px solid #f90;
	border-right: 3px solid #f90;
	border-bottom: none;
	border-left: 3px solid #f90;
}	

.page_edit_buttons input,
input.submit,
.add_buttons input,
.button,
.button-link {
	border: 0 solid #f90 !important;
}	
	
	
.tabbar span,
.tabbar input {
	display: block;
	margin: 0 12px 0px 0;
	text-decoration: none;
	width: auto;
	border: 0px solid #fff;
	font-weight: bold;
	padding: 6px 18px 6px 18px;
	background-color:#ddd;
}

.page_edit_buttons input,
.button,
.button-link,
input.submit {
	border: 1px solid #fff;
	cursor: pointer;
	background-color: #28d;
	color: #fff;
	text-decoration: none;
}

.tabbar li.current span {
	background-color: #f90;
	color: #222;
}

.tabbar a,
.tabbar input {
	cursor: pointer;
	background-color: #28d;
	color: #fff;
	text-decoration: none;
}

.button:hover,
.button-link:hover,
.tabbar a:hover,
.tabbar input:hover,
.page_edit_buttons input:hover,
input.submit:hover,
a.button:hover {
	background-color: #900;
	color: #fff;
	text-decoration: none;
}

.tabbar a:hover,
.tabbar input:hover {
	border-color: #900;
}

.tabbar a.invalid,
.tabbar input.invalid,
.tabbar li.current span.invalid {
	background-color: #900;
	color: #fff;
}

a.button {
	padding: 4px 18px 4px 18px;	
}

.tabbed_panel {
	clear: both;
	background-color: #f90;
	padding: 1px 18px 72px 18px;
	margin: 0;
}

.component {
	border: 1px solid #fff;
	margin: 18px 0 0 0;
	background-color: #fff;
}

.component_title {
	border-bottom: 1px solid #fff;
	background-color: #aa0;
	padding: 6px 18px;
	font-weight: bold;
	font-size: .8em;
	color: #fff;
}

.component-content {
	padding: 10px 20px;
	background-color: #fff;
}

.component-footer {
	clear: both;
	height: 0;
	background-color: #fff;
}

.add_buttons {
	padding-top: 18px;	
}

.add_buttons input {
	border: 0 solid #28d;
	margin: 0 12px 0 0;
	padding: 3px 15px;
	font-weight: bold;
	color: #06d;
	background-color: #fff;
}

.add_buttons input:hover {
	background-color: #28d;
	color: #fff;
}

#contents {
	margin: 0;
	width: 800px;
	background-color: #ffc;
	padding: 0;
}

#textmenu {
	clear: both;
	margin-top: 20px;
	padding-bottom: 10px;
}

#textmenu ul
{
	padding: 0;
	margin: 0;
}

#textmenu ul li {
	display: inline;
	padding: 0;
}

#textmenu ul li a,
#textmenu ul li span {
	margin-right: 20px;
	font-weight: bold;
	color: #000;
}

#textmenu ul li a {
	text-decoration: none;
}

#textmenu ul li span,
#textmenu ul li a:hover {
	color: #920101;
}

.section_teaser {
	display: block;
	font-weight: bold;
	margin-bottom: 2em;
}

.message {
	margin: 0 0 1.5em 0;
	color: #900;
	border: 3px solid #900;
	background-color: #f90;
	padding: 10px 30px;
	font-weight: bold;
	letter-spacing: .1em;
}

.input-field-headline {
	width: 98.6%;
}

.draft_list {
	list-style-type: square;
}

.draft_list li {
	margin-left: 2em;
}

.view_context .Component_Download {
	margin: 0;
	padding: 0;
}

.view_context .Component_Download h2 {
	font-size: 1em;
	padding-left: 5px;
	color: #000;
}



.Component_Download a {
	display: block;
	text-decoration: none;
	background-color: #f90;
	color: #000; 
}

.Component_Download_Display a {
	margin-bottom: 1px;
	padding: 2px 5px;
}

.Component_Download_Edit a {
	float: left;
	width: 280px;
	padding: 19px;
	height: 7.6em;
}

.Component_Download a:hover {
	color: #fff;
	background-color: #900;
}

.Component_MediaPlayer,
.Component_Image {
	margin-bottom: 1em;	
}

.Component_MediaPlayer .file-details,
.Component_Download .file-details,
.Component_Image .file-details {
	float: left;
	margin-left: 20px;
}

.Component_MediaPlayer .file-details label input,
.Component_Download .file-details label input,
.Component_Image .file-details label input {
	margin: 5px 0 10px 0;
}

.Component_Text_Edit textarea {
	width: 100%;
}

.Component_InviteUser fieldset .message {
	border: 0 solid #fff;
	background: transparent;
	padding: 0;
	margin: 1em 0;
}

.Component_InviteUser fieldset {
	padding: 20px;
}

.Component_InviteUser .user_data label span,
.Component_PasswordReminder .user_data label span,
.Component_UserRegistration label span {
	display: block;
}

.Component_InviteUser .user_data label.invalid {

}

.Component_InviteUser .user_data label input,
.Component_InviteUser .user_data label select,
.Component_UserRegistration .user_data label input,
.Component_UserRegistration .user_data label select,
.Component_PasswordReminder .user_data label input,
.Component_PasswordReminder .user_data label select,
.Component_UserProfile .user_data label input,
.Component_UserProfile .user_data label select,
.group_edit label input,
.group_edit label select,
.group_add label input,
.group_add label select,
.group_data label input,
.group_data label select {
	display: block;
	margin-bottom: 1em;
}

.group_data label input.checkbox {
	display: inline;
	margin: 0 .5em 0 0;
}

.Component_InviteUser .groups input,
.Component_UserProfile .groups input {
	margin-right: 16px;
}

.Component_Categories_Edit label span {
	margin-left: 1em;
}

.Component_Heading_Edit input {
	width: 100%;	
}

.Component_Link .link_row {
	background-color: #29d;
	color: #fff;
	margin-bottom: 1px;
	padding: 7px 20px;	
}

.Component_Link .link_row:hover {
	background-color: #900;
}

.Component_Link h2,
.Component_Link p {
	margin: 0;
}

.Component_Link a {
	color: #fff;
}

.Component_Link a:hover {
	text-decoration: none;
}

.component_error {
	background-color: #900;
	color: #fff;
	font-weight: bold;
	padding: 10px 2em;
}

.Component_ContactData input.invalid {
	background-color: #900;
	color: #fff;
	border-color: #900;
}

.Component_ContactData span.label {
	display: block;
	float: left;
	width: 8em;
}

.component_invalid .component_title {
	background-color: #900;
	color: #fff;
	margin-bottom: 0;
}

.toolbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 5px 0;
	margin: 0;
}

.toolbar a {
	float: none
}

.toolbar a:hover {
	text-decoration: none;
}

.toolbar li {
	position: relative;
}

.toolbar ul {
	position:relative;
	color: #000;
	margin: 0 0 20px 0;
	padding: 8px 5px; 
	list-style-type: none;
}


.toolbar ul li {
	display: block;
	float: left;
	margin: 0 5px;
	border: 1px solid #fff;
	background-color: #28d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.toolbar ul li a,
.toolbar ul li span {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px 15px;
	color: #fff;
}

.toolbar ul li.active:hover,
.toolbar ul li.more:hover,
.toolbar ul li.current {
	background-color: #900;
}

.toolbar ul li.more {
	cursor: pointer;	
}

.toolbar ul li.current span {
	color: #fff;
}

.toolbar ul li span {
	color: #8bf;
}

.toolbar ul li a.move_up,
.toolbar ul li a.move_down {
	padding: 3px 11px;	
}

.toolbar ul li ul {
	display: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 1000;
	padding: 0;
	background: transparent;
	text-decoration: none;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 solid #fff;
}

.toolbar ul li ul li {
	margin: 0;
	padding: 0;
	background: #fff;
	opacity: .9;
	float: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0 solid #fff;
}

.toolbar ul li ul li a:hover,
.toolbar ul li ul li a,
.toolbar ul li ul li span {
	display: block;
	margin: 0;
	padding: 3px 15px;
	color: #222;
	white-space: nowrap;
}

.toolbar ul li ul li a:hover {
	background-color: #28d;	
	color: #fff;	
}

.toolbar ul li ul li span {
	background: #900;	
	color: #fff;	
}

.toolbar ul li:hover ul{
	display: block;
}
.toolbar ul li ul li.first,
.toolbar ul li ul li.first a,
.toolbar ul li ul li.first span {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.toolbar ul li ul li.last,
.toolbar ul li ul li.last a,
.toolbar ul li ul li.last span {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}










