/*
-----------------------------------------------
KARAKAS 2006 print
APPE
----------------------------------------------- */



/*
------------------------------------------

	  General

----------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

html,body {
		text-align: left;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 9pt;
		color: #333;
	margin-left:1cm;

	}



img {
		border: 0;
	}
	
em
{
	font-style: normal;

}

#subnav1  {
	display:none;
	}
#mainnav {
	display:none;
	}
	
#usefull {
	display:none;
	}
#searchleft {
	display:none;
	}
#right {
	display:none;
	}
#bottombox {
	display:none;
	}
.left {
	display:none;
	}
.right {
	display:none;
	}
.print {
	display:none;
	}
.top {
	display:none;
	}
#glossarynav  {
	display:none;
	}
.skip  {
	display:none;
	}

/*
------------------------------------------

	  LINKS

----------------------------------------- */

a {
	font-weight: bold;
	color: #d4820f;
	text-decoration:underline;	
	}

a:hover {
		text-decoration:none;	  
	
	}

/*
------------------------------------------

	 HEADING

-----------------------------------------*/ 

h1 {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 200%;
		font-weight: normal;
		color: #e48500;
		margin: 20px 0 0.7em 0;
	}
	
h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 120%;
		font-weight: bold;
		color: #0f5161;
		margin: 10px 0 1em 0;
	}
	


h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #8c8c8c;
		margin: 0 0 1em 0;

	}

h4 {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000;
		font-size: 100%;
		font-weight: bold;
		margin: 0 0 1em 0;
	}

h5 {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color:#c0c0c0;
		margin: 0 0 1em 0;
	}


/*
------------------------------------------

	 STORY

----------------------------------------- */

#content h2{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 150%;
		font-weight: bold;
		color: #0f5161;
		margin: 20px 0 1em 0;

}
#content h3{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #8c8c8c;
		margin: 0 0 1em 0;

}
#content h4  {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000;
		font-size: 110%;
		font-weight: bold;
		margin: 0 0 1em 0;

}

#content p {
	line-height: 1.5em;
	margin-bottom: 2em;
	text-align:left;
	width:100%!important;
	width:96%;
}
#content img {
	
	margin:0 11px 0 0;
	float:left;
}
#content span{	
	color:#e48500;
	font-size: 100%;
	}

#content table{	

	margin : 0 0 2em 0px;
	}
#content th{
	background-color:#f5f5f5;
	font-weight: bold;
	color: #080808;
	padding: 5px;
	border: solid 1px #ccc;
	}
#content td{	
	padding: 3px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:center;
	}
#content td.first{	
	text-align:left;
	color:#0f5161;
	font-weight:bold;
	border-left:solid 1px #ccc;
	}

.storylist{	
	margin : 0 0 2em 0px;
	text-align:left;
}
.storylist li{	
	width:100%!important;
	width:96%;
	margin: 0 0 5px 20px;
	list-style: url(../../images/puce_contentnav.gif);
	}

/*
------------------------------------------

	 FOOTER

----------------------------------------- */

#footer {
	background-color:#37707d;
	padding : 3px 0 3px 0;
	color:#fff;
	font-size: 90%;
	text-align: center; 
	height:32px;
	width:95%;
	float:left;
}

#footer p{
	margin-bottom: 1px;
}

#footer p.end{
	margin-bottom: 0px;
}

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

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

#footer a.karakas{
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

/*
------------------------------------------

	 LIST

----------------------------------------- */
#list {
	margin-bottom:30px; 
}
#list dt{
	background-color:#f5f5f5;
	font-weight: bold;
	color: #080808;
	padding: 5px;
	border-bottom: solid 1px #ccc;
}

#list dl{
	margin-bottom:10px; 
}
