:link,:visited {
  text-decoration:none
  /* no decoration changes for a link, or visited link, no ugly colors :) */
}

* {
  padding: 0;
  margin: 0;
}

td 
{
	padding: 5px 5px 5px 5px;
}

ul,ol 
{
	list-style-position: inside;
}

a img,:link img,:visited img {
  border:none 
}

address { 
  font-style:normal 
}

html, body { height: 100%; width: 100%; }

.clear { 
  clear:both;
  display:block;
  line-height:0px;
  height:0px; 
}
/* forces background to go till the bottom of the page */

/* Body Styles */
body
{
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  background-color: #e1ddd9;
  font-size: 13px;
  min-width: 815px;
  /* overflow: auto; */
}

/* Header Styles */
.header {
  width: 100%;
  text-align: left;
  background-color: #e1ddd9;
}

.logo {
  float: left;
  clear: left;
  /* margin: 3% 0 0.5% 15px; */
  margin: 30px 0px 10px 15px;
  /* set logo position */
}

/* browser hacks for IE and opera */
*:first-child+html .logo {
  margin-left: 1%;
  margin-top: 4%;
  padding-bottom: 0.5%;
}

/* IE */
html:first-child .logo {
  margin-left: 1%;
}

/* opera */


/* Top Navigation Styles */
.navtop {
  width: 100%;
  float: left;
  clear: left;
  background: #9e8675 url(../images/topnav.gif) repeat-x top;
  border-top: 1px #a08878 solid;
  border-bottom: 1px #a08878 solid;
}

.navtop_menu {
  float: left; 
  clear: left;
  width: auto;
  margin: 0 0 0 0.2%;
  color: #fff;
  font-size: 100%;
  height: 27px;
  padding: 2px 0 2px 0;
}

/*browser hacks*/
*:first-child+html .navtop_menu{
margin-left: 0.2%;
}

html:first-child .navtop_menu {
margin-left: 0.2%;
}
/*browser hacks*/

.navtop_menu
{
	list-style-type: none;
}

.navtop_menu li {
  float: left;
  width: auto;
  border-right: 1px #c2b2a8 solid;
  height: 17px;
  padding: 0px 11px 0px 11px;
  margin-top: 4px;
}

.navtop_menu li:last-child {
  border-right: none;
}

/*static sizes of menue items*/
.navtop_menu li.ref {
  width: 68px;
}

.navtop_menu li.team {
  width: 38px;
}

.navtop_menu li.products {
  width: 52px;
}

.navtop_menu li.infos {
  width: 29px;
}

/*static sizes of menue items*/

.navtop_menu li a {
  color: white;
  float: left;
}

.navtop_menu li a.current, .navtop_menu li a:hover {
  font-weight: bold;
}

/* Content */
.content{
  width: 100%;
  float: left;
  clear: left;
  background: white url(../images/contentback.gif) repeat-y left;
}

/* Left Content */
.left {
  float: left;
  clear: left;  
  width: 226px;
  height: 100%;
}

/* Login and menu container */
.vendor_box {
  background-color: #e9e6e3;
  text-align: center;
  width: 164px;
  margin: 0 auto;
  margin-top: 14px;
}

h2 {
  padding: 5px 30px 5px 30px;
  text-align: center;
  font-size: 13px;
  color: #564b47; font-weight: bold;
}

/* Login Form Styles */
.vendorform input {
  float: left;
  clear: left;
  width: 144px;
  height: 18px;
  margin: 2px 0 0  10px;
  color: #777777;
  background-color: white;
  border: 1px #808080 solid;
}

.vendorform input.submit {
  background-color: #e0e0e0;
  padding: 3px 0 3px 0;
  height: 25px;
  width: 145px;
  margin: 5px 0 10px 10px;
  cursor: pointer; /*cursor changes to hand*/
}

/* Main Menu Styles */
.navmenu {
  float: left;
  clear: left;
  width: 144px;
  margin-left: 10px;
  margin-bottom: 100px;
}

.navmenu
{
	list-style-type: none;
}

.navmenu li {
  float: left;
  width: 144px;
  margin-bottom: 7px;
}

.navmenu li a {
    border: 1px #c6c6c5 solid;
    float: left;
    width: 144px;
    background-color: #f1f1f1;
    /* height: 18px; -- srsly, wth was that shit? */
    padding-top: 3px;
    padding-bottom: 3px;
    color: #777777;
}

.navmenu li a:hover, .navmenu li a.currentnode {
  background-color: #e0e0e0;
  font-weight: bold;
  border: 1px #808080 solid;
}

.vendor_box2 {
  text-align: left;
  width: 164px;
  margin: 0 auto;
  margin-top: 5px;
}

.back {
  width: 164px;
  height: 13px;
  background: url(../images/arrow.gif) no-repeat 0 3px;
  margin: 0 auto;
  margin-top: 5px;
  padding-left: 32px;
  color: #9e8675;
}

/* Right Content Styles */
.right {
  float: left; min-width: 300px; width: 71%;
  /* float: left; min-width: 450px; width: 78%; */
  padding-top: 1%;
  overflow: auto;
  padding-bottom:10px;
}

/* Post Container Styles*/
.item {
  float: left;
  clear: left;
  border: 2px #eeeeee solid;
  font-size: 100%;
  width: 80%;
  margin-left: 3%;
  padding: 9px 15px 9px 15px;
  margin-top: 10px;
  /*line-height: 1.5em;
  text-align: justify;*/
}

.post 
{
	line-height: 1.5em;
	text-align: justify;
}

* html .item {
  margin-left: 1.5%;
}

