#logo {
	position: absolute;
	top: 10px;
	left:5px;
	margin: 5px;
	/* z-index: 100; */
}

#acceptBox {
	position: absolute;
	top: 30px;
	left: 400px;
	width:600px;
	height: 20px;
}

#navigation {
	position: absolute;
	width: 800px;
	right: 10px;
 	top: 45px;
 	text-align: right;
}

#loginlogout {
	position: absolute;
	top: 5px;
	width: 500px;
	right: 5px;

	text-align: right;
	font-size: 9px;
}


a:link 		{ font-size: 12px; color: #1d69f4; text-decoration: none; }
a:visited 	{ font-size: 12px; color: #1d69f4; text-decoration: none; }
a:hover 	{ font-size: 12px; background-color: #1d69f4; color: white; text-decoration: none; }
a:active 	{ font-size: 12px; color: #1d69f4; text-decoration: none; }

/* -------- menu links ------- */

.menu a:link 	{ font-size: 16px; color: #1d69f4; margin: 20px; text-decoration: none; }
.menu a:visited { font-size: 16px; color: #1d69f4; margin: 20px; text-decoration: none; }
.menu a:hover 	{ font-size: 16px; background-color: #1d69f4; color: white; margin: 20px; text-decoration: none; }
.menu a:active 	{ font-size: 16px; color: #1d69f4; margin: 20px; text-decoration: none; }

/* -------- tracktable -------- */

.th_nr			{ width: 15px }
.th_day			{ width: 30px; text-align: center; }
.th_time		{ width: 50px; text-align: center; }
.th_name		{ width: 400px; }
.th_distance	{ width: 20px; text-align: right; }
.th_duration	{ width: 100px; text-align: right; }
.th_speed		{ width: 50px; text-align: right; }
.th_elevation	{ width: 50px; text-align: right; }
.th_elevationDelta { width: 50px; text-align: right; }
.th_action 		{ width: 100px; text-align: center }
.th_route 		{ text-align: center }
.th_zoom 		{ text-align: center }

.ajax_loader {
	position: absolute;
	top: 10px;
	left: 10px;
}

.image {
	border: none;
}

.form-name-field {
	font-size: 10px;
}

.infotext {
	font-size: 12px;
}

.button {
	margin-left:3px;
	margin-right:3px;
	float: left;
}

/* ----------- detail page ------------ */
.detail_trackdate { font-size: 10px; }
.detail_trackname { font-size: 14px; float: left; color: black; border-bottom: 1px solid black; width: 100%; }
.detail_trackdistance { font-size: 12px; float: right; }
.detail_inforow { margin-right: 50px; }
.detail_delete { float: right; }

.detailControlPanel {
	margin-top:5px;
	margin-bottom:5px;
	height: 30px;
}

#chart {
	margin-bottom: 10px;
	border: 1px solid grey;
}

.inplace-input-view {
	background-color:#FFFFFF;
	border-bottom-color:;
	border-bottom-style:none;
	border-bottom-width:0px;
	white-space:nowrap;
}

/* ------------------------- observer ----------------------------- */
.ot_name {}
.ot_email {}
.ot_lastVisit {}
.ot_visits { text-align: right; }
.ot_action { text-align: center; }

.small_help_text {
	font-size: 9px;
}

permalink_name {
	width:600px;
}



/* ------------------------- startpage ---------------------------- */

h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h5 {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

p {
	font-size: 12px;
	line-height: 18px;
}

ul li {
	padding: 0;
	margin: 0;
}

#homelogo {
	position: absolute;
	left: 20px;
	top:20px;
}

#mkmessages {
	font-size: 12px;
}

#homeMessages {
	position: absolute;
	top: 32px;
	right: 10px;
	width: 800px;
	text-align: right;
	/* background-color: blue; */
}

#messages {
	position: absolute;
	top: 12px;
	width: 700px;
	right: 5px;
	
	height: 10px;
	text-align: right;
	color: green;
	margin: 0;
}

#loginBox {
	position: absolute;
	top: 55px;
	right: 0px;
	
	text-align: right;
	background-color: #ffffff;
}

#userLocatorMap {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	height: 250px;
	
	border-top: 2px solid #1d69f4;
	border-bottom: 2px solid #1d69f4;
}

#metalinks {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 500px;
	text-align: right; 
}

#languageSelector {
	position: absolute;
	left: 10px;
	top: 360px;
}

#retrievePassword {
	position: absolute;
	right: 10px;
	top: 360px;
}	

#advertisement {
	position: absolute;
	right: 10px;
	top: 400px;
	border: 1px solid grey;	
}

#description {
	position: absolute;
	top: 400px;
	width: 335px;
	height: 100px;
}

#description2 {
	position: absolute;
	top: 400px;
	left: 33%;
	width: 350px;
	height: 100px;
}

#imprint {
	position: absolute;
	top: 400px;
	width: 350px;
	height: 100px;
}

#register {
	position: absolute;
	top: 400px;
	width: 700px;
	height: 100px;
}

#terms {
	position: absolute;
	top: 400px;
	width: 700px;
	height: 100px;
	padding-left: 20px;
}

.registerColumn {
	width:50%; 
	vertical-align: top;
}

.description {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}

.description:after {
	content: "...";
}

.description:before {
	content: "...";
}	

.description_odd {
	color: #1d69f4;
}

.description_even {
	color: #106a94;
	margin-left: 80px;
}

.localeBox {
	font-size: 9px;
}

.imprint_small { font-size: 10px; }
.imprint_bold { font-weight: bold; }

/* -------- imprint links ------- */

.metalinks a:link 	{ font-size: 10px; color: #4477AA; margin: 10px; text-decoration: none; }
.metalinks a:visited { font-size: 10px; color: #4477AA; margin: 10px; text-decoration: none; }
.metalinks a:hover 	{ font-size: 10px; background-color: #4477AA; color: white; margin: 10px; text-decoration: none; }
.metalinks a:active 	{ font-size: 10px; color: #4477AA; margin: 10px; text-decoration: none; }


/* ---------- trackwatching -------------- */
#trackwatchingMenu {
	position: absolute;
	width: 500px;
	right: 10px;
 	top: 45px;
 	text-align: right;
 	
 	font-size: 12px;
 	
}	

/* ------------- register ------------------- */
#registerbox {
	position: absolute;
	top: 200px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}

#password_retrievel_area {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px; 
	
}

.radioButtonText { font-size: 10px; }

table, tr, td { font-size: 12px; }