* { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }
html, body, div, span, pre, code, a, p, img, hr, 
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend { border: 0;margin: 0;padding: 0;}
html {height: 100%;min-height: 100%;font-size: 12px;}
body {color: #999; background: #F6F6F6 url(/img/bodyBg.png) top left repeat-x; height:100%; min-height:100%; text-align:center;}
a{color:#999;}

br.clearit{clear:both;}

#header a#mainPage span,
#searchBox label span,
#searchBox #addObject a span,
a#registerNow span

{display:none;}

#container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/img/containerBg.png) top center no-repeat;
}

#loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: transparent url(/img/ajax-loader.gif) center center no-repeat;
	z-index:999 !important;
	display: none;
}

/* Nagłówek */

#header{
	position:relative;
	height:140px;
}

#header a#mainPage{
	position:relative;
	display: block;
	width:205px;
	height:110px;
	background: url(/img/logo.png) top center no-repeat;
	float:left;
}


/* Menu */

ul#topMenu{
	list-style: none;
	width:420px;
	float:left;
	margin-left:180px;
	background: transparent url(/img/menuTopBg.png) center right no-repeat;
}

ul#topMenu li{
	float:left;
    padding:44px 20px;
	text-align:center;
    vertical-align: middle;
    background: url(/img/menuDel.gif) right center no-repeat;
}

ul#topMenu li a{
	display:block;
    font-size:16px;
    color:#666;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}


ul#topMenu li ul {width:262px;height:185px;visibility: hidden; list-style:none; position:absolute; background: transparent url(/img/subMenuBg.png) bottom center no-repeat; text-align: left; z-index:60 !important;margin: 0 0 0 -110px; }
ul#topMenu li ul li{ width:262px;float:none; text-align: left;background:none; height:25px; line-height:25px;padding:0;}
ul#topMenu li ul li.first{padding-top:40px;}
ul#topMenu li ul li.last{padding-bottom:40px;}
ul#topMenu li ul li a { color:#fff; font-size:12px; font-weight:normal; width:auto; display: block;background: transparent url(/img/menuLiDel.png) center bottom no-repeat; height:auto;}
ul#topMenu li ul li a:hover { color:#fff; text-decoration: underline;}










ul#tools{
    list-style: none;
    width:86px;
    float: left;
    height:45px;
}

ul#tools li{
   float:left; 
   width:43px;
   height:80px;
}

ul#tools li a{
    display: block;
    width: 43px;
    height:80px;
}

ul#tools li a span{
    display: none;
}

ul#tools li a#rss{
    background: url(/img/rss_icon.png) bottom right no-repeat;
}

ul#tools li a#fb{
    background: url(/img/facebook_icon.png) bottom left no-repeat;
}


/* Lista wielokolumnowa */

#floatedLi{
    list-style: none;
}

#floatedLi li{
    float:left;
    width: 140px;
    padding:0 5px;
    text-transform: uppercase;
}

/* Listy opływające */

dl#column1, dl#column2{
    width:240px;
    float:left;
}

dl#column1 dt, dl#column2 dt{
    line-height:120%;
    font-size:12px;
    font-weight: bold;
    padding:0;
    
}

dl#column1 dd, dl#column2 dd{
    line-height:120%;
    font-size:12px;
    padding:0 0 0 10px;
}


/* Ścieżka okruchow */

#breadcrumbs{
	position:relative;
	height:30px;
	line-height: 30px;
	padding: 0 40px;
	background: url(/img/breadcrumbsBg.png) center center no-repeat;
}

/* Glowna zawartosc */

#mainContent{
	position:relative;
	padding:0 50px;
	overflow:hidden;
    background: url(/img/mainContentBg.png) top center repeat-y;
    
}

#mainContent h1{
	padding-bottom:15px;
    font-size:30px;
}

#mainContent h2{
	color:#82B40F;
	font-size: 35px;
}

#mainContent p{
	text-align: justify;
	padding:10px;
}



#leftColumn,#rightColumn{width:50%;float:left;}
#leftColumn{
    min-height:500px;
	background: url(/img/line.gif) center right no-repeat;

}
#leftColumn h4, #rightColumn h4{
    text-transform: uppercase;
    letter-spacing: 120%;
    font-size:14px;
}

#leftColumn p{
    padding:0 30px 10px 0;
    font-size: 13px;
}

#rightColumn p{
    padding:0 0 50px 30px;
    font-size: 13px;
}

#leftColumn h4 a, #rightColumn h4{
    text-decoration: none;
    color:#999;
    line-height:30px;
}

#leftColumn a{
    text-decoration: none;
    color:#999;
    line-height:30px;
    font-size:13px;
    font-weight: bold;
}

