body, html {
		position:relative;
		margin:0;
		padding:0;
		font-family:arial;
		font-size:12px;
		background:url(../gfx/higrubody.jpg) ;
		background-repeat:repeat-y;
		
}

#baumann_site{position:relative;width:100%;min-height:100%;}
* #baumann_site {height:100%}

.header{
		position:relative;
		width:950px;
		height:185px;
		background:url(../gfx/header_higru.jpg);
}
.header .head1 {
		position:position;
		width:770px;
		height:180px;
		background:url(../gfx/header.jpg);
		border-right:3px solid #fff;}
.header .head2 {
		top:0;
		position:absolute;
		left:773px;
		width:178px;
		height:180px;
		background:url(../gfx/higrurechts.jpg);
		
}

/********* hauptbereich *********/

.navigation {
		float:left;
}

.content {
		float:left;
		width:550px;
		height:auto;
		padding:20px;
}

.right {float:left;
		width:176px;
		height:auto;
		margin-left:4px;
}
.right .box1 {position:relative;
		width:175px;
		height:40px;
		background:#7D5233;
		border-bottom:2px solid #fff;
		border-top:2px solid #fff;
		border-left:1px solid #aaa;
}
.right .box2 {position:relative;
		width:165px;
		height:auto;
		background:#D3A64E;
		padding:5px;
		border-bottom:2px solid #fff;
		border-top:2px solid #fff;
		border-left:1px solid #aaa;
}

/********* absolute boxen *********/

.box_navi {
		position:absolute;
		top:185px;
		left:0;
		width:180px;
		height:49px;
		background:#D3A64E;
		border-bottom:1px solid #fff;
}

/********* formatierung verschiedener Elemente im main container *******/
.content tablex {
		font-family:verdana;
		border:0;
		margin:0;
		border-spacing:0 0px ;
		width:550px;
		border-right:1px solid #cccccc;
	
}

/*.content table img {
		position:relative;
		padding:20px 10px 10px 40px;
		background:#f5f5f5;
		border-right:#ccc solid 2px;
		border-bottom:#aaaaaa solid 2px;
		
}*/

.content tablex td {
		color:#000;
		vertical-align:top;
		height:80px;
		padding:0 10px 0px 0px;
		border-bottom:1px solid #bbbbbb;
	
	
}
.content tablex tr {
		
		background:#e5e5e5;
	
}

img {border:none;}

.content a:link, .content a:visited {
	color:#7d5233;
}

.content a:hover {
	color:#d3a64e;
}
/*********** NEWS *************/
.news hr {
	border:none;
	border-bottom:1px solid #bbb;
	width:200px;
}
.news {
	font-size:11px;
}
.news h2 {
	color:#d3a64d;
	font-size:16px;
	margin-top:0;
	padding-top:0;
}

