@charset "UTF-8";

/*----------------------------------------------

copyright 2009 by bgcc

Version: 1.0

Author: Leo Sierek

Company URI: http://www.bgcc.at

----------------------------------------------*/
/* Wir blenden die Scrollbars in allen Browsern ein damit die Seite nicht hüpft */
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

/* @group global styles */
body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 75%;
  line-height: 1.5em;
  color: #333;
  background: #5ab2f9 url(../images/backgrounds/budapest_page_bg.jpg) top center repeat-x;
}

/* @group text formatting */

h1, h2 {
  font-family: "Times New Roman", Times, Georgia, serif;
  line-height: 1.2em;
}

h3, h4, h5 {
  line-height: 1.2em;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
  color: #67bcff;
  margin: 0em 0 0.5em;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #1e83f5;
  margin: 1.4em 0 0.7em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #003561;
	margin: 1.4em 0 0.7em 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1.4em 0 0.7em 0;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.2em 0 0.7em 0;
}

p, ul, ol, dl {
  margin: 0 0 1em 0;
}

li ul, li ol {
  margin:  0 0 1em 0;
}

ul li, ol li {
	list-style: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 1.5em;
}

ol li {
  list-style: decimal;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #e02289;
  border-bottom: 1px dotted #0097ff;
}

a:hover {
  color: #e04f22;
  border-bottom: 1px dotted #88df00;
}

strong {
  font-weight: bold;
}

textarea {
  font-size: 1em;
  font-family: Verdana,"Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
}

/* @end */

/* @group table */
table {
  margin: 1em 0;
}

th, td {
  padding: 0.3em 0.5em;
}

/* @end */

/* @group global classes */
.bg_ir {
  position: absolute;
  top: -9999px;
  left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}/* image replacement - hides text from browsers with css on. need extra span that contains the text with class="ir" */

.bg_clear {
  clear: both;
  width: 100%;
  font-size: 1%;
  line-height: 0;
}

.bg_icon {
  vertical-align: middle;
}

.bg_more {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
}

/* @end */

#bg_page {
  margin-top: 10px;
}

#bg_header {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #00a2ff;
}


#bg_logo {
  float: left;
  border: none;
}

#bg_headerBanner {
  float: right;
}

#bg_mainNav {
  float: left;
  width: 100%;
  background: #fff;
  margin: 20px 0 4px 0;
}

#bg_mainNav li {
  list-style: none;
  float: left;
  margin: 0;
}

#bg_mainNav a {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.6em;
  display: block;
  color: #333;
  border: none;
  padding: 6px 10px;
}

#bg_mainNav a:hover {
  color: #e02289;
}

#bg_mainNav a.active {
  color: #0C90F9;
}

#bg_languageNav {
  float: right;
  background: #fff;
  margin: 4px 0 10px 0;    
}

#bg_languageNav li {
  list-style: none;
  float: left;
  margin: 0;
}

#bg_languageNav a {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #555;
  border: none;
  padding: 2px 10px;
}

#bg_languageNav a:hover {
  color: #e02289;
}

#bg_intro {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#bg_introAds h2 {
  color: #fff;
  background: #5abe01;
  height: 22px;
  padding: 4px 4px;
  margin: 0 0 4px 0;
}

#bg_introAdsImage {
  overflow: hidden;
  border: 4px solid #5abe01; 
  height: 280px; 
  position: relative;
}

.bg_adDescription
{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  color: black;
  width: 612px;
  padding: 5px;
	/* ANFANG TRANSPARENZ - REIHEN FOLGE NICHT UMDREHEN */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	/* ENDE TRANSPARENZ */
}

#bg_aboutUsBox {
  font-family: "Times New Roman", Times, Georgia, serif;
  color: #fff;
  background: #0097ff;
  height: 258px;
  padding: 15px;
}

#bg_aboutUsBox h1 {
  color: #89cfff;
  font-style: italic;
}

#bg_aboutUsBox h2 {
  color: #89cfff;
}

#bg_aboutUsBox #bg_aboutUsBoxIntro {
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.2em;
  color: #333;
}

#bg_aboutUsBox p {
  font-size: 1.3em;
  line-height: 1.2em;
}

.bg_content {
  float: left;
  width: 590px;
  /*min-height: 500px;*/
  background: #ffffff;
  margin-right: 10px;
  padding: 20px;
}

.bg_content h2.bg_first {
  margin-top: 0;
}

.bg_sideBar {
  float: left;
  width: 270px;
  background: #ffffff;
  padding: 20px;
}

.transparent
{
  background-color: transparent;
}

.bg_sideBar h1, .bg_sideBar h2 {
  color: #57ae01;
}

.bg_sideBar h2.bg_first {
  margin-top: 0;
}

#bg_footer {
  color: #89c1ef;
  background: url(../images/footer_bg.png) top repeat-x;
  margin-top: 20px;
  padding: 0 0 20px 0;
}

#bg_footer h3 {
  color: #fff;
}

#bg_footer a {
  color: #ff7fe5;
}

.bg_newsStreamItem {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
}

.bg_newsStreamItem h3 {
  margin: 0 0 2px 0;
}

.bg_date, .bg_note {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  color: #888;
}

.bg_articleStreamItem {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
}

.bg_articleStreamItem h3 {
  margin: 0 0 2px 0;
}

#bg_main {
  float: left;
  width: 100%;
}

.bg_button {
  float: right;
  border: none;
  background: url(../images/button_right.png) top right no-repeat;
  margin-left: 11px;
}

.bg_button:hover {
  border: none;
}

.bg_button span {
  position: relative;
  float: left;
  whitespace: nowrap;
  display: block;
  color: #005eac;
  background: url(../images/button_left.png) top left no-repeat;
  margin-left: -11px;
  padding: 3px 11px;
  z-index: 10;
}


#bg_footer .bg_button {
  background: url(../images/footer_button_right.png) top right no-repeat;
}

#bg_footer .bg_button span {
  color: #fff;
  background: url(../images/footer_button_left.png) top left no-repeat;
}

.bg_sideBar .bg_button {
  background: url(../images/sidebar_button_right.png) top right no-repeat;
}

.bg_sideBar .bg_button span {
  color: #295200;
  background: url(../images/sidebar_button_left.png) top left no-repeat;
}

#bg_subNav {
  position: relative;
  color: #fff;
  background: #5abe01;
  margin: -20px;
  padding: 20px;
}

.bg_skyscraper
{
  width: 160px;
  height: 600px;
  margin:40px -20px -20px;
}

#bg_subNav h2 {
  color: #a7ff2a;
}

#bg_subNav ul {
  border-top: 1px dotted #9aeb27;
}

#bg_subNav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bg_subNav ul li ul {
  margin-left: 15px;
  border-top: none;
}

#bg_subNav ul a {
  display: block;
  color: #fff;
  border-bottom: 1px dotted #9aeb27;
  background: url(../images/sub_nav_arrow.gif) left no-repeat;
  padding: 6px 12px;
}

#bg_subNav ul a:hover, #bg_subNav ul li a.active {
  background-color: #43a800;
}

#bg_contact {
  background: #fff;
  padding:20px;
}

#bg_contactForm, #bg_imprint {
  padding: 15px;
}

#image_flip
{
  margin: 0px;
  padding: 0px;
}

#image_flip li
{
  margin: 0px;
  padding: 0px;
}











































