/*<![CDATA[*/
/**
 * CSS Style fuer Screen und Projection
 *
 * Copyright (c) 2007    die.interaktiven GmbH & Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */



/* +---------------------------------------------------------------------+
   |                  allgemeine HTML-Tags definieren                    |
   +---------------------------------------------------------------------+ */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: left;
	color: #7e7a76;
	background-color: #eeedeb;
}

h1,
h2,
h3,
h4,
h5
{
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #7e7a76;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style-type: square;
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style-type: circle;
	margin-top: 0;
}

ul ul ul
{
	list-style-type: none;
	margin-top: 0;
}

ol li
{
	margin: 1em 0 0 0;
	padding: 0;
}

hr
{
	display: block;
	height: 1px;
	color: #7e7a76;
	background-color: #7e7a76;
	margin: 0;
	padding: 0;
	border: 0;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

form
{
	margin: 0;
	padding: 0;
}

input,
textarea,
select
{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=image]
{
	background: transparent;
}

/* +---------------------------------------------------------------------+
   |              sonstige Klassen und Container definieren              |
   +---------------------------------------------------------------------+ */

.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

/* Elementenfluss unterbrechen und umgebene Containerhoehe mitziehen */
.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
}

html>body .clear {
	font-size: 0.1px;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
/* +---------------------------------------------------------------------+
   |                Struktur-Container definieren                        |
   +---------------------------------------------------------------------+ */

#page
{
	text-align: left;
	font-size: 0.7em;
	background: url(../images/page-bg.jpg) bottom left repeat-x #c9c5c1;
	padding: 40px 0 20px 0;
}

#elements
{
	width: 985px;
	/*height: 520px;*/
	margin: 0 auto;
}

#navigation
{
	float: left;
	width: 175px;
	color: #72706d;
}

#navigation ul
{
	list-style: none;
	margin: 270px 8px 0 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 8px 0 0 0;
	width: 100%;
	/*
	border-top: 1px solid #cdcac8;
	text-align: right;
	padding: 8px 20px 8px 0;
	*/
}

#navigation ul li a
{
	display: block;
	padding: 0;
	padding: 8px 20px 0 40px;
	text-decoration: none;
	border-top: 1px solid #cdcac8;
	text-align: right;
}

#navigation ul li a strong
{
	font-weight: normal;
}

#navigation ul li.first a
{
	border-top: none;
}

#navigation ul li a:hover
{
	color: #8ac805;
}

#navigation ul li.active a:hover
{
	color: #7e7a76;
}

#navigation ul li.active a
{
	font-size: 1.5em;
	background: url(../images/navigation-balken-gruen.gif) 35px bottom no-repeat;
}

#navigation ul li.active li a
{
	font-size: 1em;
	background: transparent;
	border-top: none;
	padding: 4px 12px 0 0;
	color: #9a9895;
}

#navigation ul li li
{
	padding: 4px 0 0 0;
}

#navigation ul li.active li.active a
{
	color: #8ac805;
}

#navigation ul li a:hover
{
	/*font-weight: bold;*/
}

#navigation ul ul
{
	display: none;
}

#navigation ul li.active ul
{
	display: block;
}

#navigation ul ul
{
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
}



#content
{
	float: left;
	width: 785px;
	height: 520px;
	background: #fff;
}

#logo
{
	float: left;
	width: 105px;
	padding: 10px 0 0 25px;
	background: url(../images/content-logo-bg.gif) top left no-repeat;
}

#claim
{
	float: right;
	width: 500px;
	padding: 30px 25px 0 0;
	text-align: right;
	color: #a9a6a2;
	font-weight: normal;
}

#claim img
{
	margin: 0 10px 0 0;
}

#text
{
	background: url(../images/content-text-bg.jpg) bottom left repeat-x;
/*	background-attachment: fixed;*/
	margin: 40px 2px 2px 2px;
	padding: 0 25px 5px 25px;
	height: 430px;
	overflow: hidden;
}

#text .title
{
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	color: #A6a19c;
}

#text .title .small
{
	font-size: 0.5em;
}

#text .text
{
	line-height: 1.5em;
	margin: 0;
	/*padding: 0 25px 5px 0;
	overflow: auto;
	height: 373px;*/
}

#stdtext #text .title
{
	margin: 0 0 30px 75px;
}

#stdtext #text .text
{
	margin: 0 0 0 75px;
}

#shadow
{
	float: left;
	width: 22px;
	height: 520px;
	background: url(../images/shadow-bg.jpg) bottom left no-repeat;
}

#footer
{
	clear: both;
	float: none;
	height: 15px;
	background: url(../images/footer-bg.jpg) top left no-repeat;
	padding: 10px 35px 0 0;
	text-align: right;
	color: #8c8c8c;
}

#footer a
{
	color: #8c8c8c;
	text-decoration: none;
}

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

/**
 * Formatierung des Textbereiches
 */
 
.tleft
{
	float: left;
	width: 48%;
}

.tright
{
	float: right;
	width: 48%;
}


/**
 * Projektliste
 */
 
#projectlist img
{
	margin: 0 13px 13px 0;
	float: left;
}

#projectlist .info
{
	display: block;
	float: left;
	width: 162px;
	margin: 0 9px 9px 0;
}

#projectlist br
{
	float: none;
	clear: both;
}

.tooltip
{
	width: 250px;
	color: #fff;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

.tooltip .title
{
	background: #000;
	padding: 5px;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter:alpha(opacity=70);
}

.tooltip .content
{
	background: #000;
	padding: 5px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}

/*
.tooltip
{
	width: 280px;
	color: #fff;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 0.7em;
}

.tooltip .title
{
	display: none;
}

.tooltip .content
{
}

.tooltip .content .balloon
{
	line-height: 2.5em;
	background-image: url(../images/balloon-green-bg.gif);
}
*/

/**
 * Projektdetails
 */
 
#imagestage
{
	margin: 0 0 2px 0;
}

#imagenavi
{
	margin: 0 0 2px 0;
}

#imagenavi img
{
	margin: 0 2px 0 0;
}

#projectinfo
{
	margin: 25px 0 0 0;
}

#projectinfo #overview
{
	float: left;
	width: 250px;
}

#projectinfo .title
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #7e7a76;
}

#projectinfo .text
{
	margin: 0 0 8px 0;
	padding: 0;
}

#projectinfo #description
{
	float: right;
	width: 475px;
}


#imagestage
{
	width: 734px;
}

#start #imagestage
{
	width: 732px;
}

#start #text
{
	margin-top: 17px;
	height: 453px;
}




.form
{
	margin: 0;
	padding: 0;
}

.form .label
{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 125px;
}

.form .input
{
	float: left;
	width: 400px;
	color: #7e7a76;
}

.form .input.textfield
{
	margin: 0 0 5px 0;
	padding: 3px;
	background: transparent;
	border: solid #ceccc8;
	border-width: 0 0 1px 0;	
}

.form .input.textarea
{
	margin: 0 0 5px 0;
	padding: 3px;
	/*background: transparent url(../images/textarea-bg.gif) top left;*/
	background: transparent;
	border: none;
	border: 1px solid #ceccc8;
	height: 100px;
}

.form .input.linen
{
	margin-left: 50px;
}

html>body .form .input.linen
{
	margin-left: 125px;
}

.form .button
{
	background: transparent url(../images/button-bg.jpg) top center no-repeat;
	border: none;
	width: 99px;
	text-align: center;
	color: #fff;
	padding: 2px 0 18px 0;
	margin: 10px 0 0 360px;
}

html>body .form .button
{
	margin: 10px 0 0 435px;
}

.form br
{
	float: none;
	clear: both;
}


.balloon
{
	display: inline;
	padding: 1px 3px 6px 3px;
	background: url(../images/balloon-grey-bg.gif) bottom left no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.3em;
}

a.balloon:hover,
.balloon.green
{
	background-image: url(../images/balloon-green-bg.gif);
}

.next
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(../images/pfeil-grey-bg.gif) bottom left no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #7e7a76;
}

a.next:hover
{
	background-image: url(../images/pfeil-green-bg.gif);
	color: #8ac805;
}

.marker
{
	background: #757575;
	color: #fff;
	padding: 1px 3px 1px 3px;
}

a.marker
{
	display: inline;
	background: #757575;
	color: #fff;
	padding: 1px 3px 2px 3px;
	text-decoration: none;
}

a.marker:hover
{
	background: #8ac805;
}

#gmap
{
	width: 656px;
	height: 275px;
	margin: 0 0 25px 0;
	background: #8ac805;
}

#gmap p
{
	display: block;
	padding: 215px 20px 0 0;
	text-align: right;
	color: #fff;
	font-size: 3em;
}

#promo
{
	height: 230px;
	margin: 30px 0 30px 0;
	background: #8ac805;
}

#promo p
{
	display: block;
	padding: 190px 20px 0 0;
	text-align: right;
	color: #fff;
	font-size: 3em;
}

span.label
{
	display: block;
	width: 150px;
	float: left;
}

span.data
{
	display: block;
	width: 500px;
	float: left;
}

br
{
clear: both;
float: none;
}

.headimage
{
	margin: 0 0 45px 0;
}
/*]]>*/