/*
Theme Name: Wildniszentrum.at Theme
Theme URI: www.eggtion.net
Description: Design der Website wildniszentrum.at
Version: 1.0
Author: Mark Beckmann
Author URI: http://eggtion.net/
Tags:
*/


html {
	height			: 100%; 
	max-height		: 100%; 
	padding			: 0;
	margin			: 0; 
	border			: 0; 
	background		: #cc9;
	color			: #000;
	font-size		: 76%;
	font-family		: verdana, arial;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow		: hidden;
	/* */
}

body {
	height			: 100%;
	max-height		: 100%;
	overflow		: hidden;
	border			: 10px solid #cc9;
	margin			: 0;
}

#page {
	position		: absolute;
	width			: 800px;
	top				: 10px;
	bottom			: 10px;
	left			: 50%;
	margin			: 0 0 0 -400px;
	border			: 1px solid #333;
}
* html #page {
	width			: 801px;
	height			: 100%;
	top				: 0;
	bottom			: 0;
}

#head {
	position		: absolute;
	margin			: 0;
	top				: 0;
	display			: block;
	width			: 100%;
	height			: 127px;
	z-index			: 5;
	/*overflow		: hidden;*/
	background		: #000;
}

#head ul {
	padding			: 0;
	margin			: 0;
}
#head ul li {
	padding			: 0;
	margin			: 0;
	float			: left;
	width			: 150px;
	list-style-type	: none;
}
#head a {
	font-size		: 10px;
	color			: #fff;
}
#head a:hover, #head a.activ  {
	font-size		: 10px;
	color			: #fb0;
}
#head.startseite {	background-image: url(pix/h_start.jpg); }
#head.info {	background-image: url(pix/h_info.jpg); }
#head.termine {	background-image: url(pix/h_termine.jpg); }
#head.erwachsene {	background-image: url(pix/h_erwachsene.jpg); }
#head.kinder-jugend {	background-image: url(pix/h_kinder-jugendliche.jpg); }
#head.anmeldung {	background-image: url(pix/h_anmeldung.jpg); }
#head.fotogalerie {	background-image: url(pix/h_fotogalerie.jpg); }
#head.kontakt {	background-image: url(pix/h_kontakt.jpg); }
#head.impressum {	background-image: url(pix/h_impressum.jpg); }

#foot {
	position		: absolute;
	margin			: 0;
	bottom			: 0;
	left			: 0;
	display			: block;
	width			: 100%;
	height			: 68px;
	z-index			: 4;
	overflow		: hidden;
	background		: url(pix/footer.jpg);
	color			: #000;
	font-weight		: bold;
}
* html #foot {
	bottom			: -1px;
}
#foot p  {
	margin			: 0;
	padding			: 51px 0 0 50px;
	font-size		: 0.8em;
	float			: left;
	width			: 700px;
}
#foot p span {
	float			: right;
}
#foot a, #foot a:link, #foot a:visited {
	text-decoration	: none;
	color			: #000;
}



#content {
	position		: absolute;
	top				: 127px;
	bottom			: 68px;
	left			: 0;
	right			: 0;
	z-index			: 3;
	overflow		: auto;
	background		: #fffff5;
	border			: 0px solid #000;
	padding			: 10px;
}
* html #content {
	position		: absolute;
	top				: 0;
	left			: 0;
	bottom			: 0;
	height			: 100%;
	max-height		: 100%;
	width			: 100%;
	z-index			: 3;
	overflow		: auto;
	border-top		: 127px solid #000;
	border-bottom	: 68px solid #000;
	border-left		: 0px solid #000;
}
#content p {
	width			: 770px;
	margin			: 0;
	color			: #000;
}
#content.index p {
	padding			: 3px 0;
}
#content.single .entry {
	padding			: 20px 0;
}
#content.single p {
	padding			: 3px 0;
}






 #dropdown {
	position		: absolute;
	width			: 740px;
	padding			: 0 0 0 150px;
	overflow		: hidden;
}
#dropdown a, #dropdown a:visited, #dropdown a:hover, #dropdown a:active, #dropdown a:focus {
	font-weight		: bold;
}
dl.menu {
	/*width			: 450px;*/
	float			: left;
	/*margin			: -30000px -350px 0 0;*/
}
dl.menu a {
	display			: block;
	height			: 16px;
	color			: #fff;
	/*font			: normal 11px/25px verdana, sans-serif;*/
	text-decoration	: none;
	text-indent		: 5px;
}
dl.menu a:visited {
	color			: #fff;
}
dl.menu dt {
	float			: left;
	padding			: 0;
	margin			: 30000px 0 0 0;
	position		: relative;
	z-index			: 50;
}
dl.menu dt a {
	background		: transparent;
	/*width			: 100px;*/
}
dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active {
	margin-right	: 1px;
	text-decoration	: none;
}
dl.menu dd {
	float			: left;
	padding			: 25px 0 0 0;
	margin			: -25px 0 0 0;
	position		: relative;
	z-index			: 10;
}
dl.menu dd a {
	background		: #996;
	width			: 300px;
	padding-top		: 3px;

}
dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active  {
	margin-right	: 1px;
	background		: #663;
	color			: #000;
}




.index .post  {
	padding			: 0 0 30px 0;
}
.index p, .index div {
	padding			: 0;
	margin			: 0;
}
.page p {
	padding			: 0 0 10px 0;
}
.page h1 {
	padding			: 0 0 10px 0;
}
.navigation {
	font-size		: 0.9em;
	width			: 560px;
	padding			: 20px 0;
}
.alignleft {
	float			: left;
}
.alignright {
	float			: right;
}




a, a:link, a:visited {
	/*text-decoration	: none;*/
	color			: #000;
}
a, a:hover, a:active {
	color			: #333;
}

img {
	border			: 0;
	padding-right	: 10px;
}

h1 {
	font-size		: 1.2em;
	padding			: 0;
	margin			: 0;
	color			: #000;
}

h2 {
	font-size		: 1.1em;
	padding			: 0;
	margin			: 0;
	color			: #000;
}

small {
	font-size		: 0.8em;
	color			: #111;
}

td {
	font-family		: verdana, arial;
}

input {
	font-size		: 1.0em;
}





#pxsmail form {
	padding-top		: 10px;
}
#pxsmail input[type=text] {
	border-width	: 1px;
}
#pxsmail dl, dl.labels {
	margin			: 0;
}
#pxsmail dt, dl.labels dt {
	float			: left;
	width			: 7em;
	margin-bottom	: 0.8em;
	text-align		: right;
	position		: relative; /*IEWin hack*/
}
#pxsmail dd, dl.labels dd {
	margin-left		: 7.5em;
	margin-bottom	: 0.5em;
	text-align		: left;
	padding-left	: 0.5em;
}
#pxsmail dd.submit, dl.labels dd.submit  {
	margin-top		: 2em;
}
#pxsmail .error_msg {
	color			: #C33;
}
#pxsmail .pxs_css_spamcheck {
	display			: none !important;
}


