html, body {height: 100%;}
body {margin: 0; padding: 0;}


body {
	background-image:url(../images/bg.gif);
	background-position: 0 0px;
	background-repeat:repeat-x;
	background-color:#F4EFE3;
	/* background-attachment:fixed; */
	text-align:center;

	padding:0;
	margin:0;

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#533B09;
	font-size:10px;
}


/****** IE HACKS ******************/
/*
img, div, input { behavior: url("js/iepngfix/iepngfix.htc"); }
*/

table {
	font-size:1em;
	border-color:#997C4D;
}

.gitter td { 
	padding:0.5em;
	border-color:#997C4D;
}
.highlight {
	width:33%;
	background-color:#997C4D;
	color:#F4EFE3;
	font-weight:bold;
	padding:0.2em;
}
.gitter {
	border-collapse:collapse;
	margin-bottom:1em;
	width:612px;
}
/****** IE HACKS ******************/


a {
	outline: none !important; /* @ Firefox, remove ugly dotted border */
	color:#533B09;
}


body #page { 
	margin: 0 auto;
}

#loader {
	position:absolute;
	top:0px; left:0;
	width:100%; height:100%;
	background-color:#F4EFE3;
/*	background-image:url('../images/waiting_animation.gif');
	background-repeat:no-repeat;
	background-position: center;
*/
	z-index:999;
/*
	display:none;
	 */
}

#page {
	text-align:left;
	padding-top:100px;
	width:990px;
	font-size:1.2em;
}
#page td {
	font-size:1em;
}

#left, #right {
	float:left;
	margin-top:170px;
	width:135px;
	border:solid 0px;
}


#center {
	float:left;
	width:712px;
	height:512px; 
}

#content div {
	border:solid 0px;
}

#content .top {
	background-image:url(../images/bg.content.top.png); 
	height:14px;
}

#content .middle {
	background-image:url(../images/bg.content.middle.png); 
	background-repeat:repeat-y;
	padding:10px 50px 50px 50px;
}

#content .bottom {
	background-image:url(../images/bg.content.bottom.png); 
	background-position:0px bottom;
	height:18px;
}


/****************************** IE < 7 HACK transparent PNGs ************/
*html #content .top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://www.idana.de/images/bg.content.top.png');
	height:14px;
}
*html #content .middle  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://www.idana.de/images/bg.content.middle.png');
	height:100%;
}
*html #content .bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://www.idana.de/images/bg.content.bottom.png');
	height:18px;
}
/****************************************/


#content .logos_klein {
	margin-top:20px;
	text-align:right;
}
#content .logos_klein img {
	margin-left:24px;
}

#content .logo_gross {
	margin-top:28px;
	margin-bottom:42px;
}

#navigation {
	line-height:120%;
}
#navigation a {
	font-weight:bold;
	text-decoration:none;
}

#navigation ul {
	list-style:none;
	margin:0 0 0.5em 0;
	padding:0;
}
#navigation li {
	margin-left:10px;
	padding-left:10px;
}


.left {
	float:left;
}

.box_left {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

.one_col {
	width:25%;
}

.two_cols {
	width:50%;
}
.three_cols {
	width:75%;
}
.four_cols {
	width:100%;
}

.clear {
	clear:both;
}

.borderline {
/*
	border:solid 1px #533B09;
	border-width:1px 1px 1px 1px;
*/
}


/*********************** Accordion ***/
#accordion {
}

#accordion a {
	text-decoration:none;
}

#accordion h3 {
	font-size:1.2em;
	display:block;
	padding:0.3em;

	background-color:#F4EFE3;
	color:#533B09;
	border:solid 1px #F4EFE3;
	
	text-decoration:none;
	margin:0;
}

#accordion h3.active, #accordion h3.mov {
	border:solid 1px #533B09;
}
#accordion h3.active {
/*
	margin-bottom:0.5em;
*/
}

#accordion .display {
	overflow:hidden;
}

/*********************** Accordion end ***/



p {
	margin: 0 0 0.5em 0;
}

/*
img, div, a, input {
	behavior: url(js/iepngfix/iepngfix.htc); 
}
*/

h1, h2, h3 {
	font-size:1.8em;
	xtext-transform: uppercase;
	font-weight:normal;
	margin:0;
	margin-bottom:0.5em;
}

h2, h3 {
	font-size:1.4em;
	font-style:italic;
	letter-spacing:0.02em;
	word-spacing:-0.1em;
}

h3 {
	font-size:1.25em;
	font-style:normal;
}


.points {
	background-image:url(../images/ul_li_points.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}
