html, body {
	min-height: 100% !important;
	height: auto !important;
	height: 100%;
}

body {
	background: white url(../img/body-bg.jpg) repeat-x left top;
	padding-bottom: 30px;
	opacity: 0.99999;
}

div#page {
	width: 980px;
	text-align: left;
	padding: 0 10px;
}

div.clearing {
	clear: both;
}

div#top {
	position: relative;
	height: 160px;
}

div#left {
	margin-top: 50px;
	float: left;
	margin-right: 20px;
	width: 180px;
	/*border: 2px solid #000;*/
}

div#right {
	float: right;
	width: 780px;
}

div#extras {
	float: left;
	margin-bottom: 0.5em;
}

div#content {
	padding: 0 40px 40px;
	clear: both;
}

h1 {
	margin-left: -20px;
	clear: left;
	padding-left: 20px;
	padding-top: 30px;
}

#content h1 {
}

.startseite h1 {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #BFC6E0;
}

/* HEADING */
div#heading {
	height: 66px;
	background: no-repeat left top;
	position: absolute;
	left: 210px;
	bottom: 20px;
	width: 780px;
	overflow: hidden;
	background-image: url(/static/common/img/color/4E6DA8-heading-bg.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

div#heading #sitename {
	font-size: 130%;
	font-weight: bold;
	position: absolute;
	margin: 10px;
	color: white;
	height: auto;
	padding: 0;
	background-image: none;
}

div#logo-dg {
	position: absolute;
	right: 10px;
	top: 0;
	height: 66px;
	width: 130px;
	line-height: 66px;
}

div#logo-dg img {
	vertical-align: middle;
}


/* Navigation */

div#navigation {
	margin-top: 18px;
}

div#navigation li a, div#sysnav li a, div#navigation li span.a, div#sysnav li span.a  {
	display: block;
	padding: 5px 20px;
	color: #fff;
}

div#navigation span.a {
	font-weight: bold;
}

div#navigation li {
	height: 1%;
	overflow: hidden;
}

div#navigation .rounded-corner-left {
	padding-bottom: 1em;
}

div#navigation li.active-path li a:hover, div#navigation li a:hover, div#navigation li span.a, div#navigation li.active-path a {
	color: white;
}

div#navigation ul ul a, div#navigation ul ul span.a {
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px !important;
}

div#navigation ul ul {
	margin-left: 1em;
}

div#navigation ul ul span.a, div#navigation ul ul a:hover {
	background-image: url(../img/bg-navigation-active.png);
}

div#navigation ul ul ul a, div#navigation ul ul ul span.a {
	padding: 1px 10px 1px 20px !important;
	background-image: none !important;
}

div#navigation li.active-path li a {
}

div#navigation ul ul li a, div#navigation ul ul li span.a {
	padding: 2px 10px 2px 10px;
	font-weight: normal;
	font-size: 85%;
}


/* Sysnav */

div#sysnav {
	margin-top: 1em;
}

div#left ul {
	margin: 0;
	list-style-type: none;
}

div#sysnav a {
	color: white;
}

div#sysnav span.a {
	font-weight: bold;
	color: white;
}



/* Boxen */

.box {
	float: right;
	clear: right;
	margin: 0.5em 0 2em 3em;
	padding: 10px 15px;
	border: 1px solid #BFC6E0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #E3E6F0;
	font-size: 90%;
	width: 180px;
}

div#quickstart.box { margin-top: 1.5em; }

div.box h2 {
	margin-top: 0;
	border: 0;
}

ul.links {
	color: #4E6DA8;
}

ul.links li {
	margin-bottom: 0.5em;
}

div#statistics-display div.screen {
	background-color: white;
}

div#statistics-preview {
	clear: both;
	margin: 1em 0em;
	padding: 10px 15px;
	border: 1px solid #BFC6E0;
	background: #E3E6F0;
}

div#statistics-preview em {
	font-weight: normal;
	font-style: normal;
	font-size: 170%;
	color: #004A8F;
}

div#statistics-preview strong {
	font-weight: bold;
}


/* Box: Organisationslogo bearbeiten */

#organisationLogoLink img {
	display: block;
	margin: 0.5em 0;
	border: 1px solid #ccc;
}


/* LOGIN BOX */

.login-box,
#login-status {
	margin-top: 2em;
	margin-left: 10px;
	width: 140px;
	border: 1px solid #851022;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	background-color: #CC3151;
	padding: 10px 12px 15px 12px;
	color: #fff;
}

.login-box fieldset h4 {
	text-transform: none;
	color: white;
	padding: 0;
	font-size: 1em;
	border-width: 0;
	background-color: transparent;
	letter-spacing: 1px;
}

.login-box .row {
	border-width: 0;
}

.login-box label {
	font-size: 0.9em;
	width: auto;
	display: block;
	color: white;
}

.login-box label.required {
	font-weight: normal;
}

.login-box div.field input.text,
.login-box div.field input.password {
	width: 90%;
}

.login-box .button {
	font-size: 12px;
}

.login-box .helptext {
	display: none !important;
}

.login-box .field {
	float: none;
	width: auto;
}

.login-box .forgot-password,
#login-status .logout {
	display: block;
	color: #f5f5f5;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.3;
}


/* LOGIN-STATUS */

#login-status-displayname {
	display: block;
	font-weight: bold;
	color
}


/* EXTRAS */

div#extras {
	font-size: 80%;
	position: relative;
	padding-left: 40px;
	width: 700px;
}

