/*	===================
				Allgemeines
		=================== */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFFFF0;
	color: #454545;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	font-weight: normal;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3
{
	font-size: 1.5em;
	font-weight: normal;
}
h4
{
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
h5 { font-size: 1.1em; }
h1, h2, h4, h5 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 1em; }

p, table, ul, ol, dd { margin-bottom: 2em; }

hr
{
	width: 100%;
	height: 2px;
	color: #454545;
	background: #454545;
	border: 0;
	margin: 1.2em 0;
}

blockquote
{
	margin-left: 1.4em;
	padding: 0.5em;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	font-style: italic;
}

ul, ol { margin-left: 20px; }
#nav1 ul, #nav3 ul { margin: 0; }
ul.linkliste { list-style-image: url(pics/pfeil.gif); }

dt { font-weight: bold; }
dd { margin-left: 2.5em; }

dfn
{
	font-weight: bold;
	font-style: normal;
}

span.mark
{
	background: #454545;
	padding: 0px 1px;
	margin: 0px 1px;
	color: #FFFFF0;
}

table {	border-spacing: 0; }

th
{
	color: #FFFFFF;
	background: #003399;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

td { vertical-align: top; }

table.farbe
{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #CECFBD;
	background-color: #FFFBEF;
}
table.farbe td { padding: 0.2em; }
table.farbe tr:hover { background: #FFFFFF; }
.seccol { background: #FFFFF0; }
th.klein { font-size: 0.8em; }

a:link, a:visited, a:active
{
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #0066CC; }
a:visited { color: #003399; }
a:active { color: #454545; }
a:hover
{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

img { border: 0; }

.unsichtbar, #nav1 dfn, #nav2 dfn, #nav3 dfn, #kopf h1 span, #nav1 h2, #nav2 h2, #nav3 h2, #logbar label, #nav1 a span, #nav3 a span
{
	width: 0px;
	height: 0px;
	position: absolute;
	left: -1000px;
	top: -1000px;
	display: inline;
	overflow: hidden;
}

input.button { background: #FFFFF0; }
input, textarea
{
	font-family: Arial, sans-serif;
	font-size: 1em;
}

div.textblock1
{
	width: 48%;
	float: left;
}

div.textblock2
{
	width: 48%;
	float: right;
}

div.buttons
{
	width: 100%;
	margin-bottom: 1em;
	padding: 3px;
	border: 1px solid #CECFBD;
	background-color: #FFFBEF;
	text-align: center;
}

div.buttons form { display: inline; }

div.buttons * { margin: 0; }

div.meldung
{
	width: 100%;
	padding: 3px;
	margin-bottom: 2em;
	border: 1px solid #CECFBD;
}

div.meldung p { margin-bottom: 0; }

#ende
{
	width: 20px;
	height: 5px;
	margin: auto;
	background: #454545;
	clear: both;
	font-size: 0;
}

#kopf
{
	width: 100%;
	height: 200px;
	margin: auto;
	overflow: hidden;
	background: url(pics/kopf_hintergrund.gif) repeat-x;
}

#kopf h1
{
	width: 760px;
	height: 200px;
	background: url(pics/kopf.gif);
}

/*	=============
				Nav1
		============= */

#nav1
{
	position: absolute;
	left: 15px;
	top: 105px;
}

#nav1 ul { list-style: none; }

#nav1 a
{
	display: block;
	position: absolute;
}

#n1startseite a
{
	width: 68px;
	height: 27px;
	top: 40px;
	left:0;
	background: url(pics/nav_startseite.gif);
}

#n1allgemeines a
{
	width: 80px;
	height: 20px;
	top: 25px;
	left: 80px;
	background: url(pics/nav_allgemeines.gif);
}

#n1politik a
{
	width: 42px;
	height: 19px;
	top: 14px;
	left: 175px;
	background: url(pics/nav_politik.gif);
}

#n1wirtschaft a
{
	width: 71px;
	height: 19px;
	top: 8px;
	left: 230px;
	background: url(pics/nav_wirtschaft.gif);
}

#n1gesellschaft a
{
	width: 84px;
	height: 17px;
	top: 2px;
	left: 315px;
	background: url(pics/nav_gesellschaft.gif);
}

#n1forum a
{
	width: 41px;
	height: 15px;
	top: 0px;
	left: 415px;
	background: url(pics/nav_forum.gif);
}

/*	=============
				Nav2
		============= */

#nav2
{
	width: 135px;
	position: absolute;
	margin-left: 5%;
	top: 220px;
	left: 20px;
}

#nav2 ul
{
	font-size: 0.8em;
	line-height: 1.4em;
	list-style-image: url(pics/pfeil.gif);
}

li.aktiv a:link, li.aktiv a:visited, li.aktiv a:active, li.aktiv a:hover { font-weight: normal; }

/*	=============
				Nav3
		============= */

#nav3
{
	margin-right: 120px;
	position: absolute;
	right: 5%;
	top: 20px;
	font-size: 0.8em;
}

#nav3 ul { list-style: none; }
#nav3 li { display: inline; }

#nav3 a
{
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
}

#n3hilfe a { background: url(pics/unav_hilfe.gif); }
#n3suche a { background: url(pics/unav_suche.gif); top: -20px; left: 25px; }
#n3spielregeln a { background: url(pics/unav_spielregeln.gif); top: -40px; left: 50px; }
#n3sitemap a { background: url(pics/unav_sitemap.gif); top: -60px; left: 75px; }
#n3impressum a { background: url(pics/unav_impressum.gif); top: -80px; left: 100px; }

#nav3 a:link, #nav3 a:visited, #nav3 a:active, #nav3 a:hover, #logbar a:link, #logbar a:visited, #logbar a:active, #logbar a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#nav3 a:hover, #logbar a:hover { text-decoration: underline; }

/*	==============
				Logbar
		============== */

#logbar
{
	width: 236px;
	height: 48px;
	padding: 6px 12px;
	position: absolute;
	top: 100px;
	right: 5%;
	color: #FFFFFF;
	background: url(pics/logbar.gif) no-repeat;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

#logbar input
{
	margin: 2px;
	padding: 1px;
	border: 1px solid #454545;
}

#logchid { width: 150px; }

#logbar input.button
{
	width: 70px;
}

#logbar p, #logbar form, #logbar input
{
	margin-bottom: 0;
}


/*	==============
				Inhalt
		============== */

#inhalt
{
	left: 4%;
	right: 5%;
	width:71%;
}

#inhalt, #forum
{
	margin-left: 15%;
	position: relative;
	top: -20px;
	font-size: 0.8em;
}
/*	=============
				Forum
		============= */

#forum
{
	
	left: 4%;
	right: 5%;
	width:71%;
}

div.fbeitrag
{
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #CECFBD;
	background-color: #FFFBEF;
}

div.fthema
{
	width: 100%;
	margin-bottom: 1em;
	color: #FFFFFF;
	background: #003399;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

div.fblock
{
	width: 15%;
	float: left;
	overflow: hidden;
	text-align: center;
}

div.fautor { font-weight: bold; }
div.faemter, div.fautor { font-size: 1em; }
div.fdatum { font-size: 0.9em; }

div.ftext
{	width: 80%;
	float: right;
}

div.fende
{
	clear: both;
	text-align: center;
}

/*	==============
				Online
		============== */

#online
{
	width: 135px;
	position: absolute;
	margin-left: 2%;
	top: 420px;
	left: 10px;
}

#online td
{
	text-align: center;
	font-size: 0.8em;
}
