@charset "utf-8";

/* Page */

body { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: url(../images/portfolio_headerbg.png) repeat-x;
}

.code {
	color: #777777;
	font-family: "Courier New", Courier, monospace;
	padding: 20px;
	font-size: 10px;
}

.code pre span {
	color: #0f7fd6;
}

:focus {outline: none;} /* Removes fuzzy border */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img { margin:0px; padding:0px; } /* Removes default margin/padding from most elements */

.container {
	width: 1000px;
	margin: 0 auto;
}

img { /* Remove blue border from linked images */
	border: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0f7fd6;
	font-size: 26px;
	margin-bottom: 26px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #0f7fd6;
	font-size: 22px;
	margin-bottom: 22px;
}

a {
	color: #0f7fd6;
}

/* Header */

#header {
	height: 500px;
}

#menu {
	height: 100px;
	background: #000000;
}

#logo { /* logo styles */
	background: url(../images/logo2.png);
	width: 454px;
	height: 100px;
	float: left;
	position: relative; /* remove if logo */
	left: -68px;       /* does not extend left of container */
}

/* Navigation */
#menu ul {
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top: 30px;
} 

#menu ul li {
	float:left;
	margin-left: 10px;
} 

#menu ul li a {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-decoration: none;
	color: #ffffff;
	height: 40px;
}

#menu ul li.active {
	background: url(../images/navlink_bgstart.png) no-repeat;
}

#menu ul li a.active {
	background: url(../images/navlink_bgend.png) no-repeat;
	background-position: 100% 0%;
}

#menu ul li:hover {
	background: url(../images/navlink_bgstart.png) no-repeat;
}
#menu ul li a:hover {
	background: url(../images/navlink_bgend.png) no-repeat;
	background-position: 100% 0%;
}

/* Body */

#content {
	color: #666666;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}

.tab_form
{
 width: 70%;
 margin: 0;
 border-collapse: collapse;
}

.tab_form td input, .tab_form td select
{
 border: 1px #666666 solid;
 width: 150px;
}

/* Documentation Style */

#content.doc p {
	margin-bottom: 20px;
}

#content.doc li {
	margin-left: 2em;
	padding-left: 1em;
}

#content.doc ul ul {
	margin-left: 2em;
}

/* Footer */
#footer_container {
	background: #4d4d4d url(../images/footer_bg.png) repeat-x;
	height: 280px;
}

#footer {
	background: url(../images/footer_bggradient.png) no-repeat center top;
	height: 280px;
	position: relative;
	top: -1px;
	padding-top: 30px;
}

#footer_container h2 {
	color: #ffffff;
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#footer_left {
	width: 100%;
	float: left;
}

#footer_right {
	width: 300px;
	height: 240px;
	float: right;
}

#footer_copyright {
	background: url(../images/footer_copyright.png) repeat-x;
	height: 30px;
	color: #999999;
	font-size: 12px;
	width: 100%;
	padding-top: 20px;
}

#footer_copyright a {
	color: #00b4ff;
}

.clientpic {
	margin-right: 20px;
	margin-bottom: 18px;
}

.twitterbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	width: 310px;
	height: 140px;
	background: url(../images/twitter_bg.png) no-repeat;
	padding: 20px;
	position: relative;
	top: -47px;
}

#twittericon {
	position: relative;
	top: -50px;
	left: 180px;
}

/* chyby a oznamy */
.okno_obal
{
 margin: 15px 0 15px 0;
 
}

.okno_obsah
{
 text-align: left;
 background: url('../images/chyba_oznam/pozadie.png') left top repeat-y;
}

.chyba
{
 color: #ff0000;
 font-weight: bold;
 font-size: 1em;
}

.oznam
{
 color: #037285;
 font-weight: bold;
 font-size: 1.3em;
}