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

#edit {
	font-size: .9em;
	line-height: 1.35em;
}

#edit_heading {
	position: absolute;
	top: -100px;
	width: 650px;
	color: #000;
	margin-left: 197px;
}

#edit #page {
	position: absolute;
	top: -53px;
	width: 717px;
	margin-left: 160px;
}

.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;
}

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

fieldset {
	margin: 0 0 2em;
	padding: 1em 2em;
}

fieldset legend {
	padding: 1px 10px;
}

/*****************
   Toolbar
*****************/

#toolbar {
	font-size: .8em;
	position: absolute;
	top: 0px;
	margin: 0 0 0 160px;
	width: 840px;
	z-index: 1000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#toolbar div {
	float: left;
	width: 200px;
}

#toolbar a,
#toolbar span {
	text-decoration: none;
	margin: 0 50px 0 0;
	color: #557700;
}

#toolbar a {
	text-decoration: none;
	color: #557700;
}

#toolbar span {
	color: #777;
}

#toolbar a:hover {
	border-bottom: 1px solid #557700;
}





.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-bottom: 10px;
	padding: 3px 2em; 
}

.component_title img {
	padding-top: 3px;	
}
	
.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: 2em;	
}

.Mod_Gallery table {
	width: 100%;  
	padding: 30px;	
}

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

.view_context .Mod_Gallery td {
	vertical-align: bottom;
	vertical-align: bottom;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
}

.view_context .Mod_Gallery a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #ddd;
	text-align: center;
	border: 2px solid #ddd;
}

.view_context .Mod_Gallery a:hover {
	border: 2px solid #f90;
}

.Mod_Gallery .image_cell button {
	cursor: pointer;
	display: block;
	height: 90px;
	vertical-align: middle;  
	padding: 3px;
	margin: 5px auto;
}

.Mod_Gallery .image_cell button:hover {
	cursor: pointer;  
}

.Mod_Gallery .image_cell img {
	margin: 5px 0;
}

.Mod_Text textarea {
	width: 100%;
}

.Mod_Heading input {
	width: 100%;
}




































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

fieldset {
	background-color: #fee;
	border: 1px solid #000000;
}

fieldset legend {
	background-color: #fff;
	border: 1px solid #000;
}


/*****************
Box mit (Fehler-)Meldungen
*****************/

.page_message .message {
	position: absolute;
	top: 80px;
	margin-left: 160px;
	z-index: 20000;
}

.message {
	background-color: #ffc100;
	color: #000;
	border: 1px solid #000;
	padding: 10px 15px;
	font-weight: bold;
	width: 790px;
	margin: 15px 0;
}

.preview_message {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 10px 9px 10px 159px;
	font-weight: bold;
	width: 860px;
	margin-bottom: 15px;
}

.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;
	margin-bottom: 2px;
}

.component .component_title {
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center 0;
	color: #fff;
}

.Mod_Gallery table {
	background-color: #fff;
	border: 1px solid #666;
}

.Mod_Gallery .image_cell button {
	background-color: #fff;
	border: 1px solid #ccc;
}

.Mod_Gallery .image_cell button:hover {
	background-color: #ccc;
	border: 1px solid #999;
}

.Mod_HomepageNews .news_container {
	clear: both;
	padding: 1em 0;	
}

.Mod_HomepageNews .news_container {
	padding-right: 20px;	
}

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

.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 #000;
}

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

p {
	margin-bottom: 1.4em;	
}

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 {
	display: block;
	margin: 0 12px 0px 0;
	text-decoration: none;
	width: auto;
	border-top: 3px solid #f90;
	border-right: 3px solid #f90;
	border-bottom: none;
	border-left: 3px solid #f90;
	font-weight: bold;
	padding: 6px 18px 6px 18px;
}

.tabbar span,
.tabbar input {
	display: block;
	margin: 0 12px 0px 0;
	text-decoration: none;
	width: auto;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: bold;
	padding: 4px 18px 4px 18px;
}

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

.tabbar li.current span {
	background-color: #fff;
	color: #000;
}

.tabbar li.empty span {
	background-color: transparent;
	color: #d2d2d2;
	border-color: #d2d2d2;
}

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

.button:hover,
.tabbar a:hover,
.tabbar input:hover,
.page_edit_buttons input:hover,
input.submit:hover,
a.button:hover {
	background-color: #14c7f9;
	color: #fff;
}

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

.tabbed_panel {
	clear: both;
	background-color: #a2a2a2;
	background-repeat: repeat-x;
	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: 18px;
	background-color: #fff;
}

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

.add_buttons {
	padding-top: 18px;	
}

.add_buttons input {
	border: 1px solid #28d;
	margin: 0 12px 0 0;
	padding: 2px 18px;
	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;
}

.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 .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 {
	display: block;
	margin-bottom: 1em;
}

.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%;	
}
