/* $Id: wds_style.css,v 1.6 2008/09/07 08:38:29 wolf Exp $ */
body{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : small;
	color: #000000;
	background: #000000;
	text-align: center;
	margin : 11px 0;
	line-height : 1.4em;
}

/* main */

#wrap{
	color: #000000;
	text-align : center;
    width : 740px;
    padding : 5px;
    margin : 0 auto;
    position : relative;
	background: url("images/bg_body.gif") repeat top center;
    background-color : #000000;
    border : 0px solid #f7efe7;
	overflow: auto;

}

#easeltop{
	background: #000000 url(images/easel-top.jpg) no-repeat top center;
	height: 211px;
	width : 740px;
	text-align : center;
	margin : 0 auto;
	padding-left: 4px;
}

#easelbottom{
	background: #000000 url(images/easel-bottom2.jpg) no-repeat top center;
	background-position: 4px;
	height: 446px;
	width : 868px;
	text-align : center;
	margin : 0 auto;
	padding-left: 4px;
}

#galerie{
	width: 670px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid blue;
}

#galeriewrap{
	text-align: center; 
	margin-left: 20px; 
	clear: both; 
	border: none;
}


/* Overview */
#galerie #titel{
	color: white;
	background-color: #333333;
	padding: 0px;
	margin-bottom: -1px;
/*	margin-right: 5px;*/
	width: 200px;
	border: 0px solid red;
}

#galerietxt{
	text-align: left; 
	width: 600px; 
	padding: 0.5em;
	margin-bottom: 1em;
	background: url('images/bg_itxt.gif');
	border: 1px solid #aaaaaa;
}

#galerie #image{
	padding: 10px 0;
	margin: 0 0;
	background: #000000;
	border: 0px solid red;
	min-height: 250px;
	width: 200px;
	vertical-align: middle;
}

#image a:link, #image a:hover, #image a:visited, #image a:active{
	font-size: 75%;
	color: white;
	text-align: left;
	text-decoration: none;
}

#image span{
	color: red;
	font-weight: bold;
}


/* navigation */

#navigation{
	width: 100%;
	height: 2em;
	clear: both;
	border: 0px solid blue;
}

#navigation a:link, #navigation a:hover, #navigation a:visited, #navigation a:active{
	font-size: 1em;
	color: black;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

/* single */
#imagedetail{
	clear: both;
	width: 620px;
}

#detail{
	color: #000000;
	/* background-color: gold;
	filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40;-khtml-opacity: 0.4; */
	width: 550px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border: 0px solid black;
}



#detail span{
	text-align: center;
}


/* common */
#dummy{
	width: 100%; 
	height: 20px; 
	clear: both; 
	border: 0px solid blue;
}

h2{
	color: #000000;
	font-size: 2em;
	font-variant: small-caps;
	margin: 20px 0;
}

h3{
	color: #000000;
	font-size: 1.5em;
	font-variant: small-caps;
	margin: 20px 0;
}

h4{
	color: #000000;
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 20px 10px;
}

p{
	margin: 0.7em;
}

/* Kontakt */
fieldset{
	width: 600px;
	border: 1px solid #333333;
	padding: 2em;
	font-family: Verdana, Tahoma;
}

fieldset td{
	font-family: Verdana, Tahoma;
}

legend{
	margin-bottom: 1em;
	color: #000000;
}



/* debug */
pre{
	color: white;
	background-color: red;
}