* {
padding: 0;
margin: 0;
}

html {
overflow-y: scroll;
}


body {
background-color: #DDC392;
font-family: 'Droid Sans', sans-serif;
font-size: 12px;
letter-spacing: 0em;
word-spacing: 0em;
}

h1, h2, h3, h4, h5, h6, h7 {
color: white;
margin: .5em 0;
}

h1, h2, h3 {
font-family: 'Droid Serif', serif;
letter-spacing: .05em;
word-spacing: 0em;
}

h1 {
font-size: 110%;
}

h2 {
font-size: 100%;
}

h3 {
font-size: 95%;
}

h4 {
font-size: 90%;
}

h5 {
font-size: 85%;
}

h6, h7 {
font-size: 80%;
}

.container > h1, .container > h2 {
/*-moz-text-shadow: 2px 2px 2px #444;
-webkit-text-shadow: 2px 2px 2px #444;
-o-text-shadow: 2px 2px 2px #444;
-ms-text-shadow: 2px 2px 2px #444;
text-shadow: 2px 2px 2px #444;*/
}

p {
margin: .5em 0;
}

td {
vertical-align: top;
}

a, .filelinks a {
color: #5b4527;
text-decoration: none;
}

a:visited, .filelinks a:visited {
color: #987641;
}

a:hover, .filelinks a:hover {
color: black;
text-decoration: none;
}

input[type=submit] {
background-color: #987641;
color: white;
font-weight: bold;
padding: 1px;
}

hr {
border: 0;
height: 3px;
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/bg_rahmen.gif);
/* margin: 5px; */
}



.clearer {
clear: both;
/* display: none; */
}



/*containers make the life fun and provide an fake border around our divs*/
.container {
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/bg_rahmen.gif);
padding: 2px;
margin-bottom: .5em;
}

.container > div {
background-color: #DDC392;
padding: 5px;
}

div.container > div {
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/ecke_links_unten_gross.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

#header div.container > div {
background-image: none;
}


#light_version_message {
display: none;
margin: 10px 0;
padding: 10px;
background-color: #DDC392;
font-size: 200%;
}


#header_image div, #footer_image div {
margin: 0;
padding: 0;
height: 82px;
overflow: hidden;
position: relative;
width: 100%;
}

#footer_image div img {
position: relative;
top: -82px;
}




#page {
width: 731px;
/*background-image: url(http://postgarage.at/fileadmin/templates/layout/images/bg_rahmen.gif);*/
padding: 2px;
margin: 0 auto;
background-color: #987641;
background-image: url(images/poga_bg.png);
}



#header {
margin: 1em 0;
}



#header_image {
margin: -2px;
padding: 1px;
}

#header_image img {
padding: 0;
display: block;
}



#menu_container {
margin: 1em 30px;
/* text-align: center; */
font-family: 'Droid Serif', serif;
letter-spacing: .05em;
word-spacing: 0em;
}

#menu_container ul {
padding: 3px 0 0 0;
/* display: inline; */
margin: 0 5px;
}

#menu_container ul li {
display: inline;
margin: 0;
padding: 3px 12px 0 12px;
color: #5b4527;
font-weight: bold;
font-size: 120%;
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/menu_normal.gif);
background-repeat: no-repeat;
background-position: left 65%;
}



#menu_container ul li a:link, #menu_container ul li a:visited {
color: #5b4527;
text-decoration: none;
-webkit-transition: color .15s linear;
-moz-transition: color .15s linear;
-o-transition: color .15s linear;
-ms-transition: color .15s linear;
transition: color .15s linear;
}

#menu_container ul li:hover {
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/menu_hover.gif);
color: #fff;
}

#menu_container ul li:hover a {
color: #fff;
-webkit-transition: color .01s linear;
-moz-transition: color .01s linear;
-o-transition: color .01s linear;
-ms-transition: color .01s linear;
transition: color .01s linear;
}

