/*
 * mapplanet.css
 * Styles for MapPlanet
 */
@charset "utf-8";

body {
	font-size: 100%;
	background-color: #d0d0d0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

div#mpsite {
	margin: auto;
	position: relative;
	top: 1em;
	width: 49.5em;
	border: 1px solid #a0a0a0;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 2em;
}

div#mpwerbung {
	font-size: 80%;
	color: #606060;
	background-color: #ffffc0;
	border-radius: 12px;
	border: 1px solid #606060;
	padding: 6px;
	position: fixed;
	bottom: 12px; 
	right: 12px;
	z-index: 200;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.125em;
	margin-bottom: 0.125em;
}

a {
	color: #000090;
	background-color: transparent;
}

a:visited {
	color: #000090;
	background-color: transparent;
}

a:hover {
	color: #a00000;
	background-color: transparent;
}

a.menu {
	color: #e0e0e0;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	display: block;
	padding: 0.5em 1em;
	background-color: transparent;
}

a.menu:hover {
	color: #ffffff;
	background-color: #205080;
	padding: 0.5em 1em;
}
a.menu:visited {
	color: #e0e0e0;
}

a.menu2 {
	font-size: 80%;
	color: #e0e0e0;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding: 0.25em 1.5em;
	background-color: transparent;
}

a.menu2:hover {
	color: #ffffff;
	background-color: #205080;
}

a.menu2:visited {
	color: #e0e0e0;
}


a.img {
	padding: 0px;
	margin: 0px;
	border: 1px dotted transparent;
	background-color: transparent;
}

a.img:hover {
	border: 1px dotted transparent;
}

a.local {
	color: #000090;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
a.local:visited {
	color: #000090;
}
a.local:hover {
	color: #a00000;
}

a.local2 {
	font-size: 100%;
	color: #000090;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
a.local2:visited {
	color: #000090;
}
a.local2:hover {
	color: #a00000;
}

a.smallbutton {
	margin-left: 0.125em;
	margin-right: 0.125em;
	font-size: 75%;
	color: #000090;
	background-color: #f0f0f0;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	border-top: 1px solid #808080;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #808080;
}

a.smallbutton:hover {
	background-color: #c7c7c7;
	color: #a00000;
}

a.smallbutton:visited {
	color: #000000;
}

div#map {
	border: 1px solid #406080; 
	margin-left: -1.5em; 
	height: 420px; 
	position: relative; 
	width: 40.5em;	
}

div#mapInfo {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -2em;
	margin-top: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 99;
}


div.mapinfo a.local2 {
	font-size: 80%;
}

a.mover {
	color: #000090;
	background-color: #ffff00;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

a.web {
	color: #0000a0;
	text-decoration: underline;
}
a.web:visited {
	color: #0000a0;
}
a.web:hover {
	color: #900000;
}

a#close_pr {
	font-size: 80%;
	font-weight: bold;
	color: #404040;
	margin-top: -5px;
	padding: 2px;
	display: block;
	text-align: right;
	text-decoration: none;
}

a#close_pr:hover {
	color: #c06020;
}

a#srchs {
	margin-left: 4em;
}

.img {
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	margin: 0px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #c0c0c0;
	background-color: #e0e0e0;
}

.imgsel {
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	margin: 0px;
	border-top: 1px solid black;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid black;
	background-color: #e0e0e0;
}

.selected {
	color: #ffff80;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0.5em 1em;
	background-color: transparent;
}

.selected2 {
	font-size: 80%;
	color: #ffff80;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding: 0.25em 1.5em;
	background-color: transparent;
}

.error {
	padding: 0.25em;
	font-size: 80%;
	color: #ffffff;
	background-color: #c00000;
}

.ok {
	padding: 0.25em;
	font-size: 80%;
	color: #ffffff;
	background-color: #009000;
}

.menutext {
	color: #a0a0c0;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-left: 0.5em;
	padding-top: 0.125em;
	padding-bottom: 0.25em;
	background-color: transparent;
}

div.menu {
	/*background-color: #414d59;*/
	z-index: 50;
	width: 9em;
	padding: 0.5em 0 0;
	border-top-left-radius: 14px;
	overflow: hidden;
	background-image: url("img/verlauf_topdown.jpg");
	background-repeat: repeat-x;
	height: 600px;
}

div.menu h1 {
	color: transparent;
	background-image: url("img/mapplanet.png");
	background-position: 12px -1px;
	background-repeat: no-repeat;
	margin-top: 4px;
}

div.topdown {
	background-color: #FFFFFF;
	background-image: url("img/verlauf_topdown.jpg");
	background-repeat: repeat-x;
	height: 300px;
	margin-bottom: 0;
	margin-top: 10px;
}

div.content {
	background-color: #fffff7;
	position: absolute;
	top: 2em;
	left: 9em;
	padding-left: 1.5em;
	padding-right: 1em;
	width: 38em;
	z-index: 50;
	height: auto;
}

div.topmenu {
	position: absolute;
	top: 0px; 
	left: 9em;
	background-image: url(img/verlauf_wide.jpg);
	background-repeat: repeat-y; 
	width: 38em; 
	height: 2em; 
	z-index: 60;
	padding-left: 1.5em;
	padding-right: 1em;
}

div.spotHeader {
 position: relative;
 top: -8px;
 left: 8px;
}

div.marker {
 position: relative;
 font-size: 80%;
 font-family: Arial, Helvetica, sans-serif;
 padding: 0px 12px;
 margin: 0px;
 width: 240px;
 overflow: visible;
 z-index: 99;	
}

span#login_info {
	font-size: 80%;
	color: #a0e0ff;
	display: block;
	width: 80%;
	margin: auto;
}

div.marker h1 {
 margin-top: 5px auto 4px auto;
}

div#map span {
	font-size: 30%;
}

div.mapinfo {
 font-size: 80%;
 background-color: #e0e0e0;
 padding-left: 2em;
 padding-top: 4px;
 padding-bottom: 4px;
 margin-left: -2.4em;
 border-bottom: 1px solid #306090;
 border-right: 1px solid #306090;
 border-left: 1px solid #306090;
 z-index: 60;
}

table.article {
	width: 32em;
}

form {
	padding: 0px;
	margin: 0px;
}

th {
 text-align: center;
 border: 1px solid #c0c0c0;
 margin-left: 0.25em;
 margin-right: 0.25em;
 background-color: #c0c0d0;
}

div.sidebar {
 position: absolute;
 right: 0px;
 top: 60px;
 float: left;
 display: block;
 z-index: 900;
}

input, select {
	background-color: #f0f0ff;
}

input:hover, select:hover {
	background-color: #e7e7f7;
}


input.degree {
	width: 2.5em;
	text-align: right;
	padding: 0 2px 0 2px;
}

input.minute, input.second {
	width: 2em;
	text-align: right;
	padding: 0 2px 0 2px;
}

p.small {
	color: #606060;
	font-size: 80%;
	margin: 0 0 0.5em;
}

label {
	display: inline-block;
	clear: both;
	width: 9em;
	text-align: right;
	padding-right: 0.5em;
}

label.before {
	padding-right: 0.5em;
}

label.after {
	width: auto;
	text-align: left;
	padding-left: 0.15em;	
}

span#left {
	position: absolute;
	top: 4px;
	left: 12px;
}

span#right {
	position: absolute;
	top: 4px;
	right: 12px;
}

div#marker, div#help {
	position: relative;
}

table#hosts {
	font-size: 80%;
	margin-bottom: 1.5em;
}

.rss {
	background-color: #eea000; 
	padding-right: 2px;
}

.newmessage {
	color: #ff8080;
}
}
