body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	/*height: 100%;
	max-height: 100%;*/
	background-color: #000000;
}

/*Kopf der Seite */

#banner{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 130px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
}

#bannercontent{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}


#navi{
position: fixed; 
top: 130px; /*Set top value to HeightOfFrameDiv*/
left: 20px;
right: 20px;
width: 100%;
height: 30px;
overflow: hidden;
background: #333333;
}

#passpartout{
position: fixed; 
top: 160px; /*Set top value to HeightOfFrameDiv*/
left: 20px;
right: 20px;
/*bottom: 0;*/
overflow: auto; 
background: black;
}

#innertube{
margin: 50px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background: #333333;
border-width: 1px;
border-style: solid;
border-color: #FF0000;
}

* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #passpartout{ /*IE6 hack*/
height: 100%; 
width: 100%;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E9E9E9;
	text-decoration: none;
}

.text_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}


.text_kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #E9E9E9;
	text-decoration: none;
}

.text_tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.text_alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}

.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E9E9E9;
	text-decoration: none;
}

.text_cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E9E9E9;
	text-decoration: none;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}

/* Formatierung der lightbox */

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #FF0000;font-weight: bold;
  text-align: left;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #FF0000;color: #FF0000}
ul#minitabs a:hover{
	color: #FFFFFF;
	border: #FF0000;
}

/* Style für Kategorien in Galerie */
a#galerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E9E9E9;
	text-decoration: none;
}
a:hover#galerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:active#galerie {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* Style für Kategorien in Tags */
a#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E9E9E9;
	text-decoration: none;
}
a:hover#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E9E9E9;
	text-decoration: none;
}
