body { 
	margin: 0px;
	padding: 0px;
	width: 100%;
}

html, body, textarea {
	scrollbar-shadow-color: #B6F2AD;
	scrollbar-face-color: #035300;
	scrollbar-base-color: #B6F2AD;
	scrollbar-highlight-color: #B6F2AD;
	scrollbar-3dlight-color: #B6F2AD;
	scrollbar-darkshadow-color: #B6F2AD;
	scrollbar-track-color: #B6F2AD;
	scrollbar-arrow-color: #B6F2AD;
	background-color: #6C6;
	background-image: url(../images/bg.png);
}

table, img { border: 0px; }

td {
	color: #003300;
	vertical-align: top;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

a {
	position: relative; /* wegen bugs in IE 5.5 und IE 6 */
	text-decoration: underline;
	color: #FFF;
}
a:hover { text-decoration: none; }

/*-------------*/
/*  ALLGEMEINE */
/*-------------*/
#page { /* table */
	width: 100%;
	height: 100%;
}

#content_de { /* td */
	padding: 40px 40px 2px 40px;
}
#content_ir { /* td */
	padding: 40px 40px 2px 40px;
	background-image: url(../images/bg-heller-trans.png);
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #CEF4C6;
}

#header { /* td */
	height: 70px;
	padding-left: 14%;
	vertical-align: middle;
}

#bild { /* td */
	width: 400px;
	text-align: right;
	vertical-align: bottom;
}

#inhalt { /* table */
	width: 100%;
	height: 100%;
}
* html #inhalt { padding-top: 4px; }/* Nur für IE */

.home { /* td */
	padding-top: 50px;
	text-align: center;
	line-height: 2.5em;
	font-size: 18px;
}

.text { /* td */
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}

.disclaimer_de {
	font-size: 11px;
	font-weight: normal;
	line-height: normal; 
	background: url(../images/shamrock-trans.png) no-repeat center center;
}
.disclaimer_ir {
	font-size: 11px;
	font-weight: normal;
	line-height: normal; 
	background: url(../images/shamrock2-trans.png) no-repeat center center;
}

.footer { /* td */
	height: 15px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.footer a { text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.de { 
	background-image: url(../images/bg-heller-trans.png);
	border: 2px solid #030;
}

#moviePlayer {
	border: 2px solid #030;
	background-color: #CEF4C6;
}

#mp3Player {
	border: 2px solid #030;
	width: 300px;
	height: 16px;
	background: #CEF4C6 url(../images/loading.gif) no-repeat center center;
	visibility: hidden;
}
* html #mp3Player { height: 30px; }/* Nur für IE */

#thumbnail td { font-size: 11px; }
#thumbnail img, .links img { border: 2px solid #FFF; }
#thumbnail img:hover, #thumbnail img:active { border: 2px solid #FF0; }

* html #thumbnail img { border: 0px; }/* Nur für IE */
* html #thumbnail a img { border: 2px solid #FFF; }/* Nur für IE */
* html #thumbnail a:hover img, #thumbnail a:active img { border: 2px solid #FF0; }/* Nur für IE */

#poster a { text-decoration: none; }
#poster a:hover { color: #FF0; text-decoration: underline;}

#poster img { border: 2px solid #060; }
#poster img:hover { border: 2px solid #FF0; }

* html #poster img { border: 0px; }/* Nur für IE */
* html #poster a img { border: 2px solid #060; }/* Nur für IE */
* html #poster a:hover img { border: 2px solid #FF0; }/* Nur für IE */

.links td { text-align: justify; }
.stretch { height: 100%; vertical-align: bottom; padding-bottom: 4px; }

/*-------*/
/*  MENU */
/*-------*/
#nav { /* table */
	width: 110px;
	height: 333px;
	margin: 35px 35px 10px 35px;
	background: url(../images/menu-trans.png) no-repeat;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	padding-top: 14px;
	line-height: normal;
}

#nav a, #nav span {
	padding: 10px 10px 0px 0px;
	margin: 0px;
	height: 24px;
	display: block;
}
#nav span { color: #FFF; }
#nav a { color: #060; }
#nav a:hover {
	color: #FF0;
	background: url(../images/bg-heller-trans.png) no-repeat;
}

/*-----------*/
/*  DIVERSE  */
/*-----------*/
.white { color: #FFF; }
.yellow { color: #FF0; text-align: left; }