/* hide from ie on mac */
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	background: #303030 url(../img/logo.png) no-repeat fixed 34px 42px;
	height: 100%;
	color:#EEE;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif,;
	text-align:left;
	margin: 0;
	padding: 0;
}

object { 
	display:block; 
	outline :none;
	margin: 3px auto 0em auto 	/* top links bottom rechts */
}

#Content {
	width: 550px;
	position: relative;
	background-position: center top;
	font-style: normal;
	text-align: justify;
	margin: 1px auto 0px auto; /* top links bottom rechts */
	padding-bottom: 0px;}
	
#altContent {
	background-position: center top;
	font-style: italic;
	text-align:center;
	font-weight: normal;
}

#module {
	background-color: #222;
    width: 300px;
    height: 150px;
    margin: 90px auto 0px auto; /* top links bottom rechts */
	text-align:center;
	border: 3px #303030 solid;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
}

#module-head {
    float: left;
	background-color: #FFCC00;
	width: 300px;
	height: 30px;
	color:#222;
	font-weight: bold;
	text-align:center;
	padding: 5px 0px 0px 0px; /* top links bottom rechts */
	border-radius-topleft:10px; 
	border-radius-topright:10px;
	-moz-border-radius-topleft:10px; 
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
}

#module-inner{
    float: left;
	background-color: #222;
	width: 300px;
	height: 65px;
	color:#121;
	font-size: 12px;
	font-weight: normal;
	padding: 40px 0px 0px 0px; /* top links bottom rechts */
}

.text {
	font-size: 14px;
	font-weight: normal;
	color:#EEEEEE;
	text-align: center;
}

.notext {
display:none; 
}

.notext a {
display:none; 
}

.underline {
text-decoration: underline;
}

/* Links */
a:link {color: #FFCC00;text-decoration: underline;}		/* unvisited link */
a:visited {color: #551A8B;text-decoration: underline;}		/* visited link */
a:hover {color: #000000;text-decoration: none;}			/* mouse over link */
a:active {color: #000000;text-decoration: none;}			/* selected link */

/* Button */
.button, button {
	margin: auto;
	padding: 0px 2px 2px 2px;
	font-weight: bolder;
	font-size: 11px;
	cursor: pointer;
	color: rgb(238,238,238);
	background: #121;
	border: 3px #FFCC00 outset;
	height:25px;
	}

select.pull{
     font-size: 12px;
     color: rgb(0,0,0);
     background: #F9F;
     border: solid 1px #656565;
     border-color: #656565;
     height: 22px; 
}

.inputbox {
	background: #F9F;
    border: solid 1px #656565;
    padding: 2px;
	width: 270px;
}

/* ===== miscellaneous styles ===== */
.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

