<!--
/* ====================================================================== */
/* Divs und Body */
/* ====================================================================== */

body
{
	margin: 			0;
    padding: 			0;
    background-color:	#EDEDED;
    font-family:		Arial;
   	text-align:			center;
   	overflow-y:			scroll;

   	/*position:			absolute;*/
	/*margin-left:		-500px;*/
	/*left:				50%;*/
}

.fullDiv
{
	margin: 	0px;
    padding: 	0px;
	width:		1000px;
	height:		100%;
}

.headDiv
{

    background: 	#F7F7F7;
    margin-top: 	5px;
    width:			100%;
    height:			100px;
    background-image: url(../graph/hansemarkt-e2.png);
    text-align:		left;
}
.contentDiv
{

    background:		#FFFFFF;
    margin-top: 	0px;
    width:			100%;
}
.footerDiv
{
    background: 	#FFFFFF;
    margin-top: 	5px;
    width:			100%;
    height:			40px;
    text-align:		center;
    font-size:		12px;
}

.divMove
{
	position:		absolute;
	height:			120px;
	width:			180px;
	background:		#4D4D4D;
	border-style:	solid;
	border-color:	#4D4D4D;
	border-width:	1px;
	text-align:		center;
	font-size:		12px;
	font-weight:	bold;
	cursor:			move;
	color:			white;
}

/* ====================================================================== */
/* links */
/* ====================================================================== */
a:link.link_navi, a:visited.link_navi, a:active.link_navi
{
	text-decoration: 	none;
	color:				white;
}
a:hover.link_navi
{
	text-decoration: 	underline;
	color:				white;
}

a:link.link_normal, a:visited.link_normal, a:active.link_normal, a:hover.link_normal
{
	text-decoration: 	none;
	color:				#B50000;
}

/* ====================================================================== */
/* Texte, Buttons etc*/
/* ====================================================================== */
.text_normal
{
	font-size:		12px;
}

.text_legende
{
	font-size:		14px;
	color:			#010C94;
}

.field_breite
{
	width:			960px;
	font-size:		12px;
}

.field_breite_2
{
	width:			860px;
	font-size:		12px;
	line-height:	22px;
	margin-left:	40px;
	margin-top:		10px;
	margin-bottom:	10px;
}

.text_ueberschrift
{
	font-size:		14px;
	font-weight:	bold;
	color:			#5B5B5B;
}

.h1_ueberschrift
{
	font-size:		18px;
	font-weight:	bold;
	color:			#5B5B5B;
	display:		inline;
}

.text_error
{
	font-size:		12px;
	color:		#D50000;
}

.btn_normal
{
	font-size:		11px;
}

//-->