/* ---------------------------------------------- Browser CSS reset --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100.01%;
  font-family:inherit;
  vertical-align:baseline;
}

img {
  vertical-align:bottom;
}

:focus {
  outline:0;
}

ol, ul {
  list-style:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  font-size:13px;
  text-shadow:none;
}

caption, th, td {
  text-align:left;
  font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content:"";
}
blockquote, q {
  quotes:"" "";
}

a img {
	border:none;	
}

/*-------------------------------------- Fonts, Links & Buttons --*/
h1 {
	width:1px;
	height:1px;
	text-indent:-999999px;
}

a:link, a:visited, a:active {
	color:#666;
	text-decoration:underline;
}
 
a:hover {
	color:#999;
}


/*-------------------------------------- Layout - Positions & Sizes --*/
html, body { height:100% }

body {
	background:url('../img/bg.jpg') no-repeat top center #ababab;
  font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#131313;
	line-height:1.4em;
	text-shadow:#fff 0px 1px 0px;
}

#content {
	margin:0 auto;
	background:url('../img/logo.jpg') no-repeat top center;	
	width:500px;
	padding-top:350px;
}

#content p {
	margin-bottom:15px;
}

#kontakt {
	margin:10px 0 30px 0;
	border:1px solid #bfbfbf;	
	padding:20px 0 20px 0;
	font-size:17px;
	text-align:center;
  box-shadow:1px 1px 1px #fff;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#kontakt a {
  text-decoration:none;
}

#kontakt span {
	padding:0 12px 0 15px;
}


#footer {
	text-align:center;
	color:#3a3a3a;
	font-size:12px;
	padding:10px 0 10px 0;
	margin-top:20px;
	text-align:center;
  border-top:1px solid #bfbfbf;	
}

.noie6 {
	clear:both;
	height:59px;
	padding:15px 0;
	position:relative;
	text-align:center;
}

/* ------------------------------------------------- hosting --- */
#hosting { 
  width:860px; 
  margin:0px auto 20px auto;
}

#hosting td, #hosting th {
  padding:3px 10px;
  border:1px solid #9cc451; }

#hosting td { color:#131313; }
#hosting td.label {
	font-weight:bold;
}

#hosting th {
  background-color:#9cc451;
  color:#FFF;
  font-size:14px;
  font-weight:bold;
	text-shadow:#000 0px 1px 0px; }

#pakete {
  width:55%;
  float:left;
  margin-bottom:40px;
}

#features {
  float:right;
  width:40%;
}

#domains {
  clear:left;
  width:55%;
}

ul#navi {
  clear:both;
  float:left;
  margin:20px 0px 25px 0px }

ul#navi li {
  display:inline;
  width:50px;
  padding-right:20px;
	text-shadow:none;
}
