/*
	Dieses Stylesheet beinhaltet Basis-Styles
*/

#headerContentWrapper {
	width: 840px;
	height:100%;
	margin: 0 auto;
	background:url(../images/heder-content-bg-bottom.gif) no-repeat bottom center;
}

/* header div layer */
#header {
	width: 100%;
	height:115px;
	background:url(../images/header-bg.gif) repeat-x;
}

/* header content, where all the content goes */
#headerContent {
	width:100%;
	height:100%;
	background:url(../images/header-bg-lights.gif) no-repeat;
}

#headerContent2 {
	width:1300px;
	height:100%;
	background:url(../images/header-bg-lights.gif) no-repeat;
}

/* the logo in the header */
#headerLogo {
	float:left;
	width:252px;
	height:99px;
}

/* space for the navigation */
#headerNavigation {
	float:left;
	margin-right:5px;
}


/* CONTENT LAYERS */

/* content wrapper */
#container {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
}


/* content div */
#content {
	padding: 0;
	/* margin: 0 15em; */
	min-height:550px;
  	height:auto !important;
	height:550px;
}

/* where the html of the views are placed in */
#mainContent {
	padding: 1em 1em;
	height:auto;
}

#mainColumn {
	float:left;
	width:49em;
	margin-right:2.5em;
	position:relative;
}

.mainStartheight {
	height:300px;
}

.sIFR-replaced {
	min-height:40px;
}

#mainColumn.startPage {
	width:47em;
	margin-right:2.5em;
	/* border:2px solid red; */
}

#sideColumn {
	float:left;
}

#sideColumn.toppadding {
	padding-top:8em;
}

/* column specific */
#mainColumn p {
	padding:0;
	margin:0;
	margin-bottom:1em;
	margin-top:1em;
}

.seperator {
	width:100%;
	height:1px;
	background-color:#dfdfdf;
}

.seperatorThin {
	margin: 8px 5px 8px 5px;
	width:98%;
	height:1px;
	border-top:1px solid #E5E5E5;
}

/* SubBar */
#subbar {
	margin-top:3em;
	height:5em;
}

/* footer */
#footer {
	text-align:center;
	clear: both;
	background:url(../images/body-bottom.gif) no-repeat;
	
	padding: 0;
	margin: 0;
	
	border-top:1px solid #ececec;	
	color:#666666;
	height:73px;
	width:824px;
}

#footer a {
	/* display:block; */
	color:#666666;
	padding:2px;
}

#footer p {
	float:left;
	margin-right:2em;
}

#footer .arrow {
	background:url(../images/bullet.gif) center left no-repeat;
	padding-left:8px;
}

#footer .last {
	float:right;
	margin-right:0;
}

.time {
	color:#666666;
}

.floatimg {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

a img.floatimg {
	border:1px solid #ccc;
}

#sideBox {
	width:227px;
	height:auto;
}

#sideBox #contentSpace {
	border:1px solid #dddddd;
	border-top:0;
	background-color:#fff;
	padding:5px;
	height:100%;
	min-height:50px;
}

#sideBox #top {
	background:url(../images/sidebox-top.gif) no-repeat;
	width:227px;
	height:29px;
}

#sideBox #top h4 {
	padding:5px;
	text-align:center;
	font-size:11px;
}


/************ ARTICLE LISTS **************/
/* lists */
ul#list {
	list-style:none;
}

#list li {
	margin-left:1.6em;
	padding:0;
	line-height:1.5;
	padding-bottom:6px;
	/* list-style-image:url(../images/bullet.gif); */
	
}

#list li a {
	text-decoration:none;
	color:#393939;
	display:block;
}

#list li a:hover {
	color:black;
}

/*
.link {
	list-style-image:url(../images/bullet.gif);
}
*/

.filelink {
	list-style-image:url(../images/ico-preview.png);
}

.externallink {
	list-style-image:url(../images/ico-external.gif);
}

.internallink {
	list-style-image:url(../images/ico-internal.gif);
}


/* Articles */
#articleCanvas {
}

#articleCanvas ul {
	margin:1em;
	padding:1em;
	list-style-image:url(../images/cubebullet.gif);
	padding-top:0;
}

