@import url("/res/css/fonts/cartogothicpro_book_macroman/stylesheet.css");
@import url("/res/css/fonts/cartogothicpro_italic_macroman/stylesheet.css");
@import url("/res/css/fonts/cartogothicpro_light_macroman/stylesheet.css");
@import url("/res/css/fonts/cartogothicpro_bold_macroman/stylesheet.css");
@import url("/res/css/fonts/cartogothicpro_bolditalic_macroman/stylesheet.css");

/* beatbureau.at */
/* reset browser defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
	table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end browser default reset code */

/* BASICS ------------------------- */

html {
  height: 100%;
}

body {
  background: black;
  color: #f2e0bd;
  height: 100%;
  font-family: 'CartoGothicProBook', Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.editorbody {
	/* Dieser Body wird vom Editor verwendet - Background entfernen */
	margin: 5px 0px 0px 5px;
	background-image: none;
	font-family: 'CartoGothicProBook', Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 769px;
}

.editorbody_right {
	/* Dieser Body wird vom Editor verwendet - Background entfernen */
	margin: 5px 0px 0px 5px;
	background-image: none;
	font-family: 'CartoGothicProBook', Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 532px;
}

a, a:hover, a:active, a:visited, #content .project_toggle a.active {
	color: #f2e0bd;
	text-decoration: none;
}

a:hover, a:active, #snav .active a, .tab_link:hover, #content a.active {
	color: #de5955;
}

img {
}

p {

}

ul {
	list-style: none;
}

/*Überschriften = = = = = = = = = = = = = = = = = = = = = = = = = */

h1, h2, h3, h4, h5, h6, #logo {
	font-family: 'CartoGothicProLight', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

h1 {
  font-size: 14px;
  color: #de5955;
}

h2 {
  font-size: 12px;
  font-family: 'CartoGothicProBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  letter-spacing: 0;
  text-transform: none;
}


h1 span.date {
  color: #e3a51a;
  display: block;
}

/* Haupt-Navigation ----------------------------------------------- */


#head {
	height: 115px;
        background-image: url("p/headerline.png");
}

#head a img {
    display: inline;
}

#mnav, #bnav {
    position: absolute;
    right: 80px;
    top: 85px;
    font-size: 18px;
    color: #8e8e8d;
    width: 700px;
    height: 65px;
    background-color: transparent;
    z-index: 94;
}

#bnav {
    right: 86px;
    z-index: 92;
}

#nav_highlight { 
	position: absolute;
	bottom: 7px; 
	left: 0;
	width: 110px; 
	height: 65px; 
	background: transparent url('p/shine.png') no-repeat top left;
  z-index: 93;
}

#nav li {
  text-align: center;
  z-index: 95;
}

#nav li a {
   display: inline-block;
    height: 60px;
    width: 110px;
    font-family: 'CartoGothicProBold', Arial, Helvetica, sans-serif;
    color: #474747;
    z-index: 96;
}

#nav li.active_page a, #nav li a:hover {
   color: #6f2d2b;
}

ul.nav li {
  float: right;
}

#smnav {
    position: absolute;
    left: 902px;
    top: 85px;
    z-index: 97;
}

#smnav a img {
    display: inline;
}

#logo {
  position: relative;
  left: 1px;
  width: 203px;
  height: 113px;
  display: block;
  background: transparent url('p/beatbureau.png') no-repeat top left;
}

#logo a {
  display: block;
  width: 203px;
  height: 113px;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
  min-height: 100%;  
  display: block;
}

.content_pos {
  position: absolute;
  top: 115px;
  left: 0;
  width: 960px;
  height: 100%;
  display: block;
}

.content {
  position: relative;
  width: 960px;
  font-family: 'CartoGothicProBook', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 31px 0 31px 2px;
  display: block;
  clear: both;
}

.content+.content {
  border-top: 1px solid #3c120c;
}

#content img {
	display: block;
}

#content table {
    width: 960px;
}

.column_left {
    float: left;
    width: 404px;
    margin-bottom: 31px;
}

.column_right, .colum_right_no_padding {
    float: right;
    width: 532px;
    line-height: 19px;
    padding-top: 27px;
    margin-bottom: 31px;
}

.colum_right_no_padding {
  padding-top: 0;
}

.column_last {
  margin-bottom: 49px;
}

#footer {
  padding: 4px 0px 1px 0px;
	background-color: #191819;
	position: relative;
	bottom: 16px;
  clear: both;
  font-family: 'CartoGothicProBook', Arial, Helvetica, sans-serif;
  font-size: 10px;
  border-top: 1px solid #403d3d;
  color: #00aaee;
  text-align: center;
  letter-spacing: 1px;
  width: 960px;
}

#footer p {
  margin-bottom: 6px;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited {
} 

/* NEWSLETTER */

.news_title {
  position: absolute;
  top: 84px;
  left: 220px;
}

.news_text {
  border-bottom: 1px solid #3c120c;
}

/* NEWSLETTER REGISTRATION */

#newsletter_registration {
  display: none;
  position: absolute;
  padding-top: 240px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: bisque;
  background-color:rgba(33,20,3,0.5);
  z-index: 98;
}

#newsletter_registration.active {
  display: block;
}

#newsletter_registration .inner {
  width: 360px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #474747;
  background: #000;
  padding: 30px 30px 44px 30px;
}

#newsletter_registration input {
  float: right;
  width: 235px;
}

#newsletter_registration label {
  clear: right;
  font-family: 'CartoGothicProBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#newsletter_registration .info {
  clear: both;
  font-size: 10px;
}

.form_submit {
  border: 0;
  background: transparent;
  text-decoration: underline;
  width: 75px;
  height: 16px;
  cursor: pointer;  
  font-size: 12px;
  clear: both;
  float: right;
  position: relative;
  top: 8px;
  color: #f2e0bd;
  font-family: 'CartoGothicProBold', Arial, Helvetica, sans-serif;
}

.close_button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent url('p/close.png') no-repeat top left;
  cursor: pointer;
}

/* ARCHIVE NAVIGATION */

#page_select {
  clear: both;
  float: right;
  margin: 50px 0 30px 0;
  text-align: center;
}

#page_select a {
  min-width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ae4425;
  padding: 0 1px 2px 1px;
  margin-left: 2px;
}

#page_select .between {
  width: 24px;
  height: 16px;
  display: inline-block;
}

#page_select a.active, #page_select a:hover {
  border: 1px solid #e3a51a;
  background-color: #f2e0bd;
  color: #000;
}


/* CONTENT - MODULES ---------------------------------------------------------------------  */

.dbobject {
	background-color: yellow;
	padding: 8px 4px 8px 4px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #b22222;
	font-family: 'CartoGothicProBook', Arial, Helvetica, sans-serif;
}

bold, strong {
  font-family: 'CartoGothicProBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
}

p+p {
  margin-top: 19px;
}

/*h2+bold, h2+strong {
  margin-top: 19px;
}*/

em {
  font-family: 'CartoGothicProItalic', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

em strong, strong em {
  font-family: 'CartoGothicProBoldItalic', Arial, Helvetica, sans-serif;
  font-weight: normal;
}