/* + styly obecne */
body {
		margin:0; 
		padding:0;
		color: white;
		font-weight: normal;
		font-size: 9pt;
		font-family: verdana,Times new roman,tahoma,Arial CE,Helvetica,sans-serif;
		background-color: black;
		}
a 			{ color: #FF6600; }
a:visited	{ color: #FF6600; }
a:hover	 	{ color: white; }
h1		 	{ font-size: 16pt; font-weight: normal; color: #FFFFFF;} /* pouzito pro nadpisy mainu */
h3		 	{ font-size: 9pt; font-weight: bold; color: #FF6600;} /* pouzito pro nadpisy - napr jmeno squash centra nacteneho z db */
/* - styly obecne */

/* + styly urcujici strukturu portalu */
/* udava sirku portalu */
#all {
		margin:0; padding:0;
		width: 950px;
		}
/* hlavicka - pozadi loga a mark obrazku */
#header {
		margin:0; padding:0;
		height: 130px;
		background-color: black;
		}
/* orange bar pod hlavickou */	
#orangebar {
		position=relative;
		margin:0; padding:0;
		height: 20px;
		background-color: #FF6600;
		}
/* black bar pod orange bar - jen posunuti dolu */	
#blackbar {
		position=relative;
		margin:0; padding:0;
		height: 10px;
		background-color: black;
		}
/* pouze z duvodu pozadi prostredni casti - nelze totiz slozit pozadi ze trech samostatnych pozadi jednotlivych sloupcu -> pak mizi text v prostrdnim sloupci */
#main {
		margin:0; padding:0;
		background-image: url('img/squash-main.gif');
		background-repeat: repeat-y;	
		}
#main1 {
		margin:0; padding:0;
		}
#main2 {
		margin:0; padding:0;
		}
/* levy sloupec */
#left {
		float:left;
		width:194px;
		margin:0; padding:0;	
		color: #FF6600;
		}
#left a:hover	{ color: white; }
#left li	 	{list-style-image: url("img/li.gif");color: #FF6600; }
#left h2	 	{color: #FF6600; font-size: 150%; line-height: 10%; text-align: left;}

/* pravy sloupec */
#right {
		float:right;
		width:230px;
		margin:0; padding:0;
		}
#right a		{ color: white; }
#right a:hover	{ color: #FF6600; }
#right li	 	{list-style-image: url("img/li.gif");color: white; }
#right h2	 	{color: #FF6600; font-size: 150%; line-height: 10%; text-align: left;}
/* prostedni sloupec */
#middle {
		margin:0 201px;
		width:490px;
		}
/* paticka */
#footer {
		margin:0; padding:0;
		background-color: black;
		clear:both;
		}
/* pouzito pro vsechny sloupce - udava odsazeni, aby text nebyl u kraju */
.column-in 	{
			margin:0; padding:0.0em 0.4em;
			}
/* ukoncuje obtekani sloupcu -> pak je mozne pripojit paticku v toku dokumentu */
.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border: 0;
		margin:0; padding:0;
		}
/* + styly urcujici strukturu portalu */

/* + styly jednotlivach prvku */

/* logo- absolutni pozice */
#squash-nam-logo {
		position: absolute;
		width: 332px;
		top: 30px;
		left: 75px;
		height: 93px;
		background-image: url('img/squash-nam-logo.gif');
		}
		
/* Obr CB v pravonahore- absolutni pozice */
#squash-img {
		position: absolute;
		width: 282px;
		top: 0px;
		left: 550px;
		height: 130px;
		background-image: url('img/squash.jpg');
		}
/* Obr CB v pravonahore- absolutni pozice */
#icons {
		position: absolute;
		width: 26px;
		top: 130px;
		left: 550px;
		height: 20px;
		}

/* horni menu- absolutni pozice */
#menuup {
		position: absolute;
		width: 750px;
		top: 154px;
		left: 200px;
		height: 15px;
		text-align: right; 
		color: black;
		font-weight: bold;
		font-size: 9pt;
		}
#menuup a {color: black;}

/* nadpis Project Management portal - absolutni pozice */
#title {
		position: absolute;
		width: 550px;
		top: 18px;
		left: 20px;
		height: 45px;
		text-align: left; 
		}

/* partners */
#partners {
		color: #ff5500;
		font-weight: bold;
		font-size: 9pt;
		}
#news a {color: #757575;}

/* novinky obrazky - absolutni pozicovani*/
#newsimg {
		position: absolute;
		width: 70px;
		top: 210px;
		left: 697px;
		height: 50px;
		}

/* styly pro písmo */
#titlesmall {
		color: #ff6600;
		font-weight: bold;
		font-size: 9pt;
		}
#language a {color: #757575;}
/* - styly jedotlivach prvku */
