
.pagination a {
	text-decoration: none;
	color: black;
}

#.pagination a,
#.pagination .prev_page,
#.pagination .next_page
# {
#	padding-left: 2px;
#	padding-right: 2px;
#	border: 1px solid lightgrey;
#	color: #FFFFFF;
#	text-decoration: none;
#}
#.pagination .current {
#	padding-left: 2px;
#	padding-right: 2px;
#	border: 1px solid lightgrey;
#	background-color: lightgrey;
#}

.clear {
	clear: both;
}

.impressum {
	display: inline-block;
	padding-top: 10px;
	color: #505050;
	text-decoration: none;
}


#right_world_switch {
	margin: 0;
	/* margin-top: 5px; */
	margin-bottom: 5px;
}
#right_world_switch div {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	/* height: 28px; */
	background-color: lightgrey;
	margin-bottom: 2px;
}
#right_world_switch div a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}
#right_world_switch .world {
	background-image: url(/images/top.navi.background.png);
}
#right_world_switch .experts {
	background-image: url(/images/experts/sub.navi.background.png);
}
#right_world_switch .magazin {
	background-image: url(/images/magazin/sub.navi.background.png);
}
#right_world_switch .network {
	background-image: url(/images/network/sub.navi.background.png);
}

#top_register {
	float: right;
	margin-top: 20px;
}

#top_register a {
	font-weight: 600;
	color: black;
	text-decoration: none;
}

div.notice {
	float: left;
	position: absolute;
	top: 400px;
	left: 200px;
	width: 350px;
	background-color: white;
	border: 2px solid green;
	padding: 15px;
	z-index: 100;
}
div.notice:hover {
	background-color: lightgrey;
	cursor: pointer;
}

div#errorExplanation {
	float: left;
	position: absolute;
	top: 100px;
	left: -250px;
	width: 350px;
	background-color: white;
	border: 2px solid red;
	padding-bottom: 20px;
	z-index: 100;
}
div#errorExplanation:hover {
	background-color: lightgrey;
	cursor: pointer;
}
div#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px !important;
  font-size: 13px !important;
  margin: 0 !important;
  background-color: #c00;
  color: white !important;
}

div#errorExplanation p {
  color: #333;
  margin: 2px;
  padding: 4px !important;
  font-size: 12px !important;
}

div#errorExplanation ul {
  margin: 2px 20px;
}

div#errorExplanation ul li {
	margin:0;
	padding:0;
	line-height: 16px !important;
  font-size: 14px !important;
  list-style: disc;
}
