/*
	7B7B91 SESE91 333344 91854F 444133
	
	LIMSONIA
	
	F3D915 E9E4BB BFD4B7 A89907 0
	
*/

body
{
	font-family: "Tahoma", "Geneva", sans-serif;
	color:#1A1C27;
	background:white;
	font-size:small;
}

a, a:visited
{
	color:white;
	text-decoration:none;
}

div.main
{
	width:600px;
	margin:auto;
}

div.logo {
	padding-bottom:10px;
	padding-top:10px;
}


div.topnav
{
	color:white;
	padding:10px 10px 0px 10px;
	/*font-size:0.8em;*/
}



div.menuitem
{
	/*font-size:0.8em;*/
	
	padding:10px;
	text-align:center;
	
	width:120px;
	height:50px;
	background:url('../media/images/png/menuitem.png');
	background-repeat:no-repeat;
	background-position:center center;
	line-height:45px;
	float:left;
}

div.menuitem a
{
	color:black;
}

div.menuitem a:hover
{
	text-decoration:underline;
}



div.haus
{
	float:left;
	width:100%;
	background:#eeeeee url('../media/images/png/concept-navmenu.png') no-repeat top center;
	color:#1A1C27;
}




div.prose
{
	padding:20px;
	text-align:justify;
	line-height:2em;
	margin-top:60px;
	width:350px;
}



div.rightpane
{
	font-size:1.2em;
	text-align:right;
	margin-top:20px;
	width:100px;
	float:right;
	color:white;
	padding:40px;
}

div.listitem
{
	margin-top:20px;
}
div.listheading
{
	/*font-size:2em;*/
	background:#ffffff;
	padding:20px;
	cursor:pointer;
}
div.listcontent
{
	
}

div.right_link
{
	text-align:right;
}

span.small_link
{
	background:#1A1C27;
	padding-left:10px;
	padding-right:10px;
	
}

.pointer
{
	cursor:pointer;
}