@charset "utf-8";
/* CSS Document */

body {
  margin-top:30px;
  margin-left:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background: #CFB185 url(img/page_background.jpg) repeat-x left bottom;
}
a, a:visited {
  color:#000;
  outline:none;
  font-size:10px;
}

a:hover {
  text-decoration:underline;
}

#container {
  width:974px;
  min-height: 670px;
  height:auto !important;
  height:670px;
  margin-left:auto;
  margin-right:auto;
  border: 2px solid #BE9962;
  position:relative;
  background-color: #FFF;
}

#header {
  height:140px;
  background:url(img/hand.jpg) no-repeat scroll right top;
}

#logo {
  float:left;
  margin-bottom:33px;
}

#logo a {
  display: inline;
}

#logo img {
  margin-top:27px;
  margin-left:27px;
  border:0px;
}

#topmenu {
  background:url(img/menu_background.jpg) no-repeat scroll left bottom;
  height:22px;
}

#topmenu ul {
  margin:0px;
  padding:0 0 0 37px;
  list-style:none;
}

#topmenu ul li {
  float:left;
  margin-right:60px;
  line-height:14px;
  height: auto;
}

#topmenu ul li a {
  outline:none;
  text-decoration:none;
  color:#000;
  font-size:12px;
  font-weight:bold;
  line-height: 15px;
  height: auto;
}

#topmenu ul li a:hover {
  color:#BB4A2A;
}

#topmenu ul li a.selected {
  color:#BB4A2A;
}

.page_content {
  font-size:10px;
  color:#000;
  margin-top:20px;
  width:950px;
  padding-bottom: 30px;
}

.page_content a {
  text-decoration: underline;
  color: #47667F;
}

.page_content a:hover {
  text-decoration: none;
}

.menu {
  margin:0 0 100px 37px;
  _margin-left:18px;
  float: left;
  width:170px;
}

.menu a:link, a:visited {
  font-weight:bold;
  font-size: 12px;
  text-decoration:none;
  height:25px;
  display:block;
}

.menu a.first {
  color:#BB4A2A;
}


.menu a.second {
  color: #000;
}

.menu a.selected {
  text-decoration: underline;
}

.menu a:hover {
  text-decoration: underline;
  color:#BB4A2A;
}

#content {
  min-height: 420px;
  height: auto !important;
  height: 420px;

}

#welcome {
  font-size:10px;
  color:#000;
  margin-top:50px;
  width:700px;
  margin-left:auto;
  margin-right:auto;
  padding-right:63px;
}

#welcome .title {
  color:#BB4A2A;
  font-weight:bold;
  font-size:12px;
}

.content_without_menu {
  font-size:10px;
  color:#000;
  width:550px;
  padding-left: 50px;
  margin-bottom: 100px;
  float: left;

}

.content_with_menu {
  width: 730px;
  padding-left:10px;
  color:#000;
  /*margin-bottom: 100px;*/
  font-size:10px;
  float: left;
  min-height: 420px;
  height: auto !important;
  height: 420px;
}

.space{ width: 550px; height: 10px;}

.content_with_menu_small {
  float: left;
  width: 550px;
  color:#000;
  font-size:10px;
}

.pics {
  margin: 0;
  padding: 0;
}


.pics li {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  list-style: none;
}

.right_pics {
	position: absolute;
	bottom: 31px;
	right: 10px;
  margin-bottom: 50px;
}

.employee {
  background-image: url(templates/img/employee_bckgr.png) no-repeat top left;
  width: 180px;
  height: 130px;
  float: left;
  padding-bottom: 30px;
}

.employee_name {
  color: #b7270b;
  font-weight: bold;
  padding-top: 14px;
}

.kontakt {
  font-size:10px;
  color:#000;
  padding-top:10px;
  width:550px;
  height:400px;
  float: left;
}

#domains {
  margin-left:auto;
  margin-right:auto;
  margin-top:70px;
  width:765px;
  height:140px;
}


#footer {
  font-size:10px;
  color:#FFF;
  position:absolute;
  bottom:15px;
  background:#6D9FC4;
  height:15px;
  width:100%;
  text-align:center;
  padding-top: 3px;

}

.clear {
  clear:both;
}

p {
  margin: 0px;
  padding: 0px;
}

#domains a .domain {
  width:170px;
  height:140px;
  border:1px solid #000;
  overflow:hidden;

}

#domains a:hover .domain {
  width:170px;
  height:140px;
  border:1px solid #666;

}

#domains a .domain .domain_title {
  background: url(img/forside_domain_title_bkg.png) repeat-y -50px top;
  height: 16px;
  color:#FFF;
  font-size: 12px;
  font-weight:bold;
  padding: 4px 4px 4px 8px;
}

#domains a {
  float: left;
  margin-left: 25px;
  text-decoration: none;
}

a {
	outline:none
}

h1 {
 color:#BB4A2A;
 font-size:14px;
 font-weight:bold;
 padding-top: 5px;
 margin: 0 0 10px 0;
}

h2 {
  color:#BB4A2A;
  font-size:11px;
  font-weight:bold;
  margin-bottom:10px;
  text-transform:uppercase;
}

