/* Fuer alle Seiten */
/* allg. Anweisungen */
body {
	margin:0;
	padding:0;
	font:normal 76% Verdana, Arial, Helvetica, Geneva, sans-serif;
	color:#ABABAB;
	background:#F4F4F4 url("http://forum.wolhynien.net/images/back.png") repeat-y center top;
	text-align:center; /* Hack for IE5/Win */
	}
/*h1, h2, h3, h4, h5, h6, div, p, table, td, tr, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin:0;
	padding:0;
	}*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

/* ---------- Allgemein ------------- */
a {
	text-decoration:none;
	}
a:link {
	color:#0000FF;
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
a:visited {
	color:#800080;
	}
a:hover {
	}
a:active {
	color:#FF0000;
	}	
pre {
	font-family:monospace, 'courier new';
	font-size:1em;
	}
/* ------------------------------------------- */ 
/* --- Container: umgibt den gesamten Inhalt --- */

div#container {
	position:relative;
	margin:0 auto;
	padding:0;
	width:760px;
	border-top:0;
	border-right:1px solid #999;
	border-bottom:1px dotted #ccc;
	border-left:1px solid #999;
	background-color:#FFF;
	color:#333;
	text-align:left;
	}
/* ------------------------------------------- */ 
/* --- Header mit Logo --- */

div#forumsuche {
position:absolute;
	float:right;
	width:300px;
/*height:60px;*/
	margin:0 0 0 455px;
	padding:5px 0 0 0;
	border: 0px solid black;
}

div#header {
	width:760px;
	height:123px; 
	margin:0;
	padding:0; 
	}
div#header img {
	border:none;
	}
div#header h1 {
	background:url("../images/header.jpg") no-repeat;
	margin:0;
	padding:0; 
	width:760px;
	height:123px; 
	float:left;
	}
div#header h1 {
	display:inline;
	}
div#header h1 a {
	display:block;
	width:550px;
	height:123px;
	overflow:hidden; /* For nested divs in Safari */
	}

/* IE 5 Mac hack */
div#header h1 a {overflow:hidden;} 
/* end hack */ 

div#header h1 a:hover {
	background:transparent;
	}
.oldBrowser {
	display:none;
	}
.hiddenH1 {
	position:absolute;
	left: -10000px;
	}
	
/* ------------------------------------------- */ 
/* --- Inhaltsbereich  --- */
div#content2 {
	margin:0 ;
	padding:1em 0 0 0;
	line-height:1.7em;
	position: relative;
	}
	
div#content1 h1 {
	font:bold 1.14em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	color:#882D2D;
	margin:0;
	padding-top:10px !important;
	padding-bottom:15px !important;
	}
	
div#content1 h2 {
	font:bold 1.14em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:left;
	color:#000;
	border-bottom:0px solid #882D2D; /*458B00;*/
	padding-top:20px !important;
	padding-bottom:.3em;
	}
div#content1 .h2 {
	padding-top:30px !important;
	}

div#content1 td{
	color:#000; /*882D2D;*/
	font:normal .8em Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	background-color: transparent;
	}
	
div#content1 h3{
	color:#882D2D;
	font:bold 1em Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	background-color: transparent;
	padding-top:25px !important;
	}
	
div#content1 h4 {
	font:bold 1.1em Verdana, Helvetica, Arial, Geneva, sans-serif;
	color:#333;
	margin:0;
	padding:15px 0px 0 5px;
	}
#content1 p{
	line-height:1.7em;
	text-indent:0;
	font-size:1em;
	padding:1px 1px;
	margin:1em 0 0 0;
	}
#content1 img {
	padding:1px;
	background:#FFF;
	border:1px solid #CFAF87; 
	}	
	
/* --- Listen --- */
#content1 ul, ol, dl {
	position: relative;
	}	
#content1 ol li {
	list-style-type:decimal;
	list-style-position:outside;
	padding-left:5px;
	margin:0 4em;
	}
#content1 ul, #content1 ol {
	margin:0em 0 0 0;
	padding:0em 0 0 2em;
	}
#content1 li {
	margin:0px 0; /*5px 0*/
	padding:2px 0;
	line-height:1.8em;
	}
#content1 ul li {
	/*list-style: disc;	*/
	/*background:url("http://forum.wolhynien.net/images/bullet.gif") 0% .75em no-repeat; */
	padding-left:3px;
	}	
#content1 li li {
	font-size:1em;
	}
#content1 address {
	color:#000;
	background-color:transparent;
	font-style:normal;
	font-size:1em;
	line-height:1.4em;
	padding:0.5em 2em 1px 1.5em;
	margin:0;
	}	
/* Links content */	
#content1 a:link {
	color:#0000FF;
	background-color:transparent;
	text-decoration:underline;
	}
#content1 a:visited {
	color: #84AAAD;
	background-color: transparent;
	text-decoration: underline;
	}
#content1 a:hover {
	color: #FFF;
	background-color: #458B00; /*7A8630;*/
	text-decoration: none;
	border-bottom:1px solid #458B00; 
	}
	
#content1 a:active {
	}

/* --- Bilder --- */
#content1 img.floatL {
	float:left;
	margin:.5em 1em .5em 0; /* 1em 1em .5em 0  */
	}
#content1 img.floatR {
	float:right;
	margin:.5em 1em .5em 1em; /* 1em 0 .5em 1em */
	}


	
