/*html*/
html 
{
	margin: 0;
	padding: 0;
}


body
{
 margin: 0;
 padding: 0;
 background-color:#000;
}

.blau
{
	border:0px solid #000000;
	text-align: center;
	margin: 0px auto;
	padding:5px;
	color: Teal;
	text-align:center;
	font-size: 1.2em;
	font-weight : bold;
	}

h1 {
	font-size:2em;
	/*font-size: 48px;*/
	text-align:center;
	color:#ff33CC;
	margin:10px;
	font-family : Tahoma;
	font-style : italic;
	letter-spacing : 5px;
	font : bold;
}
h2 {
	font-size:2em;
	/*font-size:24px;*/
	color:#fff;
	font-family : Tahoma;
	text-align:center;
	margin:0px;
}

	

/* Das Image */
#image {
padding-top:50px;
text-align:center;
font-family: Tahoma;
font-size: 2em;
font-style : normal;
font-weight: bold;
color: yellow;
letter-spacing : 5px;
}
	

/* Der Inhalt */
#content {
float: left;
border:0px solid #fff;
margin:0px auto;
padding-top: 0px;
text-align: center;
color: #fff;
font-size: 1em;
font-family : Tahoma;
/*font-style : italic;*/
font-weight: bold;
width:79%;
min-height: 800px;
background-image: url('images/tiger_small.jpg'); 
 background-repeat:no-repeat;
 background-position: 50% 0%;
 }

/* Der Container*/
#container {
border:0px solid green;
margin-top: 100px  !important;
padding-top: 0px;
text-align: center;
color: #fff;
font-size: 1em;
font-family : Tahoma;
/*font-style : italic;*/
font-weight: bold;
width:75%;
height:100%;
 }


/* Das Menü */
#menu  a, #menu a:visited, #menu a:active    {
    float: left;
    display: block;
	text-align: center;
    text-decoration: none;
	color:#f7f7f7;	
    font-size: 1em;
	font-family: tahoma;
/*    font-style : italic; */
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	border:solid 3px #b6b6b6;
	border-style: groove;
    line-height:34px;
	width: 95%;
	height: 34px;
	color:#fff;
}

#menu a:hover {
  background-color:#000000;
  background-image:url('images/tiger2.jpg');
  background-repeat:repeat-y;
 background-position: 50% 0%;
  color:#fff}


/* allgemeine links im text */

a:link, a:visited, a:active{ font-size: 1em;
font-family: tahoma; color: #fff;}

a:hover{ text-decoration:underline;
}


/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #737b66; scrollbar-base-color: #F5F8F3;
scrollbar-highlight-color : #737b66; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #e6e6e6;
}