html, body {
   margin: 0px;
   padding: 0px; 

}

body {
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #303030; 

}

body.view {
   background-image: url(../_resources/static/site/background_right.gif);
   background-repeat: repeat; 

}

#window {
   width: 972px;
   background-color: #F9EECF;
   background-image: url(../_resources/static/background/left.gif);
   background-repeat: repeat-y; 

}

img {
   border: 0px none #FFFFFF;
   padding: 0px;
   margin: 0px;
   display: block; 

}

p {
   padding: 0px;
   margin: 0px 0px 10px 0px;
   line-height: 15px; 

}

.p0 {
   margin: 0px;
   padding: 0px; 

}

.inline {
   display: inline; 

}

.inline_middle {
   display: inline;
   vertical-align: middle; 

}

#webtailor_ecke  {
   position: relative;
   left: 778px;
   width: 30px;
   height: 30px;
   float: left; 

}



/************ TOP ************/

#top {
   width: 972px;
   height: 83px;
   background-image: url(../_resources/static/site/background_top.gif);
   background-repeat: repeat-y; 

}



/************ HEADER ************/

#header_print {
   display: none; 

}

#header {
   width: 972px;
   height: 53px;
   background-image: url(../_resources/static/site/background_header.gif);
   background-repeat: repeat-y; 

}

#header_img {
   margin-top: 15px;
   margin-left: 28px;
   margin-bottom: 0px;
   display: inline;
   float: left; 

}

#header_border_top, #header_border_bottom {
   width: 972px;
   height: 1px; 

}

#header_border_top img, #header_border_bottom img {
   display: block; 

}


/************ NAVIGATION ************/

#navigation_box {
   width: 972px;
   height: 22px;
   background-image: url(../_resources/static/site/background_navigation.gif);
   background-repeat: repeat-y;
   padding-top: 2px; 

}

#menu {
   padding-left: 315px; 

}

#menu2 {
   margin: 0px;
   padding: 0px 0px 0px 822px;
   width: 150px; 

}

#menu2 img {
   display: inline; 

}


#headline img {
   display: inline; 

}

#left {
   width: 224px;
   clear: both;
   float: left; 

}



/***** MAIN-CONTENT *****/

#main_content {
   float: right;
   background-color: #F9EECF;
   width: 690px;
   margin: 0px;
   padding: 50px 0px 20px;
	margin-bottom: 15px;

}


/***** LOGO *****/

#logo {
   width: 634px;
   height: 109px;
   margin: 0px;
   padding: 0px;
   text-align: center; 

}

#logo img {
   margin: 0px auto; 

}



/***** LOCATIONS *****/

#locations {
   width: 634px;
   margin: 20px 0px 40px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #001452;
   text-align: center; 

}

#main_content_noslogan #locations {
  margin-top: 55px;
}

#locations img {
   display: inline; 

}

#text {
	padding-top: 10px;
	text-align: center;
	line-height: 25px;
	color: #000066;
	width: 634px;
}

#text p {
	line-height: 25px;
}

a {
	text-decoration: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000066;
}

/***** SLOGAN *****/

#slogan {
   width: 634px;
   height: 122px; 

}

#slogan_table {
   margin: 0px auto;
   padding: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   height: 122px; 

}

#slogan_table td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   line-height: 36px;
   font-style: italic;
   font-weight: bold;
   color: #003366;
   vertical-align: middle; 

}



/***** CLEAR *****/

.clear {
   clear: both;
   visibility: hidden; 
   width: 0px;
   height: 0px;
   padding: 0px;
   font-size: 0px;
   line-height: 0px;
}