@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#fff;
		background-color:#000;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#fff;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 0.8em 0;
	}
	.sub {
		font-size: 0.1em;
		color: #ccc;
	}
	.welcome{
		font-size: 0.8em;
		color: #bbb;
		text-align: center;
		margin-bottom: 0.9em;
	}
	
	img {
		border: 0px;
	}
	
	
	#modellbahn, #ichspiele {
		display: block;
		height: 60px;
		float: right;
		margin-right: 0.5em;
	}
	
	#modellbahn {
		width: 226px;
	}
	
	#ichspiele {
		width: 187px;
	}
	
	a#modellbahn:link, a#modellbahn:visited {
		background: url(images/mobacom_transp.png) no-repeat;
	}
	
	a#modellbahn:hover, a#modellbahn:active {
		background: url(images/mobacom_full.png) no-repeat;
	}

	a#ichspiele:link, a#ichspiele:visited {
		background: url(images/is_transp.png) no-repeat;
	}
	
	a#ichspiele:hover, a#ichspiele:active {
		background: url(images/is_full.png) no-repeat;
	}
