/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
	margin:0px;
	background-color: #fafafa; 
	background-image: url(../../../uploads/website_hintergrund.gif);
	background-repeat: repeat-x;
	font-family: times, serif;
	font-size: 11px;
}

.centerize {
 	width: 950px;
 	background-color: #ffffff;
}


/* LogoBereich*/
#wikilogo {
	position: absolute;
	top: 0px;
	height: 95px;
	width:	950px;
	z-index: 0;
}
/* Suchfunktion */
#wikihead { 
	position: absolute;
	top: 52px;
	padding-left: 760px;
	z-index: 1;
}
#wikihead input {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px #ff6363 solid;
	color: #000000;
	background-color: #ffffff;
	 -moz-opacity:.7;
	filter:alpha(opacity=70);
} 

#wikihead input:hover {
	text-transform: normal;
	border: 1px #ffffff solid;
	color: #ffffff;
	background-color: #ff6363;
	 -moz-opacity:.8;
	filter:alpha(opacity=80);
} 

#wikihead input:hover {
	text-transform: normal;
	border: 1px #ffffff solid;
	color: #ffffff;
	background-color: #ff6363;
	 -moz-opacity:.8;
	filter:alpha(opacity=80);
} 

/* These affect the lines at the very bottom. */
#wikifootcontainer {
	position: absolute;
	bottom: 0px;
	border-top: 1px #ff6363 dotted;
	padding-top: 10px;
	padding-bottom: 20px;
	white-space: nowrap;
	font-size: 14px;
	color: #585858;
	z-index: 1;
	width: 950px;
	background-color: #ffffff;

}

#wikifoot { 
	padding-left: 25px;
}

#wikifoot a {
	text-decoration:none;
	color: #737373;
}
#wikifoot a:hover {
	text-decoration: none;
	color: #66cccc;
}



.highlight {
	color: #ff6363;
}
