html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	background: transparent url(../img/bg.jpg) 0 0 repeat;
}
a {
	color: #8e826d;
}
#topline {
	height: 150px;
	width: 940px;
}
#logo {
	float: left;
	padding: 5px;
	position: relative;
	left: -55px;
}
#pre {
	text-align: center;
}
#wrapper {
	width: 940px;
	margin: auto;
	text-align:left;
	position: relative;
	height: auto;
}
#container {
	clear: both;	
}
#content {	
	width: 900px;
	padding: 20px;
	min-height: 100px;
   height: auto !important;
   height: 100px;
	background: transparent url(../img/bg_content.png) 0 0 repeat;
}
#content p {
	padding: 10px 0 0 0;
	color: #8e826d;
}
#impressum,
#refs {
	padding: 50px 0 0 0;
}
#impressum h2,
#refs h2 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0 100px 0 0;
	background: transparent url(../img/bg_h2.png) 130px 6px no-repeat;
}
#impressum .hr,
#refs .hr {
	margin: 10px 0 20px 0;
  	height: 8px;
  	background: transparent url(../img/bg_hr.png) 0 0 repeat;
}
#impressum .hr hr,
#refs .hr hr {
  	display: none;
}
#footer {
	clear: both;
	text-align:center;
	width: 840px;
	height: 85px;
	background: transparent url(../img/bg_footer.png) 0 0 no-repeat;
}
#footer a {
	color: #fff;
}
#footer img {
	position: relative;
	top: 10px;
}
#navi {
	float: right;
	position: relative;
	top: 75px;
	left: 140px;
	width: 410px;
	text-align: center;
}
#navi ul, li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navi a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	float: left;
	overflow: hidden;
	width: 135px;
	height: 40px;
	padding: 5px 0 0 0;
}
#navi .aktiv a,
.aktiv a {
	color: #000;
	background: transparent url(../img/bg_button.png) 8px 0 no-repeat;	
}
.aktiv a .light {
	color: #3e3e3e;	
}
.light {
	color: #a49f9f;
	font-size: 13px;
}
.pic {
	background: transparent url(../img/bg_content.png) 0 0 repeat;
	width: 225px;
	height: 225px;
	color: #fff;
	margin: 5px;
	float: left;
}
.pic img {
	padding: 0 0 2px 0;
}
.pic .name {
	/* width: 225px; */
        float: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 5px;
	/*margin: 0 0 0 5px;*/
}
.pic .tld {
    font-size: 10px;
}
.pic a {
	float: right;
	position: relative;
	top: 6px;
	margin: 0 3px 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	padding: 0px 10px 4px 6px;
	background: transparent url(../img/bg_view.png) 0 0 no-repeat;
}
.undernowrap {
	text-decoration: underline;
	white-space: nowrap;	
}
#contact {
	display: none;
}
#impressum hr {
	margin: 5px 0 0 0;
}
#impressum p {
	padding: 10px 0 0 0;
	color: #8e826d;
}
.bold {
	display: block;
	font-weight: bold;
}
#start,
#impr {
	position: relative;
	text-decoration: none;
	margin: 0 0 0 100px;
	padding: 1px 12px 4px 12px;
	background: transparent url(../img/bg_impr.png) 0 0 no-repeat;
}
#impr {
	margin: 0;
}
#start{
	padding: 1px 16px 4px 16px;
}
#buttons {
	clear: both;
	display: block;
}
#next,
#prev {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	width: 135px;
	height: 40px;
	background: transparent url(../img/bg_prevnext.png) 0 0 no-repeat;
}
#prev {
	float: left;
	padding: 2px 0 0 11px;
	margin: 2px 0 0 2px;
}
#next {
	float: right;
	padding: 2px 0 0 20px;
	margin: 2px -55px 0 0;
}

/** Pagination **/
.paginate {
	float:      right;
	text-align: right;
}
	
	.paginate .text {
		float:       left;
		font-size:   12px;
		font-weight: bold;
		line-height: 20px;
	}
	
	.paginate a {
		display:         block;
		float:           left;
		width:           16px;
		height:          18px;
		line-height:     18px;
		font-size:       12px;
		font-weight:     bold;
		color:           #1d0a00;
		border:          1px solid #1d0a00;
		margin-right:    5px;
		text-align:      center;
		text-decoration: none;
	}
	
	.paginate a:hover {
		border: 1px solid #1d0a00;
		color:  #ffffff; 
	}
	
	.paginate a.current {
		color:  #ffffff;
		border: 1px solid #ffffff;
	}
	
	.paginate .next { border: 1px solid green; }