/* CSS Document */

body {
	background:  url("../typo3_images/background-greygradient.gif") repeat-x top;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	min-width: 960px;
	font-size: 1em;
}

a {
	color: #be0027;
}

a:visited {
	color: #db7388;
}

img {
	border: none;
}

.warning {
	color: #db7388;
	font-weight: bold;
}

h1.csc-firstHeader, h2.csc-firstHeader {
	font-size: 1.6em;
	color: #ff8700;
	margin: 0 0 26px 0;
	font-weight: normal;
}

h1.underlined, h2.underlined {
	font-size: 1em;
	padding: 0 0 10px 0;
	background: url(../../images/underlined_headline_bg.gif) repeat-x 0 24px;
	margin: 10px 0 14px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 0.90em;
	font-weight: bold;
	margin: 10px 0 16px 0;
}

input, select, option {
	font-size: 10px;
}

p {
	font-size: 0.75em;
	line-height: 1.7;
	margin: 10px 0 16px 0;
}

th, td {
	font-size: 0.75em;
}

div, ol, ul, li, img, form, select, input, table, td {
	margin: 0;
	padding: 0;
}

/* ----------- mainbox ------------ */

#mainbox {
	overflow: visible;
	height: 100%;
	height: auto !important;
}

#mainbox ol {
	font-size: 0.75em;
	line-height: 1.7;
	margin: 10px 0 16px 0;
}

#mainbox ol li {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 30px;
}


#mainbox ul {
	font-size: 0.75em;
	line-height: 1.7;
	margin: 10px 0 16px 0;
	list-style-type: none;
}

#mainbox ul li {
	/* background:  url("../images/background-li.gif") no-repeat 4px 8px; */
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
}

/* ----------- wrapper ------------- */

#wrapper {
	margin: 0px auto;
	width: 960px;
	position: relative;
	background: #fff;
}

.csc-textpic-caption {
	font-size: 0.8em;
}

#contentwrapper {
	height: auto !important;
	width: auto;	
}


/* ---------------- Header and logo -------------- */
#header {
	background: #fff;
	height: 175px;
}

#typo3-logo {
	width: 167px;
	height: 70px;
	margin: 0px;
	float: left;
	/* border: 1px solid green; */
}

#typo3-logo img {
	margin: 5px 0 0px 10px;
}

#header-tszone {
	width: 452px;
	height: 70px;
	float: left;
	text-align: right;
	/* border: 1px solid red; */
}

#inspire-logo {
	float: left;
	display: inline;
	height: 70px;
	/* border: 1px solid yellow; */
}

#inspire-logo img {
	margin: 38px 5px 0 15px;
}

p.login {
	margin: 2px 0 6px 11px;
}
p.login a {
	font-size: 11px;
	color: #fff;
}

/* ------------ rootline -------------- */

#rootline-nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;	
	width: 960px;
	height: 80px;	
/*	background: #b9b9b9 url(../images/frontpage_picture.jpg) left no-repeat; */
	border-bottom: solid 1px #8c8c8c;
	margin: 0 0 0px 0;
}

#rootline-left {
	height: 80px;
	width: 690px;
	float: left;
	
	/* border: 1px solid grey; */
}

#rootline-top {
	height: 60px;
	width: 690px;
	float: left;
	
	/* border: 1px solid yellow; */
}

#rootline-path {
	margin: 0px;
	width: 690px;
	float: left;
	display: inline;

	/* border: 1px solid green; */
}

	#rootline-path ul {
		list-style: none;
		padding-left: 9px;
	}

	#rootline-path li {
		float: left;
		margin-right: 2px;
	}

		#rootline-path li a {
			color: #000;
			text-decoration: none;
		}
		
		#rootline-path a:hover {
			color: #009B63;
		}

#services {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #515151;
	text-align: right;
	
	width: 245px;
	height: 60px;
	margin-top: 15px;
	float: left;
	
	/* border: 1px solid red; */
}

#services form {
	height: 24px;
}

#services label {
	vertical-align: middle;
	color: #FFF;
}

