
* {	
	margin: 0; 
	padding: 0;
}
body {
	background-image: url(picts/background/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: tahoma, verdana, arial, geneva;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

#back_up {
	background-image: url(picts/background/back_up.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 969px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#back_middle {
	background-image: url(picts/background/back_middle.png);
	background-repeat: repeat-y;
	margin: auto;
	height: 100%;
	width: 969px;
}
#back_over {
	background-image: url(picts/background/back_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 969px;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#header {
	height: 140px;
	width: 949px;
	margin: auto;
	background-image: url(picts/header/back.jpg);
	background-repeat: repeat-x;
}
#logo {
	height: 140px;
	width: 259px;
	float: left;
	margin-left: 10px;
}
#banners {
	float: right;
	height: 123px;
	width: 641px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: auto;
	margin-left: auto;
}

#banners_top_left {
	float: left;
	height: 123px;
	width: 468px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: auto;
	margin-left: auto;
	clear:none;
}
#banners_top_right {
	float: left;
	height: 123px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: auto;
	margin-left: auto;
	width:92px;
	clear:none;
}

#banner1 {
	height: 60px;
	width: 468px;
	float: left;
}
#banner2 {
	float: left;
	height: 60px;
	width: 250px;
	margin-top: 3px;
}
#banner3 {
	height: 60px;
	width: 388px;
	float: right;
	margin-top: 3px;
}
#menu {
	background-image: url(picts/menu/back.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 949px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#menu p {
	margin-top: 12px;
	margin-left: 12px;
	float: left;
}
#menu a {
	font-weight: bold;
	color: #333333;
}
#menu a:hover {
	color: #b92020;
}
#menu a.hovered{
	color: #b92020;
}
#date p {
	padding-top: 10px;
	padding-right: 10px;
}
#menu   .date {
	float: right;
	padding-right: 10px;
}
#categories {
	background-image: url(picts/categories/back.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 949px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content {
	height: 100%;
	/*min-height: 1800px;*/
	width: 949px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 5px;
}
#left {
	height: 100%;
	width: 471px;
	float: left;
}
#center_right {
	float: right;
	width: 474px;
	height: 100%;
}
#center {
	height: 100%;
	width: 241px;
	float: left;
}
#right {
	float: right;
	height: 100%;
	width: 228px;
}

#live_news {
	background-image: url(picts/live_news/live_news.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 471px;
}
#live_news_marque {
	font-size: 15px;
	padding-left:130px;
	padding-top:14px;
	width:332px;
	height:30px;
	color:#404040;
	font-weight:bold;
}
#main_info {
	height: 100%;
	width: 471px;
	margin-top: 5px;
	float: left;
}
#breadcrumb {
	background-image: url(picts/main_news/back.jpg);
	background-repeat: repeat-x;
	height: 16px;
	width: auto;
	margin-top: 1px;
}
#breadcrumb p {
	color: #FFFFFF;
	padding-left: 6px;
	padding-top: 1px;
}
#breadcrumb a {
	color: #FFFFFF;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#text {
	/*height: 170px;*/
	width: 469px;
	border: 1px solid #e3e3e3;
	background-color: #f3f3f3;
	margin-top: 2px;
}
#text_inside {
	height: 100%;
	width: 469px;
	border: 1px solid #e3e3e3;
	background-color: #f3f3f3;
	margin-top: 2px;
}
h1 {
	color: #AA2828;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 5px;
}
#text a, #text_inside a {
	color: #AA2828;
}

#text p, #text_inside p {
	padding: 5px;
}
#text   .read_more, #text_inside .read_more  {
	text-align: right;
}
#text .read_more a, #text_inside .read_more a {
	color: #333333;
	text-decoration: underline;
}
#text .read_more a:hover, #text_inside .read_more a:hover {
	text-decoration: none;
}
#banner4 {
	/*height: 70px;*/
	width: 471px;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: left;
	text-align:center;
}
#banner5 {
	height: 70px;
	width: 471px;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#more_news {
	margin: auto;
	float: left;
	height: 348px;
	width: 471px;
}
#more_news_title {
	background-image: url(picts/headline_tabs/red_tab.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 471px;
}
#more_news_title p {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12px;
}
#more_news_box {
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	height: 282px;
	width: 469px;
	border: 1px solid #e4e4e4;
	margin-top: 5px;
}
#more_news_left {
	width: 232px;
	float: left;
	height: 281px;
}
#more_news_right {
	width: 232px;
	float: left;
	height: 281px;
}
#news_box {
	height: 64px;
	margin-top: 5px;
	font-size: 10px;
}
#news_box:hover {
	background-color: #CCCCCC;
	background-image:none;
}

