/* Typo */

@font-face {
	font-family: 'DejaWebRegular';
	src: url('font/dejaweb-webfont.eot');
	src: local('☺'), url('font/dejaweb-webfont.woff') format('woff'), url('font/dejaweb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaWebBoldItalic';
	src: url('font/dejaweb-bolditalic-webfont.eot');
	src: local('☺'), url('font/dejaweb-bolditalic-webfont.woff') format('woff'), url('font/dejaweb-bolditalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaWebItalic';
	src: url('font/dejaweb-italic-webfont.eot');
	src: local('☺'), url('font/dejaweb-italic-webfont.woff') format('woff'), url('font/dejaweb-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.ue   		    { 
                font-family: 'DejaWebBoldItalic', sans-serif; 
                font-size:24pt; 
                line-height:24pt; 
                letter-spacing:0pt; 
                /*font-style:italic; */      
                /* font-weight:bolder; */
                color:#5093a6; 
                }
.txt            { 
                font-family: 'DejaWebRegular', sans-serif;
                font-size:9.0pt; 
                line-height:13pt;       
                letter-spacing:0pt; 
                font-style:normal;      
                font-weight:normal;
                color:#5093a6;          
                }
.ut             { 
                font-family: 'DejaWebRegular', sans-serif;
                font-size:9.0pt; 
                line-height:13pt; 
                letter-spacing:0pt; 
                font-style:normal;      
                font-weight:normal;     
                color:#5093a6;
                }
.it             { 
                font-family: 'DejaWebItalic', sans-serif;
                font-size:9.0pt; 
                line-height:10pt; 
                letter-spacing:0.2pt; 
                /*font-style:italic;*/      
                font-weight:normal;     
                color:#5093a6;
                }

/* Links, Bilder etc. */

a{
                color:#5093a6;
                border:0; 
                text-decoration:none;
}

a.txt{
                color:#ffffff;
                background-color:#5093a6;
                /*color:#777;
                border:0; 
                text-decoration:underline;*/
}
a.txt:hover {
                color:#5093a6;
                background-color:#fff;
}
        
a:hover {
                color:#ffffff;
                background-color:#5093a6;
}

a:hover img {
                color:#5093a6;
                border:2px solid; 
}
                
img{    
                padding:0px;
                color:#ffffff;
                border:2px solid;
}
table{  
				border: 0px solid blue;
				height: 500px;
                padding:0px;
}
td{     		
				border: 0px solid yellow;
                padding:0 0 0 24px;
                vertical-align: bottom;
}

/* Layout */

#floater	
{
		float:left; 
		height:50%; 
		margin-bottom:-300px;
		width:1px;
		border:0px solid green;
}

#container
{
        clear:both; 
        height:600px;
        position:relative;
        width:12000px;
        margin:0px;
        padding:0px;
        border:0px solid pink;
}

#headerleftbox
{
        float:left;
        background:#ffffff;
        border:0px solid red;
        width:250px;
        height:600px;
        margin:0px;
        padding:0px;
}

#navbox
{
        float:right;
        background:#ffffff;
        border:0px solid black;
        width:220px;
        height:auto;
        margin:0px;
        padding:0px;
        text-align:right;
        vertical-align:top;
        position:relative; top:310px; right:10px;
}

#content
{
        background:#ffffff;
        border:0px solid black;
        width:auto;
        height:600px;
        margin:0px;
        padding:0px;
        text-align:left;
}
 
 html, body {
  		background-color: #FFFFFF;
		margin:0; 
		padding:0;
		height:100%;
}

#startbox {
 		border:0px solid green;
		background: #fff;
		width: 10px;
        height: 10px;
		position: relative;
		top: 100px;
		left: 0px;
} 
 
 #menu {
 		border:0px solid black;
		background: #fff;
		position: fixed;
		top: 10px;
		left: 30px;
		clear: both;
		float: left;
		margin: 0;
		padding: 0 0 0 0 ;
		z-index: 500;
		filter: alpha(opacity=75);
		opacity: .75;
}