/* ------------------------------------------- */ 
/* --- Footer  --- */
div#footer {
	clear: both;
	margin: 0;
	padding:0;
	text-align:center;
	border:0;
	color:#ABABAB;
	}
div#footer p {
	text-align:center;
	padding:0;
	}
	
/* ---- allgemeines und Klassen ---- */
hr {
	margin-top:1em;
	margin-bottom:1em;
	color:#a60201;
	background:#a60201;
	height:1px;
	border:none;
	}
abbr[title],
acronym[title] {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style: normal;
	color: #205F20;
	}
/* Hide from IE5-mac \*/
* html abbr,
* html acronym {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style: normal;
	color: #205F20;
	}
/* End hiding from IE5-Mac */	
.bold {
	font-weight: bold;
	}
.kursiv {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-style: italic;
	}	
.center {
	text-align: center;
	}	
.right {
	text-align:right;
	}	
li > p {
	margin-top: 0.2em;
	}


/* --- oberer Bereich  --- */
div#oben {
	margin:0;
	padding:0 0 0 1em;
	position: relative;
	line-height:1.6em;
	text-align:left;
	}	
#oben p {
	line-height:1.6em;
	text-indent:0;
	font-size:1em;
	padding:1px 1px;
	margin:0;
	text-align:left;
	}
	
/* Navi Forum  oben*/

div#oben #navcontainer2
{
text-align:center;
margin:1.5em 0 0 0;
}
	
#oben ul#navlist2
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#oben #navlist2 li
{
display: inline;
list-style-type: none;
}

#oben #navlist2 a { padding: 5px 10px; }

#oben #navlist2 a:link, #oben #navlist2 a:visited
{
border:#ccc 1px solid;
font-weight:bold;
font-size:1em;
text-decoration:none;
color:#FFF; 
background:#458B00;
}

#oben #navlist2 a:hover
{
color: #fff;
background-color: #882D2D;
text-decoration: none;
}


/* Navi Forum unten*/

div#unten {
	margin: 0;
	padding:1em;
	position: relative;
	line-height:1.7em;
	text-align:center;
	}
	
#unten p {
	line-height:2em;
	text-indent:0;
	font-size:1em;
	padding:5px 1px;
	margin:0;
	}	

div#unten #navcontainer3
{
text-align:center;
margin:1.5em 0 0 0;
}
	
#unten ul#navlist3
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#unten #navlist3 li
{
display: inline;
list-style-type: none;
}

#unten #navlist3 a { padding: 5px 80px; }

#unten #navlist3 a:link, #unten #navlist3 a:visited
{
border:#ccc 1px solid;
font-weight:bold;
font-size:1em;
text-decoration:none;
color:#FFF; 
background:#458B00;
}

#unten #navlist3 a:hover
{
color: #fff;
background-color: #882D2D;
text-decoration: none;
}


.memo a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
.memo a:hover {
background: none; /* correction d'un bug IE */
}
.memo a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
.memo a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: -25px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
right: 10px;
width: 250px;
height: 120px;
background-color:#FFF; 
text-align:left;
color:#458B00;
padding:8px;
border:1px solid #7A8630;
text-decoration: none;
}

.english {
border:#000 1px solid;
padding: 4px; 
font-size:.9em; 
color:#000; 
background:#e9e9e9;
text-align:justify;
}

.cookies {
border:#000 1px solid;
color:#000; 
background:#e9e9e9; 
width:95%; 
text-align:justify;
}


/* --- oberer Bereich  --- */
div#oben2 {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	position: relative;
	line-height:1.7em;
	}	
#oben2 p {
	line-height:1.7em;
	text-indent:0;
	font-size:1em;
	padding:1px 1px;
	margin:0;
	}
	
/* Navi Forum  oben*/

div#oben2 #navcontainer2
{
text-align:center;
margin:1.5em 0 0 0;
}
	
#oben2 ul#navlist2
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#oben2 #navlist2 li
{
display: inline;
list-style-type: none;
}

#oben2 #navlist2 a { padding: 5px 10px; }

#oben2 #navlist2 a:link, #oben2 #navlist2 a:visited
{
border:#ccc 1px solid;
font-weight:bold;
font-size:1em;
text-decoration:none;
color:#FFF; 
background:#458B00;
}

#oben2 #navlist2 a:hover
{
color: #fff;
background-color: #882D2D;
text-decoration: none;
}

.threadhighlight a {
font-weight:bold
}
.threadhighlight {
font-weight:normal;
border-width:0;
border-color:#f5f5f5;
background: #f5f5f5; 
font-size:1em;
}
.verborgenetabelle
{
line-height: 1em;
}

.rss {
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 2px;
	font:bold 10px verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin:0 5px 10px 0;
}

a.rss { /* das haben alle Zustände gemeinsam */
    text-decoration: none;
	font:bold 10px verdana,sans-serif;
}
a.rss:link, a.rss:visited, a.rss:focus {
    color: #FFF;
    background-color: #F60; /* es ist immer besser beides zu setzen */
}
a.rss:active, a.rss:hover {
    color: #ddd;
    background-color: #F60;
}	

div#content1 td form p{
	color:#000;
	margin:0;padding:0;
	line-height:1.2em;
	text-indent:0;
	font-size:1em;
	}