#news_box_img {
	height: 64px;
	width: 72px;
	float: left;
	margin-left: 5px;
}
#news_box_txt {
	height: 64px;
	width: 150px;
	float: right;
}
#news_box_txt p {
	padding: 5px;
}
#news_box_txt a {
	color: #333333;
	text-decoration: none;
}
#news_box_txt a:hover {
	text-decoration: none;
}
#articles_interviews {
	float: left;
	height: 220px;
	width: 471px;
	margin-top: 5px;
}
#articles, #interviews, #soccer, #volley {
	float: left;
	height: 220px;
	width: 234px;
}
#rest {
	float: right;
	height: 220px;
	width: 234px;
}
#basket , #soccer {
	float: right;
	width: 234px;
}
#articles_title {
	background-image: url(picts/headline_tabs/ochra_tab.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	float: left;
}
#interviews_title {
	background-image: url(picts/headline_tabs/orange_tab.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	float: left;
}
#soccer_title {
	background-image: url(picts/headline_tabs/soccer_tab.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	float: left;
}
#basket_title {
	background-image: url(picts/headline_tabs/basket_tab.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	float: left;
}
#rest_title {
	background-image: url(picts/headline_tabs/rest_tab.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	float: left;
}
#volley_title {
	background-image: url(picts/headline_tabs/volley_tab.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	float: left;
}
.title {
	color: #FFFFFF;
	padding-top: 22px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
}

#articles_text, #interviews_text, #soccer_text, #basket_text, #volley_text, #rest_text {
	height: 153px;
	width: 232px;
	border: 1px solid #e4e4e4;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 5px;
}

#long_text{
	min-height: 305px;
	width: 232px;
	border: 1px solid #999999;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 5px;
	padding-bottom:5px;
	margin-left:-1px;
}

#interviews {
	float: right;
	height: 220px;
	width: 234px;
}
ul {
	list-style-type: none;
	padding-left: 15px;
	padding-top: 5px;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(picts/cross/cross.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 2px 10px;
}
#articles_text .read_more, #interviews_text .read_more, #soccer_text .read_more, #basket_text .read_more, #volley_text .read_more, #rest_text .read_more, #news .read_more, #news_small .read_more {
	text-align: right;
	padding-right: 10px;
	padding-top: 15px;
}
#articles_text .read_more a, #interviews_text .read_more a, #soccer_text .read_more a, #basket_text .read_more a, 
#volley_text .read_more a, #rest_text .read_more a, #news .read_more a, #news_small .read_more a {
	text-decoration: underline;
}
#articles_text .read_more a:hover, #interviews_text .read_more a:hover, #soccer_text .read_more a:hover, 
#basket_text .read_more a:hover, #volley_text .read_more a:hover, #rest_text .read_more a:hover, 
#news .read_more a:hover, #news_small .read_more a:hover {
	text-decoration: none;
}
#soccer_basket, #volley_rest {
	float: left;
	height: 220px;
	width: 471px;
	margin-top: 5px;
}

#soccer_basket_long {
	float: left;
	width: 471px;
	margin-top: 5px;
}

#news {
	float: left;
	width: 241px;
	margin-bottom: 5px;
}
#news_small {
	float: left;
	width: 241px;
	margin-bottom: 5px;
}
#news_title {
	float: left;
	height: 60px;
	width: 241px;
	margin-bottom: 5px;
	background-image: url(picts/headline_tabs/news_tab.jpg);
	background-repeat: no-repeat;
}
#greek_news_title {
	float: left;
	height: 60px;
	width: 241px;
	margin-bottom: 5px;
	background-image: url(picts/headline_tabs/map_tab.jpg);
	background-repeat: no-repeat;
}
#world_news_title {
	float: left;
	height: 60px;
	width: 241px;
	margin-bottom: 5px;
	background-image: url(picts/headline_tabs/world_tab.jpg);
	background-repeat: no-repeat;
}
#gallup_title, .menuhd{
	float: left;
	height: 60px;
	width: 241px;
	margin-bottom: 5px;
	background-image: url(picts/headline_tabs/gallup_tab.jpg);
	background-repeat: no-repeat;
}

