* { margin:0; padding: 0; } 
html { height: 100% } 

body {
height: 100%;
   min-height: 101%;
   font-size: 100.01%; 
		position: relative;
		color: #000;        
		text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../media/back_neu1206.jpg);
}
   #wrapper {
	background: url(/media/back_wrapper.gif); repeat-y;
}

#menue
{
	position: relative;
	white-space: nowrap;
	border : none;
	display : inline;
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	overflow: visible;
} 
#content{
	padding-top: 0px;
}

#gallery{
	width: 666px;
	height: 500px;
}

/* -------------------- Navigation -------------------- */


#menue li {
	display:inline;
	text-align: center;
	margin:0 5px;
}

#menue a:link, #menue a:visited {
	font-size:18px;

	font-weight : normal;
	text-decoration : none;
	color: #333333;
	padding: 0 5px 0 10px;
}
#menue a:hover, #menue a:focus {
	font-size:18px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: normal;
	padding: 0 5px 0 10px;
	background-color: #D131FA;
}
#menue a:link, #menue a:visited {
voice-family : "\"}\""; 
voice-family : inherit;
}

/* *********content*********** */
#content p
{
	margin: 10px 30px;
} 
p {
	font-size: 14px;
	text-align: left;
	text-transform: lowercase;
	line-height: 145%;
}
a  { cursor: pointer; outline: none; /* avoid firefox bug dotted lines */}
a:link {
	font-size:14px;
	text-transform:uppercase;
	color: #000000;
	text-decoration:underline;
}

a:hover {
	text-transform: uppercase;
	color: #CA43AC;
}
a:active {
	font-weight:bold;
	text-transform:uppercase;
	color:#B9A63D;
}
a:visited {
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}
a:link, a:visited {
voice-family : "\"}\""; 
voice-family : inherit;
}
h1 {
	font-size: 36px;
	text-transform: uppercase;
	color: #D021FF;
	margin: 20px 0 25px 30px;
	letter-spacing: 3px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #B7A23E;
	margin: 20px 0 0px 30px;
	letter-spacing: 2px;
	white-space: nowrap;
		font-weight: bold;

}


ul {
	margin: 0 30px;
}

li {
	list-style-type: none;
		margin: 10px 0;

}
hr {
	background: url(/media/hr.png) no-repeat;
	height: 15px;
	border: none;
	margin: 5px 30px;

}

img {
	border: none;
}
/* ********classes******* */

.portrait {
	float: right;
	margin: 0px 30px 15px 10px;
}


/* ********footer******* */
#footer {
	padding-left: 30px;
}

#footer p, #footer a:link{
	font-size: 12px;
	color: #B3349B;
	font-family: "Courier New", Courier, mono;
	text-transform: lowercase;
	text-decoration: none;

} 
