*	{
	margin: 0;
	padding: 0;
}

body	{
	background: url(../img/bg.gif) repeat-x #827f78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	color: #fff;
}

/* <----- Basics -----> */

p	{
	margin: 0 0 3em 0;
}

a	{
	outline: none;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #666;
	/*border-bottom: 1px solid #fff;*/
}

a:hover	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid white;
	
}

img	{
	border: none;
}


h2	{
	font-size: 140%;
	color: #444;
	font-weight: normal;
	margin: 0 0 1.5em 0;
}


p span	{
	color: #ccc;
}

ul	{
	list-style-image: url(../img/list_arrow.gif);
	padding: 0 0 0 20px;
	margin: 0 0 2em 0;
}

li	{
	padding: 0 0 0 5px;
}

em	{
	color: #666;
}


/* <----- Layout -----> */

#container	{
	margin: 0 auto;
	width: 730px;
}

#top	{
	width: 730px;
	height: 400px;
	background: url(../img/top.jpg) no-repeat #333;
}

#top_left_mundwerker	{
	background: url(../img/top_mundwerker2.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_left_stationen	{
	background: url(../img/top_stationen2.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_left_hoerspiele	{
	background: url(../img/top_hoerspiele.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_left_comedymacher	{
	background: url(../img/top_comedymacher.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_left_reste	{
	background: url(../img/top_reste.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_left_verknuepfungen	{
	background: url(../img/top_verknuepfungen.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_left_impressum	{
	background: url(../img/top_impressum.gif) 35px 260px no-repeat;
	width: 440px;
	height: 400px;
	float: left;
}

#top_right_main	{
	width: 290px;
	height: 400px;
	float: right;
	background: url(../img/top_main.jpg) no-repeat;
}

#top_right_mundwerker	{
	width: 290px;
	height: 400px;
	float: right;
	background: url(../img/top_mundwerker.jpg) no-repeat;
}

#top_right_hoerspiele	{
	width: 290px;
	height: 400px;
	float: right;
	background: url(../img/top_hoerspiele.jpg) no-repeat;
}

#top_right_comedymacher	{
	width: 290px;
	height: 400px;
	float: right;
	background: url(../img/top_comedymacher.jpg) no-repeat;
}

#top_right_reste	{
	width: 290px;
	height: 400px;
	float: right;
	background: url(../img/top_reste.jpg) no-repeat;
}

#top_right_verknuepfungen	{
	width: 290px;
	height: 400px;
	float: right;
	background: url(../img/top_verknuepfungen.jpg) no-repeat;
}


#content	{
	width: 695px;
	float: left;
	padding: 0 0 80px 35px;
	text-align: left;
	background: url(../img/bg-main.gif) repeat-y #9b9993;
}

#main	{
	width: 400px;
	float: left;
	padding: 0 75px 0 0;
}


a.amazon	{
	display: block;
	width: 200px;
	height: 48px;
	padding: 12px 0 0 0;
	margin: 0 0 2em 20px;
	background: url(../img/bg_amazon.gif) no-repeat;
	border-bottom: none;
	text-align: center;
	color: #ccc;
}

a.amazon:hover	{
	color: #fff;
}


#navi	{
	width: 200px;
	float: right;
	background: url(../img/bg-navi.gif) top left no-repeat;
	padding: 0 0 80px 20px;
}





/* <----- Navigation -----> */



#navi ul	{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#navi ul li	{
	padding: 0;
}

#navi a	{
	display: block;
	width: 200px;
	height: 0px !important;
	overflow: hidden;
	padding: 24px 0 0 0;
	border: none;
}

#navi a.mundwerker	{
	background: url(../img/nav_mundwerker.gif) no-repeat;
}

#navi a.stationen	{
	background: url(../img/nav_stationen.gif) no-repeat;
}

#navi a.hoerspiele	{
	background: url(../img/nav_hoerspiele.gif) no-repeat;
}

#navi a.comedymacher	{
	background: url(../img/nav_comedymacher.gif) no-repeat;
}

#navi a.reste	{
	background: url(../img/nav_reste.gif) no-repeat;
}

#navi a.verknuepfungen	{
	background: url(../img/nav_verknuepfungen.gif) no-repeat;
}

#navi a:hover	{
	background-position: 0 -24px;
}

#navi a#active	{
	background-position: 0 -24px;
}


/* <----- Bottom -----> */


#footer	{
	clear: both;
	width: 730px;
	height: 20px;
	background: url(../img/bg-footer.gif) no-repeat;
}

#copyright	{
	background: #000;
	text-align: center;
	color: #555;
	font-size: 90%;
	padding: 5em 0 0 0;
	height: 130px;
}

#copyright a	{
	color: #555;
	border: none;
	text-decoration: none;
}

#copyright a:hover	{
	text-decoration: none;
	color: #999;
}

a.i-deesign	{
	display: block;
	width: 75px;
	height: 0px !important;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 47%;
	padding: 20px 0 0 0;
	border: none;
	background: url(../img/i-deesign.gif) no-repeat;
}

*html a.i-deesign	{
	display: block;
	width: 75px;
	height: 0px !important;
	overflow: hidden;
	position: static;
	padding: 20px 0 0 0;
	border: none;
	background: url(../img/i-deesign.gif) no-repeat;
}

a:hover.i-deesign	{
	background-position: 0 -20px;
}