div#extras ol {
	margin: 0;
	list-style-type: none;
	width: 520px;
	float: left;
	line-height: 1.2;
	margin: 0.5em 0;
}

div#extras ol li {
	float: left;
	margin-right: 0.3em;
	padding-left: 12px;
	background: url(../img/breadcrumbs-li-bg.png) no-repeat left center;
	white-space: nowrap;
}

div#extras ol li.first {
	padding-left: 0;
	background-image: none;
}

div#extras ol li a {
	font-weight: normal;
}

div#extras ol li span.a {
	color: #4E6DA8;
	font-weight: bold;
}

div#extras div#languageSelection {
	padding-left: 30px;
	background: no-repeat left center;
	vertical-align: center;
	float: right;
	min-height: 16px;
}

select#selected_language {
	width: 110px;
}

div#extras div#languageSelection input.button {
	padding: 0 4px;
	margin-right: 0;
}

div#extras form select, div#extras form input {
	border-width: 1px;
	font-size: 100%;
}

/* ALLGEMEINE STYLES */

button, input.button, .button,
div#content a.button {
	background-color: #4E6DA8;
	color: #fff;
	margin-right: 0.5em;
	font-weight: bold;
	font-size: 100%;
	padding: 0.2em 0.8em;
	border: 1px solid #B8C5DE;
	border-bottom-color: #425983;
	border-right-color: #425983;
}

a.button,
div#content a.button {
	background-image: none;
}

a.button:hover,
div#content a.button:hover {
	color: #fff;
}

button:hover, input.button:hover, .button:hover {
	cursor: pointer;
}

button:active, 
input.button:active, 
.button:active,
div#content a.button:active {
	position: relative;
	top: 1px;
}

button.disabled {
	color: #BBD;
	background-color: #4E6DA8;
}

.teaser-button,
div#content a.teaser-button {
	background: rgb(96,129,183);
	background: rgba(96,129,183,0.8);
	border-color: rgb(0,94,160);
	border-color: rgba(0,94,160,0.8);
	border-width: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-size: 12px;
}

.teaser-button:hover,
div#content a.teaser-button:hover {
	background: rgb(96,129,183);
	border-color: rgb(0,94,160);
	border-bottom-width: 3px;
	color: #fff;
}

.teaser-button strong {
	font-size: 14px;
}

div#content a {
	border-bottom: 1px solid #ccc;
}

div#content a:hover, div#content a:focus {
	color: #004A8F;
	border-bottom: 1px solid #004A8F;
}

div#content a.img, div#content a.img:hover, div#content a.img:focus {
	background: none;
	padding-left: 0;
	border-bottom: 0;
}

a.action { margin-right: 0.7em; }
#project-editors a.action { margin-right: 0; }

.last {
	margin-right: 0 !important;
}

/* Flash */

div.flash {
	border: 1px solid #999;
	background-color: #DDD;
	padding: 15px;
	padding-left: 62px;
	margin: 2em 0;
	min-height: 32px;
}

div.flash h2 {
	margin-top: 0;
	color: #999;
}

div.flash p {
	margin-top: 0;
}

div.flash.success {
	background: #CFC url(../img/icon-success.png) 15px 15px no-repeat;
	border-color: #44B333;
}

div.flash.failure {
	background: #FCC url(../img/icon-error.png) 15px 15px no-repeat;
	border-color: #F53C00;
}

div.flash.waiting {
	background: #FFFCCC url(../img/icon-waiting.gif) 15px 15px no-repeat;
	border-color: #FFF000;
}

div.flash.info {
	background: #CCCCFF url(../img/icon-info.png) 15px 15px no-repeat;
	border-color: #00498E;
}

div.flash.failure h2 {
	color: #F53C00;
}

div.flash.success h2 {
	color: #44B333;
}

div.flash.info h2 {
	color: #00498E;
}

div.flash.failure ul {
	list-style: none;
	margin-left: 0;
}

div.flash.failure li {
	padding-left: 1.5em;
	background: url(../img/flash-failure-bullet.png) left 0.4em no-repeat;
}


/* Certificate Generation */

div.waiting_message img.spinner {
	float: left;
	margin-right: 1em;
}


/* Demo System Notice */

p#demo-system-notice {
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	position: absolute;
	top: 210px;
	left: 739px;
	width: 188px;
	padding: 10px;
	background: #FCC;
	border: 1px solid #F53C00;
}


/* Pager */

#content ol.pager {
	list-style-type: none;
	margin: 1em 0 1.5em 0;
	float: left;
	width: 100%;
}

#content ol.pager li {
	float: left;
	padding: 0px 4px;
	border-left: 1px solid #CCC;
}
#content ol.pager li.first-child {
	border-left: 0;
	padding-left: 0;
}
#content ol.pager a, #content ol.pager a:hover, #content ol.pager a:focus { text-decoration: none; background-image: none; padding: 0; }
#content ol.pager li span.a { font-weight: bold; }


/* Kommentare */

ul.comments {
	list-style: none;
	margin-left: 0;
}

ul.comments li {
	margin-bottom: 1em;
}

ul.comments li .comment-text {
	background: url(../img/comment-bg.png) no-repeat left top;
	border-bottom: 1px solid #BFC6E0;
	padding: 20px 10px 10px 10px;
}

ul.comments .author {
	font-weight: bold;
	margin-right: 1em;
}

ul.comments .date {
	font-size: 0.781em;
}

