/*-------------------------------------------------
Stylesheet for Better Cruise 22.02.2009

- basic styles
-------------------------------------------------*/

body {
	background: #9CBDFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana,helvetica,sans-serif;
}

p, li {
	font-size: 100%;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 10px 0;
	font-weight: normal;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}

h1 {
	font-size: 200%;
	margin: 0 0 4px 0;
	color: #000;
	font-weight: bold;
}

h2 {
	font-family: verdana;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 3px 0;
}

h3 {
	margin: 0 0 2px 0;
	font-size: 125%;
	font-weight: bold;
	color: #000;
}

a {
	color: #004E98;
}

a:active {
	text-decoration: none;
	color: #000;
}

a img {
	border: 0;
}

blockquote {
	line-height: 1.4em;
	font-family: georgia;
}

cite {
	font-family: verdana;
	font-size: 10px;
}
/* Containerspezifische Styles */

#wrapper {
	margin: 0 auto;
	width: 960px;
    text-align: left;
}

#welcome {
    font-size: 120%;
    padding: 5px;
    line-height: 1.2em;
    margin-bottom: 1.4em;
}

#loginbox {
    float:right;
	border: 1px solid #004E98;
	text-align: left;
	font-size: 75%;
    
}

#login {
    float:right;
    margin: 3px 0 0 0;
    width: 340px;
    height: 200px;
	background-color:#3973F0;
	border: 2px solid #004E98;
	padding: 5px;
}

div.container {

	margin: 0 auto;
}

#headbox {
	margin: 5px 0 0 0;
	min-height: 170px;
	border: 2px solid #004E98;
	background-color: #3973F0;
	text-align: center;
	padding: 5px;
}

#blog {
    margin: 10px;
    max-width: 600px;
    text-align: left;
    font-size: 80%
}

#maptools {
    height: 80px;
    position: relative;
}

#maptools h3{
    text-align: center;
    margin-bottom: 7px;
}

#stagetools {
    width: 160px;
}

#waytools {
    width: 160px;
    position: absolute;
    left: 180px;
    top: 0;
}

#wikitools {
    width: 200px;
    position: absolute;
    left: 360px;
    top: 0;
}

#cruisetools {
    width: 290px;
    position: absolute;
    left: 610px;
    top:0;
}

#workblock {
    position: static;
/*    float: clear;*/
}

#map {
	width:590px;
	height:495px;
	background-color:#3973F0;
	border: 2px solid #004E98;
	padding: 5px;
}

#mapwrapper {
    position: absolute;
}

#work {
	position:relative;
	width:340px;
	height:685px;
	margin: 5px;
	background-color:#3973F0;
	border: 2px solid #004E98;
	padding: 5px;
	top: 0px;
	left: 600px;
}

#CList {
	overflow: auto;
	max-height: 675px;
	font-size: 80%;
/*	width: 330px;
	position: static; */
	background-color:#4983FF;
	
}
#help {
    position: absolute;
    top: 910px;
    width:590px;
    height: 207px;
	background-color:#3973F0;
	border: 2px solid #004E98;
	padding: 5px;
}

#ToolBox {
    margin: 5px;
    width: 220px;
    background-color: #4983FF;
    float: left;
}
.Tool {
   margin: 4px;
}
