/*************************************************************/
/*  HEAD - HEAD - HEAD - HEAD - HEAD - HEAD - HEAD - HEAD    */
/*************************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
                background-color: #243480;
}
/*************************************************************/
/*  BILDER - BILDER - BILDER - BILDER - BILDER - BILDER      */
/*************************************************************/

.bg_head {
	background-image: url(../template/img/head.jpg);
	background-repeat: no-repeat;
}

.bg_left {
	background-image: url(../template/img//left.gif);
	background-repeat: no-repeat;
}
.bg_content {
	background-image: url(../template/img//content.gif);
	background-repeat: no-repeat;
}
.bg_bottom {
	background-image: url(../template/img//bottom.gif);
	background-repeat: no-repeat;
}

/*************************************************************/
/*  TEXTE - TEXTE - TEXTE - TEXTE - TEXTE - TEXTE - TEXTE    */
/*************************************************************/

.text_fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}

.text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
                font-weight:bold;
                font-style:italic;
	color: #cccccc;
	text-decoration: none;
                letter-spacing:2px;
}

/*************************************************************/
/*  BOXEN - BOXEN - BOXEN - BOXEN - BOXEN - BOXEN - BOXEN                   */
/*************************************************************/

.sprache {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	background-color: #5771BD;
	width: 80px;
	border: 0px;
}


/*************************************************************/
/*  LINKS - LINKS - LINKS - LINKS - LINKS - LINKS - LINKS - LINKS - LINKS   */
/*************************************************************/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	color: #FFC600;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	color: #FFC600;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
                letter-spacing:1px;
            	color: #ffffff;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
                letter-spacing:1px;
	color: #ffffff;
	text-decoration: none;
}

