/*
	basic style sheets defined for Texaco website
*/
html {
	margin : 0;
	padding : 0;
}
body {
	background: #ffffff url('../img/bg-logo.gif') no-repeat top left;
	margin : 0 0 0 0;
	padding : 0;
	font-family : Arial, helvetica, sans-serif;
	color: #000000;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.tdN {
	font : 12px Arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.tdT {
	font : 12px Arial, helvetica, sans-serif;
	color: #000000;
}
.tdT2 {
	font : 12px Arial, helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color: #FF0000;
	padding-bottom: 40px;
}
#title_home {
	position: absolute;
	top : 117px;
	left: 116px;
}
#hColl1 {
	position: absolute;
	top: 156px;
	left: 0px;
}
#secMenu {
	position: absolute;
	top: 156px;
	left: 376px;
}
#hColl2 {
	position: absolute;
	top: 156px;
	left: 560px;
}
#hFoot{
	position: absolute;
	top: 442px;
	left: 0px;
	width: 745px;
	height: 36px;
}

#content {
	position : relative;
	top: 111px;
	margin: 0;
	font : 12px Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;	
	/*background: url('../img/bg_content.gif') repeat-y top left;*/
	width: 750px;
}

#footer{
	margin: 0;
	margin-top: 5px;
	width: 745px;
	height: 61px;
	background: url('../img/footer_bg.gif') repeat-x;
	background-color: #ffffff;
}
#footer2{
	margin: 0;
	margin-top: 50px;
	width: 745px;
	height: 61px;
	background: url('../img/footer_bg.gif') repeat-x;
	background-color: #ffffff;
}

#cSubmenu {
	position : absolute;
	top: 35px;
	left: 0px;
	margin : 1px 0 0 0; 
	color: #ffffff;
	width : 145px;
	background-color: #ffffff;	
}
#cSubmenu ul {
	margin : 0 0 0 0; 
	padding : 0 0 0 0; 
	width : 144px;	
	background-color: #6699CC;
}

#cSubmenu ul li {
	margin : 0 0 0 0;
	padding : 2px 0 0 4px;
	display: block;
	height : 18px;
	border : 0;
	list-style-type: none;
	border-bottom : 1px solid #99CCFF;
}
#cSubmenu ul li.disabled{
	font : 11px Arial, helvetica, sans-serif;
	background-color: #ff0000;
	border-bottom : 1px solid #FFFFFF;
}
#cSubmenu ul li a {
	font : 11px Arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration : underline;
}

#cSubmenu ul li a:hover {
	color: #ffffff;
	text-decoration : none;
}

#obsah {
	margin: 5;
	width: 600px;
	color : #000000;
	background-color: #ffffff;
	position : relative;
	top: 1px;
	left: 145px;
}
#obsah .text {
	margin : 10;
	text-align: justify;
}
#obsah .text .nadpis{
	font : 14px Arial, helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
#obsah .text .nadpis2{
	font : 12px Arial, helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
#obsah a {
	font : 12px Arial, helvetica, sans-serif;
	color: #6699CC;
	text-decoration : underline;
}
#obsah a:hover {
	font : 12px Arial, helvetica, sans-serif;
	color: #FF0000;
	text-decoration : none;
}
#obsah img {
margin-left: 10px;
margin-bottom: 10px;
}
