/* 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,
form, label, 
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;
	background: #3d3d3d; 
}

#wrap{
	width:900px;
	margin:0 auto;
	background: none;
	text-align: left;
	height:500px;
	min-height:500px;
	position:relative;
}


#claim{
	position: absolute; width:0px; height:0px;overflow: hidden;
}

#topic{
	height: 504px;
	background: no-repeat;
	position: relative;
}

#logo{
	height: 100px;	
}

#search{
	position: absolute;
	width:145px;
	height: 20px;
	right:-2px;
	top:20px;
	white-space: nowrap;
}

#top-meta-menu{
	position: absolute;
	top:20px;
	right:160px;
}

#main-menu{
	height:00px;
}

.corp #main-menu{
		border-bottom: 1px solid #7e7d83;
}

#main-menu ul{
	padding:0;margin:0;
	position: absolute;
	height: 20px;
	right:0;
	top:68px;
}

#main-menu ul li{
	width:auto;
	padding:0; margin:0;
	float:left;
	
}		

#content-wrap{
	position: relative;
	margin-top:-70px;
	width:740px;
	padding: 0 10px;
	min-height: 375px;
}

.corp #content-wrap{
	top:0px;
	margin-top:40px;
	width:880px;
}


#content-left{
	width:220px;
	position: absolute;
}

#content-right{
	width:443px;
	margin-left:297px;
}


#footer{
	clear: both;
	_height:200px;
	min-height: 200px;
	width:740px;
	margin: 30px 10px;
	position: relative;
	border-top: 1px solid #7e7d83;
	}


#imprint{
	position:absolute;
	right:0;
	width:400px;
	text-align: right;
}	
