@import url(http://fonts.googleapis.com/css?family=Jura:300,400);

HTML, BODY {
  height: 100%;
}

BODY {
  background-color: #e6e7e8;
  margin: 0;
  padding: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  background-position: 0px 0px;
  background-image: url("../images/body_hg.jpg");
  background-repeat: repeat-x;
}

BODY, TD, TH, P, DIV {
  color: #001523;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px
}

img {
  border-width: 0px;
}

h1 { font-size: 12px; font-weight: bold; color: #f36f21; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h2 { font-size: 12px; font-weight: bold; color: #000000; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h3 { font-size: 12px; font-weight: normal; color: #f36f21; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h4 {
    font-size: 16px;
    font-weight: normal;
    color: #2094DF;
    font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
h5 { font-size: 12px; font-weight: normal; color: #f36f21; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h6 { font-size: 12px; font-weight: normal; color: #f36f21; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }

a { color: #1d9ad6; font-size: 12px; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none;}
a:hover { color: #1d9ad6; font-size: 12px; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; }

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

#wrapper {
  position: relative;
  min-height: 100%;
  width: 1000px;
  position: relative;
	margin: 0px auto;
  background-color: white;
}


#header {
	/*width: 1000px; NEW*/
	/*height: 217px;*/
  background-color: white;
}

#header img {
	width: 100%;
	height: auto;
}

#header-shadow {
  background-position: 0px 0px;
  background-image: url("../images/header_shadow_hg.jpg");
  background-repeat: no-repeat;
  /*width: 1000px; NEW*/
	height: 20px;
}

#main {
  /*width: 1000px; NEW*/
  background-color: white;
}

#main #navigation {
  padding-top: 15px;
  float: left;
  width: 196px;
  background-color: #1d9ad6;
  min-height: 400px;
  background-image: url("../images/nav_left_bottom_hg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-left: 30px;
  padding-bottom: 55px;
}

#main #navigation   a {
  text-transform: uppercase;
}

#main #navigation  .nav-button  a:hover {
  color: #000000;
}

#main #navigation  a.nav-button-act {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

#main #navigation a.nav-button-act:hover {
  
}


#main #navigation .nav-button-sub-1  a {
  padding-left: 20px;
  text-decoration: none;
  font-size: 11px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}

#main #navigation .nav-button-sub-1 a:hover {
  color: #000000;
}

#main #navigation .nav-button-act-sub-1 a {
  padding-left: 20px;
  text-decoration: none;
  font-size: 11px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#main #navigation .nav-button-act-sub-1 a:hover {
  
}

#main #content {
  padding-top: 15px;
  float: left;
  width: 694px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 650px;
  background-image: url("../images/radiologoie_bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}

#content ul {
  margin: 5px;
  margin-left: -25px;
}

#footer-pic {
  padding-bottom: 10px;
}

.roundbox {
   width: 365px; 
   background: #1d9ad6 url(../images/blue_hg_bottom.jpg) no-repeat left bottom; 
   min-height: 70px;
}

.roundbox .roundbox-content {
  width: 325px; 
  background: url(../images/blue_hg_top.jpg) no-repeat left top; 
  min-height: 20px;
  padding: 15px 20px 15px 20px;
  color: white;
  font-weight: bold;
}

.kontaktformular input {
  border-width: 0px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  width: 630px;
  background-color: #e6e7e8;
  margin-bottom: 5px;
}
  
.kontaktformular  textarea {
  border-width: 0px;
  height: 121px;
  width: 630px;
  padding: 10px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  background-color: #e6e7e8;
  margin-bottom: 5px;
}

.kontaktformular select {
  border-width: 0px;
  padding-left: 10px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  background-color: #e6e7e8;
  margin-bottom: 5px;
}


.hide-for-small {
	display: none;
}

.show-for-small {
	display: none;
}