/* @group temp */

#close a {
	background-color: #eee;
	color: #000;
	display: block;
	text-align: center;
}

.tx-ptlist-filterbox-userinterface {
	padding-top: 1em;
	padding-bottom: 3em;
}

/* @end */

/* @group General HTML */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
} 

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a:visited {
	
}

a:active, a:focus {
	outline: 0;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	font-family: inherit;
}

input:focus, textarea:focus {
	outline: 0;
}

/* input[type='submit'] {
	color: #222;
	background-color: #bbb;
	border: none;
} */

/* h5 a, h6 a {
	text-decoration: none;
} */

/* @end */

/* @group Blueprint CSS */

body {
	font-size: 14px;
	line-height: 20px;
}

hr {
	background-color: #222;
	color: #222;
}

h1 {
	font-weight: bold;
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h5 {
	margin-bottom: 0;
}

h6 {
	white-space: nowrap;
}

p {
	margin-bottom: 20px;
}

p + p {
	margin-top: 0;
	text-indent: 0;
}

.quiet a {
	color: #666;
}

img {
	display: block;
}

form.inline a.button, form.inline button {
}

#content {
	padding: 60px 0;
	position: relative;
}

/* @end */

/* @group General classes */

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nowrap {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.top {
	position: absolute;
	top: 0;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.left {
	position: absolute;
	left: 0;
}

.right {
	position: absolute;
	right: 0;
}

.append-bottom-half {
	margin-bottom: 0.75em;
}

.rollover-area {
	position: relative;
}

.rollover-content {
	z-index: 2000;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #fff;
	color: #fff;
	-moz-border-radius: 3px;
}

.rollover-content a {
	color: #fff;
}

input.button {
	border: 1px solid #222;
}

/* @end */

/* @group Bars */

#header-bar, #footer-bar {
	position: fixed;
	left: 0;
	background-color: #ddd;
	width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	/* background: #bfbfbf url(overlay-button.png) repeat-x 0 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25); */
}

#header-bar {
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #aaa;
}

#header-bar ul {
	
}

#header-bar h1 {
	float: left;
}

#logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 91px;
	height: 40px;
	overflow: hidden;
	text-indent: 999em;
	white-space: nowrap;
	padding: 0 !important;
	margin-left: 12px;
}

#main-menu {
	
}

#secondary-menu {
	float: right;
}

#footer-bar {
	bottom: 0;
	z-index: 90;
	border-top: 1px solid #bbb;
}

/* @end */

/* @group Special elements */

.content {
	z-index: 5 ;
}

#js-warning {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	background: #fbe3e4;
	color:#8a1f11;
	width: 100%;
	height: 2.5em;
	font-size: 1.2em;
	line-height: 2.5;
}

#non-footer {
	position: relative;
	min-height: 100%;
}

* html #non-footer {
	height: 100%;
}

#footer {
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 16px;
}

#footer * {
	color: #aaa;
}

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

#message {
	position: fixed;
	top: 0px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	border: 1px solid #222;
	border-top: none;
	padding: 20px;
	z-index: 100000000;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}

/* @end */

/* @group General menus */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	color: #000;
}

ul.menu li a {
	color: #000;
	text-decoration: none;
	display: block;
}

ul.menu li a:hover, ul.menu li a:focus {
	color: #000;
}

ul.menu li a.cur, ul.menu li a.curifsub, ul.menu li a.act, ul.menu li a.actifsub, ul.menu li.cur a {
	color: #000;
}

ul.vertical li {
}

ul.horizontal {
	/* width: 100%; */
}

ul.horizontal li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

ul.horizontal li.float-right {
	float: right;
	margin-left: 10px;
	margin-left: 0;
}

ul.huge {
	margin-bottom: 1.5em;
}

ul.huge li {
	font-weight: bold;
	font-size: 3em;
	line-height: 1;
	color: #bbb;
}

ul.dark li a {
	background-color: #222;
	color: #eee;
	padding: 0 5px;
}

ul.dark li a:hover, ul.dark li a:active {
	background-color: #000;
	color: #fff;
}

ul.edit {
	position: absolute;
	top: 0;
	right: 0;
}

ul.edit li {
	float: right;
	clear: right;
	font-size:.8em;
	line-height:1.875em;
}

