/*
Datum: 01.08.2009
Website: http://www.alsaka2chile.de
Website: http://www.alsaka2chile.com
Copyrite: ANDREAS REU
*/

/* Grundfunktionen */
* {margin: 0; padding: 0;}

body {
	background: #000;
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.0em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}


/* @@@@ Aufbau - Grundriss */
.rahmen{
	background: url(alaska2chile.jpg) no-repeat;
 	position: absolute;
 	width: 744px;
 	height: 410px;
 	margin-top: -205px;
 	margin-left: -372px;
 	top: 50%;
 	left: 50%;
 	z-index: 1;
}

.ra_oben{
 	width: 744px;
 	height: 360px;
	text-align: center;
}

.ra_unten_l{
	float: left;
 	width: 500px;
 	height: 50px;
	text-align: left;
}

.ra_unten_r{
	float: right;
 	width: 244px;
 	height: 50px;
	text-align: right;
	font-size: 85%;
}

.impressum{
	margin: auto;
	color: #666;
 	width: 744px;
	text-align: justify;
}

.impressum a {
	color: #666;
	text-decoration: none;
}
