/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:750px;/* for mozilla*/
    background-image:url('http://www.atrium-bamberg.de/files/images/inner_outer_bg.jpg');
    background-repeat:repeat-y;
    background-position:center;
	background-color: #e5f6fc;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:750px;
    background-image:url('http://www.atrium-bamberg.de/files/images/centrecontent_bg.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
	text-align:left;
	margin:auto;                
    position:relative;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:538px;
}

#header{
	position:absolute;
	top:0;
    left:0;
	width:100%;
	height:137px;
	background:#FFF;
	overflow:hidden;
    background-image: url('http://www.atrium-bamberg.de/files/images/body_top_bg.gif');
    background-position:top;
    background-repeat:repeat-x;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:151px;
	float:left;
	padding-top:139px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:212px;
	float:right;
	padding-top:139px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#centrecontent {
	width:367px;
	float:right;
    padding:139px 10px 32px 10px;
}

#centrecontent img.top_image{
    width:387px;
    margin-left:-10px;
    margin-top:-2px;
}

* html #centrecontent img.top_image{
    width:367px;
    margin-left:0px;
}

#footer {
	width:750px;
	clear:both;
	height:25px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}

* html #footer {/*only ie gets this style*/
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}

#footer_left, #footer_center, #footer_right{
    float:left;
    color:#FFF;
    font-size:10px;
    padding-top:8px;
}

#footer_left{
    width:141px;
    padding-left:10px;
    text-align:left;
}

#footer_center{
    width:387px;
}

#footer_right{
    width:202px;
    padding-right:10px;
    text-align:right;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

div.box_1{
   color:#FFF; 
   height:170px;
   padding:15px;
   background-image:url('http://www.atrium-bamberg.de/files/images/box_1_bg.gif');
   background-repeat:no-repeat;
}

div.box_2{
   color:#FFF; 
   height:133px;
   padding:17px 15px;
   background-image:url('http://www.atrium-bamberg.de/files/images/box_2_bg.jpg');
   background-repeat:no-repeat;
}

/*** menu ***/
#navheight_vert ul{
    padding:0;
    margin:0;
    list-style-type:none; 
}

#navheight_vert ul li a{
    display:block;
    height:22px;
    width:136px;
    color:#FFF;
    text-decoration:none;
    padding-left:15px;
    padding-top:7px;
}

#navheight_vert ul li a:hover, #navheight_vert a.current{
    background-image:url('http://www.atrium-bamberg.de/files/images/menu_bg.jpg');
}


/*** text ***/
#centrecontent h1{
    font-size:20px;
}

div.box_1 h1{
    font-size:14px;
}

div.box_1 p{
    font-size:10px;
}

div.box_2 h1{
    font-size:14px;
    margin-top:0px;
    margin-bottom:25px;
}

/*** forms ***/
div.box_2 input.textfield{
    border:1px solid #7f9db9;
    width:120px;
}

/* Teaserboxen mit Überschrift */
h5 {
	background-color: #bfe9f7;
	color: #00558e;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: left;
	height: 17px;
	width: 387px;
	text-indent: 5px;
	padding-top: 3px;
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box_teaser {
	float:right;
	width:100%;
	color:#333;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	word-spacing: 0.1em;
}

.box_teaser {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.box_teaser .flLeft {
  float:left;
  margin-left: 2px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.box_teaser a {
	font-weight: bold;
	color: #093d6c;
	text-decoration: underline;
}
.box_teaser a:hover {
	font-weight: bold;
	color: #093d6c;
}
/* Teaserboxen mit Überschrift */
.flLeft {
	float:left;
	padding-right: 10px;
}

.flRight {
	float:right;
	padding-left: 10px;
}

.flTop {
	float:inherit;
	padding-top:12px;
}
