/*Body */

body {
	/* Background */
	background-color	: #FEFAEF;
	/* Size */
	padding			: 0px;
	margin			: 0px;
}

body, p, td, tr, ul, li {
	/* Fonts */
	font-family		: Verdana, Arial, Sans Serif;
	font-size		: 13px;
	color			: #00266D;
}

a {
	color			: #00266D;
}

h3 {
	letter-spacing		: 0.1em;
	margin			: 1em 0em 0em 0em;
}

/* Background */

#BGSite {
	/* Position */
	z-index			: 1;
	position		: absolute;
	top			: 0px;
	left			: 0px;
	/* Size */
	height			: 500px;
	width			: 100%;
	/* Background */
	background-image	: url('http://www.gahlener-reiseshop.de/images/bg.jpg');
	background-position	: top left;
	background-repeat	: repeat-x;
}

#BGMenu {
	/* Position */
	z-index			: 2;
	position		: absolute;
	top			: 0px;
	left			: 0px;
	/* Size */
	height			: 500px;
	width			: 375px;
	/* Background */
	background-image	: url('http://www.gahlener-reiseshop.de/images/left.jpg');
	background-position	: top left;
	background-repeat	: no-repeat;
}

#BGRight {
	/* Position */
	z-index			: 3;
	position		: absolute;
	top			: 0px;
	right			: 0px;
	/* Size */
	height			: 500px;
	width			: 30px;
	/* Background */
	background-image	: url('http://www.gahlener-reiseshop.de/images/right.jpg');
	background-position	: top right;
	background-repeat	: repeat-x;
}



/* Title */
#Title {
	/* Position */
	z-index			: 4;
	position		: absolute;
	top			: 40px;
	left			: 200px;
}



/* Menu */

#Menu {
	/* Position */
	z-index			: 4;
	position		: absolute;
	top			: 92px;
	left			: 45px;
	/* Size */
	width			: 135px;
	/* Background */
	background-color	: #FFFFFF;
	filter			: alpha(opacity=85, style=0);
	opacity			: 0.85;
	/* Content */
	padding-top		: 10px;
	padding-left		: 10px;
}

.menuItem {
	/* Fonts */
	font-size		: 1.2em;
	font-weight		: bold;
	/* Margin */
	line-height		: 0.5em;
}

.menuItem a{
	/* Link-Fonts */
	text-decoration		: none;
	color			: #00266D;
}



/* PoweredBy */
#PoweredBy {
	/* Position */
	z-index			: 3;
	position		: absolute;
	top			: 450px;
	left			: 45px;
	/* Size */
	width			: 135px;
	/* Background */
	background-color	: #FFFFFF;
	filter			: alpha(opacity=80, style=0);
	/* Content */
	padding			: 0px;
	text-align		: center;
}



/* Copyright */
#Copyright {
	/* Position */
	z-index			: 3;
	position		: absolute;
	top			: 500px;
	left			: 45px;
	/* Size */
	width			: 135px;
	/* Fonts */
	font-size		: 0.8em;
	color			: #BBBBBB;
}



/* Content */
#Content {
	/* Position */
	z-index			: 5;
	position		: absolute;
	top			: 60px;
	left			: 200px;
	/* Content */
	padding-top		: 30px;
	padding-left		: 40px;
	padding-right		: 60px;
}

.zoomImage {
	border-style		: solid;
	border-color		: #00266D;
	border-width		: 1px;
	margin			: 10px;
	margin-top		: 5px;
	margin-right		: 0px;
}

.zoomLink {
	font-size		: 0.8em;
	padding			: 0em;
	margin			: 0em;
	color			: #00266D;
}



/* Additional */

.blind {
	display     		: none;
	visibility  		: hidden;
}
em {
	font-style		: normal;
	text-decoration		: underline;
}