html, body {
	text-align: center;
	background:url(./images/background.gif) repeat-x #047ab7;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom    : 1px;
  	height           : 100%;
}

img {
	border: 0;	
}

.img {
	border: 1px solid #e3e3e3;	
}

a{
	color: #047ab7;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;	
}

#header {
	float: left;
	width:960px;
	height:130px;
	background:url('./images/header_bg.gif') repeat-x;
	margin-left: 12px;
}

#header_name {
float: left;
	width: 244px;
	height: 71px;
	background:url(./images/header_name.gif) no-repeat;
	margin: 20px 0px 0px 10px;
}

#nwzlogo {
	float: left;
	height: 77px;
	width: 61px;
	background:url(./images/nwzonline_logo.gif) no-repeat;
	cursor: pointer;
	margin: 10px 5px 10px 10px;
}

#header_skyline {
	float: left;
	width: 150px;
	height: 93px;
	background:url(./images/header_skyline.gif) no-repeat;
	margin: 0px 0px 0px 180px;
}


#header_topmenu {
	float: right;
	height: 15px;
	min-width: 50px;
	margin: 5px 10px 0px 0px;
	text-align: right;
}

#header_topmenu .menu_entry {
	float: left;
	min-width: 5px;
	font-size: 0.7em;
	color: #5ea7d4;
}

#header_topmenu .menu_entry a{
	color: #5ea7d4;
	text-decoration: none;
	cursor: pointer;
}

#search {
	float: right;
	margin: 45px 10px 0px 0px;
}

#search .field {
	float: left;
	text-align: left;
	width: 175px;
	margin: 0px 10px 0px 0px;
}

#search .button {
	float: left;
	display: block;
	width: 76px;
	height: 23px;
	background: url(./images/button_find.gif) no-repeat;
}


#header_menu {
	margin: 7px 0px 0px 10px;
}

#header_menu .menu_entry {
	float: left;
	//color: #a82002;
	color: #888888;
	font-size: 0.9em;
	font-weight: bold;
	background:url(./images/button.gif) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	cursor: default;
}

#header_menu .menu_entry a{
	color: #a82002;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}



#border {
	width:984px;
	height:auto;
	background:#ffffff;
	margin: 0 auto;
}
#page {
	padding-left:0px;
	padding-top:12px;
}

.w75 {
	width: 75px;
}

.w100 {
	width: 100px;	
}

.w150 {
	width: 150px;	
}

.bold {
	font-weight: bold;	
}

.block {
	display: inline-block;
	}

#boxes {
float: right;
margin: 25px 10px 0px 0px;
}

.box {
margin: 0px 0px 10px 10px;
}



.boxTop {
	height:23px;
	width:320px;
	color:#ffffff;
	background:url(./images/box_top.gif) no-repeat;
	padding: 2px 0px 0px 5px;
}

* html .boxTop {
	height: 25px;
	h\eight: 25px;
	}

.boxContent {
	width:308px;
	min-height: 20px;
	font-size: 0.7em;
	border-left:solid 1px #3c86ab;
	border-right:solid 1px #3c86ab;
	padding: 5px;
	padding-bottom: 0px;
}

* html .boxContent {
	width: 320px;
	w\idth: 320px;
	}

.boxContent a{
	text-decoration: none;
	font-weight: bold;
	color: #047ab7;
}

.boxBottom {
	height:12px;
	width:320px;
	background:url(./images/box_bottom.gif) no-repeat;
}

#content {
	text-align: left;
	width:960px;
	min-height: 420px;
	background:#ffffff;
	margin: 0px 12px 0px 12px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3 {
	font-weight: bolder;
	font-size: 1em;
	color: #aa1f00;
	margin-bottom: 0px;
}

#infocontainer h3 {
	color: #000;
	font-size: 1em;	
}

.h3 {
	font-weight: bolder;
	font-size: 1em;
	color: #aa1f00;	
}

#contentText {
	margin: 20px 20px 10px 10px;
	width: 580px;
	min-height:420px;
	font-size: 0.80em;
}

#suchinfo {
	display: block;
	text-align: left;
	width: 954px;
	background: #fff;
	border: 3px solid #bde2f9;
	margin-left: 12px;
	margin-bottom: 5px;
	font-size: 0.80em;
}

#suchinfo .content {
	padding: 10px;	

}

#suchinfo .close {
	margin: 5px;
	float: right;
	font-weight: bold;
	text-decoration: none;
}

#suchinfo .close a{
	color: #aa1f00;
}

a.more {
	color:#0476AC;
	padding-left:12px;
	background-image:url('./images/icon_arrowslink.gif');
	background-position: 2px 5px;
	background-repeat:no-repeat;
}

.clr {
	clear: both;
}

.cl {
	clear: left;
}


.moreList {
	list-style-type: circle ;
}

.teaserOuter {
	margin-bottom: 0.75em;
	}

.teaserHeadline {
	font-size: 1.25em;
	font-weight: bold;
	color: #0476AC;
	margin-bottom: 0.5em;
}

.teaserImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.teaserText {
	font-size: 0.9em;
}

.pagination {
	margin: 10px 0;
}
.pagination a.first {
	margin-left: 0;
}
.pagination a {
	padding: 2px 5px;
	border: 1px solid #11668F;
	margin-left: 5px;
}
.pagination a:link,.pagination a:active,.pagination a:visited {
	background: #FFF;
	color: #11668F;
	border: 1px solid #11668F;
}
.pagination a.current,.pagination a:hover,.pagination a:focus {
	background: #0476ac !important;
	color: #fff;
	border: 1px solid #0476ac;
}

.pagination a:hover {
	background: #56a9d0 !important;
}
