@import url('reset.css');

@font-face {
    font-family: 'PMfont-book';
    src: url('PMfont-book.eot?') format('eot'),
         url('PMfont-book.woff') format('woff'),
         url('PMfont-book.ttf') format('truetype'),
         url('PMfont.svg#PMfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PMfont';
    src: url('PMfont.eot?') format('eot'),
         url('PMfont.woff') format('woff'),
         url('PMfont.ttf') format('truetype'),
         url('PMfont.svg#PMfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PMfont-bold';
    src: url('PMfont-bold.eot?') format('eot'),
         url('PMfont-bold.woff') format('woff'),
         url('PMfont-bold.ttf') format('truetype'),
         url('PMfont-bold.svg#PMfont-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font: 21px/1.5 PMfont-book, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #261405;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

a, a:visited, a:active {
	color: #888476;
	text-decoration: none;
	padding: 2px;
}
a:hover {
	color: #fff;
	background-color: #261405;
	text-decoration: none;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #261405;
  font: 34px/1.5 PMfont, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
strong, b {font-family: PMfont, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: none; }
li { margin-left: 0; }
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { margin-bottom: 15px; }


/* `Navi
----------------------------------------------------------------------------------------------------*/

#navi {
	margin: -43px 0 0 0;
	padding: 0 0 10px 0;
}
#navi ul {
	float: right;
	margin-right: 0;
}
#navi li {
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
}
#navi li a {
	color: #261405;
	font: 24px/1.5 PMfont, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding: 12px 12px 12px 12px;
	text-decoration: none;
}
#navi li a:hover, #navi li a.rex-current {
	color: #fff;
	background-color: #261405;
	/*border: black solid 3px;*/
}

/* `Content
----------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 901px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	margin: 25px 0 125px 0;
}

#logo a:hover {
	background-color: #fff;
}
#content {
	margin-bottom: 80px;
	color: #261405;
}

#content .tinymcewysiwyg {
	width: 620px;
}

.projekt {
	/*text-align: center;*/
	height: 200px;
}
.projekt h2 {
	font-size: 34px;
	color: #261405;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}
.projekt h2 a {
	text-decoration: none;
}
.projekt p a {
	/*color: #261405;*/
	text-decoration: none;
}
/*
.projekt h2 a:hover, .projekt p a:hover {
	text-decoration: underline;
}
*/
#content .projekt-beschreibung {
	/*color: #888476;*/
	width: 620px;
}

#content .projekt-navi {
	text-align: right;
	color: #888476;
	margin: 0;
}

#content .projekt-navi img {
	margin-top: -3px;
}
#content h2.projekt-titel {
	margin-top: 45px;
}
#div_slider {
	/*float: right;
	position: relative;*/
}
#slider li a {
	padding: 0;
}
.rollover_img {
	width: 589px;
	height: 120px;
}
.rollover_img a {
	width: 589px;
	height: 120px;
	/*background-color:#261405;*/
	display: block;
	padding: 0;
}
.rollover_img a:hover {
	background-color:#261405;
	opacity:.35;
	filter:alpha(opacity=35);
}

/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#footer p {
	color: #fff;
	font-size: 11px;
	margin: 0 auto 15px auto;
	width: 940px;
	text-align: right;
	
}
#footer span {
	background: transparent url(../images/bbarch-footer-hg.png) no-repeat;
	padding: 2px 10px 1px 15px;
	margin-right: 0;
	width: 940px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}