@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:#FFFFFF;
		background-color:#000000;
		background-image: url(img/bg_sterne-anim.gif);
		background-repeat:repeat;
		
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#FFFFFF;
	}
	.tg  {
	border-collapse:collapse;
	border-spacing:5;
	width:99%;
	}
    .tg td{
    font-family:Arial, sans-serif;
    font-size:14px;
    padding:10px 5px;
    border-style:solid;
    border-width:0px;overflow:hidden;
    word-break:normal;
    }
    .tg th{
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 5px;
    border-style:solid;
    border-width:0px;
    overflow:hidden;
    word-break:normal;
    }
    .tg .tg-1{
    font-family: comic sans;
		font-size:4.2em;
		text-align:center;
		margin:1 1 1.3em 0;
    }
    .tg-2{
    width:150px;
    }
    .tg-031e{
    width:150px;
    }
 .td1{
    width:15%;
    }
 .td2{
    width:65%;
    }
 .td3{
    width15%;
    }
    .tg .tg-3{
    text-align:center
    }
    .tg .tg-4{
    font-size:1.5em;
		text-align:center;
		margin:0 0 1.3em 0;
    }
    .tr-1{
    height:200px;
 }
 .td2-2{
 background: rgba(0,191,255, 0.2);
width:65%;
  }
  h1{
    font-family: comic sans;
	font-size:1.0em;
	text-align:center;
	margin:1 1 1.3em 0;
  }
 
}