body {
	background: white url(../img/basics_background.jpg);
	background-repeat:repeat-x;
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	text-align: center;
}

td.horiz_line {
	height: 1px;
	background: url(../img/basics_punkte_horizontal_weissgrau.gif) 0 100% repeat-x;
}

td.vert_line {
	width:1px;
	background: url(../img/basics_punkte_vertikal_weiss_grau.gif) 100% 0 repeat-y;
}

td.td_content {
	vertical-align: top;

}

td.td_teaser {
	vertical-align: top;
	height: 10px;
}

.r {
	position: relative;
	background: url(../img/border_sideR.png) 100% 0 repeat-y;
	top: 20px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;		
}

.r2 {
	position: relative;
	background:  transparent url(../img/border_sideR_top.gif) 100% 0 no-repeat;
	top: 0px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;		
}

.br {
	position: relative;
	width: 910px;
	height: 6px;
	margin-left: auto;
	margin-right: auto;	
	background: white url(../img/border_Bottom.png) 2px 0px no-repeat;
}

#site_box {
	position: relative;
	border: solid 1px grey;
	background: white;
	top: 0px;
	width: 900px;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}

#content_files {
	background: transparent;
	border-left: dotted 1px grey;
	border-bottom: dotted 1px grey;
	float: right;
	width: 211;
	text-align: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#content_frame {
	/*float: left;*/
	background: red;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
}


#content_left {
	/*background: blue;*/
	border-top: dotted 1px grey;
	float: left;
	width: 215px;
	text-align: left;
	padding: 0 0 0 0;
}

#content_search {
	/*background: blue;*/
	border-top: dotted 1px grey;
	border-left: dotted 1px grey;
	border-bottom: dotted 1px grey;
	float: right;
	width: 213px;
	height: 118px;
}

#content_main {
	/*background: red;*/
	border-left: dotted 1px grey;
	margin: 0 0 0 215;
	padding: 0 0 0 0;
}

#content_main_teaser {
	border-top: dotted 1px grey;
	border-bottom: dotted 1px grey;
	/* background: green;*/
	margin: 0 213 0 0;
	padding: 0 0 0 0;
	height: 118px;
}

#contact {
	margin-top: 20px;
	width: 900px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/contact_bottom.png) no-repeat;
}

.btnEdit {
    height: 19px;
    font-size: 8pt;
    font-family: Verdana;
    border-style: solid;
    border-width: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #969BA1;
    border-color: #969BA1;
    background-color: #FFFFFF;
}