/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	/*height: 100%;*/
	font-family:Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px
}
a { cursor:pointer }
/* Page Structure / Navigation */
#page {
	width:100%;
	margin: auto;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
}
#page #header {
	height:100px;
/*	background: url(/themes/d4e/images/header-bg.png) repeat-x top left #73880b;*/
}
#page #header #header-inner {
	margin: 0 auto;
	width:990px;
	height:100%;
	padding:0;
}
#page #headernav {
	height:48px;
	background: url(/themes/d4e/images/header-bg.png) repeat-x;
}
#page #headernav #headernav-inner {
	margin: 0 auto;
	width:990px;
	height:100%
}
#page #headernav #headernav-inner ul.nav-header {
	margin:0;
	padding:0;
	width: 100%;
	text-align:center;
	line-height: 48px;
}
#page #headernav #headernav-inner ul.nav-header li {
	display: inline;
	margin:0;
	padding:0 10px 0 10px;
	font-size: 15px;
	font-weight: bold;
}
#page #headernav #headernav-inner ul.nav-header li a:link,
#page #headernav #headernav-inner ul.nav-header li a:active,
#page #headernav #headernav-inner ul.nav-header li a:visited {
	color: #d9d9d9;
	text-decoration: none;
}
#page #headernav #headernav-inner ul.nav-header li.nav-selected a {
	color: #FFF !important;
}
#page #headerbalken {
	margin:0;
	padding:0;
	height:115px;
}
#page.start #headerbalken {
	height:315px;
	background-color:#AAA;
}
#page.news #headerbalken {
	background-color:#3b5998;
}
#page.desktop #headerbalken {
	background-color:#39cb22;
}
#page.server #headerbalken {
	background-color:#ff4d00;
}
#page.cloud #headerbalken {
	background-color:#469cd1;
}
#page.downloads #headerbalken {
	background-color:#3b5998;
}
#page.support #headerbalken {
	background-color:#c80000;
}
#page.linux4education #headerbalken {
	background-color:#66284e;
}
#page.vlizedlab #headerbalken {
	background-color:#ffad00;
}
#page #headerbalken #headerbalken-inner {
	margin: 0 auto;
	width:990px;
	height:100%;
	padding:0;
}
#page #headerbalken #headerbalken-inner h2 {
	margin:0;
	padding-top:25px;
	font-size:34px;
	color:#FFF;
}
#page #headerbalken #headerbalken-inner p {
	color:#FFF;
	font-weight:bold;
}
#page #central {
	margin: 0 auto;
	width:990px;
}
#page #central #body {
	width: 70%;
	margin-right: 30px;
	float: left;
}
#page.start #central #body {
	width:100%;
}
#page #central #sidebar {
	padding-top:7px;
	float:right;
	width: 260px;
}
#page #central #sidebar h2 {
	font-size:15px;
	text-transform:uppercase;
	color: #474747;
}
#page #central #sidebar ul {
	margin-left:1.8em;
	padding-left:0.5em;
}
#page #footer {
	clear:both;
	font-size:10px;
	text-align:center;
	width:100%;
	border-top:5px solid #c3c3c3;
	background: #eee;
	height:100%;
	padding:20px 0 20px 0;
}
#page #footer a {
	text-decoration:none;
}

#page div.swp-breadcrumbs {
	margin-top: 5px;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* customize_miscellaneous */ /* customize_miscellaneous */
.ccm-page-list.image img {margin-top: 20px; margin-right: 10px;}
.ccm-page-list.image {margin-bottom: 20px;}
.ccm-page-list.image_and_title a:link { text-decoration:none }
.ccm-page-list.image_and_title > div {margin-bottom: 20px;}
.ccm-page-list.image_and_title > div {border:1px solid #c80000; width:148px; height:143px; text-align:center;padding-bottom:5px; float:left; margin-right: 20px}
.ccm-page-list.image_and_title > div:hover { background-color:#ecd9d9; }

.ccm-page-list.veranstaltungen > div.veranstaltung { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin:0 0 2px 0; padding-bottom: 5px; text-align:right; }
.ccm-page-list.veranstaltungen > div.veranstaltung a { display:block; width:100%; margin:5px 0 2px 0; text-align:left; }
.ccm-page-list.neuigkeiten > div.neuigkeit { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin:0 0 2px 0; padding-bottom: 5px; }
.ccm-page-list.neuigkeiten > div.neuigkeit a { display:block; width:100%; margin:5px 0 2px 0; }

