* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
}


body {
    font-family: 'PT Sans', Helvetica, Verdana, Geneva, Sans-Serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    position: relative; 
}

.clearSpace {
    clear: both;  
    display: block;
    height: 1px;
    line-height: 1em;
}

#page {
    z-index: 10;
    position: relative;
    background: transparent url(../img/bg-content.png) 0 0 repeat;
    padding-bottom: 50px;
}

.pageLimiter {
    width: 960px;
    margin: 0 auto;
}


/* TOP BLOCK */

#topBlock {
    z-index: 100;
    position: fixed;
    background: #000 url(../img/bg-topblock.jpg) top center no-repeat;
    width: 100%;
    height: 63px;
    padding-top: 12px;
    border-bottom: 1px solid #fff;
}




/* TOP NAVIGATION */
#topNav {
    display: inline-block;
    float: right;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 15px;
}
#topNav li {
    display: inline;
    margin-left: 20px;
    padding-bottom: 22px;
}
#topNav li.menu-current,
#topNav li.menu-parent {
    background: transparent url(../img/topnav-current.png) center bottom no-repeat;
}
#topNav li.menu-current a,
#topNav li.menu-parent a {
    color: #fff;
}
#topNav li a {
    color: #888;
    text-decoration: none;
}
#topNav li a:hover {
    color: #fff;
}



/* SWITCH BUTTON */

#switchButton {
    position: fixed;
    width: 100%;
    top: 75px;
}
#switchButton .switchBtn {
    float: right;
    background: #7c5f30; 
    padding: 2px 10px 2px 10px;
    font-size: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #ccc;
    text-decoration: none;
}
#switchButton .switchBtn:hover {
    color: #fff;
}





/* CONTENT BLOCK */

#content  {
    margin: 150px auto 0 auto;
    background: #fff;
    width: 960px;
}


/* COLUMN MAIN */
#content #columnMain {
    display: table-cell;
    width: 660px;
    padding: 40px;
    vertical-align: top;
}
#content #columnMain.fullMainBlock {
    width: 960px;
}
#content #columnMain .teaserBox {
    width: 170px;
    float: left;
    margin-left: 35px;
    border-bottom: 1px dotted #7c5f30;
    padding-bottom: 0;
}
#content #columnMain .firstTeaserBox {
    margin-left: 0;
}

#content #columnMain .halfBox {
    width: 270px;
}

.teaserBox h2 {
    color: #7c5f30;
    font-size: 18px;
    margin: 10px 0px;
}
.teaserBox p {
    font-size: 14px;
    line-height: 1.35em;
    margin-bottom: 20px;
}
.teaserBox p a.moreLink {
    background: #7c5f30 url(../img/icon-btn-weiterlesen.png) right 8px no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 2px 18px 2px 6px;
    font-size: 12px;
}
.teaserBox p a.moreLink:hover {
    background: #333 url(../img/icon-btn-weiterlesen.png) right 8px no-repeat;
}

.contentArticle {
    margin-top: 0px;
}
.contentArticle h2 {
    color: #7c5f30;
    border-bottom: 1px solid #7c5f30;
    margin-bottom: 10px;
}
.contentArticle a {
    color: #7c5f30;
}
.contentArticle img {
    margin: 10px;
    padding: 3px;
    background: #fff;
    border: 2px solid #7c5f30;
}
.contentArticle img.noStyle {
    margin: 0px;
    padding: 0px;
    border: none;
}

.contentArticle table th {
    padding: 6px 10px 6px 0px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.contentArticle table td {
    padding: 6px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.contentArticle table td img {
    padding: 3px;
}



/* NEWS LISTING MAIN BLOCK */

.newsPost {
    margin-bottom: 50px;
}
.newsPost .newsDate {
    margin: 0;
    font-weight: 700;
    color: #666;
    font-family: 'PT Sans Narrow', sans-serif;
}
.newsPost h2 a {
    text-decoration: none;
    text-transform: none;
}

.newsPost a.moreLink  {
    background: #7c5f30 url(../img/icon-btn-weiterlesen.png) right 8px no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 2px 18px 2px 6px;
    font-size: 12px;
}
.newsPost a.moreLink:hover {
    background: #333 url(../img/icon-btn-weiterlesen.png) right 8px no-repeat;
}


/* NEWS LISTING RIGHT COLUMN */
.newsListingRight h4 {
    line-height: 1.15em;
}
.newsListingRight h4 a {
     text-decoration: none;
     color: #7c5f30;
}
.newsListingRight p {
    font-size: 12px !important; 
    line-height: 1.25em !important;
}

.newsShortList {
    list-style: none;
    margin-top: 20px;
}
.newsShortList li {
    margin-bottom: 10px;
    line-height: 1.25em;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
}
.newsShortList li a {
     color: #7c5f30;
     text-decoration: none;
}
.newsShortList li a:hover {
     color: #fff;
     text-decoration: none;
}

h2 a {
    text-decoration: none;
}
.archivelink + h2 {
    margin-top: 30px;
}



/* COLUMN RIGHT */
#content #columnRight {
    display: table-cell;
    width: 300px;
    background: #000;
    color: #fff;
    padding: 0;
    vertical-align: top;
}


/* RIGHT BLOCK */

.rightBlock {
    padding: 20px;
}
.rightBlock h2 {
    font-size: 22px;
    font-style: italic;
    border-bottom: 1px solid #fff;
    font-weight: 300;
}


/* RIGHT BLOCK NAVIGATION */

#subNav ul {
    margin: 0px 20px;
    list-style: none;
}
#subNav li {
    padding: 5px 0px;
    margin: 0;
}
#subNav li a {
    color: #7c5f30;
    text-decoration: none;
}
#subNav li a:hover,
#subNav li.menu-current ul a:hover {
    color: #fff;
}
#subNav li .menu-child,
#subNav li.menu-expand ul li  {
    font-size: 14px;
}
#subNav li.menu-current {
    font-weight: bold;
}
#subNav li.menu-current a {
    color: #e5be8a;
}
#subNav li.menu-expand ul {
    font-weight: normal;
    margin: 0;
}
#subNav li.menu-current ul a {
    color: #7c5f30;
}
#subNav li.menu-expand ul li  {
    padding: 0px 0px 0px 20px;
}


