* {
margin: 0px;
padding: 0px;
}
/* Main Page Structure */
body {
font-size: 62.5%;
padding: 2em 0 2em 0;
text-align: center;
background: url("Images/stonetexture.jpg") repeat fixed center center;
}
#contentwrap {
margin-left: auto;
margin-right: auto;
border: 1px solid black;
height: 100%;
width: 59em;
text-align: center;
background: white url("Images/stonetexture_light.jpg") repeat fixed center center;
}
	#contentwrap img {
	border: 1px solid black;
	}
#pagetop, #bottomwrap, #pagebottom {
width: 59em;
height: 8.5em;
}
#pagetop {
background: black url("Images/header_image.png") no-repeat scroll center top;
margin-bottom: 1em;
}
	#navimenu {
	padding-top: 2em;
	padding-right: 1em;
	text-align: right;
	margin-left: 26em;
	margin-bottom: 1em;
	height: 6.2em;
	}
		#subnavi {
		padding-top: 0.5em;
		}
#bottomwrap {
clear: both;
margin-top: 1em;
background: black url("Images/footer_image.png") no-repeat scroll center bottom;
}
	#pagebottom {
	background: transparent url("Images/footer_startseite.gif") no-repeat scroll center bottom;
	}

/* Text & Image Layout */
hr {
margin: 1.5em 0;
}
#textwrap {
text-align: justify;
padding-left: 1em;
padding-right: 1em;
}
.textright {
text-align: left;
float: right;
padding-right: 1em;
}
/*
.gallery img {
margin: 0;
}*/
#gallerynavi {
margin: 0 0 1em 0;
text-align: left;
}
.imagecenter {
text-align: center;
}
#gmallorca {
text-align: center;
margin-left: 8.9em;
}
#gpampin {
text-align: center;
margin-left: 7.5em;
}
.lineup {
	display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
	zoom:1;
	*display:inline;
}
/* Text Types */
p, span, a {
font-size: 1.3em;
font-family: helvetica, arial, sans-serif;
}

h3, h4, h5 {
font-family: helvetica, arial, sans-serif;
}
h3 {
font-size: 1.8em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.2em;
font-weight: normal;
}

p { 
text-align: justify;
padding: 0.5em;
color: black;
}

#navimenu span {
font-weight: bold;
color: #eee;
}
.tright {
text-align: right;
}
.tleft {
text-align: left;
}
/* Anchor Types 
.gallery a:link, .galler a:visited {
border-bottom: 0px solid #000;
margin-bottom: 3px;
}
.gallery a:hover img {
border-bottom: 3px solid #222;
margin-bottom: 0;
}
*/

a {
text-decoration: none;
}
a:link, a:visited {
color: #000;
background-color: transparent;
}
a:hover {
color: #EEE;
background-color: #222;
}
a:active {
color: #555;
background-color: transparent;
}

a:link.navlink, a:visited.navlink {
color: #fff;
background-color: transparent;
}
a:hover.navlink {
color: #000; 
background-color: #EEE; 
}
a:active.navlink {
color: #fff; 
background-color: transparent; 
}