/*
  This stylesheet uses relative values for sizes in almost all cases.
  This means the screen can be resized, and all elements will resize as well
  not only fonts and texts.
*/


/*
  Start with some global parameters
*/
html  { text-align: left }

body   { font-size: 0.75em; font-family: Tahoma; background-color: #0D6D97; text-align: left; margin: 0; padding: 0 }

a { color: #005D85; text-decoration: none }

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

abbr:hover{
  cursor: help;
}

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

h1      { color: #005D85; font-size: 1.5em; font-family: Georgia; font-weight: normal; line-height: 1.5em; text-align: left; margin: 0.7em 0 0 }
h2    { color: #050505; font-size: 1.1em; font-family: Georgia; font-weight: normal; line-height: 1.2em; text-align: left; margin: 0 0 0.6em }
h3 { font-size: 0.8em; font-weight: bold; text-align: left; margin: 0 0 1em }

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  { background-color: #fff; text-align: left; width: 64em }
#top_right, #top_left  { }

#top_left  { }

.mainContent    { background-color: #fff; width: 64em; float: left; clear: both }

#header    { background-image: url(../../images/company/header1.jpg); height: 200px }

#navigation     { margin: 0 0 0 0; padding: 0 0 0 0.8em; width: 15.2em; float: left }

#contentPart   { width: 32em; float: left }
#contentPart1 { width: 32em; float: left }
#breadcrumb { background-repeat: repeat-x; width: 44.9em; height: 2.02em; }

#location{
  float: left;
  padding: 0.3em 0em 0em 0.5em;
  width: 28em;
  height: 1.7em;
}


#searchForm  { margin-left: 1em; padding: 0 1em 0 0; position: relative; left: 0; width: 15em }

#content       { line-height: 1.3em; padding-top: 1.5em; width: 32em; float: left }
.contentBox, .contentBoxBorder       { color: #000; display: block; margin-top: 0; margin-bottom: 0; padding: 0.25em 0 1em; width: 45em; float: left }
.contentBox1  { color: #000; display: block; margin-top: 0; margin-bottom: 0; padding-top: 0.25em; padding-bottom: 1em; width: 32em; float: left }
.contentBox_klein   { color: #000; display: block; margin: 1.4em 1em 0 0; padding-top: 1em; padding-bottom: 1em; padding-left: 0.9em; width: 11.5em; float: right; border-left: 0.1em solid #e9e9e9 }
.contentHalf  { width: 20em; float: left }

.contentBoxBorder   { margin-top: 0 !important; margin-bottom: 0 !important; padding: 0.25em 0 1em; }

.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    { background-color: #005D85; width: 64em; height: 25px; clear: both }

/*
  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_140_105 { margin: 1em; border: solid 0.1em 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 0 0 1em; padding-top: 0; left: 1em }

.searchForm#text { margin: 0; top: 0; width: 8em }

.searchForm#submitbutton { margin: 0; padding-bottom: 0; border-width: 0 }


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

.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  { text-align: center; width: 0 }

.navigationBorder#naviHead{  /* Header */
  height: 2.0em;
  }

.navigationBorder#naviFoot { height: 3.5em }

#navContainer  { width: 15.2em }

/*
  navigation level 1
*/
#navContainer ul  { color: #005D85; font-family: Georgia; list-style-type: none; margin: 0 0 0; padding: 0 0 1em }

#navContainer ul li  { }

#navContainer ul li#li_nav1_open  { }


#navContainer ul li a    { color: #005D85; font-size: 1.2em; line-height: 1.4em; text-decoration: none; background-image: url(../../images/background/navLinkLevel_01.gif); background-repeat: no-repeat; background-position: 0 0.48em; display: block; padding-top: 0.5em; padding-left: 2em; height: 1.6em }

#navContainer ul li a:hover, #navContainer ul li a:focus { background-image: url(../../images/background/navLinkLevel_01_hover.gif); background-position: 0 0.48em }

#navContainer ul li a#a_nav1_open, #navContainer ul li a:hover#a_nav1_open  { background-image: url(../../images/background/navLinkLevel_01_open.gif); background-repeat: no-repeat; background-position: 0 0.48em }

/*
  Design for submenu
*/
#navContainer li li   { font-family: Tahoma; line-height: 1.2em; background-repeat: no-repeat }

#navContainer ul ul a      { color: #000; font-size: 0.9em; font-family: Tahoma; text-decoration: none; background-image: none; background-repeat: no-repeat; padding-right: 0; padding-left: 3em; height: 1.2em }
#navContainer ul ul a:hover  { background-image: url(../../images/background/navLinkLevel_01_hover.gif); background-position: 0 0.1em }
#navContainer ul ul a:hover, #navContainer ul ul a:focus, #navContainer ul ul a#a_nav2_open    { color: #000; font-family: Tahoma; background-image: url(../../images/background/navLinkLevel_02_open.gif); background-position: 0 0 }
  Needed styles for the blog
*/

table.tableMonthOverview{
  font-size: 1.0em;
  width: 40em;
  border: thin solid;
  margin: 0.5em 0 0.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tableMonthOverview th, table.tableMonthOverview td{
  text-align: center;
  border: thin solid;
  padding: 0.1em;
}

input.votingAnswer {
  margin: 0.5em 1em 0em 0em;
  border: 0;
}

/*
  Breadcrumb
*/
a.locationCat{
  color: #000000;
}

.error{
  color: red;
}

.debug{  /* this is just a debug style*/
  border: 0.1em red solid;	/*	debug	*/
}
.suchabstand     { margin-left: 0.8em; padding-top: 0.3em }
.UeSchrift_Vside    { color: #005D85; font-size: 1.2em; font-family: Georgia; margin-left: 0.4em; padding: 0.3em 0 1.05em }