#articleCanvas .imageOver {
	background:url(../imagelink/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}

#articleCanvas .imageOut {
	background:url(../imagelink/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

#mainColumn a, a:visited {
	color:black;
	text-decoration:underline;
}

#mainColumn a:hover {
	text-decoration:none;
}

/*****************************************************/
/* Article tables */
#mainColumn table td {
	padding:2px;
	max-width:100% !important;
}

#mainColumn table td p {
	margin:0;
	padding:0;
}

#mainColumn table.border {
	border:1px solid black !important;
}

#mainColumn table.border td {
	border:0 !important;
}

#mainColumn table.gitternet {
	border:0 !important;
	/* border:1px solid black !important; */
}

#mainColumn table.gitternet td {
	border:1px solid black !important;
	border:0 !important;
}

#mainColumn table.noborder {
	border:none !important;
}

#mainColumn table.td {
	border:none !important;
}


/* article extras */
#seperator {
	width:100%;
	height:1px;
	background-color:#ededed;
}

/* index pages */
#itemList {
	list-style-type:none;
}

div.previewBox:hover {
	background-color:#f7f7f7;
}

.previewBox {
	width:550px;
	height:10em;
	border-bottom:1px solid #e5e5e5;
	padding-top:1em;
}


div.previewBox img {
	padding:0px;
}


.last {
	border-bottom:0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.marginright {
	margin-right:0.8em;
}

.marginrightbig {
	margin-right:1.5em;
}


.borderpadding {
}

.fixedwidth {
	width:425px;
}

.teasertext {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

.minheight {
 	min-height:500px;
  	height:auto !important;
	height:500px;
}

.disabled {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.nobullets {
	list-style-type:none;
}

#prevBtn {
	float:left;
	margin-right:5px;
}

#paginationMenu select {
	padding:2px;
	border:1px solid #868686;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	float:left;
	margin-right:5px;
}

#nextBtn {
	float:left;
}

/* jquery quick search */
.qs_input {
	margin-bottom:20px;
	padding:4px;
	color:#999999;
	border:1px solid #a3a3a3;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:150px;
}

#firstBack {
	margin:0;
	padding:0;
	margin-top:0em;
	margin-bottom:1.5em;
}

#firstBack a {
	color:#666666;
	text-decoration:none;
	display:block;
}

#firstBack a:hover {
	color:#000;
}

/* sidebox */
#sideBoxFull {
	margin-top:32px;
	margin-left:4px;	
	width:227px;
	height:210px;
	background:url(../images/sidebox-full.gif) no-repeat;
}

#sideBoxFull ul {
	list-style-type:none;
}

.bold {
	font-weight:bold;
}

.borderbottom {
	padding-bottom:3px;
}

ul#selectRegular {
	margin:5px;
	padding:5px;
}

ul#selectRegular li {
	line-height:2.0;
}

ul#selectRegular label {
	cursor:pointer;
	display:block;
}

/******************** colors ***************************/ 
.anschober_green {
	color:#018f35;
}

.anschober_red {
	color:#d20018;
}

.anschober_blue {
	color:#004998;
}

.anschober_orange {
	color:#ee7f01;
}

.black {
	color:#000;
}

/******************* buttons and inputs ****************/
#submitsmall {
	border:0;
	background:url(../images/btn-side-small.gif) center left no-repeat;
	cursor:pointer;
	color:#123800;
	width:61px;
	height:24px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.smallbutton {
	border:0;
	background:url(../images/btn-side-small.gif) center left no-repeat;
	cursor:pointer;
	color:#123800;
	width:61px;
	height:24px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input.smallbutton:hover {
	background:url(../images/btn-side-small-over.gif) center left no-repeat;
}


.padding {
	padding:3px;
}

.spacetop {
	margin-top:10px;
}

#pagination {
	margin-top:1em;
	margin-left:46%;
}

.small-seperator {
	height:10px;
}


.dotted-seperator {
	height:8px;
	border-bottom:1px dotted #DFDFDF;
	padding-bottom:10px;
	margin-bottom:10px;
	width:95%;
}