#portal-nav select#portal-select {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	line-height: 19px;
	width: 180px;
	height: 20px;
	border: solid 1px #8C8C8C;
	vertical-align: middle;
	opacity: 0.7;
	-moz-opacity:0.7;
}

* html #portal-nav select#portal-select { 
	filter: alpha(opacity=70);
}

#portal-nav option {
	font-size: 11px;
	color: #7D7D7D;
	padding: 3px 0 3px 0;
}

option.section {
	color: white;
	background-color: #8C8C8C;
	width: 175px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid black;
}

#search input#sword {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	line-height: 16px;
	width: 143px;
	height: 16px;
	border: solid 1px #8C8C8C;
	vertical-align: middle;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#search input.go-button {
	width: 25px;
	height: 18px;
	margin: 0 0 0 6px;
	vertical-align: middle;
}

/* -------------- Main navigation --------------- */

#nav-area {
	border-top: solid 3px #FF8700;
/*
	background: url("../images/frontpage_picture_large.jpg") top no-repeat;
*/
	width: 960px;
	height: 105px;
	float: left;
	margin: 0 0 0px 0;
	display: inline;
}

#main-nav {
	font-size: 11px;
	line-height: 19px;
	color: #FFF;
	width: auto !important;
	height: 21px;
	background-color: #FF9F33;
	border-bottom: solid 3px #FF8700;
	clear: both;

}

#main-nav ul {
	list-style-type: none;
	height: 21px;
	border-left: solid 1px #FF8700;
	margin: 0 0 0 10px;
}

#main-nav li {
	float: left;
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
	border-right: solid 1px #FF8700;
	border-top: solid 1px #FF9F33;
	padding: 0 15px 0 13px;
	display: block;
	float: left;
}

#main-nav li a:hover {
	background-color: #FFBD73;
	border-top: solid 1px #FFBD73;
}

#main-nav li.act a {
	font-weight: bold;
	background-color: #FFBD73;
	/*border-top: solid 1px #FFF;*/
}

#main-nav li.act a:hover {
	/*border-top: solid 1px #FFF;*/
}

/*
#main-nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF8700;	
	width: 960px;
	background-color: #b9b9b9;	
	clear: both;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#main-nav ul {
	list-style-type: none;
	height: 25px;
	margin: 0 0 0 10px;	
}

#main-nav li {
	float: left;
}

#main-nav li.act {
	background: none;
}

#main-nav li a {
	color: #515151;
	text-decoration: none;
	padding: 2px 15px 0 13px;
	margin: 0 0px 0 0px;
	display: block inline;
	float: left;
	font-weight: bold;
}

#main-nav li a:hover {
	color: #be0027;
}

#main-nav li.act a {
	font-weight: bold;
	color: #be0027;
}

#main-nav li.act a:hover {
}
*/

/* ------------ subnav ----------- */

div#leftbox-top {
	width: 173px;	
	border-bottom: solid 3px black;
	margin: 3px 0 20px 9px;
}

div#sub-nav-title {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	background-color: #B9B9B9;	
	/* border-top: solid 4px #69A550; */
	padding: 0 0 2px 11px;
}

div#leftbox-top a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: black;
	text-decoration: none;
}

div#leftbox-top a:hover {
	text-decoration: underline;
}

div#leftbox-top a.act {
	font-weight: bold;
}

div#leftbox-top li {
	width: 173px;
}

div#leftbox-top ul#sub-level1 {
	list-style-type: none;
	width: 173px;
	border-bottom: solid 1px #FF8700;	
	padding: 4px 0 9px 0;
}

div#leftbox-top ul#sub-level1 li a {
	width: 150px;
	/* background:  url("../images/background-subnav-orange.gif") repeat-x 20px 2px; */	
	padding: 4px 0 0 0;
	margin: 0 0 0 12px;
	display: block;	
}

div#leftbox-top ul#sub-level1 li.act {
	background:  url("../images/box-subnav-orange.gif") no-repeat 0px 9px;
}

div#leftbox-top ul#sub-level2 li.act {
	background:  url("../images/box-subnav-orange.gif") no-repeat 12px 3px;
}

div#leftbox-top ul#sub-level2 {
	list-style-type: none;
}

