@charset "utf-8";

/*  =========================================================
	File: global.css
	Date: 090613
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}

/* All Links */
a { outline:none; text-decoration:none; } 
	
/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#000;
	background:#ffdebb url(../images/bg.jpg) repeat-x;
	margin:0;
	padding:0;
}
   
div#container {
	width:1024px;
	margin:0 auto;
	text-align:left;
	background-color:transparent; 
}

.header {
	height:420px;
	width:1024px;
	background:url(../images/header.jpg) no-repeat;	
}

.header_nav, .bot_nav {
	width:750px;
	height:55px;
	position:relative;
	top:335px;
	left:137px;
}

.header_member, .header_signup, .header_tour, .member, .signup, .tour {
	float:left;
	width:250px;
	height:55px;
	display:block;
	overflow:hidden;
	text-decoration:none;
}

.epi_head {
	width:1024px;
	height:56px;
	background:url(../images/epi_head.jpg);
}

.epi, .bg{
	width: 1024px;
	background:url(../images/epi_bg.jpg);
}

.epi{
	height:650px;
}

.epi_content, .update_pics {
	width:890px;
	left:67px;
	position:relative;
}

.epi_bot {
	width:1024px;
	height:56px;
	background:url(../images/epi_bot.jpg);
}

.trailer {
	width:720px;
	height:405px;
	border:2px solid #f8547a;
}

.trailer_rechts {
	position:absolute;
	width:163px;
	left:728px;
	top:0;
}

.trailer_rechts h1 {
	font-size:120%;
}

.logo_small {
	width:163px;
	height:130px;
	background:url(../images/logo_small.gif) no-repeat;	
}

.text {
	position:absolute;
	width:163px;
	height:275px;
	left:0px;
	top:135px;
	overflow:hidden;
	padding-top:10px;
	padding-right:6px;
}

.downloads {
	position:relative;
	width:890px;
	left:0px;
	top:10px;
	font-size:medium;
	font-weight:bolder;
	text-align:center;
}

.downloads a {
	color:#000;
	font-size:medium;
	font-weight:bolder;
	text-decoration:underline;
}

.pics img{
	width:290px;
	height:195px;
	border:2px solid #f8547a;
	margin-right:2px;
}

.epi .pics {
	position:relative;
	left:0px;
	top:20px;
}

.bottom {
	width:1024px;
	height:115px;
	background:url(../images/bot_nav.jpg);
}

.bot_nav {
	top:30px;

}

/* All Links */
div#footer {
	text-align:center;
	padding:15px 0;
}

div#footer a {
	color:#000;
}

div#footer p {
	margin:0.8em;
}

div#footer span {
	font-size:200%;
	font-weight:bolder;
}

/* Eingang */
#eingang .bg {
	font-size:small;
}

#eingang h1 {
	font-size:200%;
}

#eingang h2 {
	font-size:150%;
}

/* Tipps */
#tipps .bg {
	font-size:small;
}

#tipps .bg a {
	color:#000;
	font-weight:bolder;
	text-decoration:underline;
}

#tipps h1 {
	font-size:200%;
}

#tipps h2 {
	font-size:140%;
	margin:0;
	padding:0 0 2px 0;
}

#tipps p {
	margin:0 8px 7px 5px;
}

/* Galleries */
#galleries .bg {
	font-size:small;
}

#galleries h1 {
	font-size:150%;
	margin:0;
	padding:0;
}

#galleries .bg a {
	color:#000;
	text-decoration:underline;
}

.gals img {
	margin:4px;
	padding:5px;
}

.gals a img {
	border:1px solid #fff;
}

.gals a img:hover {
   border:1px solid #ccc;
}

.tgps img {
	margin:0 15px 10px 15px;
	padding:0 8px;
}