/* Post Elements Styles */
.item h1 {
  /* float: left;
  clear: left; */
  font-size: 18px;
  color: #af0000;
  /* padding-left: 30px; */
  min-height: 25px;
}

.item a {
	color: #af0000;
}

.item h2 
{
	/*float: left;
	clear: left; */
	font-size: 14px;
	color: #af0000;
	min-height: 20px;
}

.item p {

	margin: .4em 0 .5em 0;
	line-height: 1.5em;
	text-align: justify;

}



.item .thumbnail
{
	float: left;
	margin-right: 6px;
}

.item .rightthumbnail
{
	float: right;
}

.info, .infohover {
  /*float: left;*/
  clear: both;
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 7px;
  border: 1px #e3e4e4 solid;
  padding: 10px 0 6px 7px;
  font-size: 11px;
}

.infohover:hover
{
	background-color: #e5e5e5;
}

/* footer and bottom Navigation Styles */
.navbottom{
  float: left; 
  clear: both;
  width: 100%; 
  background: #a48d7e url(../images/navbottom.gif) repeat-x; 
  height: 21px;
  border-top: 1px #a08878 solid;
  border-bottom: 1px #a08878 solid;
}

.navbottom_menu {
  float: left; 
  clear: left;
  list-style-type: none;
}

.navbottom_menu li {
  float: left; 
  /* margin-left: 15px; */
}

.navbottom_menu li a 
{
	float: left;
	color: #fff; 
	margin-top: 2px; 
	margin-left: 3px;
	/* margin-left: 10px; */
}

.navbottom_menu li img 
{
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.navbottom_menu li a:hover, .navbottom_menu li a.current {
  font-weight: bold;
}

/* credits Styles */
.footer-right {
  float: right; color: white; 
  margin-right: 25px; 
  margin-top: 2px; 
  clear: none;
}

* html .footer-right {
  margin-right: 13px;
}

.footer-right a{
  font-weight: bold; 
  color: #fff;
}

.footer-right img
{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

div.thumbright {
  float: right;
  border-width: .5em 0 .8em 1.4em;
}

div.thumbleft {
  float: left;
  margin-right: .5em;
  border-width: .5em 1.4em .8em 0;
}

div.thumbinner {
  border: 1px solid #ccc;
  padding: 3px !important;
  background-color: #f9f9f9;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
}

.thumbcaption {
  border: none;
  text-align: left;
  line-height: 1.4em;
  padding: 3px !important;
  font-size: 94%;
}

div.thumb {
  margin-bottom: .5em;
  border-style: solid;
  border-color: white;
  width: auto;
}

/* gallery-specific styles */

/* gallery container */
.gallery {
	text-align: center;   
	margin: 1em 5%;
	background-color: #ffffff;
	border: none;
	padding: .5em;
}

.gallery img {
	border: none; 
	vertical-align: middle;
}

.gallery .maxsize 
{
	height: 290px;
	float: left;
}

.gallery .outergallery {
	display: inline;
	float:left;
	margin: .5em;
	padding: 5px;
	vertical-align: top;        
	min-width: 110px;
	width: 260px;
	border: 2px solid #eeeeee; 
}

/*.gallery i {

	margin: .5em;
	padding: 5px;
	vertical-align: top;        
	min-width: 110px;     
	border: 2px solid #eeeeee; 
}*/

.gallery .theimage {
	display: block;  
	/*height: 110px;*/
	line-height: 110px;   
	text-align: center;
}

.gallery .thetext {
	display: block;
	height: 1.5em;        
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
	line-height: 120%;  
}

/* FIXES FUER A*/
head:first-child+body .gallery .outergallery {
	display: table-cell;  
	display: inline-table; 
	display: inline-block; 
}

/* FIXES */
* html .gallery .outergallery {
	display: table-cell;  
	display: inline-table; 
	display: inline-block; 
}

/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
	display: inline;
}



.sitemap_item 
{
	margin-left: 19px;

}




.sitemap_item .sitemap_item
{
	background-image:url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position:center left;
	text-indent: 25px;
}



/* attachment */

.attachment .name_filename{
float: left;
}

.attachment .name{
float: left;
padding-right: 10px;
}


.attachment .filename{
float: left;
}


.attachment .date{
float: right;
padding-right: 5px;
}

.attachment .description{
padding-top: 10px;
clear: both;
width: 100%;
vertical-align:bottom;
}


.attachment{
background-color: #f5f5f5;
margin-top: 7px;
border: 1px #e3e4e4 solid;
padding: 10px 0 6px 7px;
font-size: 11px;
margin-bottom:20px;
min-height: 1.5em;
line-height: 20px;
}

.attachment:hover{
        background-color: #e5e5e5;
}


.pager {
	CLEAR: left;
    BORDER-RIGHT: #eeeeee 2px solid;
    PADDING-RIGHT: 15px;
    BORDER-TOP: #eeeeee 2px solid;
    MARGIN-TOP: 10px; PADDING-LEFT: 15px;
    FONT-SIZE: 100%; FLOAT: left;
    PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
    MARGIN-LEFT: 3%;
    BORDER-LEFT: #eeeeee 2px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #eeeeee 2px solid
}

.pager_center A, .pager_left A, .pager_right A {
 color: #af0000;
}

.pager_center A:hover, .pager_left A:hover, .pager_right A:hover{
color:#FFFFFF;
background:#af0000
}

.pager_center A.disabled, .pager_left A.disabled, .pager_right .disabled{
color:#666666!important;
}


.pager_left{
float:left;
width: 15%;
text-align: left;
}
.pager_right{
float:left;
width: 15%;
text-align: right;
}
.pager_center{
float:left;
width: 70%;
text-align: center;
}

.simplepager
{
	width: 100%;
    PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
}
