@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);


/* Tag cloud */

	#tags ul{
		margin:1em 0;
		padding:.5em 10px;
		text-align:center;
		}
	#tags li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	#tags li a{
		text-decoration:none;
		color:#222D33;
		padding:0 2px;	
		}
	#tags li a:hover{	
		color:#B47643;
		}		
	
	.tag1{font-size:100%;}
	.tag2{font-size:120%;}
	.tag3{font-size:140%;}
	.tag4{font-size:160%;}
	.tag5{font-size:180%;}
	
	/* alternative layout */

	#tags .alt{
		text-align:left;
		padding:0;
		background:none;
		}
	#tags .alt li{
		padding:2px 10px;
		display:block;
		}
	#tags .alt .tag1, 
	#tags .alt .tag2, 
	#tags .alt .tag3, 
	#tags .alt .tag4, 
	#tags .alt .tag5{font-size:100%;}
	
	.btn{display:block;}
	
/* // Tag cloud */

a.link{color:#222D33; text-decoration:none;}
a:hover.link{color:#B47643; font-weight:bold; text-decoration:none;}

.normal { font-family: Helvetica; font-size: 11pt; color: #000000;}
.red { color: #FF0000;}
.green { color: #00FF00;}

.index
{
position:relative;
left:-58px;
width:882px; height:900px;
background-image: url(/images/mitoel.jpg);
background-repeat:no-repeat;
z-index:5;
}

.exttable
{
width:880px;
border: 2px solid #808080;
background-color: #E0E0E0;

}

.tdborder
{
border: 1px #444444 solid;
}

.exttable td
{
padding: 0.5em; 
border: 1px solid #808080;
margin:0px;
padding: 2px 10px 2px 10px;
}

.medinput
{
width:230px;
}

.button
{
width:194px;
height:110px;
}

.safari
{
width:374px;
height:110px;
}




