@import url("kontakt.css");
@import url("layout.css");
@import url("news.css");


BODY {
	padding : 0px;
	margin : 0px;
	background-color : #ffffff;
	background-position : center top;
}

BODY, P, TD {
	font-family : tahoma, verdana, arial, helvetica, sans-serif;
	font-size : 11px;
}

A {
	color: #168CDC;
	text-decoration : underline;
	font-weight : bold;
}
A:hover {
	color : #7b7b7b;
}

P, UL, OL, H2, H4, H5, H6 {
	margin-top : 0px;
	margin-bottom : 20px;
}
H2 {
	color:#496A90;
	font-size:18px;
	font-weight:normal;
	background-color:#e4e8eF;
	padding:10px;
}

H4 {
	color : #152A85;
	text-decoration : none;
	font-weight : bold;
	font-size : 9px;
}

FORM {
	padding : 0px 0px 0px 0px;	
	margin-top : 0px;
	margin-bottom : 0px;
}

INPUT, SELECT, TEXTAREA {
	font-family : tahoma, verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	vertical-align : middle;
}
INPUT, TEXTAREA {
	padding : 1px 1px 1px 2px;
}
SELECT {
	padding : 0px 0px 0px 3px;
}

H1.caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family : arial,tahoma, helvetica, verdana, sans-serif;
	color : #FFFFFF;
	padding : 15px 0px 12px 13px;
	margin: 0px;
	background-color: #555555;
	border-bottom: 2px solid #000000;
}

H2.caption {
	padding: 5px 0px 0px 0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}



.mybutton {
	border: 1px solid #999999;
	background-image: url('../images/button_background.gif');
	background-repeat:repeat-x;
	margin-top:7px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#000000;
	width:110px;
}
.mybutton:hover{
	color:#3a4929;
	text-decoration : none;
}
/*TABULKY*/

.tab_caption {
	background-color: #525E6C;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #ffffff;
	width:150px;
}
.tab_head {
	background-color: #168CDC;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #525E6C;
}
.tab_body {
	background-color: #F1F1F1;
	color: #000000;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #525E6C;
}

