/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-size: 14px;
	font-weight:500;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
}

alt {
	font-size:11px;
	position: relative; 
	z-index: 2;
	} 

#wrapper { 
	width: 900px;
	height: 600px; 
	margin: 30px auto;
	text-align: left; 
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: line-through; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: underline; color:#000000; }

a img { border: none; }

#bild1 
{
	position: absolute; 
	z-index: 1;
	margin: 0 0 0 10px
}

#topbild
{
	position: absolute; 
	z-index: 4;
	margin: 10px 0 0 0;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
 	opacity:.0;
}

#youtube 
{
	position: absolute; 
	z-index: 1;
	margin: 10px 10px 10px 10px
}
	
#webshop
{
	position: absolute;
	top: 100px;
	right: 100px; 
	z-index: 3;
}

#webshoptxt
{
	font-size: 32px;
	position: absolute;
	top: 50px;
	right: 30px; 
	z-index: 4;
}

#text {
	line-height:12px;
	font-size:11px;
	position: relative;
	top: 10px; 
	left: 20px; 
	z-index: 2;
	}

#indexh {
	font-size:10px;
	position: relative; 
	z-index: 2;
	}

	
#haja {
	font-size:11px; 
	top:53px;
	margin:0 0 0 5px;
	position:fixed;
	z-index:1;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
 	opacity:100%;
	}


#menu {
	a:hover: (text-decoration:line-through); 
	height:500px;
	width: 220px; 
	float: left;
	line-height: 30px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title { }


#content {
    margin: 0 0 0 225px;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p { 
	width: 100%; 
	height: 100%;
	margin-bottom: 9px; 
	z-index:3;
	}

p {
    margin: 0 0 9px 0;
	z-index:3;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; z-index:3;}

#once { clear: left; }

iframe {
	width:640px;
	height:170px;
	border: 0;
	scrolling:no;
}

#footer {
		bottom:5px;
		position:fixed;
		z-index:1;
}
	

#footercontact {
	top:500px;
	float:left;
	position:absolute;
	z-index:2;
}

span.link {
    	position: relative;
}

    span.link a span {
    	display: none;
}

span.link a:hover {
    	font-size: 14px;
    	font-color: #000000;
}

span.link a:hover span { 
    	display: block; 
    	position: absolute; 
    	margin-top: 0; 
    	margin-left: 0; 
	    width: 175px; padding: 5px; 
    	z-index: 5; 
    	color: #000; 
    	background: #fff; 
    	font-size: 12px;
		font-weight:500;
		font-family: "Courier New", Courier, monospace;
    	text-align: left; 
    	text-decoration: none;
}

.clear-both { clear: both; }