#rightColumn #imageContainer{
    width:100%;
    text-align: center;
}

#imageContainer img{
    display:block;
    margin:auto;    
}

/* Rejestracja */

.formItem{
	padding:5px 50px;
	clear: both;
}

.formItem label{
	display:block;
	width: 100px;
	float: left;
	text-align: right;
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
}

.formItem input{
	display:block;
	width: 300px;
	height: 25px;
	border: 1px solid #CECECE;
	line-height: 25px;
	background: url(/img/inputBg.png) top left no-repeat;
}

.formItem input.submit{
	width:173px;
	height:40px;
	border:none;
	text-indent: -9999px;
	background: url(/img/registrationSubmit.png) top left no-repeat;
	margin: 0 auto;
}


/* Obsluga bledow */

#error{
	position:relative;
	margin:10px 0;
	border:1px solid #FF0000;
	background:#FFB6C1 url(/img/errorBg.png) center left no-repeat;
	color:#FF0000;
	padding:10px 10px 10px 80px;
}

#info{
	position:relative;
	margin:10px 20px;
	border:1px solid #78A35D;
	background:#B7CBAB url(/img/infoBg.png) center left no-repeat;;
	color:#78A35D;
	padding:10px 10px 10px 80px;
}

#error ul, #info ul{
	list-style:none;
}

/* Stopka */
#footer{
	height:80px;
	line-height: 80px;
	padding-top: 30px;
	background: url(/img/footerBg.png) top center no-repeat;
    font-size:12px;
    text-align: center;
}


/* tabelka */

table {
	font: 11px verdana,verdana, arial;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	color: #333;
	line-height: 19px;
}

caption {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

td {
	margin: 0;
	padding:  10px 5px;
	border: 1px dotted #f5f5f5;
}


th {
	font-weight: normal;
	text-transform: uppercase;
}

thead tr th {
	background-color: #575757;
	padding:  10px 5px;
	color: #fff;
	font-weight: bold;
	border-right: 2px solid #333;
	text-transform: uppercase;
	text-align:center;
}

tfoot tr th, tfoot tr td {
	background-color: transparent;
	padding:  10px 5px;;
	color: #ccc;
	border-top: 1px solid #ccc;
}

tbody tr th {
	padding:  10px 5px;
	border-bottom: 1px dotted #fafafa;
}

tr { 
	background-color: #FBFDF6;
}
tr.odd {
	background-color: #EDF7DC;
}

tr:hover {
}

tr:hover td, tr:hover td a, tr:hover th a {
	color: #a10000;
}

td:hover {
}

tr:hover th a:hover {
	background-color:
	border-bottom: 2px solid #86C200;
}

table a {
	color: #608117;
	background-image: none;
	text-decoration: none;
	border-bottom: 1px dotted #8A8F95;
	padding: 2px;
	padding-right: 12px; background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
}

table a:hover {
	color: #BBC4CD;
	background-image: none;
	text-decoration: none;
	border-bottom: 3px solid #333;
	padding: 2px;
	padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
}

table a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
}

table a:visited:hover {
	background-image: none;
	text-decoration: none;
	border-bottom: 3px solid #333;
	padding: 2px;
	padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
}

.attractionItemOdd, .attractionItemEven{
	padding:8px 10px;
	font-size: 11px;
	overflow: hidden;
}

.attractionItemOdd{
	background: #FBFDF6 url(/img/breadcrumbsBg.gif) center bottom repeat-x;
}

.attractionItemEven{
	background:#EDF7DC url(/img/breadcrumbsBg.gif) center bottom repeat-x;
}

.description h4{
		font-size:16px;
		text-indent: 0;
		padding:15px 0;
}

.description p{
	padding:10px 20px;
}

.description h4 a{text-decoration: none;display: block;}
.attractionPhoto{float:right;width:100px;}
a.delBtn{
	height:14px;
	position:absolute;
	display:block;
	background: url('/img/delIcon.gif') center left no-repeat;
	text-decoration: none;
	color:#F00;
	line-height: 14px;
	font-weight: bold;
}

a.infoBtn{
	height:14px;
	position:absolute;
	display:block;
	background: url('/img/infoIcon.gif') center left no-repeat;
	text-decoration: none;
	color:#F00;
	line-height: 14px;
	font-weight: bold;
}
a.delBtn span, a.infoBtn span{
	padding-left:15px;
}
.tools{
	height:30px;
	line-height: 30px;
}

.tools ul{
	list-style: none;
}
.tools ul li{
	float:left;
	padding:5px;
}

.tools ul li a{
	color:#82B40F;
}


.column{
	width:48%;
	float:left;
	padding:5px;
}


#logotypes{
    clear: both;
}
