body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	clear: both;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 150%;
	line-height:28px;
	font-weight:900;
	color: black;
	}
h2 {
	clear: both;
	margin:10px 0px 15px 0px;
	padding:0px;
	line-height:24px;
	font-weight:400;
    color: black;
    background-color: #FF8000;
	font-size: 125%;
	}
h3 {
	clear: both;
	margin:10px 0px 15px 0px;
	padding:0px;
	line-height:20px;
	font-weight:bold;
	font-size: 100%;
	}
h3.linklist {
	margin:10px 0px 15px 0px;
	padding:0px;
	line-height:20px;
	font-weight:bold;
	font-size: 100%;
	color: #5cacee;
	font-style:italic; 
	font-weight:bold; 
	}
p, form, ul, ol, dl, table, td, tr, th, #Menu, #Header, #uploadform, .lang {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
form.inline {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#message {
	font:12px/20px verdana, arial, helvetica, sans-serif;
    color: red;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#result {
	font:12px/20px verdana, arial, helvetica, sans-serif;
    color: red;
}
.markerinfo {
	font:10px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
.shorthelp {
	font:9px/12px verdana, arial, helvetica, sans-serif;
	padding: 2px;
	}
pre, code {
	font:12px/20px 'Lucida Console', monospace;
	margin:0px 0px 16px 0px;
	padding:0px;
 	background-color: #EEEEEE;
 	color: #000000;
	}
p.definition {
	clear: both;
	text-align: center;
	border-right: 1px solid #A2B7C5; 
	border-left: 1px solid #A2B7C5; 
	border-top: 1px solid #A2B7C5; 
	border-bottom: 1px solid #A2B7C5; 
	font-weight:bold; 
	margin:16px 2px 16px 2px;
	padding:0px;
	}
p.intro {
	font-weight:bold; 
	font-style:italic; 
	}
p.bookref {
	font-weight:bold; 
    font-size: x-small;
    }
.highlight {
	background-color: #FFC14E;
	}
p.left {
	clear: left;
	}
tt {
	font:12px/20px 'Lucida Console', monospace;
	}
li {
	margin:0px 0px 0px 25px;
	padding-left:5px
	}
b, strong {
	font-weight:bold; 
	}
i { 
	font-style:italic; 
	}
em { 
	font-style:italic; 
	font-weight:bold; 
	}
.author {
	font-style:italic; 
	}
/**
* table
*/
table {
    color: #996633;
    background-color: #FF8000;
    font-size : 100%;
    empty-cells: show;
}
table caption {
    padding-left: 5px;
    color: white;
    text-align: left;
    font-weight: bold;
    background-color: #000000;
}
table.latlon {
	margin: 1px 5px;
	width: 300px;
}
table.latlon1 {
	background-color: #ff7c71;
	margin: 1px 5px;
	width: 300px;
}
table.latlon2 {
	background-color: #6991fd;
	margin: 1px 5px;
	width: 300px;
}


td {
	padding: 2px;
    color: black;
    background-color: white;
}
th { 
	padding: 2px;
	text-align: left; 
    font-weight: bold;
}
table.latlon .submitbtn {
  float: right;
}

#Content .lang { 
  float: right;
  position: relative;
  top:-40px;
  right:15px;
  margin-bottom:-40px;
}

#Content>p {
	margin:0px;
	}
#Content>p+p {
	margin-top:6px;
	}

ul>ul {
	padding-left:10px;
	}

ul.linklist {
	list-style-type: none;
	}

img.artikel_normal {
	border: 0;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	}
	
a {
	color:#09c;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {
	color: #880000;
	}
a:visited {
	color: #800000;
	}
a:hover {
	color: #1630ee;
	}
	
a.intern {
	color: #FF8000;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
a.intern:link {
	color: #FF8000;
	}
a.intern:visited {
	color: #FF8000;
	}
a.intern:hover {
	color: #1630ee;
	}
#Header a {
    text-decoration: none;
}

#Header {
	margin:5px 0px 5px 0px;
	padding:10px 10px 10px 20px;
	/*height:33px; 14px + 17px + 2px = 33px */
	line-height:11px;
	background: rgba(255,128,0,1);
	background: -moz-linear-gradient(left, rgba(255,128,0,1) 0%, rgba(255,242,229,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,128,0,1)), color-stop(100%, rgba(255,242,229,1)));
	background: -webkit-linear-gradient(left, rgba(255,128,0,1) 0%, rgba(255,242,229,1) 100%);
	background: -o-linear-gradient(left, rgba(255,128,0,1) 0%, rgba(255,242,229,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,128,0,1) 0%, rgba(255,242,229,1) 100%);
	background: linear-gradient(to right, rgba(255,128,0,1) 0%, rgba(255,242,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#fff2e5', GradientType=1 );
}	

body>#Header {height:14px;}

body>img {
	/* Zaehlpixel */
	float:left;
}

/**
 * The footer.
 */
#Footer {
    clear: both;
    position: relative; 
    width: 100%;
    background-color: white;
    border-top: solid 1px #FF8000;
    color: black;
}
#Footer .copyright {
    text-align: center;
    padding: 5px;
    margin: 0;
    font-size: xx-small;
}
#Footer .lastmodified {
    float: right;
    width: 45%;
    padding: 5px;
    margin: 0;
    text-align: right;
}
#Footer .logos {
    padding: 7px 0 10px 10px;
    float: left;
    text-align: right;
}