.menu_hd_results{
	font-weight:bold;
}

#gallup_box {
	height: 182px;
	width: 239px;
	border: 1px solid #e4e4e4;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	float: left;
}
#gallup_box h3  {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	float: left;
}

.menuhd h3{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	padding-top:22px;
}



#gallup_choice {
	clear: both;
	height: 60px;
	width: 215px;
	margin: auto;
}
#vote {
	height: 16px;
	width: 50px;
	float: left;
	margin-top: 10px;
	margin-left: 12px;
}
#show_results {
	height: 45px;
	width: 230px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 4px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#show_results p {
	padding-left: 8px;
	padding-top: 2px;
	line-height: 18px;
}
#show_results a {
	text-decoration: underline;
}
#show_results a:hover {
	text-decoration: underline;
	color: #000000;
}

#choice {
	height: 20px;
	width: 215px;
	float: left;
}
#choice input {
	float: left;
	margin-right: 4px;
}
#choice p {
	padding-top: 0px;
}

#news_links {
	width: 239px;
	border: 1px solid #e4e4e4;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	float: left;
}
#news_links_small, .poll {
	width: 239px;
	border: 1px solid #e4e4e4;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	float: left;
	line-height:16px;
}
#banner6 {
	background-color: #FFFFFF;
	float: left;
	
	width: 241px;
	margin-bottom: 5px;
}
#banner7 {
	background-color: #FFFFFF;
	float: left;
	/*height: 170px;*/
	width: 228px;
	margin-bottom: 5px;
	text-align:center;
}
#banner8 {
	float: left;
	height: 200px;
	width: 228px;
	margin-bottom: 5px;
}
#banner9 {
	float: left;
	height: 115px;
	width: 228px;
	margin-bottom: 5px;
}
#banner10 {
	float: left;
	height: 602px;
	width: 228px;
	margin-bottom: 5px;
}
#banner11 {
	float: left;
	height: 149px;
	width: 228px;
	margin-bottom: 5px;
}
#special_news {
	height: 100%;
	width: 471px;
	margin-bottom: 5px;
}
#special_news_box {
	float: left;
	height: 253px;
	width: 471px;
	margin-bottom: 3px;
}
#special_news_box_left {
	float: left;
	height: 251px;
	width: 232px;
	border: 1px solid #e4e4e4;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
}
#thumb_pict {
	height: 115px;
	width: 224px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-position:center;
}
#special_txt {
	height: 105px;
	width: 225px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#special_txt h3 {
	font-size: 11px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 6px;
}
#special_txt h3 a {
	color: #9f2020;
	text-decoration: none;
}
#special_txt  h3 a:hover {
	text-decoration: underline;
}
#special_txt p {
	font-size: 11px;
}

#special_news_box_right {
	float: right;
	height: 251px;
	width: 232px;
	border: 1px solid #e4e4e4;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
}

#copyrights {
	background-color: #FFFFFF;
	width: 949px;
	height: 50px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#copyrights p {
	color: #333333;
	padding-right: 6px;
	text-align: right;
}

#copyrights .t-c {
	margin-bottom: -7px;
	margin-right: 2px;
	margin-top: 4px;
}
#copyrights a {
	color: #990000;
	text-decoration: none;
}
#copyrights a:hover {
	text-decoration: underline;
}
#gap {
	clear: both;
	height: 0px;
	width: 949px;
	margin: auto;
}


#picture{
	background-color:#404040;
}

.gallery_images_padding {
	clear:none;
	float:left;
	margin-top:5px;
	background-color:#E4E4E4;
	padding:5px;
}
.gallery_images {
	clear:none;
	float:left;
}
.gallery_images:hover {
	}
.gallery_image {
	clear:none;
	float:left;
	padding:3px;
	border: 2px solid #E4E4E4;
	background-color:#FFFFFF;
}
.gallery_image:hover {
	border: 2px solid #aa2828;
}
#selected {
	border: 2px solid #aa2828;
	clear:none;
	float:left;
	padding:3px;
	background-color:#FFFFFF;
}
.other_galleries {
	background-image:url(picts/categories/back.jpg);
	clear:both;
	color:white;
	float:left;
	font-weight:bold;
	height:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	width:461px;
}
.gallery {
	clear:left;
	float:left;
	padding:5px;
	/*height:50px;*/
	width:461px;
	background-color:none;
	}
