/*****************************************/
/* INCLUDES */
/*****************************************/
@import url('rte.css'); /* Styles fuer RTE und content */
@import url('menu.css'); /* Menues */
@import url('felogin.css'); /* Loginbox */
@import url('fce.css'); /* FCEs (Layout, Teaser, etc...) */


body {
	font-family:Arial, Sans-Serif;
	font-size:100.1%;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	/*
	background-image:url('../../images/body_bg.png');
	background-repeat:repeat-x;
	*/
	text-align:center;
}


/******************************************/
/* LAYOUT */
/******************************************/
div#wrapper {
	width:990px;
	height:760px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

div#header_wrapper {
	border-bottom:1px solid #ccc;
	top:0;
	left:30px;
	position:absolute;
	height:105px;
	width:920px;
}

div#col2 {
	position:absolute;
	left:30px;
	top:105px;
	width:675px;
	height:587px;
	overflow:auto;
	padding-right:13px;
	padding-top:10px;

	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#798f9e;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#ddd;
	scrollbar-highlight-color:#ddd;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;

}

div#col3 {
	position:absolute;
	right:10px;
	top:105px;
	width:183px;
	height:587px;
	overflow:auto;
	padding-right:13px;
	padding-top:10px;

	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#798f9e;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#ddd;
	scrollbar-highlight-color:#ddd;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}

div#footer_wrapper {
	border-top:1px solid #ccc;
	bottom:0;
	font-size:11px;
	height:40px;
	left:30px;
	position:absolute;
	width:920px;
}

/******************************************/
/* HEAD */
/******************************************/

div#head {
	font-size:11px;
}

div#logo {
	width:240px;
	height:60px;
	position:absolute;
	right:0;
	top:35px;
}

/******************************************/
/* CONTENT */
/******************************************/
div#content {
	color:#000;
	font-size:12px;
}

div#content_right {
	color:#000;
	font-size:11px;
}


/******************************************/
/* Login-Area */
/******************************************/
div#login_form {
	position:absolute;
	bottom:12px;
	left:0;
}

/******************************************/
/* FORMULARE */
/******************************************/
input, textarea {
	border:1px solid #627c90;
	background-color:#fff;
	color:#627c90;
	font-size:11px;
}

input.button {
	border:2px solid #627c90;
	background-color:#ccd3e4;
}

input.checkbox {
	border:none;
	background-color:transparent;
}

div#login_form input {
	height:14px;
	font-size:11px;
	width:70px;
}
div#login_form input[type=image] {
	border:none;
	height:16px;
	vertical-align:middle;
	width:35px;
}

/* CSC-Mailform */
form#mailform {
	margin:0;
	padding:0;
}
form#mailform fieldset {
	border:none;
	padding:0;
}
form#mailform div.csc-mailform-field {
	clear:both;
	margin-bottom:10px;
}
form#mailform div.csc-mailform-field label {
	float:left;
	display:block;
	width:150px;
}
form#mailform div.csc-mailform-field input,
form#mailform div.csc-mailform-field textarea {
	width:200px;
}
form#mailform div.csc-mailform-field input.csc-mailform-submit {
	margin-left:150px;
	width:auto;
	background-color:#627c90;
	color:#fff;
}



/******************************************/
/* JP-TEASER */
/******************************************/
div#col3 div.tx-jppageteaser-pi1-list {
	
}
div#col3 div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item {
	width:170px;
	height:109px;
	margin-right:13px;
	margin-top:13px;
	float:left;
	position:relative;
}
div#col3 div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.title {
	display:none;
}
div#col3 div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.title a {
	display:none;
}
div#col3 div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.description {
	display:none;
}
div#col3 div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.link-item {
	position:absolute;
	right:20px;
	bottom:3px;
}
div#col3 div.link-item a,
div#col3 div.link-item a:focus,
div#col3 div.link-item a:visited,
div#col3 div.link-item a:active,
div#col3 div.link-item a:hover {
	color:#fff;
}
