﻿/**
 * @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-image: url('../images/tlo.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	background: #FFFFFF;
	border: 0px;
	color: #000000;
	font-size: 0.8em;
	margin: 0 auto;
	max-width: 900px;
	padding: 0 0px 0px 0px;
	text-align: left;
}

#page { }

#header
{
	background: #fff;
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
	/* border-bottom: solid 4px #ccc; */
}

#contentarea,#contentarea2
{
	border: solid 0px #000;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	min-height: 520px;
}
#wrapper { margin: 0 0 0 300px}
#left
{
	background-image: url('../images/tlo-left.jpg');
	background-repeat: repeat-y;
	border-right: solid 0px #EEEEEE;
	float: left;
	/*margin: 20px 0 0 0;*/
	width: 300px;
}
#left2
{
	background-image: url('../images/tlo-left.jpg');
	background-repeat: repeat-y;
	width: 300px;
}

/*
#right
{
	color: #000;
	float:left;
	width: 28%;
	padding-top:10px

}
*/
#main2
{
	background: #fff;
	width:585px;
	padding: 15px 0px 15px 15px;
	position: relative;
	min-height:520px;
	float:left;


}

#main
{
	background: #fff;
	margin: 0 0px 0 0;
	/*padding: 25px 20px 20px 20px;*/
	position: relative;
}

/* ###################### 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
{
	/*background: #EFDEEA url(../images/biene.gif) no-repeat top left;
	border: solid 1px #CCCCCC;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 40px 20px;
	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
{
	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 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}




#container{
margin-left:auto;
margin-right:auto;
width:900px;
}

#top{
width:900px;
height:204px;
}

#logo{
	width:343px; 
	height:204px; 
	float:left;
}


#fotka{
	width:557px; 
	height:204px; 
	float:left;
}

#menu{
	/*width:900px; 
	height:43px; 
	clear:both; 
	background-image:url('../images/menu_bg.jpg'); 
	background-repeat:repeat-x;"*/
	width: 845px;
	height: 43px;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	font-size: 11px;
	padding-left: 10px;
}

#menu li {
	float: left;
	line-height: 43px;
	padding-left: 5px;
	padding-right: 15px;
}
#menu li a:link, #menu li a:visited {
	color: white;
	text-decoration: none;
	padding: 20px 11px 10px;
}
#menu li a:active {
	color: white;
	width: auto;
}
#menu li a:hover {
	text-decoration: underline;
	background-image: url('../images/belka2.jpg');
	background-repeat: repeat-x;
	width: auto;
	padding:0px;
	display:block;
	padding-left: 11px;
	padding-right: 11px;
		color:white
}


#content{
	width:900px;
	text-align:justify;
	font-size: 12px;
	background-color: #e5edf4;
}

#aktualnosci{
	width: 270px;
	padding:15px;
	float: left;
}

#box_all{
	float:left; 
	width:600px; 
	padding-top:0px;
	background-color: #ffffff;
}

#box_main{
	width:584px;
}

.box_main_top{
	background-image:url('../images/boksy_main_g.jpg'); 
	background-repeat:no-repeat; 
	width:577px; 
	height:11px;
}

.box_main_middle{
	background-image:url('../images/boksy_main_bg.jpg'); 
	background-repeat:repeat; 
	width:577px;
}


.box_main_bottom{
	background-image:url('../images/boksy_main_d.jpg'); 
	background-repeat:no-repeat; 
	width:577px; 
	height:11px;
}

.box{
	float:left; 
	width:292px;
}

.box_right_top{
	background-image:url('../images/boksy_m_g.jpg'); 
	background-repeat:no-repeat; 
	width:284px; 
	height:11px;
}


.box_right_middle{
	background-image:url('../images/boksy_m_bg.jpg'); 
	width:284px;
}

.box_right_bottom{
	background-image:url('../images/boksy_m_d.jpg'); 
	background-repeat:no-repeat; 
	width:284px; 
	height:11px;
}

#obrazek{
	text-align:left; 
	height:38px; 
	padding:0px; 
	margin:0px;
}

.box_top{
	background-image:url('../images/boksy_m_g.jpg'); 
	background-repeat:no-repeat; 
	width:284px; 
	height:11px;
}

.box_middle{
	background-image:url('../images/boksy_m_bg.jpg'); 
	width:284px;
}

.box_bottom{
	background-image:url('../images/boksy_m_d.jpg'); 
	background-repeat:no-repeat; 
	width:284px; 
	height:11px;
}

#footer2{
	clear:both; 
	width:900px; 
	height:43px; 
	background-image:url('../images/menu_bg.jpg'); 
	background-repeat:repeat-x;
}


#menu_bottom{
	 float:left; 
	 width:700px;
	 height: 26px;
	 /*background-image: url('../images/menu_bg.jpg');
	 background-repeat: repeat-x;*/
	 font-size: 10px;
	 padding-top: 17px;
	 padding-left: 10px;

}

#menu_bottom li {
	float: left;
	padding-left: 5px;
	padding-right: 15px;
}
#menu_bottom li a:link, #menu_bottom li a:visited {
	color: white;
	text-decoration: none;
	padding: 20px 0px 10px;
}
#menu_bottom li a:active {
	color: white;
	/*background-image: url('../images/belka2.jpg');
	height: 43px;*/
}
#menu_bottom li a:hover {
	text-decoration: underline;
	/*background-image: url('../images/belka2.jpg');
	height: 43px;
	padding: 20px 11px 10px;*/
}


#slj{
	float:right;
	color:white;
	font-size:9px;
	padding-top:17px;
	padding-right:15px;
}

#slj a:link, #slj a:visited {
	color: white;
	text-decoration: none;
	padding: 20px 0px 10px;
}
#slj a:active {
	color: white;
}
#slj a:hover {
	text-decoration: underline;
}


ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

