/* GLOBALS */

html, body {
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Geneva;
	font-size:11px;
	line-height: 13px;
	font-weight: normal;
	color: #042842;
	background-color:#999999;

}

a:link {
	text-decoration: none;
	color:#042842;
}

a:hover {
	text-decoration: underline;
	color:red;
}

a:focus {
	text-decoration: underline;
	color:red;
}

a:visited {
	text-decoration: none;
	color:#042842;
}

form {
	padding:0px;
	margin:0px;
}

li {	

}

ol {	
	list-style-type:decimal;
}

ul	{
	line-height:13px;
	list-style-type:square;
}

/* AB HIER ALPHABETISCH */

#abn_info_box {
	width:185px;
	height:80px;
	background:url(../images/abn_logo_popup.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	z-index:300;
	font-size:17px;
	font-family:'Trebuchet MS';
	color:'#042842';
	padding:65px 25px 0px 90px;
}

#form_container {
	margin: 20px 0px 0px 20px;
}

#lokal_container {
	padding: 20px 0px 10px 20px;
}

#main {
	width:1024px;
	background:#c8cfd5;
}

#footer {
	height:20px;
	width:1024px;
	background:#b1c475;
}

#content {
	float:left;
	width:768px;
	min-height:380px;
	background:white;
}

#header_1 {
	height:124px;
	width:1024px;
	border-bottom:1px solid white;
	
}

#header_2 {
	height:190px;
	width:1024px;
	background:#042842;
}


#wrapper {
	margin:auto;
	width:1024px;
	height:768px;
	padding-top:0px;
}