/* @end */

/* @group Menus */

#menu-login {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 600;
}

#menu-login a {
	font-size: 1.2em;
	line-height: 2.5;
}

#menu-bar {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
}

#menu-footer {
	position: relative;
}

#menu-bar, #menu-footer {
	background-color: #c7c7c7;
	width: 100%;
	height: 2.5em;
	font-size: 1.2em;
	line-height: 2.5;
	z-index: 100;
}

#menu-bar a, #menu-bar span, #menu-footer a, #menu-footer span {
	color: #222;
	background-color: #c7c7c7;
}

#menu-bar a:hover {
	color: #fff;
	background-color: #222;
}

#menu-footer a:hover {
	color: #fff;
	background-color: #222;
}

#menu-bar ul.menu a, #menu-bar ul.menu span, #menu-footer ul.menu a, #menu-footer ul.menu span {
	padding: 0 1em;
}

#menu-bar-left, #menu-footer-left {
	margin-left: 1em;
	float: left;
}

#menu-bar-right, #menu-footer-right {
	margin-right: 1em;
	float: right;
}

#menu-bar input.text {
	padding: 0.6em 1em;
	font-size: 1em;
	margin: 0;
	border: none;
	background-color: #c7c7c7;
	width: 4em;
}

#menu-bar input.text:hover, #menu-bar input.text:focus {
	color: #fff;
	background-color: #222;
}

/* @end */

/* @group SCRBL */

/* von Fabrizio mal auf die schnelle hier hereingepfuscht */

ul.filter-options-links {
	list-style-type: none;
	margin: 0;
}

ul.filter-options-links li {
	list-style-type: none;
	float: left;
	margin: 0 1px;
	padding: 5px 10px;
	border: 1px solid transparent;
}

ul.filter-options-links li:hover {
	border: 1px solid #ddd;
}

ul.filter-options-links-notactive li.empty-option,
ul.filter-options-links li.selected {
	font-weight: bold;
	border: 1px solid black;
}

/* Pager */

.pager {
	width: 100%;
}

.pager .pageitem {
	float: left;
}

.pager .next, .pager .prev {
	float: right;
}

/* @end */

/* @group Dropdown */

ul.dropdown, ul.dropdown * {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.dropdown ul {
	position: absolute;
	top: -999em;
	width: 10em;
	/* left offset of submenus need to match (see below) */
}

ul.dropdown ul li {
	width: 100%;
}

ul.dropdown li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}

ul.dropdown li {
	float: left;
	position: relative;
}

ul.dropdown a {
	display: block;
	position: relative;
}

ul.dropdown li:hover ul, ul.dropdown li.dropdown-hover ul {
	left: 0;
	top: 40px;
	z-index: 99;
}

ul.dropdown.upwards li:hover ul, ul.dropdown.upwards li.dropdown-hover ul {
	bottom: 100%;
	top: auto !important;
}

ul.dropdown li:hover li ul, ul.dropdown li.dropdown-hover li ul {
	top: -999em;
}

ul.dropdown li li:hover ul, ul.dropdown li li.dropdown-hover ul {
	left: 10em;
	/* match ul width */
	top: 0;
}

ul.dropdown li li:hover li ul, ul.dropdown li li.dropdown-hover li ul {
	top: -999em;
}

ul.dropdown li li li:hover ul, ul.dropdown li li li.dropdown-hover ul {
	left: 10em;
	top: 0;
}

/* Skin */

ul.dropdown li:hover, ul.dropdown li.dropdown-hover, ul.dropdown li.dropdown-hover a, ul.dropdown a:focus, ul.dropdown a:hover, ul.dropdown a:active, ul.dropdown li.dropdown-hover span {
	background-color: #000;
	border-color: #111;
	color: #fff !important;
}

ul.dropdown a, ul.dropdown span {
	padding: 0 12px;
	line-height: 40px;
	border: 1px solid yellow;
}

ul.dropdown ul {
	border: 1px solid #111;
}

ul.dropdown ul a, ul.dropdown ul span {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}

/* @end */

/* @group Icons */

.icon {
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: 999em;
	white-space: nowrap;
	padding: 0 !important;
}

