@charset "utf-8";
/* CSS Document */

a:link {
	COLOR: #CCC;
}
a:visited {
	COLOR: #666;
}
a:hover {
	COLOR: #999;
}
a:active {
	COLOR: #666;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8C8C8C;
	background-color: #565454;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;	
	margin: 0px;
	padding: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColElsCtrHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 30px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#444444;
	height:100%;
	left:0;
	padding:0 30px;
	position:absolute;
	top:-4px;
}
.oneColElsCtrHdr #header {
	width:405px;
	height:220px;
	padding-left: 130px;
	margin-top:-30px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#444;
	bottom: 0px;
	position: fixed;
	width: 716px;
	margin: 0;
	height: 40px;
	color:#7f7f7f; /*font color footer*/
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #del_cas {
	text-align:center;
	font-size:15px;
	/*padding-left:100px;*/
}
.oneColElsCtrHdr #copyright {
	text-align:center;
	/*margin-top: 5px;
	padding-left:150px;*/
	font-size:11px;
}

.oneColElsCtrHdr #twitter {
	margin-top: 120px;
	font-size:11px;
}

/* tole vstavi v index.html na konec<div id="twitter">  <?php include("twitter/twitter.php") ?> </div>*/