/* --------------------------------------------------------------------------------------------------------------- */
/* Allgemeine Text Formatierungen */
.text-blau
{
	color: #0066CC;
}

.text-rot
{
	color: #FF0000;
}

.text-gruen
{
	color: #009933;
}

.text-gelb
{
	color: #FFFF33;
}

.text-grau
{
	color: #CCCCCC;
}


.text-subtitel
{
	font-size: 12px;
	font-weight: bold;
}

.text-titel
{
	font-size: 14px;
	font-weight: bold;
}

.text-fett
{
	font-weight: bold;
}

.text-grossbuchstaben
{
	text-transform: uppercase;
	color: #666666;
}

.text-kursiv
{
	font-style: italic;
}

.text-titel
{
	font-size: 14px;
}

.text-blockelement
{
	display: inline;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	clear: right;
}


a:link, a:active, a:visited
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	color: #006699;
	text-decoration: underline;
}


.image-border
{
	border: 1px solid #000000;
}

.image-photo-preview
{
	text-align: center;
	float: left;
	vertical-align: middle;
	height: 150px;
	width: 100px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 5px;
}

.image-adminicon
{
	vertical-align: middle;
	margin-right: 3px;
	cursor: hand;
}



#DIV_Map_World
{
	border: 1px solid #000000;
	background-image: url(../images/maps/world.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 700px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

#DIV_Map_EU
{
	border: 1px solid #000000;
	height: 350px;
	width: 700px;
	float: left;
	background-image: url(../images/maps/europa.jpg);
	background-repeat: no-repeat;
	display: inline;
	position: relative;
	margin-bottom: 20px;
}

#DIV_Map_CA
{
	border: 1px solid #000000;
	height: 350px;
	width: 700px;
	float: left;
	background-image: url(../images/maps/central_america.jpg);
	background-repeat: no-repeat;
	display: inline;
	position: relative;
	margin-bottom: 20px;
}

#DIV_Map_NA
{
	border: 1px solid #000000;
	height: 350px;
	width: 700px;
	float: left;
	background-image: url(../images/maps/nordatlantik.jpg);
	background-repeat: no-repeat;
	display: inline;
	position: relative;
	margin-bottom: 20px;
}

.image-poi-symbol
{
	height: 50px;
	width: 50px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: block;
}

#tblPhotos
{
}

#tblPhotos td
{
	text-align: left;
	vertical-align: top;
}


.YearContainer
{
	width: 700px;
	display: inline;
	margin-bottom: 30px;
	float: left;

}


.admin-options 
{
	color: #003399;
}
.admin-options a {
	margin-right: 10px;
}

th {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