div#leftbox-top ul#sub-level2 li a {
	font-size: 11px;
	line-height: 15px;
	width: 140px;
	background: none;
	padding: 0;
	margin: 0 0 0 22px;	
	display: block;
}

/*-------------------- sliding news ------------------*/

#sliding-news {
	clear: both;
	height: 20px;
}

/*-------------------- footer --------------------*/

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;	
	color: #8C8C8C;	
	width: 936px;
	border-top: solid 1px #8C8C8C;
	margin: 12px 0 12px 12px;
	padding: 6px 0 0 0;
	clear: both;
}

#footer-copyright {
	float: left;
	width: 	460px;
}

#footer img {
	margin: 0 0 5px 446px;	
}

td p {
	line-height: 2;
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: 1px solid #ccc;
}

tr {
	margin: 0;
}

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

.csc-textpic-caption {
	font-style: italic;
	font-size: 0.75em;
}

/* --------- t3consultancies plugin ----------- */

.tx-t3consultancies-pi1 p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 4px 0 4px 0;
}

.tx-cons-edit a {
	font-size: 0.7em;
}

.tx-t3consultancies-pi1-singleView h2 {
	font-size: 1.1em;
}

.tx-t3consultancies-pi1-singleView td {
	font-size: 12px;
}

p.tx-t3consultancies-pi1-singleViewField-description {
	font-size: 12px;
}

.tx-t3consultancies-pi1-reflist h2 {
	font-size: 1.1em;
}
.tx-t3consultancies-pi1-reflist h3 {
	font-size: 1.1em;
}

p.tx-t3consultancies-pi1-singleViewField-fe-owner-user {
	font-size: 12px;
}

.tx-t3consultancies-pi1 p a {
	font-size: 12px;
}

/* -------------- t3references plugin ---------- */

.tx-t3references-pi1-modeSelector {
	padding: 4px 0 4px 0;
}

.tx-t3references-pi1-listrow {
	padding: 6px 0 6px 0;
}

.tx-t3references-pi1-listrow td p, .tx-t3references-pi1-singleView td p {
	font-size: 1em;
	line-height: 1.4em;
}

.tx-t3references-pi1-singleView h2 {
	font-size: 1.1em;
	padding: 3px 0 3px 0;
}

.tx-t3references-pi1-singleViewField-infoT {
	margin: 4px 0 4px 0;
}
table.tx-t3references-pi1-singleViewField-infoT p {
	font-size: 1.2em;
	margin: 2px 0 2px 0;
}

.contenttable {
	line-height: 1.4em;
}

/* ------------------ advertisement box ---------------- */
#advert {
	position: absolute;
	top: 73px;
	right: -152px;
	width: 145px;
	padding-left: 5px;
	
	/*background-color: #e9e9e9;*/
	height: 250px;
}

html > body #advert {
	height: auto !important;
	min-height: 250px;
}

/*-------------------- sponsors --------------------*/

div#sponsors {
	margin: 0px 0px 10px 10px;	
}

div#sponsors div#sponsors-headline {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #8C8C8C;	
	width: 135px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 6px 0px;
}

div#sponsors img {
	margin: 0px 0px 10px 0px;
}

div#sponsors a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	color: black;
}

div#sponsors a:hover {
	text-decoration: underline;
}

/*------------------ felogin ----------------*/
.tx-felogin-pi1 {
	margin-bottom: 5px;
	border: 1px solid #C8C8C8;
	border-top: 6px solid #FF8700;

	font-size: 11px;
}

	.tx-felogin-pi1 div {
		padding: 3px;	
	}

	.felogin-status {
		background-color: #B9B9B9;
		padding: 3px;
	}
	
		.felogin-status h3 {
			margin: 0px;
			padding: 0px;	
		}

	.felogin-username label {
		display: inline;	
	}
	
	.felogin-content {
		padding: 3px;	
	}
	
		.felogin-username {
			font-size: 12px;	
		}
	
	.felogin-submit {
		text-align: right;	
	}

	.felogin-hidden {
		display: none;		
	}

/* TYPO3 Build-in CSS changes */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0px !important;	
}