#menu_container #main_menu li.active {
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/menu_active.gif);
color: white;
border: 2px solid #987641;
border-bottom: 2px solid #DDC392;
padding-left: 17px;
padding-right: 7px;
margin-left: -5px;
margin-right: 5px;
background-position: 5px 65%;
}

#menu_container ul li.active a {
color: white;
}

ul#sub_menu {
border: 2px solid #987641;
padding: 2px 5px;
margin: 0;
font-size: 90%;
}

ul#sub_menu li {
font-weight: normal;
}

#menu_container #sub_menu li.active {
background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/menu_active.gif);
color: white;
}


#announcements {
margin: 1em 30px;
}

/*#announcements .container {
-moz-box-shadow: 0px 0px 20px #DDC392;
-webkit-box-shadow: 0px 0px 20px #DDC392;
-o-box-shadow: 0px 0px 20px #DDC392;
-ms-box-shadow: 0px 0px 20px #DDC392;
box-shadow: 0px 0px 20px #DDC392;
}*/


#content {
width: 433px;
float: left;
margin-left: 30px;
margin-right: 10px;
margin-bottom: 1em;
}

#content .container {
display: inline-block;
margin-left: -5px;
}

#content div.container > *:last-child:after {
display: none;
}

#content h2 {
background-color: #987641;
/* background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/header_bg.gif); */
background-repeat: no-repeat;
background-position: left center;
/*display: inline;*/
margin: 0;
padding-left: 5px;
padding-right: 5px;
}

#content img {
border: 1px solid white;
}

#content td {
width: 200px;
}

#content dd.csc-textpic-caption {
text-align: center;
}

#content ol {
/*list-style-type: upper-roman;*/
margin-left: 25px;
}

#social_networks_panel {
position: relative;
font-size: 10px;
margin-bottom: 10px;
}

#social_networks_panel_icons {
font-size: 10px;
position: relative;
float: right;
}

#social_networks_panel img, #sp_socialbookmarks_link_bar img {
border: 1px solid white;
vertical-align: middle;
margin: 0 1px;
}

#social_networks_panel span, #sp_socialbookmarks_link_bar span {
border: 1px solid white;
padding: 1px 3px;
display: inline-block;
height: 13px;
vertical-align: bottom;
}

#social_networks_panel span span {
border: 0;
padding: 0;
margin: 0;
}

#social_networks_panel_icons {
position: relative;
height: 17px;
}

#social_networks_panel_links_container {
position: absolute;
top: 15px;
width: 300px;
left: -60px;
z-index:99;
font-size: 14px;
background:#DDC392;
/* border: 1px solid green; */
display: none;
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-o-box-shadow: 2px 2px 10px #000;
-ms-box-shadow: 2px 2px 10px #000;
box-shadow: 2px 2px 10px #000;
}

#sp_socialbookmarks_link_bar {
font-size: 10px;
}

#social_networks_panel_links {
position: relative;
border: 2px solid #987641;
padding: 5px;
}

#social_networks_panel_links ul {
list-style-type: none;
width: 280px;
}

#social_networks_panel_links li {
margin-bottom: 10px;
width: 280px;
}

#social_networks_panel_links li iframe {
margin-left: -10px;
margin-top: -10px;
width: 280px;
}



#right_column {
width: 225px;
overflow: hidden;
text-align: right;
}

#right_column div.container .container{
display: inline-block;
margin-right: -5px;
}

#right_column div.container .container > *:last-child:after {
display: none;
}

#right_column h1 {
background-color: #987641;
/* background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/header_bg_reverse.gif); */
background-repeat: no-repeat;
background-position: right center;
/* display: inline; */
margin: 0;
padding-right: 5px;
padding-left: 5px;
}

#right_column p {
text-align: left;
}

#right_column .news-list-container {
text-align: left;
}

#right_column .news-list-container .news-list-item .clearer{
margin: 5px 0;
}


#footer {
clear: both;
/* margin-top: 3em; */
color: #DDC392;
font-size: 80%;
text-align: center;
padding-bottom: 2em;
}

#footer a {
color: black;
}