.impressum {
	clear: both;
    position: relative;
    text-align: left;
    padding: 5px;
    margin: 0;
    font-size: xx-small;
}


/* 
 * Special
 */

#infocont {
	width: 320px;
    border-bottom: 5px;
    position: absolute;
    left: 5px;
    top: 50px;
    	/*border:1px solid #FF8000;*/
    	
    
}

#menucont {
	width: 500px; 
	height: 110px;
	position: absolute;
    left: 330px;
    top: 50px;
		/*border:1px solid #FF8000;*/
}

#adcont {
	width: 234px;
	height: 60px;
	position: absolute;
	top: 50px;
	left: 835px;
		/*border:1px solid #FF8000;*/
	
}

.adsright {
	position:absolute;
	top:45px;
	right:0px;
	width:180px;
	margin-left:10px;
}

#mapcont {
    float: right;
    position: absolute;
    left: 330px;
    top: 165px;
    	/*border:1px solid #FF8000;*/
}

.tracklistpanel {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	width: 300px;
    /*height: 535px;*/
    margin-left:5px;
	padding:5px;
	border:1px solid #FF8000;
}

#tracklistbody {
	/*height: 500px;*/
}

#photoframe {
    float: left;
    margin-top:10px;
	width:490px;
	height:170px;
	padding:5px;
	border:1px solid #FF8000;
}

.frameleft {
    float: left;
	width:490px;
	height:100px;
	padding:5px;
	border:1px solid #FF8000;
	font:12px/20px verdana, arial, helvetica, sans-serif;
}

#thumbnail {
    width: 300px; 
    height: 300px;
    float: right;
    clear: right;
    margin-left:5px;
    margin-top:5px;
	padding:5px;
	border:1px solid #FF8000;
}

iframe {
    padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
}

#divprofile {
    width: 300px;
    height: 200px;
    float: right;
    margin-top:5px;
    margin-left:5px;
	padding:5px;
	border:1px solid #FF8000;
}

#frameprofile {
	width:300px;
	height:200px;
    margin:0px;
	padding:0px;
	border:none;
}

#trackinfo {
	font:12px/20px verdana, arial, helvetica, sans-serif;
    float: right;
	width:300px;
	padding:5px;
	border:1px solid #FF8000;
}

#uploadform {
    float: left;
    margin-top:10px;
	width:490px;
	padding:5px;
	border:1px solid #FF8000;
}

#trackname {
    font-weight: bold;
}

#trackdesc {
    font-style: italic;
}

.searchfield {
	width: 90%;
}

.progresscontainer {
	width: 400px;
	height: 12px;
	background-color: white;
}

.progressbar {
	width: 0px;
	height: 12px;
	background-color: #FF8000;
}

div.copyright {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: xx-small;
    	/*border:1px solid #FF8000;*/
}

.helpimage {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
  position: relative;
  top: 4px;
}

/* Help window */
body.help {
    font-family: Verdana, Arial, sans-serif;
    background-color:#eeeee0;
    margin: 2px 2px 2px 2px;
}

h2.helptopic {
	font:14px/20px verdana, arial, helvetica, sans-serif;
	margin:5px 2px 5px 2px;
	font-weight: bold;
}
div.helptopic {
	font:10px/12px verdana, arial, helvetica, sans-serif;
	height: 500px;
}

div.helptopic ul,dl {
	font:10px/14px verdana, arial, helvetica, sans-serif;
}

div.helptopic p {
	font:10px/14px verdana, arial, helvetica, sans-serif;
	margin-bottom: 10px;	
}

/* Help box */
.helpbox {
	font:10px/12px verdana, arial, helvetica, sans-serif;
	margin:5px 15px 1px 5px;
	padding:1px 3px;
	border:1px solid #FF8000;
}

/* GMaps Confirmation */
#confirmgm {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	background-color: #aff048a1;
	padding: 10px;
}

#confirmgmyes {
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #71b308a1;
}

#confirmgmno {
	margin: 5px;
}

