/* hide from ie on mac \*/
html { height: 100%; overflow: hidden; }
#gospodicna { height: 100%; }
/* end hide */
body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background-color: #000; 
	color:#fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color: #df5ca9;
}
a:hover {
	color: #fff;
}
#gdc {
	margin: 0px auto; 
	width:400px;
	background:url(../images/logo.gif) no-repeat top left;
	padding: 100px 0 0 70px;
}
h1{font-size:14px;}
pre { display: block; width: auto; text-align: left; overflow: hidden; }

#nav {
	margin: 0 0 20px 0;
	list-style-type: none;
}
	#nav li {
		float: left;
		margin: 0 20px 0 0;
	}



/* clearfix */
.fix { clear: both; height: 1px; line-height: 1px; margin: -1px 0 0; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

