/* 
	stegumwelt.com
	
	copyright 2009 
	.pure visuelle kommunikation
	http://www.pure-kommunikation.com
	
	Author: Lars Brinkmann
	
	06/05/2009
*/

body {	
	margin: 0; padding: 0;
}

img	{ border: none; }



/*	Typo
	...........................................................................................................................
*/
body, div, p, ul, td	{ font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote	{ margin-top: 0; }
h1	{ font-size: 18px; }
h2	{ font-size: 16px; }
body, div, p, ul, td	{ font-size: 14px; }
p	{ font-size: 14px; line-height: 20px; }




/*	Navigation
	...........................................................................................................................
*/
.navigation {
	background: #fff; width: 343px;
}

/*	Navigation First level
	...........................................................................................................................
*/
.navigation ul { 
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 16px; 
}

/*	Normal */
.navigation ul a	{
	display: block; height: 1%;
	padding-left: 75px; padding-top: 10px; padding-bottom: 10px; 
	text-decoration: none;
	color: #7aabd0; 
	background: url(../images/no.gif) bottom no-repeat; 
}

/* RollOver */
.navigation ul a:hover {
	color: #1261a9; 
	background: url(../images/ro.gif) bottom no-repeat; 
}

/*	Normal Last */
.navigation ul a.last	{
	display: block; height: 1%;
	padding-left: 75px; padding-top: 10px; padding-bottom: 10px; 
	text-decoration: none;
	color: #7aabd0; 
	background: url(../images/no_last.gif) bottom no-repeat; 
}

/* RollOver Last */
.navigation ul a.last:hover {
	color: #1261a9; 
	background: url(../images/ro_last.gif) bottom no-repeat; 
}

/* Act no Sub */
.navigation ul a.act {
	color: #1261a9; 
	background: url(../images/ro.gif) bottom no-repeat; 
}

/* Act with Sub */
.navigation ul a.actsub {
	color: #1261a9; 
	background: url(../images/actsub.gif) bottom no-repeat; 
}
.navigation ul a.actsub:hover {
	color: #1261a9; 
	background: url(../images/actsub.gif) bottom no-repeat; 
}



/*	Navigation Second Level
	...........................................................................................................................
*/
.navigation ul ul {	margin: 0; padding: 0; list-style-type: none; font-size: 13px; font-weight: normal; }

.navigation ul ul li { margin-bottom: 10px; }
/* Normal */
.navigation ul ul a	{
	display: block; /* display: inline; */
	padding-left: 75px; padding-top: 0; padding-bottom: 0px; 
	text-decoration: none;
	color: #7aabd0; 
	background: none; 
}

/* RollOver */
.navigation ul ul a:hover {
	color: #1261a9; 
	background: none; 
}

/* Act no Sub */
.navigation ul ul a.act {
	color: #1261a9; 
	background: none; 
}


/*	Navigation Third Level
	...........................................................................................................................
*/

.navigation ul ul ul {	margin: 0; padding: 0; list-style-type: none; font-size: 13px; font-weight: normal; margin-top: 5px; }

.navigation ul ul ul li { margin-bottom: 5px; }

/* Normal */
.navigation ul ul ul a	{
	display: block; /* display: inline; */
	padding-left: 95px; padding-top: 0; padding-bottom: 0px; 
	text-decoration: none;
	color: #7aabd0; 
	background: none; 
}

/* RollOver */
.navigation ul ul ul a:hover {
	color: #1261a9; 
	background: none; 
}

/* Act no Sub */
.navigation ul ul ul a.act {
	color: #1261a9; 
	background: none; 
}

