/*
__________  .__                      __                     
\______   \ |__| _______  _____    _/  |_    ____     ______
 |     ___/ |  | \_  __ \ \__  \   \   __\ _/ __ \   /  ___/
 |    |     |  |  |  | \/  / __ \_  |  |   \  ___/   \___ \ 
 |____|     |__|  |__|    (____  /  |__|    \___  > /____  >
                               \/               \/       \/ 
	Pirates of the Amazon Firefox Add-on, visit: www.pirates-of-the-amazon.com 

        - By Tobias Leingruber, Timo Klok
        - consulted by drx
*/


table {
	font-size:14px; 
	font-family: Trebuchet ms, Arial, Helvetica, Verdana, Trebuchet ms;
	text-align: center;  /*for IE */
}
body {
	padding:0px;
	margin:0px; 
	background-color:#000000; 
	font-size:14px; 
	font-family: Trebuchet ms, Arial, Helvetica, Verdana, Trebuchet ms;
	text-align: center;  /*for IE */
}
p {
	text-align:justify;
}

h1 {
	margin-top: 0px;
	font-size:32px;
}
	
h1.yo {
	font-size:24px;
	/*line-height:5pt;*/
}

h2 {
	font-size:16px;
	color:#999999;
	margin-top: -20px;
}
h3 {
	margin-top: 0px;
}

a {
	color:#ff6600;
}

a:hover	{
	color:#999999; 
}
a:visited	{
	color:#ff7700; 
}
a:visited:hover	{
	color:#999999; 
}
p.meta {
	color:#999999;
}
a:hover.meta {
	color:#ff00ff;
}

/* Layout Stuff top Bubble*/

#inhalt {
	background:#fff;
	padding:20px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #fff;
}
	
#inhalt_box {
	margin: 0 auto;   /* align for most common browsers */
	text-align: left; /* counter the body center -hu? */
	width:900px;
}

#left_column { 
	width:350px;
	height:450px;
	float:left;
	text-align:left;
}

#right_column { 
	width:100%;
}



/* Layout Stuff lower bubble*/

div.inhalt2 {
	background:#fff;
	padding:20px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #fff;
}
	
div.inhalt_box2 {
	margin: 0 auto;   /* align for most common browsers */
	text-align: left; /* counter the body center -hu? */
	width:900px;
}

div.left_column2 {
	margin-right: 15px;
	width:400px;
	float:left;


	position:relative
	text-align:left;
	height: 600px;
}
div#results { 
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

div.right_column2 { 
	width:100%;
	text-align:left;
}

#center {
	text-align:center;
}




ol {
	margin-left:0px;
	
}
li {
	margin-bottom:10px;
}
