/* @override http://www.mundologia.de/intro/screen.css */

/* @group Globale Definitionen */

/* @group Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
}

* html table
{
	border-collapse: collapse;
}

*+html table
{
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* @group Formulare */

input.button
{
	cursor: pointer;
}

/* @end */



/* @end */

/* @group Trenner */

div.clear_float 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

hr 
{
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}

/* @end */

/* @group Links */

a
{
	color: white;
}

/* @end */

/* @end */

/* @group Seite */

body
{	
	color: white;
	background: #730000;
}

div.site
{
	position: relative;
	width: 980px;
	height: 645px;
	margin: 10px auto;
	
	background: url(images/site_background.gif) no-repeat 0px 94px;
	
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	
}

/* @group Logo */

div.head h1 
{
	position: relative;
	margin: 0 auto;
	width: 270px;
	height: 50px;
	
	opacity: 0.0;
	filter: Alpha(opacity=0);
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	overflow: hidden;
	
	background: url(images/mundologia.gif) no-repeat;
}

/* @end */

/* @group Slogan */

div.head h2 
{
	position: relative;
	margin: 0 auto;
	width: 270px;
	height: 50px;
	
	opacity: 0.0;
	filter: Alpha(opacity=0);
}

div.head h2 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	overflow: hidden;
	
	background: url(images/weltkenntnis.gif) no-repeat;
}

/* @end */

/* @group Inhalt */

/* @group Introbild */

a#introImageContainer 
{
	display: block;
	width: 950px;
	height: 494px;
	margin: 10px 15px 15px 15px;
}

/* @end */

/* @group Info */

p#info 
{
	position: absolute;
	left: 15px;
	bottom: 5px;
}

/* @end */

/* @group Weiter-Link */

p#weiter
{
	position: absolute;
	right: 15px;
	bottom: 5px;
}

/* @end */


/* @end */


/* @end */