/* RIGHT COLUMN ITEM */
.rightItem {
    margin: 30px 0px 0px 0px;
    padding: 0;
}
.rightItem h3 {
    color: #7c5f30;
    font-size: 16px;
}
.rightItem p {
    font-size: 14px;
    line-height: 1.35em;
    margin-bottom: 10px;
}
.rightItem div.moreLink {
    text-align: right;
    border-bottom: 1px solid #7c5f30;
}
.rightItem div.moreLink a,
 div.moreLink a {
    background: #7c5f30 url(../img/icon-btn-weiterlesen.png) right 8px no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 2px 18px 2px 6px;
    font-size: 12px;
}
.rightItem div.moreLink a:hover,
div.moreLink a:hover {
    background: #333 url(../img/icon-btn-weiterlesen.png) right 8px no-repeat;
}


/* NORMAL TEXT STYLES */

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}
h1 {
    font-style: italic;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    margin-bottom: 1em;
}
.section_anchor + h2 {
    margin-top: 40px;
}

a {
    color: #7c5f30;
}



/* SPONSOR BLOCK */

#sponsor {
    background: #7c5f30;
    border-top: 1px dotted #fff;
    min-height: 100px;
    color: #fff;
    padding: 20px 0px 10px 0px;
    width: 960px;
    font-size: 14px;
}
#sponsor .sponsorBig {
    float: left;
    text-align: right;
    width: 220px;
    padding-right: 30px;
}
#sponsor .sponsorSmall {
    float: left;
    width: 420px;
}

#sponsor a img {
    margin: 0px 5px 5px 0px;
    border: 2px solid #b38647;
}
#sponsor a:hover img {
    border-color: #e5be8a;
}




/* FORMULAR STYLES */

.frm-nixhier {
    display: none;
}

.formElement {
    padding: 10px 0px;
    margin-bottom: 5px;
    vertical-align: top;
}
.formElement label {

} 
.formElement input[type="text"],
.formElement textarea {
    padding: 6px 8px 4px 8px;
    width: 400px;
    font-size: 14px;
    color: #806033;
    background: #f2e9da;
    border-bottom: 2px solid #b38647;
}
.formElement input[type="text"]:focus,
.formElement textarea:focus {
    -moz-box-shadow:    0px 0px 10px 0px #b38647;
    -webkit-box-shadow: 0px 0px 10px 0px #b38647;
    box-shadow:         0px 0px 10px 0px #b38647;
    background: #fff;
    border-bottom: 2px solid #b38647;
}
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6c9a1), color-stop(1, #c5ab85) );
	background:-moz-linear-gradient( center top, #e6c9a1 5%, #c5ab85 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c9a1', endColorstr='#c5ab85');
	background-color:#e6c9a1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #c5ab85;
	display:inline-block;
	color:#806033;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	margin-top: 20px;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c5ab85), color-stop(1, #e6c9a1) );
	background:-moz-linear-gradient( center top, #c5ab85 5%, #e6c9a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ab85', endColorstr='#e6c9a1');
	background-color:#c5ab85;
}
.btn:active {
	position:relative;
	top:1px;
}
.captcha_table td {
    border: none !important;
}
.captcha_table input[type="text"] {
    padding: 6px 8px 4px 8px;
    font-size: 14px;
    color: #806033;
    background: #f2e9da;
    border-bottom: 2px solid #b38647;
}



/* FOOTER BLOCK */

#footer {
    background: #000;
    border-top: 1px dotted #fff;
    color: #fff;
    padding: 10px 40px;
    width: 880px;
    font-size: 14px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}





