/**
 * @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #F2E3ED;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	/*
	background: transparent;
	color: #818285;
	font-size: 0.8em;
	margin: 0 auto;
	width: 1000px !important;
	min-width: 760px;
	text-align: left;
	margin-top:5px;
	margin-left: auto;	
	margin-right: auto;
	*/
	/*padding: 0 3px 3px 3px;*/
	
	background:transparent none repeat scroll 0 0;
	color:black;
	font-size:0.8em;
	margin:5px auto 0;
	max-width:1024px;
	min-width:960px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	width:auto;

}

#page {
padding-left:30px;
width:300px;
}

.portada #header{
	background: transparent;
	color: #000000;
	margin: 0;
	position: relative;
	height:245px;
   -webkit-box-shadow: rgba(0, 0, 0, 0.589844) 2px 3px 2px;
}

#header{
	background: #fff;
	color: #000000;
	margin: 0;
	position: relative;
	height:220px;
}

#menu{
	width: 100%;
	text-align: left;
}

#contentarea,#contentarea2
{
	border: solid 0px #000;
	margin: 0;
	overflow: hidden;
	width:100%;
	background : white;
	padding-bottom: 20px;
   -webkit-box-shadow: rgba(0, 0, 0, 0.59375) 2px 2px 6px;
}
#wrapper { 
	margin: 0 0 0 0;
	padding-top:5px;
}
#left
{
	background: #FFFFFF;
	border-right: solid 0px #EEEEEE;
	float: left;
	margin: 20px 0 0 0;
	width: 21%;
}

#right
{
	color: #000;
	float:right;
	width: 28%;
	padding-top:10px

}

#main2, #main3{
float:left;
position:relative;
width:550px;
padding-top:16px;
padding-left : 30px;
min-height: 300px;
}

#main
{
	background: #fff;
	margin: 0 0px 0 0;
	padding: 25px 20px 20px 20px;
	position: relative;
}
#menu{
margin-bottom:10px;
text-align:left;
width:100%;
}
/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
}

#logo  img { display: block; }

/* ###############  main * ########################### */
/* position */
.leading
{
/*	background: #EFDEEA url(../images/biene.gif) no-repeat top left; */
/*	background: #FFFFFF url(/imprints/images/stories/biene.png) no-repeat top left; */
/*	background: #FFFFFF url(/imprints/images/stories/beach_horizontal.png) no-repeat top left; */
	background: transparent url(/imprints/images/stories/null) no-repeat top left;
/*	border: solid 1px #CCCCCC;*/
	color: #000000;
	
	margin:10px 0;
	/*margin: 30px 0px 10px 0px;*/
	
	padding: 20px 20px 0px 30px;
	/*padding:20px 0 20px 60px;*/
	
	position: relative;
}

.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

/* =================================== NEWS ====================================== */

.blog { 
	padding: 0; 
	width : 100% ;	
}

.blog h2{
	border-bottom : 1px solid #F5BF71;
}

#main3 {
	background:transparent url(../images/portada_bg.jpg) repeat-x scroll 0 0;
	border-color:#CBCFD2;
	border-style:solid;
	border-width:0 1px 1px;
	float:left;
	margin-left:30px;
	margin-top:45px;
	position:relative;
	width:550px;
	padding-right:20px;
	padding-left:10px;
}

#main3_contents {
	float : left;
	width : 610px;
}
#main3 h1 {
	font-size:1.8em;
	margin-bottom:-10px;
	margin-top:10px;
	padding-left:15px;
}

.iteminfo {
	margin-bottom : 15px;
}

/* news from plone*/

.news {
background:transparent url(../images/portada_bg.jpg) repeat-x scroll 0 0;
border-color:#CBCFD2;
border-style:solid;
border-width:0 1px 1px;
float:left;
margin-top:20px;
padding : 20px;
position:relative;
}

.news div {
/*plone	float :left !important;*/
}

#page .news li {
}
/* ============================================================================= */

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 0px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}
