@charset "utf-8";
/* CSS Document */


body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

table td {
	font-size:11px;	
}


#header
{
	width:780px;
}


#content{
	width:520px;
	margin-left: 250px;
}



#left {
	float:left;
	background-image:url(../images/ball.jpg);
	background-repeat:no-repeat;
	width:250px;
	min-height:400px;

}

#menu {
	margin-top:30px;
	margin-left:25px;
	height:340px;
}

#menu li {
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#008000;
	width:152px;
	height:14px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	background-image:url(../images/dotline.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	list-style-image:none;
	list-style:none;
}


#menu a:hover{
	color:#008000;
	text-decoration:underline;
}

#menu a
{
	color:#008000;
	text-decoration:none;
}

#menu .selected {
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.headline {
	margin-top:30px;
	background-color:#248534;
	height:50px;
	background-image:url(http://www.msdliga.si/media/images/headlinecorner.jpg);
	background-repeat:no-repeat;
	background-position:right;

}

.healineImage
{
	float:left; 
	margin-right:15px;
}

.headlineTitle
{
	padding-top:17px;
	font-family:Tahoma, Arial, "Times New Roman";
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;

}

.table {
	margin-top:50px;
	width:500px;
	font-size:11px;
}

.table td {
	text-align:center;
	border:1px #FFFFFF solid;
}

.table th {
	background-color:#69b776;
	font-weight:bold;
	font-size:12px;
	border:1px #FFFFFF solid;
	text-align:center;
}

.teamName {
	font-weight:bold;
	text-align:left!important;
	font-size:11px;
}

#results {
	margin-top:20px;
	margin-bottom:30px;
}

#results .match {
	margin-bottom:10px;
	font-size:11px;
}

#results .round caption {
	font-weight:bold;
	font-size:11px;
}

#results .round {
	margin-bottom:30px;
	font-size:11px;
}

#results .teamNames {
	width:250px;
	font-size:11px;
}

#results .scores {
	width:40px;
	font-size:11px;
}

#results .groups {
	width:80px;
	font-size:11px;
}

#teams {
	margin-top:30px;
	margin-bottom:30px;
}

#teams .team {
	border-bottom:dashed #999999 1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:11px;
}

#team {
	margin-top:20px;
	margin-bottom:30px;
}

#team .teamName {
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	font-size:11px;
}

#team .details th {
	font-weight:bold;
	font-size:11px;
}

#team .details td {
	font-size:11px;
}

#team .player {
	width:160px;
	font-size:11px;
}

#team .goals, #team .penalties, #team .rate {
	width:70px;
	font-size:11px;
}

#fixtures {
	margin-top:15px;
}

#fixtures .notice {
	color:#FF0000;
	font-weight:bold;
	padding-left:30px;
}

#fixtures .round {
	margin-bottom:25px;
}

#fixtures .round td {
	font-size:11px;
}

#fixtures .round caption {
	font-weight:bold;
	font-size:11px;
}

#fixtures .homeTeam, #fixtures .awayTeam {
	width:145px;
}

#fixtures .date {
	width:120px;
}

#fixtures .groupName {
	width:170px;
}	
	

#banner {
	text-align:center;
	margin-top:20px;
}

#leftSide {
	text-align:center;
}

	
#gallery {
	padding:20px;
}

#gallery .left {
	float:left;
	height:45px;
	width:60px;
}

#gallery .right {
	padding-top:15px;

	
}

#gallery .thumb {
	float:left;
	width:150px;
	text-align:center;
}

#gallery .thumbLink {
	display:block;
	padding:10px;
	text-align:center;
}

#gallery .folder {
	height:45px;
	clear:clear;
	margin-top:10px;
}


#bestPlayers {
	padding-left:40px;
	padding-bottom:30px;
	text-align:left;
}

#bestPlayers caption {
	font-weight:bold;
}
		
#player, #match {
	margin-top:20px;
}

#player th, #match th {
	font-weight:bold;
	vertical-align:top;
	width:100px;
	padding-bottom:5px;
}

#player .match {
	width:250px;
}

#player .result, #player .auto  {
	width:40px;
}


#match .goal {
	width:200px;
}	




