
/* ALLGEMEINES */

body 
	{
	background:url(../bilder/bg-vorschaltseite.gif);
	margin:0px; 
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 18px; 
	text-decoration: none; 
	color:#ffffff;
	}
	
p
	{
	margin:0 10px 10px; 
	line-height: 18px;
	}
	
.aText
	{
	color: #2f6012; 
	text-decoration:none
	}
	
.aText:hover 
	{
	color: #2f6012; 
	border-bottom:1px dotted #2f6012; 
	text-decoration:none
	}
	
h1 
	{
	color:#558395; 
	font-size:130%; 
	margin:3px; 
	font-weight:normal
	}
	
h2 
	{
	color:#558395; 
	font-size:110%; 
	margin:3px; 
	font-weight:normal
	}
	
hr 
	{
	background-color:#a3cbdd;
	color:#a3cbdd;
	height:1px;
	border-style:none;
	}
	
.fehler 
	{
	font-weight:bold; 
	color:#ff0000
	}

/*STYLES*/
div#main 
	{
	width:760px;
	}
	
div#head 
	{
	height:257px;
	}
	
div#content 
	{
	width:300px;
	float: left;
	margin-top:50px;
	margin-left:50px;
	text-align:left;
	}
	
div#land
	{
	width: 350px;
	float: right;
	margin-top:50px;
	text-align: left;
	}
	
.text15 
	{
	font-size:15px;
	}
	
.aFlaggeDE
	{
	height: 100px;
	width: 100px;
	display: block;
	background: url(../bilder/deutschland.jpg);
	text-decoration: none;
	float: left;
	}
	
.aFlaggeDE:hover
	{
	background: url(../bilder/deutschland-hover.jpg);
	text-decoration: none;
	}
	
.aFlaggeAT
	{
	height: 100px;
	width: 100px;
	display: block;
	background: url(../bilder/oesterreich.jpg);
	text-decoration: none;
	float: left;
	margin-left: 10px;
	}
	
.aFlaggeAT:hover
	{
	background: url(../bilder/oesterreich-hover.jpg);
	text-decoration: none;
	}