*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #5b6875;
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #becede;
}
body>img
{
	display:none;
}
a
{
	color: #76B7E6;
	text-decoration: underline;
}
a:hover
{
	color: white;
}
a span
{
	font-weight: normal;
}
label
{
	font-size: 11px;
	font-style: italic;
}
input,
select
{
	font-size: 11px;
	color: black;
	width: 100%;
}
input.checkbox
{
	width: auto;
}
button
{
	margin: 3px 0 3px 0;
	font-size: 11px;
	font-weight: bold;
}
h1,
h2,
h3,
h4
{
	font-size: 14px;
	color: white;
}
hr
{
	height: 3px;
	border: none;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: center;
}
strong
{
	color: white;
}
img {
	border: 0;
}
p.code
{
	clear: both;
	color: black;
	background-color: #c7cee0;
	padding: 4px !important;
	margin: 0 24px 10px 22px;
	border: 1px solid black;
	font-family: courier new, courier, monospace;
}

#page
{
	min-height: 1000px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/navmarker.png);
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 50px;
}
#header
{
	height: 137px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	position: relative;
}
#logo-routenplaner
{
	position: absolute;
	top: 2px;
	left: -7px;
}
#lang-select
{
	position: absolute;
	text-align: center;
	top: 107px;
	width: 200px;
}
#ad-header
{
	position: absolute;
	top: 5px;
	right: 20px;
	width: 728px;
	height: 90px;
}
#ad-sky
{
	position: absolute;
	top: 105px;
	right: 20px;
	width: 160px;
	height: 600px;
	text-align: center;
}
#ad-rectangle
{
	margin-top: -55px;
	margin-bottom: 65px;
	width: 200px;
	min-height: 100px;
}
#powered-box
{
	position: absolute;
	text-align: center;
	width: 200px;
}
#deko-char
{
	position: absolute;
	top: 730px;
	right: -10px;
	padding-bottom: 25px;
	background-image: url(../images/deko_chars/bg_charstand.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 213px;
	z-index: 1;
	text-align: center;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#deko-char .the-char
{
	position: absolute;
	bottom: 50px;
	right: 0;
}
#deko-char form
{
	height: 45px;
	margin-bottom: -27px;
}
#deko-char form input
{
	width: 150px;
}

#shoutbox-saved
{
	width: 148px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 3px solid #FEAD00;
	background-color: white;
	padding: 6px;
	color: #283547;
}
#shoutbox-bulb
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 166px;
	margin-bottom: -25px;
}
#shoutbox-bulb div.bg
{
	margin-top: -3px;
	background-image: url(../images/shoutbox_mid.png);
	background-repeat: repeat-y;
}
#shoutbox-bulb div.bg p
{
	color: black;
	font-size: 12px;
	text-align: left;
	padding: 0 12px 0 6px;
}

#shoutbox-bulb div.bg p span
{
	color: #283547;
	margin-top: 5px;
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
}

#nav
{
	width: 200px;
	float: left;
}
#nav a
{
	color: #FEAD00;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover
{
	text-decoration: underline;
}
#nav .box
{
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-y;
	background-position: bottom;
	position: relative;
	margin-top: 50px;
	margin-bottom: 65px;
}
#nav .box h2
{
	width: 178px;
	height: 38px;
	background-image: url(../images/nav_top.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: -54px;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 0 22px;
}
#nav ul
{
	margin: 0;
	padding: 0 0 24px 0;
	list-style-type: none;
	list-style-position: outside;
}
#nav li
{
	background-image: url(../images/nav_listitem.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 27px;
	line-height: 21px;
}
#nav li.active
{
	background-image: url(../images/nav_listitem_active.png);
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#nav li.active a
{
	color: white;
}
#nav form
{
	padding: 0 24px 24px 24px;
}
#nav .box p.info
{
	padding: 0 24px 4px 24px;
}
#nav .box p.partner
{
	text-align: center;
}
#nav .box p.partner img
{
	margin: 4px 2px 4px 2px;
}
#nav p.error
{
	border: 1px solid red;
	background-color: white;
	margin: 3px 24px 3px 24px;
	padding: 3px;
	font-size: 11px;
	color: red;
}

#twitter-feed
{
	margin: 0 24px 0 22px;
	border: 1px solid #FEAD00;
	background-color: #394653;
}
#twitter-feed div
{
	padding: 4px;
}
#twitter-feed div.msg2
{
	background-color: #283542;
}
#twitter-feed h5
{
	font-size: 12px;
	margin-bottom: 4px;
}
#twitter-feed p
{
	margin-bottom: 5px;
}

#quicksearch input.factselector
{
	width: auto;
}
#quicksearch label.textfields
{
	width: 40px;
	display: block;
	float: left;
	margin-top: 3px;
}
#quicksearch input.textfields
{
	width: 110px;
	margin-top: 3px;
}

#content
{
	width: 600px;
	position: relative;
	float: left;
	z-index: 10;
	left: 3px;
}
#content .box
{
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: bottom;
	position: relative;
	margin-top: 50px;
}
#content .box h3
{
	width: 578px;
	height: 48px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: -54px;
	padding: 16px 0 0 22px;
}
#content .box h4
{
	color: yellow;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 22px 15px 22px;
	letter-spacing: 0.3em;
}
#content .box p
{
	padding: 0 22px 15px 18px;
}
#content .box .footer
{
	clear: both;
	width: 600px;
	height: 24px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom: -24px;
}
#content .box ul
{
	padding: 0 22px 10px 35px;
}
#content .box .char
{
	padding: 45px 22px 15px 18px;
	height: 230px;
}
#content .box .charbox
{
	position: relative;
	width: 381px;
	height: 234px;
	float: left;
}
#content .box .charbox img.bg
{
	position: absolute;
	top: 55px;
	z-index: 100;
}
#content .box .charbox img.pic
{
	position: absolute;
	bottom: 0;
	z-index: 200;
}
#content .box .char p
{
	border: 1px solid black;
	background-color: #3a3f4c;
	margin-left: 380px;
	line-height: 18px;
	padding: 5px;
	height: 222px;
}
#content .box .highlight-unbekannt
{
	background-color: white;
	color: black;
}
#content .box .highlight-neutral
{
	background-color: yellow;
	color: black;
}
#content .box .highlight-allianz
{
	background-color: blue;
	color: white;
}
#content .box .highlight-horde
{
	background-color: red;
	color: white;
}
#content .box .highlight-feind
{
	background-color: black;
	color: white;
}
#content p.error
{
	border: 1px solid red;
	background-color: white;
	margin: 3px 24px 3px 20px;
	padding: 3px;
	font-size: 11px;
	color: red;
}
#content .newspic,
#content .newspic-index,
#content .banner-preview
{
	float: left;
	margin: 5px 5px 5px 18px;
	position: relative;
}
#content .newspic img.lupe,
#content .banner-preview img.lupe
{
	position: absolute;
	right: 0;
	bottom: 0;
}
#content .news-kommentare
{
	position: relative;
}
#content a.read-news,
#content a.backlink
{
	display: block;
	clear: both;
	padding: 5px 18px 5px 18px;
	text-align: right;
}

#rpl_maske
{
	margin: 0 22px 0 18px;
	width: 550px;
}
#rpl_maske select option
{
	height: 16px;
}
#rpl_maske select.grouped option
{
	padding-left: 10px;
}
#rpl_maske select.typen option
{
	padding-left: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#rpl_result,
#partner_liste,
#content .news-kommentare table,
#content .kommentar-neu table,
#content .datentabelle,
#miniforum
{
	font-size: 11px;
	margin: 0 26px 10px 15px;
	border: 1px solid black;
	border-spacing: 0;
}
#content .kommentar-neu
{
	width: 500px;
	color: black;
	background-color: #A7B1C8;
}
#rpl_result th,
#rpl_result td,
#partner_liste th,
#partner_liste td,
#content .news-kommentare table th,
#content .news-kommentare table td,
#content .kommentar-neu table td,
#content .datentabelle th,
#content .datentabelle td,
#miniforum th,
#miniforum td
{
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
#rpl_result th,
#partner_liste th,
#content .news-kommentare table th,
#rpl_result .tab_footer,
#content .datentabelle th,
#miniforum th
{
	background-color: #A7B1C8;
	border-bottom: 1px solid black;
	border-left: 1px dotted black;
	color: black;
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}
#rpl_result td,
#partner_liste td,
#content .news-kommentare table td,
#content .kommentar-neu table td,
#content .datentabelle td,
#miniforum td
{
	border-left: 1px dotted black;
	border-bottom: 1px dotted black;
}
#rpl_result .zeile1,
#partner_liste .zeile1,
#content .news-kommentare table .zeile1,
#content .datentabelle .zeile1,
#miniforum .zeile1,
#miniforum-filter a:hover
{
	background-color: #484c57;
}
#rpl_result .zeile2,
#partner_liste .zeile2,
#content .news-kommentare table .zeile2,
#content .datentabelle .zeile1,
#miniforum .zeile2
{
	background-color: #373b42;
}
#rpl_result .tab_footer
{
	border-bottom: 0;
	border-top: 1px solid black;
}
#rpl_result .tab_nummer
{
	text-align: right;
}
#rpl_result .tab_optionen
{
	text-align: center;
}
#rpl_result .first_column,
#partner_liste .first_column,
#content .news-kommentare table .first_column,
#content .datentabelle .zeile1 .first_column,
#miniforum .first_column
{
	border-left: 0;
}
#routenkarte
{
	height: 550px;
	margin: 0 22px 0 18px;
	overflow: scroll;
	position: relative;
	border: 1px solid black;
	background-color: #011D28;
	background-image: url(../images/map_loading.jpg);
}
#themap
{
	position: relative;
}
#themap img.maptile
{
	position: absolute;
}
#themap div.rplmap_waypoint
{
	position: absolute;
	height: 18px;
	background-image: url(../images/map_text_bg.png);
	padding: 4px 24px 0 3px;
}
#themap div.rplmap_waypoint div.bubble
{
	position: absolute;
	background-image: url(../images/map_bubble.png);
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	color: black;
	font-size: 11px;
}
#themap div.rplmap_waypoint div.text
{
	position: relative;
	left: 20px;
	color: black;
	font-size: 11px;
}
#themap div.rplmap_waypoint img.textend
{
	position: absolute;
	right: -12px;
	top: 0;
}
#rpl_maplegende
{
	margin: 0 26px 0 18px;
	width: 550px;
}
#scoutreg
{
	margin: 0 26px 0 18px;
}

.skipbar
{
	clear: both;
	margin: 10px auto 10px auto;
	width: 550px;
	font-weight: bold;
}
.skipbar a
{
	color: #FEAD00;
}
.skipbar td
{
	text-align: center;
}
.skipbar a.active
{
	color: white;
	text-decoration: none;
}

#footer-ad
{
	clear: both;
	text-align: center;
	padding-top: 50px;
	position: relative;
}
#copyright
{
	padding: 10px 0 50px 0;
	text-align: center;
	color: black;
	font-size: 10px;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	height: 110px;
	width: 990px;
	background-position: center bottom;
	background-repeat: norepeat;
	position: absolute;
	bottom: 0;
	z-index: 15;
}

.disabled
{
	color: #7a7a7a;
}

#changelog li
{
	margin-bottom: 10px;
}
#changelog li li
{
	margin-bottom: 5px;
}

#webcam
{
	width: 550px;
	height: 412px;
	margin: 0 25px 10px 18px;
	border: 1px solid black;
}

#partner_liste img.screenshot
{
	width: 120px;
	border: 1px solid black;
}
#partner_liste a.partner_name
{
	font-weight: bold;
}

#miniforum-filter
{
	width: 580px;
}
#miniforum-filter td
{
	padding-bottom: 15px;
	width: 25%;
}
#miniforum-filter a
{
	text-decoration: none;
	margin-left: 15px;
	padding-bottom: 5px;
	display: block;
}
#miniforum-filter a img
{
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: -8px;
}

div.character-frame
{
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0 1px 15px 23px;
}
div.character-frame p.name
{
	font-weight: bold;
	color: white;
	position: absolute;
	bottom: 8px;
	text-align: center;
	padding: 0 !important;
	width: 119px;
}