/**
 * @version $Id: position.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @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:url(../images/bg.png);
	color: #000000;
	font-family:"Tahoma";
	font-size:13px;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all{
	color: #605E5E;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1004px;
	text-align: left;
	position:relative;
	padding-top:100px;
}
#balloon-menu{
	width:274px;
	height:351px;
	position:absolute;
	z-index:999;
}
#header{	
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
}
#contentarea{
	background:url(../images/bg-middle.png) repeat-y;	
	overflow: hidden;
}
#wrapper{ 
	background:url(../images/bg-top.png) no-repeat top;
	padding:90px 15px 0 35px;
	position:relative;
	overflow: hidden;
}
#right{
	width: 240px;
	position: relative;
	float:left;
	margin:0;
	padding:32px 0 0 23px;
}
#main{
	width:680px;
	position: relative;
	float:left;
}

/* ###################### 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;
	margin-top: 1em;
}

#logo  img { display: block; }

#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}

/* ###############  main * ########################### */
/* position */
.leading
{
	color: #000000;
	margin: 30px 0px 10px 0px;
	padding: 20px 20px 40px 120px;
	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;
}

.blog { padding: 0; }

.cols1, .cols1-sim-happy
{
	display: block;
	float: none !important;
	margin: 0 !important;
	width:45%;
}

.cols2, .cols2-sim-happy { width: 45%; }
.cols3, .cols3-sim-happy { width: 30%; }

.column1 , .column2, .column1-sim-happy, .column2-sim-happy
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 20px;
	position: relative;
}

.column2 , .column1, .column2-sim-happy, .clumn1-sim-happy
{
	float: left;
}

.column2, .column2-sim-happy
{
	float: left;
	margin: 0;

}

.simhappy_title
{
background:transparent url(../images/arrow.png) no-repeat scroll left 5px;
font-size:12px;
font-weight:bold;
margin:0 0 0 10px;
padding:0 0 0 10px;
border-bottom:1px solid #CCCCCC;
width: 250px;
}

.article_row, .article_row-sim-happy
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column, article_column-sim-happy
{
	border: solid 0px #ccc;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}
#footer-menu{
	margin-top:40px;
	padding-left:20px;
	width:100%;
	text-align:left;
}
#footer-shortcut{
	margin-top:20px;
	padding-left:20px;
	width:100%;
	text-align:left;
}
.right-heading{
	margin-top:-90px;
}
.right-heading p{
	margin:0;
	padding:0;
}
/*footer*/
#footer{
	display:block;
	color:#5E5E5E;
} 

#footer a{
	color:#5E5E5E;
	text-decoration:none;
}	

#footer a:hover, a:active, a:focus{
	color:#5E5E5E;
	text-decoration:underline;
}	
#footer a:link, a:visited {
	color:#5E5E5E;
	text-decoration:none;
}