﻿/* göm från ie på mac \*/
html
{
    height: 100%;
    overflow: hidden;
}
/* end hide */

body
{
    font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
    background: #000000;
    color: #333333;
    height: 100%;
    margin: 0;
    padding: 0;
}

#horizon
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content   
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -214px;
	position: absolute;
	top: -297px;
	left: 50%;
	width: 428px;
	height: 594px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#footer 
	{
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: none;
}
.footertext
{
    font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-weight: normal;
    display: block;
    color: #333333;
}

#text
{
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: bold;
    font-size: 14pt;
}
#text2
{
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-weight: bold;
    font-size: 18pt;
}

a:link, a:visited 
	{
	color: #333333;
	text-decoration: none;
	}

a:hover 
	{
	color: #696969;
	text-decoration: none
	}
#kontakt
{
    margin-top: 120px;
    text-align: center;
}  
#kontakt table
{
    font-size: 1em;
    color: #808080;
    text-align: left;
    font-family: Verdana, Geneva, Arial, sans-serif;
}
#kontakt input
{
    font-size: 1em;
    color: #111;
    background-color: #808080;
}
#kontakt textarea
{
    font-size: 1em;
}
#kontakt h1
{
    width: 400px;
    text-align: left;
    color: #808080;
    padding-bottom: 0;
}