/*****************************************************************
Name		:	sltk.css
Date		:	15.04.2004
Version		:	0.1
Author		:	Timo Keller
Description	:	Style Sheet für die Template

******************************************************************/

table, tbody, body, p, td, tr, th, li, ul, ol, a, h1, h2, h3, h4, h5, h6, blockquote, div, text { 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	color: #225C0;}

body {background:#040404;font-size: 80%;color:#6699ff;}

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}

#content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
text-align:center;
} 

A:link, .text A:visited, .text A:active {
	font-weight: normal; 
	color: #6699ff; 
	text-decoration: underline;}
.text A:hover 		{ 
	 font-weight: normal;
	 color: #6699ff; 
	 text-decoration: underline;
	 }	

.wisata, .info, .kontakt {margin:0em;}
.wisata {font-size:5em;}
