h1 {

	font-family: Verdana, arial; font-size : 15px; color: #003399; text-align: left; font-weight:bold;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.seperator {
	font-size: 1px;
	border-top: 1px #cccccc dotted;
}

.attributes_table {
	background: #DAE1F0;
	width: 100%;
	margin-bottom: 10px;
}

.attributes_table td {
	vertical-align: top;
	padding-bottom: 5px;
}

.attributes_table .label {
	width: 200px;
	font-weight: bold;	
	text-align: right;
	padding-right: 5px;
}

.participation {
	font-size: 10px;
}

.infos_canvas {
	background: #DAE1F0;
}
.infos { 
	float: left;
	background: #DAE1F0;
}

/*Map default styling*/
#canvas {
	width: 200px;
	height: 150px;
	margin: 5px;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

/*Messagebox wird nach Posting eines Comments angezeigt. */
.messages {
	z-index:1000; 
	position:absolute;
	background: #ffffff solid;
	background-color: white;
	border: 1px #cccccc dotted;
}

.alert {
	font-size: 18px;
	color: FF33CC;
	border: 1px #003399 solid;	
	text-align: center;
}

#comments {
	width: 100%;
	margin-top: 5px;
}
.grey {
	color: #cccccc;
}
.comment {
	font-size: 10px;
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 5px;
}
.comments_header {
	
	border-bottom: 1px #cccccc solid;
}
.comment_text {
	padding: 5px;
	font-size: 12px;
}

.comments_header {
	margin-bottom: 10px;
}

.rating div {
	float:left;
	margin-bottom: 10px;
}

.rating {
}

.detail_main {
	padding: 5px;
	background: #DAE1F0;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.detail_header {
	font-weight: bold;
	border-bottom: 1px #cccccc solid;
}

.track {
	margin-bottom: 5px;
	margin-top: 5px;
	background: #DAE1F0;
}

.track .label {
	font-weight: bold;
	width: 150px;
}

.track input {
	width:80%;
}

.track select {
	width:80%;
}

.fieldset input[type='text'] {
	width: 80%;
}

.search select {
	width: 150px;
}
.search input {
	width: 150px;
}

.search td {
	padding-left: 5px;
	padding-right: 5px;
}

.search {
	width: 100%;
	border-bottom: 1px #cccccc dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
}