/* - - - - - - - - - - - - Peter Scheuerl, p.scheuerl@it-ma.de - - - - - - - - - - - -  */  
/* Styles for Explorer < 7 are in ie.css */

/* Tested on: 
MacOS X: Firefox 1.x, Safari, Opera 8, icab 3 
Windows: Firefox 1.x, IE 5.5/ 6.x
*/

/* 
	Page dimensions: 
	total width:  900px 
	right colum: 185px;
	content: 700px with 20px padding = 660px for content (sligtly changed in ie.css)

*/

/* - - - - - - - - - - - - - - - - - - -  Global - - - - - - - - - - - - - - - - - - -  */      


body {
    margin: 10px 0 20px 0;
    padding: 0;
    font-family: Helvetica, Arial, Swiss, SunSans-Regular, sans-serif;
    font-size: .8em;
    background: #004225;
    color: #fff;
    /* following is for IE 5.5 */
    text-align:center;
}
        
a:link {text-decoration:none; color:#449966;}
a:visited {text-decoration:none; color:#66247d;}
a:hover {text-decoration:underline; color:#cf142b;}
a:active {text-decoration:underline; color:#cf142b;}


a.back {display: block; text-align: center; font-weight: bold; line-height: 20px; color: #f2e516}

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
}

.small {font-size: .8em;}

.sm {font-size: .9em;}

.margbot {margin-bottom: 20px;}

.righty {float: right;}

/* - - - - - - - - - - - - - - - -  Content Areas - - - - - - - - - - - - - - - - - -  */

#container
{
	margin:0 auto 0 auto;
	width: 900px;
	/* following is for IE 5.5 */
	text-align:left;
}

/* Head Area */

#head
{
	position:relative;
	height: 211px;
	margin: 0;
	padding: 0;
}

#logo
{
	margin: 0;
	padding: 0;
	position: absolute;
}

#logo img
{ border: 0;}
 
/* END Head Area*/
#content
{
	position: relative;
	clear:left;
	padding:20px;
	margin: 0;
 	color: #004225;

}

#maincontent
{
	background: #f2fab5;
	border: 2px solid #f2e516;
}


#right {display: none}


 #footer { margin:0; padding:20px;}

/* Navigation */
#navigation {
	position: relative;
	padding: 0;
	margin: 0 0 0 340px;
	height: 30px;
	}

#nav {
	float:left;
	width:100%;
	background:transparent;
	font-size:12px;
	line-height:14px;
	margin-top: 175px;
	}
      
 #nav ul {
	margin: 0 0 0 -10px;
	padding: 10px 10px 0 0px;
	list-style:none;
	}
      
 #nav li { margin:0; padding:0;}
      
 #nav a {
	display: block;
	float:left;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	width: 93px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin:0;
	padding: 0;
	text-decoration:none;
	color: #fff;
	}

#nav li.act a {color: #f2fab5; font-weight: bold}
      
#nav li a, #nav li.act a {background-position: 0px -74px;}
      

#nav li a:hover, #nav li.act a:hover {background-position: 0 0px;}

/* Main area Styles */

h1, h2, h3, h4 {
	font-weight: bold;
	color: #004225;
	margin: 0;
	text-shadow: #458c5e 1px 1px 2px; /* only understood by safari so far */
	}

h1 {font-size: 1.4em; padding: 10px 0 10px 0px;}
h2 {font-size: 1.2em; padding: 10px 0 5px 0px;}
h3 {font-size: 1.1em; padding: 5px 0 5px 0px;}
h4 {font-size: 1em; padding: 2px 0 5px 0px;}

p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.1em;
}

.date
{
	display: block;
	margin: 0 0 3px 0;
	font-size: .9em;
	color:#cf142b;
}

.contentimage, .contentimageleft, .contentimageright {border: 1px solid #004225;}

.contentimage img, .contentimageleft img, .contentimageright img {vertical-align: text-bottom;}
	
.contentimage p, .contentimageleft p, .contentimageright p {	
	background: #fff;
	font-size: 11px;
	font-style:italic;
	padding: 3px 5px 2px 5px;
	}
	
.contentimageleft {float: left; margin: 0 10px 5px 0;}
.contentimageright {float: right; margin: 0 0 5px 10px}
.contentimage a img, .contentimageleft a img, .contentimageright a img {border: none}

#content ul {padding-left: 15px;}

#content li  {padding-bottom: 3px;}

#links li { list-style: circle; }
	
/* Styles for the content in the right colum */
#right h1 {
	font-size: 11px;
	padding: 5px 0 5px 0;
}

#right img, #right a img  {
	border: 1px solid #ddd;
	margin: 2px 0 5px 0;
	}

#right a:hover img, #right a:active img  {border: 1px dashed #00247d;}

/* Layout of tables */


table {
	border-collapse: collapse;
	border: none;
	margin: 2px 0 10px 10px;
	}

table caption {font-size: 1em;}
	
table thead td, table tfoot td {
	font-weight: bold;
	padding: 1px 5px 0 5px;
	}
	
table td {
	border-bottom: 1px solid #004225;
	text-align: left;
	padding: 10px 10px 1px 5px;
	}

/*only for propper browsers */
table td+td {text-align: right}	

table.prices th {padding: 10px 5px 0 5px; font-size: 1.1em;}

table.results td {border: none; text-align: left; padding: 2px 5px; vertical-align: bottom;}
table.results td.year {padding-top: 20px;}

ol { margin: 2px 0 5px 10px; padding: 5px 5px 5px 20px; }
ol li {line-height: 1.2em}
ol li span {display: inline-block; width: 300px; }
