body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background: #1f1f1f url(http://img.ephoto.sk/images/theme_default/background.png) left top repeat;
  color: white;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  text-align: left;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #aaaaaa;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: white;
}


/*** CONTAINER ***/

#page_wrap {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}

#container {
  width: 1000px;
  margin-top: 15px;
  -moz-box-shadow: 0px 5px 15px black;
  -webkit-box-shadow: 0px 5px 15px black;
  box-shadow: 0px 5px 15px black;
}

/*** HEADER ***/

#header {
  height: 46px;
  padding: 10px 15px 0px 16px;
  background: #161616 url(http://img.ephoto.sk/images/theme_default/header_bg.gif) left top no-repeat;
  overflow: hidden;
}

#header .logo {
  float: left;
}

#header .links {
  padding-top: 5px;
  float: right;
}

/*** TOPMENU ***/

#topmenu {
  background-color: #1e1e1e;
  overflow: hidden;
  font-size: 10px;
  -moz-box-shadow: 0px 5px 15px black;
  -webkit-box-shadow: 0px 5px 15px black;
  box-shadow: 0px 5px 15px black;
  margin-bottom: 15px;
}

#topmenu ul {
  list-style-type: none;
  float: right;
}

#topmenu li {
 float: left;
}

#topmenu li.last {
  border-left: 1px solid #494949;
}

#topmenu a {
  display: block;
  padding: 7px 8px 7px 20px;
  background: #1e1e1e url(http://img.ephoto.sk/images/theme_default/topmenu_bg.png) 6px center no-repeat;
}

#topmenu a:hover {
  background-position: -294px center;
  color: #f26522;
}


/*** CONTENT ***/

#content {
  background: #0a0a0a;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
  color: #aaaaaa;
}

#content .hint {
  padding: 5px 0px 10px 0px;
  float: left;
}

#content a {
	text-decoration: underline;
	color: #DA4C13;
}

a.link { 
	color: #DA4C13; 
	text-decoration: underline;
}

.notfound {
	padding: 30px;
}

.notfound h1 {
padding: 10px 0px 8px 0px;
color: #DA4C13;
font-size: 22px;
font-weight: normal;
}

.notfound ul {
	margin-left: 20px;
}

.notfound ul li {
	padding-bottom: 4px;
}

.noactive {
  	position: relative;
	width: 400px;
	height: 250px;
	margin: 80px auto;
	border-radius: 5px;
	border: 1px solid #1c1c1c;	
	background-color: #181818;	
	padding: 20px;
	-moz-box-shadow: 0 0 5px 5px #000000;
	-webkit-box-shadow: 0 0 5px 5px#000000;
	box-shadow: 0 0 5px 5px #000000;
}

.noactive h1 {
	font-weight: normal;
	font-size: 18px;
	color: #f05a22;
}

.noactive p {
	color: rgb(170, 170, 170);
	line-height: 16px;
}

