/**
 * Dino Park
 * website:     http://www.picturefriend.com
 * lastcheck:   15.08.2008 10:00 
 *
 * reset
 *
 * desc:        
 * Das CSS setzt verschiedenste Elemente zurück in den eigentlichen Ursprungszustand.
 * Zur besseren Gestaltung werden alle bestehenden Abstände der verschiedenen Browser ausser Kraft gesetzt.
 * Natürlich können auch noch weitere hinzukommen, allerdings sind diese für das Boxmodell am wichtigsten.
 * Die Erweiterung der kompletten Elemente wurden momentan von Eric Meyer übernommen, da diese ein
 * breiteres Spektrum abdecken. http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
/* body */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #075e53;
	color: #fff;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Typo */
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: 700;
	margin: 1em 0 0 0;
}

h2 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 1em 0 0 0;
}
h3 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 1em 0 0 0;
}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1em 0 0 0;
}
li {
	list-style-type: none;
}
hr {
	border-bottom: 1px dotted #fff;
	margin: 20px 0 20px 0;
}

li,
form,
input,
textarea {
	font-size: 1.2em;
}
/* Allgemeine Elemente */
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
a {
	color: #fff;
}
#mainContent img {
	border: 2px solid #fff;
	margin: 20px 0 0 0;
}
.bold {
	font-weight: 700;
	text-transform: uppercase;
}
/* Struktur */
#content {
	margin: 50px auto 0 auto;
	width: 790px;
	text-align: left;
}
#footer {
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
#footer a {
	text-decoration: none;
}
#footer p.copyright {
	font-size: .9em;
	margin: 20px 0 5px 0;
	text-transform: none;
	font-weight: normal;
}	
#footer p.copyright img {
	vertical-align:middle;
}
#mainContent {
	float: left;
	width: 440px;
	margin: 0 0 15px 10px;
	padding: 10px 0 0 20px;
	min-height: 500px;
	background: url(pics/dinopark_line.jpg) left top no-repeat;
}
#maps {
	float: left;
	width: 445px;
	margin: 30px 0 20px 0;
}
#imgcard {
	border: none;
	margin: 20px 0 0 0;
}

#leftColumn {
	width: 305px;
	float: left;
	background: url(pics/dinopark_bg.jpg) left bottom no-repeat;
}
/* Navigation */
ul.navigation {
	list-style-type: none;
	width: 230px;
	height: 313px;
	margin: 0 0 320px 80px;
}
ul.navigation li {
	margin: 0;
	padding: 0;
}
ul.navigation li a {
	display: block;
	text-decoration: none;
	width: 230px;
	height: 37px;
	overflow: hidden;
	left: 0px;
	text-indent: -99999999px;
	background: url(pics/dinopark_navigation.jpg) no-repeat;
}
ul.navigation li#start a {
	background-position: 0px 0px;
	height: 55px;
}
ul.navigation li#start a:hover,
ul.navigation li#start a.current {
	background-position: 0px -240px;
}
ul.navigation li#news a {
	background-position: 0px -482px;
}
ul.navigation li#news a:hover,
ul.navigation li#news a.current {
	background-position: 0px -520px;
}
ul.navigation li#attraction a {
	background-position: 0px -55px;
	
}
ul.navigation li#attraction a:hover,
ul.navigation li#attraction a.current {
	background-position:  0px -295px;
}
ul.navigation li#dinosaur a {
	background-position: 0px -93px;
}
ul.navigation li#dinosaur a:hover,
ul.navigation li#dinosaur a.current {
	background-position: 0px -333px ;
}
ul.navigation li#cafe a {
	background-position: 0px -130px;
}
ul.navigation li#cafe a:hover,
ul.navigation li#cafe a.current {
	background-position: 0px -370px ;
}
ul.navigation li#happybirthday a {
	background-position: 0px -556px;
}
ul.navigation li#happybirthday a:hover,
ul.navigation li#happybirthday a.current {
	background-position: 0px -593px ;
}
ul.navigation li#tickets a {
	background-position: 0px -167px;
}
ul.navigation li#tickets a:hover,
ul.navigation li#tickets a.current {
	background-position: 0px -407px ;
}
ul.navigation li#place a {
	background-position: 0px -204px;
}
ul.navigation li#place a:hover,
ul.navigation li#place a.current {
	background-position: 0px -445px ;
}
/*news*/
.aktion {
	background: #FFFF00;
	color: #FF0000;
	font-size: 1.8em;
	font-weight: bold;
	margin: 30px 0 5px 0;
	text-align:center;
}
.aktionrot {
	background: #FF0000;
	color: #FFFF00;
	font-size: 2em;
	font-weight: bold;
	margin: 30px 0 10px 0;
	text-align:center;
}