#logo-footer {
	height: 60px;
	width: 940px;
	background-image: url(/fileadmin/img/icons/logo-footer.png);
	margin-bottom: 20px;
}

#copyright-de {
	width: 940px;
	background-image: url(/fileadmin/img/icons/copyright-de.png);
}

a:hover.twitter {
	color: #33ccff !important;	
}

a.facebook:hover {
	color: #3b5998 !important;
}

.language {
	width: 40px;
	background-image: url(/fileadmin/img/icons/language.png);
}

.contacts {
	width: 40px;
	background-image: url(/fileadmin/img/icons/users.png);
}

.settings {
	width: 40px;
	background-image: url(/fileadmin/img/icons/settings.png);
}

.messages {
	width: 40px;
	background-image: url(/fileadmin/img/icons/mail.png);
}

.logout {
	width: 40px;
	background-image: url(/fileadmin/img/icons/logout.png);
}

/* @end */

/* @group Overlay */

.overlay {
	display: none;
}

/* @end */



.ui-state-highlight {
	margin: 30px 0;
	background-color: #ddd;
	border: 1px solid #aaa;
}

.selected, 
.scrbl-project-content-all .ui-sortable-helper, 
.editingproject .scrbl-project-content-element:hover {
	


}

.selected .tx-scrbl-projects-menue {
	z-index: 101;
}

.tx-scrbl-projects-menue ul {
	list-style-type: none;
	margin: 0;
}

.scrbl-project-content-element, 
.scrbl-scrbl, 
.scrbl-project {
	position: relative;
}

.tx-scrbl-scrbls-menue,
.tx-scrbl-projects-menue {
	position: absolute;
	top: -9px;
	right: -9px;
	z-index: 100;
}

.tx-scrbl-projects-menue-add {
}

.tx-scrbl-projects-menue-add .bt-menu-trigger {
	width: 634px; 
	height: 20px;
}
.tx-scrbl-projects-menue-add .bt-menu-trigger:hover {
	background: url(img/black.png) center;
	background-repeat: repeat-x;
}


.tx-scrbl-projects-menue-addontop {
	bottom: -10px;
}

.unpublished {
	opacity: 0.3;
}

.unpublished:hover {
	opacity: 1;
}

.previewswitch {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

ul.add-links {	
	list-style: none;
	margin: 0;
}

ul.add-links li {
	float: left;
	padding: 10px;
	background-color: #AAA;
	width: 100px;
}

ul.add-links li:hover {
	background-color: #606060;
}

.add-links a.add-ce {
	height: 50px;
	display: block;
	margin: 8px;
	background: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: white;
	padding-top: 5px;
	
	background-repeat: no-repeat;
	background-position: center 20px;
}

.add-links a.add-ce:hover {
	background-color: #606060;
}

.add-links a.add-ce-image {
	background-image: url(img/icon_image.png);
}
.add-links a.add-ce-text {
	background-image: url(img/icon_text.png);
}
.add-links a.add-ce-headline {
	background-image: url(img/icon_headline.png);
}

#new-ce-form {
}

.loading {
	height: 100px;
	background-color: white;
	background: url(img/loading.gif) center center;
	background-repeat: no-repeat;
}

#new-ce-form input.ce-headline {
	width: 100%;
	font-size: 2em;
	font-family: inherit;
}

#new-ce-form textarea {
	padding: 0;
	width: 100%;
	font-family: inherit;
	font-size: 100%;
}
#new-ce-form h2 {
	display: none;
}

input.button {
	padding: 5px;
	color: white;
	font-weight: bold;
	background-color: #474747;
	border: 2px solid #2C2D2D;
}

input.button:hover {
	background-color: #606060;
}

/* @group Buttons */

ul.buttons {
	height: 80px;
}

.button, ul.buttons li a, ul.buttons li span {
	background: #fff url(overlay-button.png) repeat-x 0 0;
	display: inline-block;
	padding: 10px 18px;
	color: #666 !important;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	/* -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); */
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #e7e7e7;
	position: relative;
	overflow: visible;
	width: auto
}

.button:hover, ul.buttons a:hover, ul.buttons li.current a, ul.buttons li.current span {
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
	color: #000 !important;
}

.button:active, ul.buttons a:active {
	top: 1px
}

/* @end */
