@charset "utf-8";
/* CSS Document */

@import url(main.css);

html,body{overflow:hidden;}

#centercontent
{	position:relative;
	width:680px;
	height:568px;
	background-image:url(backgrounds/index/index.jpg);
	background-repeat:no-repeat;
	
	/*overflow:hidden;*/
	
}


/* Standard Text */
	.c_text{font-size:11px; font-weight:bold ;color:#000000; padding:0;margin:0; padding-bottom:5px; text-align:center; }

em{font-size:8px; font-weight:bold; color:black; font-style:normal;}



#centerspacer
{	position:relative;
	width:680px;
	height:50px; /* Anpassen je nach Seite */
	
}

#languagekeys
{	height:20px;
	width:670px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;

	
}


.c_text a
{	display: block;
	text-decoration:none;
	color:#000000;
	width:100%;
	font-weight:bold;
}

.c_text a:hover
{	text-decoration:none;
	color:#3c4690;
	font-weight:bold;
}

#content
{	position:relative;
	width:680px;
	height:260px;
	float:left;


}

#contentspacer
{	position:relative;
	width:680px;
	height:210px;
	text-align:left;
	float:left;

}

#footer
{	position:relative;
	width:680px;
	height:50px;
	text-align:left;
	float:left;

}

/* Überschrift 1 */
	H1{font-size:14px; font-weight:normal; font-style:normal; color:#000000; padding:0;margin:0; padding-bottom:5px; text-align:left; }