@charset "utf-8";
html, body {
	height: 100%; 
	position:relative;
}
body {
	background:#7dd3f7;
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
	font-size:small;
	color:#000000;
	margin:0; padding:0;
}
#tassar {
	background:url(../../image_layout/tassar.png);
	width:200px;
	height:235px;
	z-index:0;
	position:absolute;
	top:600px;
	left:20px;
}
#website {
	position:relative;
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	margin-bottom:20px;
}
#header {
	background:url(../../image_layout/layout_elements.png) 0 0;
	height:180px;
	width:1000px;
	z-index:2;
}
#left_column {
	position:relative;
	width:156px;
	margin:0 0 0 23px;
	float:left;
	z-index:2;
}
#middle_column {
	width:558px;
	margin:5px 0 0 16px;
	padding:20px 20px 20px 20px;
	float:left;
	background:url(../../image_layout/layout_content_bg.png);
	position:relative;
	z-index:2;
}
#middle_column_top {
	position:absolute; top:0; left:0;
	background:url(../../image_layout/layout_elements.png) 0 -180px;
	height:15px;
	width:598px;
	z-index:2;
}
#middle_column_bottom {
	position:absolute; bottom:0; left:0;
	background:url(../../image_layout/layout_elements.png) 0 -195px;
	height:15px;
	width:598px;
	z-index:2;		
}
#right_column {
	width:161px;
	margin:5px 0 0 21px;
	float:left;
	z-index:2;
}
.ads {
	margin:0 0 9px 0;
}
#footer {
	margin:10px 0 0 0;
	width:1000px;
	height:33px;
	background:#264186;
	color:#FFFFFF;
	text-align:center;
	padding:12px 0 0 0;
	z-index:2;
	position:relative;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	z-index:2;
}
#zebramedia {
	margin:0;
	width:1000px;
	color:#264186;
	text-align:right;
	padding:0;
	z-index:2;
	position:relative;
	font-size:10px;
}
#zebramedia a {
	color:#264186;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0 10px 0 0;
}
#newsfeed_full img {
	margin:0 0 10px 5px;
}
.newsfeed {
	margin:10px 0 0 0;
}
.newsfeedbox {
	width:332px;
	height:139px;
	border:1px #91dbf8 solid;
	position:relative;
	font-size:small;
	margin:5px 0 10px 0;
}
.newsfeedbox img {
	float:left;
	border:0;
	margin:15px 10px 15px 13px;
}
.newsfeedcontent {
	float:left;
	width:180px;
	margin:10px 0 10px 0;
}
.newsfeedcontent h1 a {
	font-size:12px;
	margin:0 0 4px 0;
	display:block;
}
.newsfeedcontent .newsFeedText a {
	text-decoration:none;
	color:#000000;
}
.newsfeedcontent .newsfeed_readmore a{
	font-style:italic;
}
.newsFeedDate {
	display:none;
}
#zebpoll {
	width:266px;
	height:153px;
	background:#c7eafc;
	position:relative;
}
#zebpoll img {
	padding:5px 0 0 0;
}
#zebpoll_content {
	padding:5px 10px 5px 10px;
	position:relative;
}
.zebpoll_awnser {
	float:left; width:50%;
}
.zebpoll_awnser_inside {
	margin:2px;
}
.clear {
	clear:both;
}


/*JQUERY EFFECTS*/
.jq_slide_fade_random {
	margin:0; padding:0;
	list-style:none;
	height:auto; width:auto;
}
.jq_slide_fade {
	margin:0; padding:0;
	list-style:none;
	height:auto; width:auto;
}
.jq_slide {
	margin:0; padding:0;
	list-style:none;
	height:auto; width:auto;
}
.jq_slide_random {
	margin:0; padding:0;
	list-style:none;
	height:auto; width:auto;
}
/*SIFR START*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*SIFR END*/


/*NAVIGATION*/
#zebnavigation {
	list-style:none;
	margin:15px 0 0 0; padding:0;
}
#zebnavigation li {
	list-style:none;
	margin:0; padding:0;
}
#zebnavigation li a{
	display:block;
	background:#FFFFFF;
	padding:8px 5px 8px 15px;
	color:#000000;
	margin:1px 0 0 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}
#zebnavigation .opendChildofa {
	background:#c7eafc;
}
#zebnavigation li a:hover{
	background:#c7eafc;
}
#zebnavigation li ul {
}
#zebnavigation li ul li {
}
#zebnavigation li ul li a{
}
#zebnavigation li ul li a:hover{
}
/*NAVIGATION END*/
