
/* CSS style for DPSG Jahresaktion */
	/* 2009 by elias weingaertner. elias.weingaertner @ gmx.eu */
	/* actually, this file should be CSS2 compliant. let's see...*/
	/*  Body Style */
body {
	behavior: url("fileadmin/templates/csshover.htc");
	margin: 0px;
	background-color: #BD645B;
	background-image: url("elements/DPSGJA2010_Textur_crushed.png");
	background-position: bottom center;
	background-attachment: scroll;
	background-repeat: repeat;
}

/* This style essentially adds a second background for Paul and Paolita using a second DIV layer */
#pbody {
	position: relative;
	bottom: 0px;
	background-image: url("elements/background_paulpaolita.gif");
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}

/* As our design wizard Pablo likes layers, we add another background layer to contain the shadow for the main content box */

img {
	border: none
}

#shadow {
	margin: 0 auto;
	width: 1048px;
	background-image: url("elements/content_shadow.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	min-height: 600px;
}

/* The main content goes here */
#mainpane {
        margin: 0 auto;
	width: 993px;
	border: none;
	background-color: #d9cebc;
	min-height: 1000px;
	max-height: 20000px;
	height: 99%;
	text-align: left;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* the heading picture */
#img_picheader {
	width: 993px; /* scale it up to full width */
	height: 300px;
	min-height: 300px;
	margin: 0 0 0 0;
	border: none;
	border-right: 0px;
	border-left: 0px;
	border-style: none;
}

#logo {
	position: relative;
	bottom: 400px;
	z-index: 3;
}

#div_picheader {
	text-align: right;
	margin: 0 0 0 0;
	border-right: 0px;
	border-left: 0px;
	border-style: none;
	height: 300px;
	overflow: hidden;
	position: relative;
}

/*  This layer contains the background grey */
#headerbackground {
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 993px;
	height: 100px;
	position: relative;
	bottom: 90px;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity = 60);

}

/* header text */
#textheader {
	text-align: left;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 25pt;
	bottom: 20px;
	position: relative;
	top: -170px;
	left: 30px;
	color: white;
	opacity: 1.0;
	z-index: 4;
	filter: alpha(opacity = 100);
	
}

#main_content {

	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #444444;
	width: 95%;
}

/* Left Column Settings */

#columntable {

  margin-bottom: 30px;

}

#content_column_1 {
   width: 75%;
   vertical-align: top;
   padding-right: 15px;
}

/* Right Column Settings */

#content_column_2 {
   width: 25%;
   font-size: 9pt;
   vertical-align: top;
}

/* more fixes */

#bottomspacer {

  display: none;

}

/*footer */

#footer {
	
	background-image: url("elements/dropdown_back.gif");
	height: 45px;
	text-align: left;
	width: 995px;
	margin-left: 27px;
	font-size: 9pt;
	font-family: Tahoma, Helvetica, Sans-Serif;
	color: white;
	vertical-align: bottom;
}

#footer a {
	color: #AAAAAA;
}


#footer a:hover {
	color: #FFFFFF;
}

#footer_spacer {

  height: 5px;

}

#fblike {
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}



/* hacks */


/* the following line prevents image captions on a specific gallery site... pure CSS madness by elias */

#c587 * dd {display: none;}
#c591 * dd {display: none;}

