/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}
.small{font-size: 0.8em;}
.big{font-size: 1.2em;}
.innertext { width: 95%; margin: 10px; }

html
{
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #fff;
    height: 100%;
    background: #171717;
    /*border-top: 6px solid #003680;*/
    border-top: 6px solid #171717;
}

table { width: 100%; text-align: center;}
th { background-color: #000}
table tr.even td { background-color:#101010; }
.t_hover {
	background-color: #333;
}

a
{
    color: #6c9000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.heading{
    background: #181818;
    padding: 1px;
    color: #fff;
    border: 1px solid #0f0f0f;
    margin: 0 0 15px 0;
    float: left;
}

h2{
    font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    background: #0C0E0C url(../img/heading-back.gif) repeat-x;
    padding: 7px 10px;
    float: left;
}

h2 span{
    /*color: #3269B5;*/
    color: #ff6600;
}

h3{
    font-size: 1.3em;
    margin: 5px 0 15px 0;
    color: #808080;
}

h4{
    font-size: 1.1em;
    margin: 0 0 15px 0;
    color: #808080;
}

/***************************** layout divs *******************/
.gallery { margin: 10px 0px;}.gallerysmall { width: 100%; float: left; margin: 10px 0px;  background: url(../img/gknoll.jpg) no-repeat;}
.gallerysmall ul { margin: 10px 0px 10px 15px;}
.gallerysmall li { margin: 0px 2px;}
#wrapper{
    width: 945px;
    margin: 0 auto -60px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    height: 150px;
    background: url(../img/header-back.png) no-repeat;
}

#logo{
    padding: 0 0 0 0;
    width: 300px;
    float: left;
}

#text-gallery{
    width: 695px;
    float: left;
    margin: 0 0 40px 0;
}

#text, #text2{
    width: 685px;
    float: left;
    margin: 0 0 40px 0;
}

#sidebar{
    width: 240px;
    float: right;
}
#sites, #administration {
	width: 944px;
	height: 340px;
	margin: 0px 0px 10px 0px;
	background-color: #0F0F0F;
}
#sites img {
	margin: 0;
	padding: 0;
	width: 944px;
	height: 340px;
}
.full { width: 944px; background-color: #0F0F0F; }
#contact { height: 340px;  background-image: url(../img/Ericsson_bakelittelefon_1931.jpg); background-repeat: no-repeat; background-position: top right;}

/********************** elements ************************/
#searchbox{
  width: 228px;
  float: right;
  /*background: url(../img/search-arrow.gif) no-repeat right top;*/
}

#search{
  margin: 25px 0 0 0;
}

#search input.form-submit{
  width: 23px;
  height: 27px;
  background: url(../img/search-submit.gif);
  border: 0;
  float: left;
}

#search input.form-text{
  width: 185px;
  float: right;
}

#mainmenu{
  float: right;
  width: 640px;
  margin: 45px 0 0 0;
}

#mainmenu ul{
  list-style: none;
  float: right;
}

#mainmenu ul li{
  float: left;
}

#mainmenu ul li a{
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1em;
  padding: 3px 10px;
  margin: 0 0 0 15px;
}

#mainmenu ul li a.active, #mainmenu ul li a:hover{
  background: url(../img/mainmenu-back.gif) repeat-x;
  text-decoration: none;
}

#showcase{
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}

#info{
  width: 100%;
  float: left;
  padding: 25px 0 0 0;
  background: url(../img/info-back.gif) no-repeat;
}

#showcase .showcase-image{
  width: 196px;
  height: 135px;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #0F0F0F;
  float: left;
  margin: 0 35px 30px 0;
  z-index: 1;  
}

#showcase .showcase-image.last{
  margin: 0 0 30px 0;
}

#showcase .showcase-image .featured-tag{
  background: url(../img/featured-tag.png);
  width: 71px;
  height: 66px;
  display: block;
  position: absolute; right: 0;
  z-index: 99;
}

#showcase .showcase-image img{
  width: 190px;
  border: 3px solid #0F0F0F;
  z-index: 50;
}

#showcase .desc{
  background: url(../img/desc-back.png);
  width: 185px;
  height: 22px;
  position: absolute; bottom: -3px;
  padding: 8px 0 0 5px;
  margin: 0 0 0 3px;
  color: #a4a799;
  font-size: 0.9em;
  z-index: 99;
}

