/*<![CDATA[*/
/**
 * CSS Style Basislayout fuer Screen und Projection
 *
 * Copyright (c) 2009    die.interaktiven GmbH u. 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 
 * verwendung nicht gestattet.
 *
 */

/**
 * allgemeine HTML-Tags
 */

body
{
	font-family: Lucida Sans Unicode, Lucida Grande, Comic Sans MS, Verdana;
	margin: 0;
	padding: 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #626262;
	background: #959595;
}

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: #626262;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

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

ul ul
{
	list-style: disc;
	margin-top: 0;
}

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

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

hr
{
	display: block;
	height: 1px;
	color: #626262;
	background-color: #626262;
	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: Lucida Sans Unicode, Lucida Grande, Comic Sans MS, Verdana;
}

input[type=image]
{
	background: transparent;
}
	
/**
 * allgemeine Seitenstruktur
 */
 
#page
{
	text-align: center;
	font-size: 0.7em;
}

div.page
{
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#head
{
	background: url(../images/head-bg.jpg) top left repeat-x;
}

#head div.page
{
	height: 71px;
	background: url(../images/head-page-bg.jpg) top left no-repeat;
}

#logo
{
	float: left;
	padding: 20px 0 0 58px;
}

#mainnav
{
	float: right;
	padding: 0 21px 0 0;
}

#mainnav ul
{
	list-style: none;
	margin: 0;
	padding: 40px 0 0 0;
}

#mainnav ul li
{
	float: left;
}

#mainnav ul li a
{
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Lucida Sans Unicode, Lucida Grande, Comic Sans MS, Verdana;
	display: block;
	float: left;
	padding: 0 15px;
	height: 31px;
}

#mainnav ul li a:hover,
#mainnav ul li.active a
{
	background: url(../images/mainnav-hover-bg.png) bottom center no-repeat;
}

#mainnav ul li.active a
{
	font-weight: bold;
}

#body
{
	background: url(../images/body-bg.jpg) top left repeat-x #eee;
}

#body div.page
{
	background: url(../images/body-page-bg-6000.png) 0 23px no-repeat;
}

#content
{
	margin: 0 20px;
	padding: 10px 10px 0 10px;
	background: #fff;
}

#elements
{
	width: 100%;
	background: #eee;
}

#colspan-top
{
	width: 100%;
	float: none;
	clear: both;
}

#col-left
{
	float: left;
	width: 540px;
}

#col-right
{
	float: right;
	width: 260px;
}

#colspan-bottom
{
	width: 100%;
	float: none;
	clear: both;
}

#footer
{
	background: url(../images/footer-bg.jpg) top left repeat-x #959595;
	color: #fff;
	font-size: 0.9em;
}

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

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

#footer div.page
{
	height: 135px;
	background: url(../images/footer-page-bg.jpg) top right no-repeat;
}

#infopoint
{
	margin: 0 20px;
	text-align: center;
}

#infopoint span.copyright
{
	/*font-weight: bold;*/
}

/**
 * Seitenstrukturen
 */

#start #col-left
{
	float: left;
	width: 280px;
	padding: 0;
}

#start #col-center
{
	float: left;
	width: 270px;
	padding: 0;
}

#start #col-right
{
	float: left;
	width: 280px;
	padding: 0;
}


#order #col-left
{
	float: left;
	width: 100%;
	padding: 0;
}


#popup #page
{
	text-align: left;
	margin: 0 auto;
}

#popup #head
{
	height: 71px;
	background: url(../images/popup-head-bg.jpg) top left no-repeat;
}

#popup #logo
{
	display: none;
}

#popup #close
{
	color: #fff;
	text-align: right;
	padding: 23px 40px 0 0;
}

#popup #close a
{
	color: #fff;
	text-decoration: none;
}

#popup #close a:hover
{
	text-decoration: underline;
}

#popup #content
{
	margin: 0;
	padding: 10px;
}

#popup #elements
{
	padding: 30px 0 0 0;
}

#popup #footer
{
	height: 73px;
	background: url(../images/popup-footer-bg.jpg) top center no-repeat;
}

#popup #infopoint
{
	padding: 15px 0 0 0;
}

/*]]>*/
