
input[type="text"] {
	border:1px solid #ccc;
	height:16px;
	width:180px;
}

input[type="password"] {
	border:1px solid #ccc;
	height:16px;
	width:180px;
}

textarea {
	border:1px solid #ccc;
	width:180px;
}

/* hlavny design */

body {
	background-color:white;
	margin:0;
	padding:0;
	text-align:center;
	background: url('../img/header_bg.png') top repeat-x;
	font-family: tahoma, arial, verdana;
	text-align: left;
}

#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	margin-top: 10px;
	padding: 3px;
	text-align: left;
}

.fgclass {
	padding: 5px;
	background: url(/img/submenu.png) repeat;
}

#container {
	width:1160px;
	text-align:left;
}

#header {
	width: 1000px;
	height: 92px;
}

#logo {
	float: left;
	margin-left: 16px;
}

div.startflash {
    width: 1000px; 
    height: 470px; 
    background: url(/img/tebau-flash.jpg) no-repeat;
}

/* #header h1 { */
#container h1 {
	/*display: none;*/
	float: right;
    padding: 0;
	margin: 0;
    color: #666666;
    font-size: 10px;
	text-align: right;
}


/* paticka */
div#footer {
	clear: both;
	padding: 2px 160px 40px 20px;
}

.footerimg {
    position: relative; 
    top: 4px; 
    border: 0;
}

div#footer span {
	float: right;
	font-size: 11px;
}

#flags {
	float: left;
}


/* obsah */
div#content {
	float: left;
	width: 1000px;
}

div#content_padding {
	padding: 15px;
}

.novinky_all {
	width: 700px;
	border: 1px solid #ffffff;
	background: url(/img/novinky_all.png) left repeat-y #eeeeee;
	padding: 5px;
}

.novinky_all tr td h3{
	color: #666666;
}

.novinky_all img {
	border: 2px solid #ffffff;
}

.novinky {
	float: right;
	width: 150px;
	background: url(/img/novinky_bg.png) repeat-x #495056;
	overflow: hidden;
}

.novinky_bar {
	width: 150px;
	height: 33px;
	text-align: center;
	color: #ffffff;
	line-height: 27px;
	font-size: 11px;
}

.novinky a {
	display: block;
	padding: 0 7px;
	text-decoration: none;
}

.novinky a span:hover {
	text-decoration: underline;
}

.novinky span {
	display: block;
	color: #b1b8be;
	font-size: 11px;
	padding: 7px 7px 2px 7px;
}

.novinky a:hover {
	text-decoration: underline;
}

.novinky img {
	width: 132px;
	border: 2px solid white;
	margin-bottom: 4px;
}

.novinky_date {
	width: 150px;
	height: 16px;
	background: url(/img/novinky_date.png) repeat-x;
	text-align: right;
	color: #222222;
	font: 10px Arial;
	line-height: 16px;
}

.novinky_info {
	padding-left: 7px;
}
.novinky_info a{
	float: left;
	padding-left: 13px;
	color: #2e3192;
	background: url(/img/novinky_info.png) no-repeat;
	font-size: 10px;
	line-height: 15px;
}

.novinky h2{
	font-size: 15px;
}

.novinky_datum {
	width: 100px;
	color: #777777;
}

.novinky_viac {
	color: #777777;
}

.novinky_vsetky {
	width: 143px;
	line-height: 20px;
	background-color: #ffffff;
	color: #777777;
	font-size: 11px;
	text-align: right;
}

.novinky_anotation {
	color: #eeeeee;
	font-size: 11px;
	padding: 2px 7px 2px 7px;
}

.border_right {
	border-right: 2px solid #dddddd;
}
