/* 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: url(../imgs/bg_verlauf.jpg) 0 150px repeat-x;
}

#wrap{
	width:1000px;
	margin:0 auto;
	text-align: left;
	position:relative;
}

#top{
	height:305px;
}

#meta-navi{
	position:absolute;
	top:40px; 
	right:10px;
}

#logo{

}


#kasten1{
	position: absolute;
	background:#3fa3d8;
	top:150px; left:0;
	width:260px;
	height:154px;
}

#kasten1 .column-in{
padding-top: 25px;

}

#toppic{
	position: absolute;
	top:150px; left:260px;
	width:740px;
	height:154px;
	overflow: hidden;
}


#lang-menu{

}


#main-menu{
	position:absolute;
	top:115px;
	right:30px;
}

#sub-navi{
	padding-left:260px;
	width:740px;
}



	#content-wrap {
		clear:both;
		margin:0 0 0 0 ; padding:25px 0 0 0;
		}
	#content-wrap2 {
		margin:0; padding:0;
		}
	#content-left {
		float:left;
		width:260px;
		margin:0; padding:0;
		}
	#content-right {
		float:right;
		width:300px;
		margin:0; padding:0;
		}
	#content-center {
		margin:0 300px 0 260px;
		}
	.column-in {
		margin:0;
		padding:0 10px 0 25px;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}



#meta-navi ul li, ul li.main-menu, ul li.sub-menu{
  float:left;
}
#meta-navi ul li{
  padding:0 20px 0 0;
}

#meta-navi ul li a{
	
}

#lang-menu ul li a {
  font-weight:normal;
}

#lang-menu ul li{
  float:left;
  text-align:right;
  padding: 0 0 0 10px;
}

#lang-menu ul li a {
	
}

#main-menu {

}
ul li.main-menu, ul li.sub-menu{
padding: 0 0 0 10px;
}

#main-menu ul li.last{

}

ul.main-menu, ul.main-menu ul, ul.sub-menu {
    list-style-type: none;
}

ul.main-menu a {
    display: block;
    cursor: pointer;
}

ul.main-menu li {

}


#footer{
	clear: both;
	background: #fdfdfd url(../imgs/bg_footer.jpg) no-repeat; 
	_height:100px;
	width: 690px;
	padding: 15px 25px;
	min-height: 200px;
	margin-top: 50px;
	position: relative;
	left:260px;
	}

#imprint{
	clear: both;
}	
