* {
  margin:0;
  padding:0;
}


html {
	overflow-y: scroll;
}

body {
	background: #f2f2f3 url(../images/bg-pattern.jpg) repeat-y 50% 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 75%;
	color: #6a6a6a;
	text-align: center;
	line-height: 140%;
}

#pageOuterWrapper {
	width: 798px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#pageWrapper {
}

#leftColumn {
	float: left;
	width: 170px;
}

#contentColumn {
	float: left;
	width: 590px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 3em;
	overflow: hidden;
}

/* Startseite */
#p391 #contentColumn {
	width: 430px;
}

#rightColumn {
	display: none;
}

/* Startseite */
#p391 #rightColumn {
	display: block;
	float: right;
	width: 160px;
}

/* Head
************************************************/

#masthead {
	position: relative;
	background-image: url(../images/abalogo.jpg);
	background-repeat: no-repeat;
}

#masthead h1 {
	width: 500px;
	margin: 0;
}

#masthead h1 a {
	display: block;
	height: 89px;
	text-indent: -200em;
}

#topnavwrap {
	overflow: hidden;
	background-color: #554f7b;
	/*padding: 0.7em 15px;*/
}

#topnavleft {
	float: left;
	width: 400px;
}

#topnavright {
	float: right;
	width: 350px;
	text-align: right;
}

ul.topnavlist {
	list-style: none;
}

ul.topnavlist li {
	float: left;
	list-style: none;
}

ul.topnavlist li a {
	display: block;
	padding: 0.7em;
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
}

ul.topnavlist li.active a, ul.topnavlist li a:hover, ul.topnavlist li a:focus {
	color: #554f7b;
	background-color: #fff;
}

#topnavleft ul.topnavlist {
	margin-left: 15px;
}

#topnavright ul.topnavlist {
	margin-right: 15px;
}

#topnavright ul.topnavlist li {
	float: right;
}

/* MainNavigation
************************************************/

#mainnavi ul {
	list-style: none;
}

#mainnavi ul li {
}

#mainnavi ul li a {
	display: block;
	padding: 0.5em 10px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #575757;
	background-color: #e8e8e6;
	cursor: pointer;
}

#mainnavi ul li.active a {
	background: #e8e8e6 url(../images/mainnav-arrow.gif) no-repeat 155px 50%;
	color: #c74e43;
}

#mainnavi ul li.active ul li a {
	background: #f3f2f1;
	padding: 0.4em 10px 0.4em 20px;
	color: #575757;
}

#mainnavi ul li.active ul li.active a {
	color: #c74e43;
}

#mainnavi ul li a:hover, #mainnavi ul li a:focus {
	background-color: #ddd !important;
}

/* Misc
************************************************/

#footer {
	position: relative;
}

#searchwrap {
	position: absolute;
	top: 65px;
	left: 600px;
	height: 15px;
	width: 185px;
	height: 20px;
}

#flash {
	height: 150px;
	overflow: hidden;
}

/* Startseite */
#p391 #flash {
	height: 210px;
}

#langflags {
	position: absolute;
	top: 20px;
	right: 15px;
	color: black;
	height: 20px;
	width: 60px;
	height: 20px;
}
ul.langflagslist {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.langflagslist  li {
	display: inline;
	padding-right: 5px;
}

#noPadding { padding:0; }

.hide, #oldBrowserNotice, .ieSixCharDupBug {
	display: none;
}








