@charset "utf-8";
/* allgemeine CSS-Styles fuer die ganze Seite */

body
{
	background-image:url(../img/background.gif);
	background-repeat:repeat;
	
	font-family:verdana, sans-serif, arial;
	font-size:13px;
	font-weight:bold;	
}

h1
{
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	display:inline;
}

h2
{
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	display:inline;
}

.red { color:#FF0000; }

/* ---------links--------- */
.menue_lnk { color:#000000; text-decoration:none; margin-left:5px; }

.menue_lnk:hover  { color:#999999; }
.menue_lnk:active { color:#999999; }
.menue_lnk:focus  { color:#999999; }

.ln { color:#000000; text-decoration:none; margin:0px 3px; }

.ln:hover  { color:#999999; }
.ln:active { color:#999999; }
.ln:focus  { color:#999999; }

.pdf { color:#0099CC; text-decoration:none; }

.pdf:hover  { color:#999999; }
.pdf:active { color:#999999; }
.pdf:focus  { color:#999999; }

.lnk { color:#0099CC; text-decoration:none; }

.lnk:hover  { color:#999999; }
.lnk:active { color:#999999; }
.lnk:focus  { color:#999999; }

.news_lnk { color:#009999; text-decoration:none; }

.news_lnk:hover  { color:#999999; }
.news_lnk:active { color:#999999; }
.news_lnk:focus  { color:#999999; }

.footer_lnk { color:#FFFFFF; text-decoration:none; }

.footer_lnk:visited  { color:#FFFFFF; }
.footer_lnk:hover    { color:#FFFFFF; }
.footer_lnk:active   { color:#FFFFFF; }
.footer_lnk:focus    { color:#FFFFFF; }
/* ---------/links--------- */

/* ---------seitenaufbau--------- */
.site /* container fuer die komplette seite */
{
	width:1010px;
	font-size:13px;
	font-weight:normal;
	margin:0px auto;
}

.header { margin-bottom:3px; }

.left_menue  { float:left; }
.right_menue { float:right; }

.menue_arrow { margin-left:5px; margin-bottom:1px; }

.box_top
{
	background-image:url(../img/box_top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	width:163px;
	height:8px;
}

.box_content
{
	background-image:url(../img/box_content_2px.gif);
	background-repeat:repeat-y;
	padding-bottom:5px;
	width:163px;
}

.box_title
{
	text-align:center;
	padding-top:5px;
	padding-bottom:7px;
	width:151px;
}

.box_bottom
{
	background-image:url(../img/box_bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
	width:163px;
	height:14px;
}

.news_div
{
	float:left;
	margin-left:5px;
}

.news_top
{
	background-image:url(../img/news_top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	width:674px;
	height:8px;
}

.news_content
{
	background-image:url(../img/news_content.gif);
	background-repeat:repeat-y;
	width:674px;
}

.news_bottom
{
	background-image:url(../img/news_bottom.gif);
	background-repeat:no-repeat;
	width:674px;
	height:14px;
}

.news_footer
{
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
	width:666px;
}

.content_div
{
	float:left;
	margin-left:5px;
}

.content_top
{
	background-image:url(../img/content_top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	width:842px;
	height:8px;
}

.content_content
{
	background-image:url(../img/content.gif);
	background-repeat:repeat-y;
	width:842px;
}

.content_bottom
{
	background-image:url(../img/content_bottom.gif);
	background-repeat:no-repeat;
	width:842px;
	height:14px;
}

.content_footer
{
	/*font-size:9px;
	font-weight:normal;*/
	color:#FFFFFF;
	width:827px;
}

.html_page /* in diesen div werden die seiten includiert */
{
	width:662px;
	font-size:13px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}

.pfad /* breadcrumps */
{
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:15px;
}

.pfad_arrow { margin-left:2px; margin-right:2px; }

.content
{
	width:823px;
	min-height:580px;
}

.content_small
{
	min-height:981px;
}

* html .content_small
{
	height:985px; /* ie5 */
	h\eight:985px; /* ie6 */
}

/* ie5 hack */
* html .content
{
	width:820px; /* ie5 */
	w\idth:820px; /* ie6 */
	height:486px;
	h\eight:486px;
}
/* ---------/Seitenaufbau--------- */

/* ---------Kanji des Tages--------- */
.box_uebersetzung
{
	text-align:center;
	margin-bottom:3px;
	width:151px;
}

.kanji_des_tages
{
	font-size:79px;
	font-weight:bold;
	text-align:center;
	height:90px;
	width:90px;
	margin-left:33px;
	margin-right:33px;	
	margin-bottom:3px;
	
	border:#000000 2px solid;
}

.on
{
	margin-left:3px;
	width:151px;
}

.kun
{
	margin-left:3px;
	width:151px;
}
/* ---------/Kanji des Tages--------- */

/* ---------Registrierung--------- */
.rules_text
{
	background-color:#FFFFFF;
	width:811px;
	height:269px;
}

/* ie5 hack */
* html .rules_text
{
	width:801px; /* ie5 */
	w\idth:801px; /* ie6 */
}

.formular { display:inline; }
.fehler   { font-size:11px; color:#FF0000; }
/* ---------/Registrierung--------- */

/* ---------Sitemap--------- */
.sitemap ul li
{
 	list-style-image:url(../img/arrow.gif);
}
/* ---------/Sitemap--------- */