#showcase .desc p{
  width: 110px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  line-height: 1;
  float: left;
}

#sidebar #featured img{
    width: 210px;
    border: 3px solid #0F0F0F;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
}

#text-gallery p, #text-gallery ul, #text-gallery ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
}

#text ul, #text ol{
    padding: 0 0 15px 0;
}

#text-gallery ul, #text-gallery ol{
    padding: 0 0 15px 0;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 10px;}
#text-gallery ul ul, #text-gallery ul ol, #text-gallery ol ol, #text-gallery ol ul{padding: 0 0 0 10px;}

#text img{
    border: 3px solid #0F0F0F;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.column{
  width: 270px;
  float: left;
  padding: 0 70px 0 0;
}


#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder, #text-gallery .noborder{
    border: 0;
}

.nobullets, .text-links{
    list-style: none;
}

.text-links{
  margin: 0 0 10px 0;
}

.text-links li{
  background: url(../img/tick-bullet.gif) no-repeat left center;
  padding: 3px 10px 3px 25px;
  border-bottom: 1px dotted #363636;
}

.news{
  padding: 0 30px 30px 0;
  margin: 10px 0;
  background: url(../img/info-back.gif) no-repeat left bottom;
  clear: both;
}

.news h3{
  margin: 5px 0 0 0;
}

.date{
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 15px 0 0;
  background: #304201 url(../img/date-back.gif) repeat-x;
  font-size: 0.9em;
  text-align: center;
  padding: 2px 0 0 0;
  line-height: 1;
  border: 1px solid #506402;
}

.toggler{
  cursor: pointer;
}

.comment{
  clear: both;
}

.comment img{
  width: 50px;
  float: left;
  margin: 0 15px 0 0;
}

.comment div{
  width: 80%;
  float: left;
  margin: 0 0 20px 0;
}

.date span{
  font-size: 2.4em;
}

#sidebar .box{
    width: 100%;
    float: left;
    background: #2b2b2b;
    border: 1px solid #121212;
    padding: 1px;
    margin: 0 0 30px 0;
}

#sidebar .box-border{
    background: #212121;
    border: 1px solid #1c1c1c;
    padding: 10px;
}

#categories ul{
    list-style: none;
    margin: 0 0 10px 0;
}

#categories ul li{
    padding: 5px 10px 5px 28px;
    background: url(../img/folder-bullet.gif) no-repeat left center;
    border-bottom: 1px solid #2E2E2E;
}

#categories ul li a{
  color: #fff;
}



/********************** footer *****************************/

.push{height: 60px;}

#footer{height: 60px;}

#footer{
    background: #121212;
}

#footer p{
    width: 945px;
    margin: 0 auto; 
    padding: 20px 0 0 0;
    font-size: 0.9em;
}

#footer p a{
  color: #5c5c5c;
}


/*********************** forms **************************/
#text form {margin: 0px 10px; 0px 10px;}
input, select, option{
  height: 18px;
}

input, select, textarea{
  padding: 1px;
	border: double 2px #464646;
	margin: 0px 0px 5px 0px;
	background: #181818 url(../img/input-back.gif) repeat-x left bottom;
}

option{background: white;}

textarea{
  background: #FCFEFC url(../img/input-back.gif) repeat-x left bottom;
}

.submit{
  background: url(../img/mainmenu-back.gif) repeat-x;
  padding: 3px 10px;
  height: 25px;
  font-weight: bold;
  color: #aaa;
  margin: 10px 0px;
  cursor: pointer;
}

#text input, #text select{
  width: 190px;
}

#text textarea{
  width: 250px;
  height: 92px;
}

#submitsite{
  width: 550px;
  margin: 10px auto;
  background: #2b2b2b;
  border: 1px solid #121212;
  padding: 1px;
}

#submitsite .border{
    background: #212121;
    border: 1px solid #1c1c1c;
    padding: 0 0 10px 10px;
}

#submitsite fieldset{
  position: relative; left: 20px;
}

legend{
  color: white;
}

#submitsite .column{
  width: 200px;
  float: left;
  padding: 0 25px 0 0;
}

.error, .jswarn {
  color: #b52c16;
}
.address { margin: 10px 0px 0px 30px; float:left;}
