
*	{ 
	font-family:  sans-serif, verdana, arial, helvetica;
}


body {
	color:#ffffff;
	background-color:#ffffff;
	text-align: center; /*vycentrovanie pre IE*/
}


a:link		{ text-decoration: none; color:#608bda;}
a:visited	{ text-decoration: none; color:#608bda;}
a:hover		{ text-decoration: underline; color:#608bda;}
a:active	{ text-decoration: none; color:#608bda;}


table,td,th{
	border:1px solid #61707d;
	border-collapse:collapse;
	padding-left:10px;
	padding-right:10px;
}

textarea{
	width:500px;
	height:50px;
	overflow:auto;	
}

img 			{ border:solid 0px white; margin:0px; padding:0px; }
/*
input			{ font-size:12px; padding-left:5px; border-collapse:collapse; border:solid 1px #a67400;background-color:#FFF6CF; color:#a67400;}
textarea		{ overflow:auto; border-collapse:collapse; border:solid 1px black; }
select			{ border-collapse:collapse; border:solid 1px #a67400; background-color:#FFF6CF; color:#a67400; }
*/

#main {
	width: 1000px; /*šírka layoutu*/
 	text-align: left; /*zrušenie vycentrovania textu*/
	margin: 0 auto; /*vycentrovanie v ostatných prehliadačoch*/
}


/***** hlavicka stranky *****/
#top {
	width:1000px;
	height: 125px;
	background-image:url(../images/head.png);
	background-repeat:no-repeat;
	cursor:pointer;
}



/***** levy a pravy sloupec *****/
#column {
	width: 1000px;
	margin-top:10px;
	padding-left:0px;
	margin-left:10px;
}

.button{
	width:183px;
	height:33px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	color:#ffffff;
	font-size:14px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
}

#left-column {
	float: left;
	width: 203px;
	font-size:14px;
	background-color:#ffffff;
	color:#61707d;
	line-height:30px;
	margin-right:13px;
	border:1px solid #e0e0e0;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-y;
}

#left-column a:link		{ text-decoration: none; color:#61707d;}
#left-column a:visited	{ text-decoration: none; color:#61707d;}
#left-column a:hover		{ text-decoration: underline; color:#61707d;}
#left-column a:active	{ text-decoration: none; color:#61707d;}

#middle-column {
	padding-top:12px;
	float: left;
	width: 530px;
	font-size:12px;
	color:#61707d;
}


#right-column {
	float: right;
	width: 205px;
	margin-right:20px;
}

#login{
	width:203px;
	font-size:12px;
	border:1px solid #e0e0e0;
	margin-bottom:15px;
	color:#61707d;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-y;
}

#calendar{
	width:203px;
	margin-bottom:25px;
	font-size:12px;
	color:#61707d;
	border:1px solid #e0e0e0;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-y;
}

#logos{
	width:203px;
	color:#61707d;
	margin:0px;
	padding:0px;
}



#bottom{
	clear:both;
	padding-left:450px;
	color:#61707d;
	font-size:12px;
}

.nadpis{
	font-size:18px;
	color:#608bda;
	font-weight:bold;
	margin-bottom:18px;
}

.nadpis2{
	font-size:16px;
	color:#61707d;
	font-weight:bold;
	margin-bottom:10px;
}

.yellowBG {
	width:510px;
	background-color:#f2f2ba;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

.greyBG {
	width:510px;
	background-color:#dfe2e3;
	padding:10px;
}

.rform{
	width:500px;
}

.rf_warning {
	color:red;
	font-weight:bold;
}

.call_topic_checkbox{
	float:left;
	width:25px;	
}

.call_topic_text{
	float:left;
	width:500px;
	margin-top:1px;
}