.gallery:hover {
	background-color:#CCCCCC;
	background-image:none;
}
.galleryall {
	background-image:url(picts/more_news/back.jpg);
	background-repeat:repeat-x;
	clear:none;
	float:left;
}
.gallery img {
	clear:none;
	float:left;
}
.old_gallery_title {
	clear:none;
	float:left;
	padding-left:5px;
	width:350px;
}

.old_gallery_title a {
	color:#AA2828;
}

.old_gallery_text {
	clear:none;
	float:left;
	padding-left:5px;
	width:360px;
}
.old_gallery_text a {
	text-decoration:none;
}


#sports_title
{
	background-image:url(picts/sportfm_pict.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 22px;
	padding: 22px;
	width:426px;
	float:left;
	clear:left;

}

#sports_long_text
{

	min-height: 305px;
	width: 468px;
	border: 1px solid #999999;
	background-image: url(picts/more_news/back.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 5px;
	padding-bottom: 5px;

}
.yannis_boxy {
	border:1px dotted #666666;
	float:left;
	margin:2px;
	padding:0;
	width:32%;
}
.yannis_boxy_title {
	background-color:#AA2828;
	background-image:none;
	border-bottom:1px dotted #666666;
	color:white;
	margin:4px;
}
#matches_head {
	float:left;
	margin-top:4px;
	width:471px;
}
#matches_title {
	background-repeat:no-repeat;
	float:left;
	height:60px;
	width:471px;
}
#matches_text {
	background-image:url(picts/more_news/back.jpg);
	background-repeat:repeat-x;
	border:1px solid #999999;
	float:left;
	margin-left:-1px;
	margin-top:5px;
	min-height:305px;
	padding-bottom:5px;
	width:215px;
	margin-left:12px;
}
.matches_week {
	margin-right:6px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	background-color:#AA2828;
	color:white;
}
.matches_choose_week {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-left:120px;
	margin-top:-1px;
	float:left
}
.matches_choose_week select {
	background:none;
	color:#FFFFFF;
	font-weight:bold;
	width:50px;
	background-color:#63B2B9;
}
.ListPrev {
	background-image:url(picts/more_news/back.jpg);
	background-position:0 -150px;
	background-repeat:repeat-x;
	border:1px solid #E4E4E4;
	color:#555555;
	float:left;
	font-size:14px;
	margin:6px;
	padding:5px;
}
.ListNext {
	background-image:url(picts/more_news/back.jpg);
	background-position:0 -150px;
	background-repeat:repeat-x;
	border:1px solid #E4E4E4;
	color:#555555;
	float:right;
	font-size:14px;
	margin:6px;
	padding:5px;
}

.banner_text
{
	margin-top:5px;
	margin-bottom:5px;
}

/*INTERNET EXPLORER 7.0*/
*:first-child+html #choice p {
	padding-top: 4px;
}

/*INTERNET EXPLORER 6.0*/
*html #back_up {
	background-image: url(picts/background/ie6/back_up.gif);
	margin-bottom: -4px;
}
*html #back_middle {
	background-image: url(picts/background/ie6/back_middle.gif);
	width: 969px;	
}

*html #banners_top_left {
	float: left;
	height: 123px;
	width: 483;
	margin-top: 8px;
	margin-right: 8px;
	clear: right;
}


*html #banners_top_right {
	float: right;
	height: 123px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 0px;
	width:100px;
	clear:right;
}

*html #header {
	height: 140px;
	width: 949px;
	margin: auto;
	background-image: url(picts/header/back.jpg);
	background-repeat: repeat-x;
}

*html #back_over {
	background-image: url(picts/background/ie6/back_bottom.gif);
}
*html #choice p {
	padding-top: 4px;
}
*html #banner10 {
	margin-top: -308px;
	margin-bottom: -150px;
}
*html #news_box_txt a {
	color: #333333;
	text-decoration: none;
}
*html #news_box_txt a:hover {
	text-decoration: underline;
}

.a_ban{
	color:#009900 !important;
}
