/*
  This stylesheet is designed especially for printing the web-site. It just removes the unneccesary 
  stuff like design elements from the page - to obtain a good readable print-out.
*


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

body{
	color: black;
	margin: 0em;
	padding: 0em;
	font-size: 12px;
	background-color: white;
	font-family: arial, verdana, sans-serif;
	width: 100%;
}

a{
  text-decoration: none;
  color: #006633;
}
.teaser {
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}


abbr:hover{
  cursor: help;
}

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

h1{
  margin: 0em;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

h2{
  margin: 0em;
  margin-bottom: 1.0em;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  color: #666666;
}
h3{
  margin: 0em;
  margin-bottom: 1.0em;
  font-size: 13px;
  font-weight: bold;
}

img{
  border: 0em;
}

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

ul.links{
  list-style-image: url(../../we_demo/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;
}

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

#surrounding{  /*  contains all elements. necessary to avoid wrapping when resizing the screen  */
}

#columnRight,#columnLeft{  /*  These are the columns on left or right - only needed on screens */
  float: left;
  width: 9em;
  margin: 0;

  background-repeat: repeat-y;
  background-color: #A2A2A2;

  margin-bottom: 0em;
  border-bottom: 0.1em white solid;
  
  height: 100px;
}

#top_right, #top_left{  /* top right, left corners */
  height: 100px;
  border-bottom: 0.1em white solid;
  background-image: url(../../we_demo/images/background/columnRightTop.gif);
}

#top_left{
  background-image: url(../../we_demo/images/background/columnLeftTop.gif);
  background-position: right;
}

.mainContent{  /* middle part, contains the real content of the page */
	float: left;
	margin-top: 1em;
	width: 100%;
}

#header{  /* Contains logo and a banner */
	border-bottom: 0.1em white solid;
}

#navigation{  /* contains the navigation */
	float: left;
	width: 130px;
	margin: 0em;
	background-color: #66B997;
	padding: 10px 5px 10px 10px;
}

#contentPart{ /* contains breadcrumb and content */
	float: left;
	padding: 0px;
}

#breadcrumb{  /* location */
	height: 2.02em;
	font-size: 80%;
	padding-bottom: 10px;
}

#subnav{  /* Unternavigation */
  background-color: #CCCCCC;
  height: 2.02em;
  width: 540px;
}

#location{
	float: left;
	padding: 0.3em 0em 0em 0.5em;
	width: 540px;
	height: 1.7em;
	font-size: .8em;
}


#searchForm{
  float: right;
  text-align: right;
  padding: 0.2em 1em 0em 0em;
  width: 15em;
}

#content{  /* contains main content */
	clear: both;
	padding-top: 1.2em;
	width: 80%;
	line-height: 1.3em;
	float: left;
}

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

.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;
}

.headLogo{
  float: right;
}

.headLabel {
}


.contentLeft{
	float: left;
	margin: 0px;
	padding: 0;
	width: 550px;
}

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

#footer{  /* impressum */
	clear: both;
	width: 630px;
	height: 40px;
	margin-left: 180px;
	margin-top: 1em;
}

/*
  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_200_150{  /* 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;
}

.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;
}


/*
  navigation 
*/

ul#menu {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

ul#menu a.current {
	text-decoration: none;
	background-color: #009900;
	border: 1px dashed #000000;
}

ul#menu a {
	text-decoration: none;
}

ul#menu li {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
}

ul#menu li ul {
	margin: 0;
	padding: 0;
	background-color: #009900;
}

ul#menu li ul li {
  margin: 0.5em 0 0 1.5em;
  padding: 0;
  list-style: none;
}

ul#menu li ul li ul {
	margin: .5em 0 0 0;
	padding: 0;
	background-color: #99FF33;
}

ul#menu li ul li ul li {
	margin: .1em 0 0 1em;
	padding: 0;
	list-style: none;
	font-size: 90%;
	background-color: #FFFF00;
}

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

.error{
  color: red;
}

.debug{  /* this is just a debug style*/
  border: 0.1em red solid;	/*	debug	*/
}
#margin {
	float: left;
	width: 20%;
}
.margin {
	font-size: 0.8em;
	margin: 10px 0px;
}
ul#menu a:hover {

	text-decoration: underline;
}
hr {
	display: none;
}