@charset "UTF-8";
/* CSS Document */

@import url(style-at2010-navi.css);


html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #3951a9 url(img/hintergrund.jpg);
background-position: center top;
z-index:0;
}



#header {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	background:url(img/at-top.jpg) no-repeat;
	height:380px;
	z-index:10;
}

#menu-top {
	position:absolute;
	top:350px;
	left:285px;
	width:715px;
	height:25px;
	z-index:5;
}

#flash {
	position:absolute;
	top: 265px;
	left:50px;
	width:250px;
	height:81px;
	overflow:hidden;
}

/* ------------ Inhalt --------------- */

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#column1 {
	float: left;
	width: 300px;
	display: inline;
	margin-left: 0;
	margin-top:0;
	z-index:500;
}

#column2 {	
	float: left;
	width: 700px;
	display: inline;
	margin-left: 0;
}

.minheight-column {
   min-height: 50px;
   height: auto !important;
   height: 50px;
}


/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	width:1000px;
}

.footer, .push {
	height: 200px;
	
}

.footer {
	position: relative;
	width: 1000px;
	height:200px;
	margin: 0 auto;
	background:url(img/at-footer.png) no-repeat;
}

#footer-innen {
	width:1000px;
	margin: 0 auto;
	text-align:center;
	padding:55px 0 0 0;
}


/* ------------------- Schrift ------------------ */

body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:0.9em;
}

img {
	border:none;
}
