/* reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 140%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th{
  text-align:left;
  vertical-align:top;
}

/* ------------- Main Layout --------------- */

body{
	text-align:center;
}

#wrap{
	width:1048px;
	margin:0 auto;
	text-align: left;
	background: url(../imgs/bg_repeat.jpg);
	position: relative;
}



#main-menu{
	position:absolute;
	left:50px;
	top:430px;
	/left:70px;
}

#sub-navi{

}



/* --- 2 col content --- */
#content-right{
	float: left;
	width: 180px;
	margin-left: 555px;
	text-align:right;
	}
* html #content-right{
	display: inline;
	}
#content-left{
	float: left;
	width: 480px;
	padding: 0 30px;
	margin-left: -735px;
	}

#content-wrap{
	background: url(../imgs/background.jpg) no-repeat;
	padding: 420px 0 0 263px;
	_height:650px;
	min-height:650px;
	display: inline-block;
	float: left;
	float/**/: none;
	}
/* easy clearing */
#content-wrap:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*\*/
#content-wrap{
	display: block;
	}
/* end easy clearing */


#headline{
	position:absolute;
	z-index: -1;	
	height:0;
	overflow:hidden;
}

#footer{
	clear: both;
	background: white url(../imgs/bg_ende.jpg) no-repeat;
	height:50px;
	}
	