#footer_image {
margin: -2px;
padding: 1px;
}

#footer_image img {
padding: 0;
display: block;
}





/******************
* news and gallery
*******************/
.news-single-img .myGallery {
margin: auto;
}

#gallery_thumbs {
position: relative;
overflow: auto;
width: 100%;
max-height: 300px;
margin-top: 10px;
text-align: center;
}

#gallery_thumbs .thumbnail {
display: inline-block;
cursor: pointer;
}

#gallery_thumbs .number {
display: none;
}

.jdGallery a.open:hover {
background: transparent url(img/coolplus.png) no-repeat scroll center center
}

.event_teaser_image {
position: relative;
width: 136px;
height: 57px;
overflow: hidden;
float: left;
margin-bottom: 5px;
}

#content .news-list-item {
min-height: 57px;
padding: 5px 0;
}

#content .news-list-item:hover a {
color: #5b4527;
}

#content .news-list-item h3 {
margin-top: 0;
margin-bottom: 0;
}

#content .news-list-item p {
margin-top: 0;
margin-bottom: 0;
}

.news-list-item .event_teaser_image img {
position: relative;
top: -57px;
}

.news-list-item:hover .event_teaser_image img {
top: 0px;
}

.news-list-item:hover a {
color: black;
}

.news-list-container .news-list-item  h3, .news-list-container .news-list-item  p {
margin-left: 141px;
}

#content .news-list-container .news-list-item  h3 {
font-size: 120%;
}

a.news-show-more {
float:right;
opacity:0;
position: relative;
margin-top:-25px;
}

.news-list-info-wrapper {
clear:both;
}

.news-list-info {
clear:both;
margin:5px 0;
/* border: 1px solid #5b4527; */
overflow:hidden;
/*background-image: url(http://postgarage.at/fileadmin/templates/layout/images/layout/bg_rahmen.gif);
background-repeat:repeat-y;
background-position: center center;*/
display:block;
}

.news-list-info-line-up {
float:left;
width:48%;
margin:1%;
/* border-right: 1px solid #5b4527; */
}

.news-list-info-admission {
float:right;
width:48%;
margin:1%;
/* border-left: 1px solid #5b4527; */
}

.news-list-category {
float: right;
font-size: 80%;
}

#right_column .news-list-item h3, #right_column .news-list-item p {
margin: 0;
}


#content .tx-ttnews-browsebox td {
width: auto;
}

.tx-ttnews-browsebox p {
display: none;
}

.tx-ttnews-browsebox td p{
display: block;
padding-left: 2px;
}

.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
font-weight: bold;
text-decoration: none;
color: black;
}

#content .news-list-container img {
border: 0;
}

.news-list-container a {
text-decoration: none;
color: black;
}

.news-list-container a:visited {
color: #5b4527;
}

.news-list-container a:hover {
color: #5b4527;
}

.news-list-container .news-list-browse .showResultsWrap {
display: none;
}

.news-list-container .news-list-browse .browseLinksWrap span {
display: none;
}

.news-list-container .news-list-browse .browseLinksWrap span:last-child {
display: block;
}

.news-list-container .news-list-browse .browseBoxWrap {
text-align: center;
font-size: 150%;
font-weight: bold;
}

.news-list-container .news-list-browse .activeLinkWrap {
text-decoration: underline;
}


#news-single-prev-next-links {
display: none;
}

.news-single-item h1, .news-single-item h3, .news-single-item h4 {
color: black;
}

.news-single-item .news-single-img {
float: left;
}

.news-single-item .news-nav {
float: left;
margin-top: 5px;
}

.news-single-item .news-nav span {
border: 1px solid white;
padding: 1px 3px;
display: inline-block;
height: 14px;
width: 70px;
}

.news-single-item .news-nav div.active span {
background-color: #987641;
}

.news-single-item .news-nav div.active a {
color: white;
}

.news-single-item .news-nav * {
vertical-align: middle;
}

.news-single-item .news-nav div {
margin: 5px 0;
}

