/* SPOJE.NET */

/*
	blue	:	#009CDD;
	orange	:	#EFC627;
	grey	:	#58595A;

*/
.mobile { display:none; } /* TODO PRASARNA, nepatri do screen.css */
.noscreen { display:none; }
.hide { display:none; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.float { float: left; }
.float_right { float: right; }
.clear { clear: both; }
.last { margin-bottom: 0px; }

.blue {color: #009CDD; }
.orange {color: #EFC627; }
.grey {color: #58595A; }
.white {color: #FFF; }
.black {color: #000; }

.bgBlue, .bgBlue td { background-color: #009CDD; color: #FFFFFF; }
.bgOrange { background-color: #EFC627; color: #000 }
.bgGrey, .bgGrey td {background-color:#58595A;color:#FFFFFF; }
.bgWhite {background-color:#FFFFFF; color:#000000;}
.bgBlack {background-color:#000000;color: #FFFFFF;}


/* LAYOUT */

body {
	overflow:scroll;
	font-size: 12px;
	background-color: #CCCCCC;
	background-image:url("images/spoje-net_bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

.container_16.container_header {
	background-image:url("images/spoje-net_header.gif");
	background-repeat:no-repeat;
	background-color:#EFC627;
	background-position: left top;
	font-family: Arial, sans-serif;
}



/* HEADER */
.header {
	height: 100px;
	min-height: 100px;
}
.logo {
	margin: 25px 0 15px;
}
.panacek{position:relative;left:200px;}

/* FOOTER */
.footer * {
	color: black;
	font-weight: normal;
}

/* MAIN MENU */

.container_menu menu li {
	margin: 0;
	display: inline;
}
.container_menu menu li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}
.container_menu menu li a:hover, .container_menu menu li a.s {
	text-decoration: none;
	color: #EFC627;
}


.container_menu menu {
	text-align: center;
	background-color: black;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	clear: both;
	display:table;
	width:100%;
}
.container_menu menu li {
	display:table-cell;
	text-align: center;
}

.container_menu menu li img {
	height:12px;
	padding: 0 0 4px 8px;
}
.container_menu menu li img:hover {
	transform: scale(1.3);
	position: relative; left: -1px;
}

/** LEFT COLUMN VERTICAL MENU
 *
 */
.lcol .box { padding: 0 10px 0 10px; }
.lcol menu { margin-top: 10px; }
.lcol menu li {
	display: inline;
	margin: 0;
	padding: 0;
} 
.lcol menu li a {
	display: block;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.lcol menu li a:hover { text-decoration: underline; }

/* homepage icon */

.rcol h1 {
	margin-bottom: 8px;
	font-size: 20px;
}

.rcol h2 {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 8px;
}


/* NAVIGATION PATH */

.navpath {
	margin-bottom: 10px;
}
.navpath a { color: #000; font-weight: normal; }
.navpath * { text-transform: uppercase; }


/* MAIL FORMULAR */

.content input:not([type='checkbox']),
.content textarea,
.content select { width: 100%; }
.mailform { text-align: left; }

/** CONTENT FORMATTING
 *
 */

.content { text-align: justify; }
