﻿* 
{
	margin		: 0px;
	padding		: 0px;
	font-family	: Verdana, Arial, Sans-Serif;
}

html {
	height		: 100%;
	width		: 100%;
}

body 
{
	height		: 100%;
	width		: 100%;
	background-color: #DEDEDE;
	background-image : url(entry.jpg);
	position	: relative;
}

#main 
{
	position	: absolute;
	left		: 20px;
	top			: 340px;
}	

#block 
{
	height		: 100px;
	width		: 1230px;
	border-bottom: solid 2px #023477;
	position	: relative;
}

#sprachen 
{
	width		: 210px;
	position	: absolute;
	bottom		: 0px;
	float		: left;
	font-weight	: bold;
	font-size	: 13px;
	color		: #023477;
}
#sprachen a:link,
#sprachen a:hover,
#sprachen a:active,
#sprachen a:visited
{
	font-weight	: bold;
	font-size	: 13px;
	color		: #023477;
	text-decoration: none;
}

#logo 
{
	width		: 1000px;
	height		: 92px;
	padding-left: 20px;
	padding-top	: 8px;
	float		: right;
	background-color: #023477;
}

.zelle 
{
	padding-right: 8px;	
}

#text 
{
	padding-left: 230px;
	padding-top	: 21px;
	
}
.title 
{
	font-size	: 32px;
	font-weight	: bold;	
	color		: #023477;
	padding-bottom: 35px;
}
.title a:hover,
.title a:active,
.title a:visited,
.title a:link 
{
	font-size	: 32px;
	font-weight	: bold;	
	color		: #023477;
	text-decoration: none;
		
}


.motto 
{
	font-size	: 16px;
	font-weight	: bold;
	color		: #023477;	
}
.motto2 
{
	font-size	: 16px;
	font-weight	: bold;
	font-style	: italic;
	color		: #023477;
	padding-left: 450px;
}