.news-single-item .news-nav div.active span {
/*color: white;
background-color: #987641;*/
}

.news-single-info {
margin-left: 140px;
}

#slider {
width:278px; 
height:200px; 
overflow: auto;
}

.news-section {
min-height: 200px;
margin-bottom: 10px;
}

.news-flyer {
padding-bottom: 10px;
}

.news-flyer img {
cursor: pointer;
}

/*.news-section h1 {
color: white;
}*/

.news-section .anchor {
display: block;
/*height: 1px;
opacity: 0;
filter: alpha(opacity = 0);*/
}

#search_toogle {
margin-left: 10px;
}

#news_search_form {
display: none;
padding: 10px 0;
}

.dpDiv {
background-color: #DDC392;
border: 2px solid #987641;
padding: 5px;
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-o-box-shadow: 2px 2px 10px #000;
-ms-box-shadow: 2px 2px 10px #000;
box-shadow: 2px 2px 10px #000;
}

.dpTable td {
border: 1px solid #987641;
width: 2em;
text-align: center;
cursor: pointer;
vertical-align: middle;
}


/*******************
* fancbox styles
*******************/
#fancybox-prevevent, #fancybox-nextevent {
top: 30px;
position: absolute;
z-index: 1103;
/*background-color: white;
vertical-align: middle;
-moz-box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
-o-box-shadow: 0px 0px 20px #000;
-ms-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;*/
}

#fancybox-prevevent {
left: -20px;
text-align: right;
}

#fancybox-nextevent {
right: -20px;
text-align: left;
}

#fancybox-prevevent a, #fancybox-nextevent a {
color: black;
}

#fancybox-prevevent-image, #fancybox-nextevent-image {
display: inline-block;
width: 30px;
height: 30px;
cursor: pointer;
z-index: 1103;
}

#fancybox-prevevent-image {
background: transparent url('http://www.postgarage.at/fileadmin/templates/layout/js/fancybox/fancybox.png') -40px -30px;
}

#fancybox-nextevent-image {
background: transparent url('http://www.postgarage.at/fileadmin/templates/layout/js/fancybox/fancybox.png') -40px -60px;
}



/***************
* newsletter
***************/
#right_column .tx-sremailsubscribe-pi1 input {
width: 150px;
}

#right_column .tx-sremailsubscribe-pi1 input[type=submit], #right_column .tx-sremailsubscribe-pi1 input[type=checkbox] {
width: auto;
}

#right_column .tx-sremailsubscribe-pi1 #html_email {
font-size: 80%;
}

#right_column .tx-sremailsubscribe-pi1-click-to-edit {
font-size: 80%;
padding: 0;
margin: 5px;
}

#right_column .tx-sremailsubscribe-pi1-click-to-edit a {
background-image: none;
padding: 0;
text-decoration: none;
}





/****************
* Mailform
****************/
fieldset.csc-mailform {
border: none;
}

.csc-mailform-field {
margin: 5px 0;
}

.csc-mailform-field label {
display: inline-block;
width: 7em;
vertical-align: top;
}

.csc-mailform-field input, .csc-mailform-field textarea {
width: 15em;
}

.csc-mailform-field input[type=submit] {
width: auto;
}



/**************
* social bookmarks
**************/
/*#sp_socialbookmarks_link_bar img {
vertical-align: middle;
border: 0;
}*/


/*******************
* socialplugins (used for facebook like button)
*******************/
.tx_socialplugins_fb_iframe {
margin-top: 5px;
}

/*FB share button for gallery*/
#rglbFBLink, #rglbFBLink:hover {
float: right;
border: 1px solid white;
margin: 4px 5px 0 0;
padding: 0 1px 0 0;
color: white;
}

#rglbFBLink * {
vertical-align: middle;
border: none;
}


/*FB Like Box*/
#fb_like_box_container {
/*background-color: #DDC392;*/
}

#fb_like_box_container > div {
padding: 0;
}

.plusone_button {
margin-top: 5px;
}


