@charset "utf-8";
/* CSS Document */

body {
	margin				: 0 0 40px 0;
	padding				: 0;
	text-align			: center;
	font-family			: Arial;
	color				: #333333;
	background-color	: #333333;
}

.wrapper {
	width				: 770px;
	margin				: 0 auto 0 auto;
	padding				: 0;
	border				: 5px solid #777777;
	border-top			: none;
	background-color	: #F9F9F9;
}

.contain {
	width			: 100%;
	margin			: 0;
	padding			: 0;
}

.contain ul {
	list-style-type	: square;
}

.contain li a {
	/*color				: #333;*/
	padding				: 2px 4px;
}

.contain li a:hover {
	background-color	: #6c7da7;
	color				: #fff;
	text-decoration		: none
}

.contain li :visited {
	/*color			: #666;*/
}


.header {
	height				: 135px;
	width				: 100%;
	background-image	: url(../img/grobe_banner2.jpg);
	background-repeat	: no-repeat;
	border-bottom		: #6c7da7 solid 2px;
}

.menu_bg {
	width				: 120px;
	height				: 37px;
	background-image	: url(../img/menu_bg.gif);
	background-repeat	: no-repeat;
	float				: left;
	padding				: 4px 0 0 0;
}

.menu_bg_home {
	width				: 120px;
	height				: 37px;
	background-image	: url(../img/menu_bg_home.gif);
	background-repeat	: no-repeat;
	float				: left;
	padding				: 4px 0 0 0;
}

.menu_selected_bg {
	width				: 120px;
	height				: 37px;
	background-image	: url(../img/menu_selected_bg.gif);
	background-repeat	: no-repeat;
	float				: left;
	padding				: 4px 0 0 0;
	margin				: 0 0 -40px 0;
	font-family			: Arial;
	font-weight			: bold;
	font-size			: 12px;
	color				: #FFFFFF;
	text-decoration		: underline;
}

.menu_bg a {
	font-family			: Arial;
	font-weight			: bold;
	font-size			: 12px;
	color				: #FFFFFF;
	text-decoration		: none;
}

.menu_bg a:hover {
	text-decoration		: underline;
}

.link_travel {
	margin				: 0;
	padding				: 30px 50px 0 40px;
	text-align			: left;
	background-image	: url(../img/INYLLCHEK_GLACIER3.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	height				: 500px;
	color				: #333;
	font-size			: 16px
}

.link_travel a {
	/*color				: #333;*/
	padding				: 2px 4px;
}

.link_travel a:hover {
	background-color	: #6c7da7;
	color				: #fff;
	text-decoration		: none
}

.link_travel :visited {
	/*color			: #666;*/
}

td {
	border-bottom	: 1px dashed #CCCCCC;
	padding			: 25px 0;
}

a img {
	filter:alpha(opacity=100);
	border:1px solid blue;
	
}

a:hover img {
	filter:alpha(opacity=100);
	border:1px dashed blue;
}





