/*****************************************/
/* 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:920px;
	height:600px;
	overflow:hidden;
	padding:0;
	padding-top:10px;
}

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: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;
}
div#login_form input[type=image] {
	border:none;
	height:16px;
	vertical-align:middle;
}


/******************************************/
/* JP-TEASER */
/******************************************/
div.tx-jppageteaser-pi1-list {
	
}
div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item {
	width:298px;
	height:190px;
	margin-right:13px;
	margin-top:13px;
	float:left;
	position:relative;
}
div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.title {
	position:absolute;
	left:10px;
	top:80px;
	height:20px;
	width:280px;
}
div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.title a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.description {
	position:absolute;
	left:10px;
	top:100px;
	height:60px;
	width:280px;
	color:#fff;
}
div.tx-jppageteaser-pi1-list div.list-entry div.teaser-item div.link-item {
	position:absolute;
	right:35px;
	bottom:10px;
}
div.link-item a,
div.link-item a:focus,
div.link-item a:visited,
div.link-item a:active,
div.link-item a:hover {
	color:#fff;
}