@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../img/bg_body.png);
	background-position: center;
	background-color: #000000;
	background-repeat: repeat-x;
	}

/* ================ typo ====================== */

h1{

}


h2{
	font-family: "palatino Linotype";
	font-size: 19px;
	color: #FFFFFF;
	font-style: italic;
	border-bottom: dotted 1px #FFFFFF;
	margin: 0 0 25px 0;
	font-weight: normal;

}

h3{
	font-family: "palatino Linotype";
	color: #000066;
	font-size: 16px;
}


h4{

}

h5{
	font-size: 19px;
	margin: 0 0 0 30px;
	font-style: italic;
	color: #000066;

}

h6{

}

p{
	font-family: "palatino Linotype";
	font-size: 1.0em;
	color:#000000;
}

.wit {
	color: #FFFFFF;
}

.geel {
	color: #E9C815;
}

#content a{
	font-family: "palatino Linotype";
	color: #000066;
	font-style: italic;
	text-decoration:none;
	font-size: 1.0em;	
}

#content a.wit {
	color: #FFFFFF;
}

#content a:hover{
	font-family: "palatino Linotype";
	font-style: italic;
	text-decoration: underline;
	font-size: 1.0em;	
}

/* ================ position divs ====================== */


#container{
	width: 880px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#head{
	height: 140px;
	background-image: url(../img/bg_head.png);
}


#nav {
	height: 34px;
	overflow: hidden;
	padding: 6px 0 0 10px;
}

#content{
	
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#content_in{
	padding: 20px 30px 25px 30px;
}

#foot{
	height: 60px;
}

#friend{
	float: right;	
}

#friend a{
	color: #E9C815;
}

/* ================ nav ====================== */

#nav p{
	font-family: "palatino Linotype";
	font-size: 19px;
	color: #E9C815;
	text-decoration: none;
	font-style: italic;
	margin: 0 10px 0 10px;
	*margin: 0 12px 0 12px;
	_margin: 0 12px 0 12px;
	display: inline;
}

#nav a{
	font-family: "palatino Linotype";
	font-size: 17px;
	color: #E9C815;
	text-decoration: none;
	font-style: italic;

}

#nav a:hover{
	text-decoration: underline;
}


/* ================ home ====================== */

#home {
	background-repeat: no-repeat;
	height: 585px;
	width: 880px;
}

/* ================ art ====================== */

li.art{
	color: #E9C815;
}


li.art{
	list-style-position: inside;
	list-style-type: circle;	
}

li.art_wit{
	list-style-position: inside;
	list-style-type: circle;	
	color: #FFFFFF;
}

li.art_wit a {
	color: #FFFFFF;
}


/* ================ foot ====================== */

#foot a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}


/* ================ form ====================== */

.form_regel{
	width: 340px;
	min-height: 30px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#extra_div .form_regel {
    height: 50px;
}


label{
	float: left;
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #382603;
}

textarea {
	width:176px;
	height: 200px;
	margin: 0 0 5px 160px;
	padding: 0 0 0 1px;
}

input {
	width:176px;
	margin: 0 0 5px 160px;
	padding: 0 0 0 1px;
}

.radio {
	width:16px;
}

#mail_info {
    position: absolute;
    margin: -18px 0 0 0;
}

.pdflink {
position: absolute;
margin: 35px;
}

.pdflink img {

}

.purchase a {
height: 45px;
width: 45px;
display: block;
text-indent: -9999px;
background: url(/img/cart.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/cart.png", sizingMethod="crop");
position: absolute;
margin-left: 28px;
margin-top: 75px;
}

