
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, img, ul, ol, li, a, dl, dt, form, fieldset, input, textarea, legend, label, tr, td{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	font-family: "Courier New";
	text-align: left;
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
}


a {
	text-decoration: none;
	color: #FC0; /* #cc9900;*/
}


a:hover {
	/* text-decoration: underline;*/
	color: #000;
}





/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

/*
#news {
	width: 430px;
	position: fixed;
	top:0px;
	right: 28em;
	background: #FD7;
}

#news div.csc-default {
	width: auto;
	padding:10px;
	margin-bottom: 0px;
}
*/

#header {
	width: 100%;
	position: fixed;
	top:10px;
	z-index:10;
}

#whitebox {
	background:url(trsp_white.png); 
	padding:10px;
	margin-left: 6.5em;
	overflow: hidden;
}

/* #whitebox { behavior: url(fileadmin/template/iepngfix.htc) }*/

#mainnav, #subnav, #content, #titlebar {
	clear: both;
	overflow: hidden;
}

#subnav {
	padding-top: 3px;
	padding-right:12em;
}

#subnav li ul {
	display: none;
}

#titlebar {
	float: left;
}

#langnav {
	float: right;
	padding-right: 7.5em;
	margin-top: -17px;
}






#titlebar {
	overflow: hidden;
	padding-top: 1em;	
}

#pagination {
	display: none;
	float: left;
	padding-right: 1em;
}

#pagetitle {
	float: left;
}

#content {
	padding:180px 0px 75px 75px;
}
#cont {
	overflow: hidden;
}


.csc-default{
	margin-bottom: 2em;
}

.text-cont {
	width: 70em;
}

.textpic-cont {
	width: 300px;
	float:left;
}
.textpic-cont.onehalf {
	width: 450px;
}

.textpic-cont.double {
	/* width: 600px; */
	width: 525px;
}

.csc-textpic {
	margin-right: 20px;
}

.hasjs {
	display: none;
}

body.overview .hasjs {
	height: 800px;
	display: block;
}

body.overview .hasjs p{
	padding-top:100px;
	text-align: center;
}

body.overview.jsenabled #cont .text-cont {
	height: 20em;
	background:url(http://xpace.cc/fileadmin/template/text_icon.jpg) no-repeat left top;
	margin-bottom: 0em;
}

body.overview.jsenabled #cont .text-cont p,
body.overview.jsenabled #cont .text-cont h1{
	display: none;
}

body.overview .csc-default{
	float:left;
	cursor: pointer;
}

body.overview.jsenabled .csc-default{
	width: 300px;
}
body.overview.jsenabled .csc-default.onehalf{
	width: 450px;
}
body.overview.jsenabled .csc-default.double{
	width: 525px;
}

body.overview.jsenabled .csc-default.text-cont{
	width: 130px;
}



body.overview.jsenabled .image-cont img, 
body.overview.jsenabled .textpic-cont img,
body.overview.jsenabled dl{
	max-width: 280px !important;
	height: auto !important;
}
body.overview.jsenabled .image-cont.onehalf img, 
body.overview.jsenabled .textpic-cont.onehalf img,
body.overview.jsenabled .onehalf dl{
	max-width: 420px !important;
	height: auto !important;
}
body.overview.jsenabled .image-cont.double img, 
body.overview.jsenabled .textpic-cont.double img,
body.overview.jsenabled .double dl{
	max-width: 505px !important;
	height: auto !important;
}

body.overview.jsenabled dd{
	display: none;
}





body.overview.jsenabled #cont div.big{
	width: 100%;
}


body.overview.jsenabled #cont div.big img, 
body.overview.jsenabled #cont div.big dl{
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
body.overview.jsenabled #cont div.big dd{
	display: block;
}

body.overview.jsenabled #cont  div.big.text-cont {
	height: auto;
	width: 66em;
	background-image: none;
}
body.overview.jsenabled #cont div.big p,
body.overview.jsenabled #cont div.big h1 {
	display: block;
}



/* -------------------------------------------------- */
/*    NAVIGATION                                      */
/* -------------------------------------------------- */

.nav ul {
	list-style:none;
}
.nav li {
	float: left;
	border-left: 1px solid #FC0;
	padding: 0px 1em;
}
.nav li.first {
	border-left: 0px none;
	padding-left: 0px;
}
.nav li {
	font-size: 14px;  /*font-size: 1.2em;*/
	text-decoration: none;
}

a.act {
	color: #000;
}

#mainnav a {

}


#mainnav ul {
}

#mainnav li {
	
}

#langnav .na {
	text-decoration: line-through;
}


#subnav {

}
#subnav li {

}


#prev, #next {
	cursor: pointer;
	color: #FC0; 
}


#prev:hover, #next:hover {
	color: #000;
}




/* -------------------------------------------------- */
/*    CONTENT DESIGN                                  */
/* -------------------------------------------------- */


#pagetitle h1 {
	font-weight: normal;
}

p,  dd, #pagination span{
	font-size: 14px;  /*font-size: 1.2em;*/
	line-height: 1.3em;
}


h1 {
	font-size: 14px;  /*font-size: 1.2em;*/
}

h1 a {
	color: #000;
}


td {
	padding-right: 1em;
	vertical-align: top;
}





/*  ###  INTERAKTION   ############################   */
div.csc-textpic-imagewrap {
	background: #FC0;
}
div.csc-textpic-imagewrap a, div.csc-textpic-imagewrap img {
	display: block;
	margin: 0px;
	padding: 0px;
}

body.overview div.csc-textpic-imagewrap {
	background: transparent;
}





/* -------------------------------------------------- */
/*    FE EDITING	                              */
/* -------------------------------------------------- */

body.feEditAdvanced #content #cont {
	padding-top: 2em;
	width: 930px;
}

body.feEditAdvanced #content #cont div {
	clear: both;
	float: none;
}
body.feEditAdvanced .nav li li {
	clear: both;
	float: none;
	border: 0px none;
	padding-left: 0px;
}

body.feEditAdvanced #subnav li ul {
	display: block;
}





