/* Start with some global parameters */
html{
  font-size: 1.0em;
}

body{
  margin: 0em;
  padding: 0em;
  font-size: 0.75em;
  background-color: #7a0900;
  background-image: url("/rs/_images/background/allbg03.gif");
  font-family: verdana, sans-serif;
}

a{
  text-decoration: underline;
  color: black;
}

a:hover, a:focus{
  text-decoration: none;
}

abbr:hover{
  cursor: help;
}

code{
  font-family: courier,monospace;
  font-style: italic;
}

h1{
  margin: 0em;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  color: #000000;
}
h2{
  margin: 0em;
  margin-bottom: 1.0em;
  font-size: 1.0em;
  line-height: 1.2em;
  font-weight: bold;
  color: #666666;
}
h3{
  margin: 0em;
  margin-bottom: 1.0em;
  font-size: 0.8em;
  font-weight: bold;
}

img{
  border: 0em;
}

ul{
  margin: 0em 0em 0em 1em;
  padding: 1em;
}

ul.links{
  list-style-image: url("../../_images/design/li_link.gif");
}

ul.links li{
  padding: 0em 0em 0em 0.7em;
  vertical-align: middle;
}

ul.unformattedList{
  margin:0;
  padding:0;
  list-style-type:none;
}

ul.unformattedList li{
  clear:both;
}

.noScreen{  /* This class is not shown on screen */
  display: none;
}

.handheld{  /* This class in only seen in handheld */
  display: none;
}

/*
  The first part describes the layout of the whole Page
*/

#surrounding{  /*  contains all elements. necessary to avoid wrapping when resizing the screen  */
  width:66.5em;
  background-color: white;
}

.mainContent{  /* middle part, contains the real content of the page */
  float: left;
  width: 67em;
  background-color: white;
}

#header{  /* Contains logo and a banner */
  height: 100px;
  margin: 0;
  background-image: url("../../_images/background/header.gif");
  background-repeat: repeat-x;
}

#navigation{  /* contains the navigation */
  float: left;
  width: 17em;
  margin: 0;
  padding: 0em;
  background-color: #CCCCCC;
}

#contentPart{ /* contains breadcrumb and content */
  float: left;
  width: 49.5em;
}

#content{  /* contains main content */
  clear: both;
  background-image: url("../../_images/background/content.gif");
  background-repeat: repeat-x;
  width: 50em;
  line-height: 1.3em;
}

.contentBox, .contentBoxBorder{  /* these contain all the later content */
  clear: both;
  display: block;
  color: #666666;
  margin: 0em 2em 0em 1.5em ! important;
  padding: 1em 0em 1em 0em ! important;
}

.contentHalf{  /* allows 2 divs next to each other in content */
  float: left;
  width: 20.7em;
}

.contentBoxBorder{  /* contentBox but with border at bottom */
  margin: 0em 2em 0em 1.5em ! important;
  padding: 1em 0em 1em 0em ! important;
  border-bottom: 0.1em solid #B7B7B7;
}

.newLine{
  display: block;
  clear: both ! important;
}

.imageRight {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.imageLeft{
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.contentRight{
  padding-left: 0.4em;
  float: right;
}

.contentLeft{
  padding-right: 0.4em;
  float: left;
}

.contentCenter{
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-align: center;
}

#footer{  /* impressum */
  clear: both;
  width: 67em;
  height: 25px;
  background-image: url("/rs/_images/background/footer.gif");
}

/*
  following styles are used in listviews
*/
a.linkButton{
  display: block;
  font-size: 0.75em;
  text-decoration: none;
  color: white;
  margin-top: 2em;
  margin-bottom: 2em;

  padding-bottom: 0.2em;
  background-color: #355DD6;
  width: 8em;
  text-align: center;
  border: 0.1em solid black;
}
a.linkButton:hover, a.linkButton:focus{
  color: #CCCCCC;
}

img.thumbnail_120_90{  /* Thumbnails in image-gallery */
  margin: 1em;
  border: 0.2em solid black;
}

/*
  Here starts the part with the forms, this will later be in another file
  contains all needed styles for the used forms
*/

form{
  margin: 0;
  padding: 0;
}

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

/*
  search form
*/
.searchForm{
  font-size: 0.8em;
  margin: 0;
  padding-top: 0.2em;
}

.searchForm#text{
  width: 9em;
}

.searchForm#submitbutton{
  margin: auto;
  padding: 0.1em 0.1em 0em 0.1em;
}


/*  contact form  */
.contactInput, .contactTextarea{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 18em;
}
/*  contact form  */
.contactInputLong, .contactTextareaLong{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 39em;
}

.contactSelect{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 9em;
}

.contactTextarea{
  height: 8em;
}

.formError{
  color: red;
  border-color: red;
}

input, textarea{  /* global stuff ... */
  font-family: verdana, sans-serif;
  border: 0.1em solid #666666;
  margin: 0;
  padding: 0;
}

/*
  Following part deals with the navigation in div with id "navContainer"
*/

.navigationBorder{  /* Start and End of Navigation with gradient */
  width: 17em;
  text-align: center;
}

.navigationBorder#naviHead{  /* Header */
  height: 1.3em;
  background-image: url("../../_images/background/naviHead.gif");
  background-repeat: repeat-x;
  background-color: #B7B7B7;
}

.navigationBorder#naviFoot{  /* Footer */
  height: 3.5em;
  background-image: url("../../_images/background/naviFoot.gif");
  background-repeat: repeat-x;
}

#navContainer{  /* contains the menu */
  clear: both;
  width: 17em;
}

/*
  navigation level 1
*/
#navContainer ul{
  margin: 0em;
  padding: 0em;
  list-style-type: none;
}

#navContainer ul li{
  background-image: url("../../_images/background/navLiLevel_01.gif");
  background-repeat: repeat-x;
  background-color: #B7B7B7;
}

#navContainer ul li#li_nav1_open{  /* special layout for open links */
  background-image: url("../../_images/background/navLiLevel_01_open.gif");
  background-repeat: repeat-x;
  background-color: #cccccc;
}


#navContainer ul li a{
  display: block;
  background-repeat: no-repeat;
  height: 1.7em;
  padding-left: 2em;
  line-height: 1.7em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  background-image: url("../../_images/background/navLinkLevel_01.gif");
}

#navContainer ul li a:hover, #navContainer ul li a:focus{
  background-image: url("../../_images/background/navLinkLevel_01_hover.gif");
}

#navContainer ul li a#a_nav1_open, #navContainer ul li a:hover#a_nav1_open{
  background-image: url("../../_images/background/navLinkLevel_01_open.gif");
}

/*
  Design for submenu
*/
#navContainer li li{
  background-color: #9D9D9D;
  line-height: 1.1em;
  background-image: url("../../_images/background/navLiLevel_02.gif");
  background-repeat: no-repeat;
}

#navContainer ul ul a{
  display: block;
  background-repeat: no-repeat;
  height: 1.6em;
  padding: 0em;
  padding-left: 3.5em;
  padding-top: 0.21em;
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
  background-image: none;
}

#navContainer ul ul a:hover, #navContainer ul ul a:focus, #navContainer ul ul a#a_nav2_open{
  color: #fff;
  background-image: url("../../_images/background/navLinkLevel_02_hover.gif");
}

img.float-left {
   float:left;
   margin-right:6px;
}