

html
{
    min-height: 100%;
    width: 100%;
    position: relative;
    top:0;
    left:0;

}

body
{
	background-color: #f9f9f9;
	border: 0;
	font-family: tahoma,verdana,helvetica,sans-serif,monospace;
	font-size: 11pt;
	margin: 0;
	padding: 0;

	min-height: 100%;
	position: relative;
    width:100%;
}

/*
.testcolor
{
	background-color: violet;
}
*/

.lined
{
    text-decoration: line-through;
}

.clear
{
	clear:both;
}

.hide
{
	display: none;
}

.center
{
	text-align: center;
	vertical-align: middle;
}

div.default
{
	width: 909px;
	margin: 0 auto;
	position: relative;
}

.border
{
	border-width: 2px;
	border-style: solid;
	border-color: #333 #bbb #ddd #666;
}

.border.up
{
	border-color: #ddd #666 #333 #bbb;
}

/* ByteRockers Bar */
.barleft
{
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
/*	width: 50%;
*/
	left:0;
	right: 50%;
}

.barright
{
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
/*	width: 50%;
*/
	right:0;
	left: 50%;

}
/* ByteRockers Bar Top */
.bartop
{
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	left:0;
}

.bartop.height
{
	height: 155px;
}

.bartop.barleft
{

	background-image: url(../images/page/bar_top_left.png);
	background-repeat: repeat-x;
}

.bartop.barright
{
	background-image: url(../images/page/bar_top_right.png);
	background-repeat: repeat-x;
}


/* Menu */

#nav
{
	position: absolute;
	z-index: 2;
	border: 0;
	padding:0;
	top:0;
	left:0;
	width:100%;
}




.topbar .barleft
{
	width: 82px;
}

.topbar .barright
{
	left: 169px;
	width: 740px;
}

#nav .byterockers
{
	background-image: url(../images/page/ByteRockers.png);
	background-repeat: no-repeat;
	left: 82px;
	width: 709px;
}


#nav ul#mainmenu
{
	position: absolute;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	list-style:none;
	right: 219px;
	font-size: 8pt;
}

ul#mainmenu li
{
	position:relative;
	float:left;
	margin: 0;
	padding:0;
	border:0;
}

ul#mainmenu li a
{
	background-image: url(../images/page/bar_top_left.png);
	background-position:bottom;
	background-repeat: repeat-x;


	border-style: solid;
	border: solid 1px #bbb;
	border-bottom-width: 0;
	border-right-width: 0;
	

	color: #666;
	
	display:block;
	

	font-weight: bold;
	
	height: 33px;
	
	line-height:33px;
	
	margin: 0;
	
	padding: 0 10px;	
	position: relative;
	
	text-align:center;
	text-decoration: none;

	vertical-align: middle;

	white-space:nowrap;
}



ul#mainmenu li.first a
{
	border-top-left-radius: 10px;
}

ul#mainmenu li.last a
{
	border-top-right-radius: 10px;
}

ul#mainmenu li.last a
{
	border-right: solid 1px #191919;
}

ul#mainmenu li:hover.last a
{
	border-right-width: 3px;
	border-color: #333 #bbb #ddd #666;
}

ul#mainmenu li.active a
{
	color: #191919;
	background-color: #ffe373;
	background-image: none;
	border-style: solid;
	border-width: 3px 2px 0 3px;
	border-color: #333 #bbb #ddd #666;
	padding: 0 8px 0 8px;
	line-height:31px;
	height: 31px;
	background-image: url(../image/page/menubg_active.png);
	
	background-position:bottom;
	background-repeat: repeat-x;

}

ul#mainmenu li.active.last a
{
	border-right: solid 4px #dcdcdc;
	padding: 0 7px 0 8px;
	border-color: #333 #bbb #ddd #666;
}

ul#mainmenu li:hover a
{
	color: #191919;
	background-image: none;
	background-color: #f69300;
	padding: 0 8px 0 8px;
	border-style: solid;
	border-width: 3px 2px 0 3px;
	border-color: #333 #bbb #ddd #666;
/*	border-top: solid 3px #333;
	border-left: solid 3px #333;
	border-right: solid 2px #dcdcdc;
*/
	line-height:31px;
	height: 31px;

}

ul#mainmenu li:hover a:hover
, ul#mainmenu li.active a:hover
{
	color: #ffe956;
	background-image: none;

}

/* drop down*/
ul#mainmenu ul 
{
	display: block;
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	position:absolute;

	color:#191919;
	top:100%;
	left: -9999px;
	
	margin:0;
	padding:0;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: #333 #bbb #ddd #666;
	border-radius:0 0 10px 10px;
	z-index:2;
	text-align: left;
	background-color: #f69300;
}

ul#mainmenu li:hover ul
{
	display: block;
	left:0;
}

ul#mainmenu ul li
, ul#mainmenu li:hover ul li
, ul#mainmenu li:hover ul li
{
	position: static;
	float: none;
	display:block;
	height: 32px;
	margin: 0;
	padding: 0;
	border:0;
}

ul#mainmenu li:hover ul li
, ul#mainmenu li:hover ul a
{
	position: static;
}


ul#mainmenu li:hover li a
, ul#mainmenu li:hover.active li a
, ul#mainmenu li:hover.last li a
, ul#mainmenu li:hover.last.active li a
{
	background: none;
	/*background-color: #f69300;*/
	background-color: transparent;
	border: 0;
	

	color: #000;
	
	display:block;
	
	font-weight: bold;
	
	height: 32px;
	
	line-height:32px;
	
	margin: 0;
	
	padding: 0 10px;	
	position: static;
	
	text-align:left;
	text-decoration: none;

	vertical-align: middle;

	white-space:nowrap;
}

ul#mainmenu li:hover li:hover a:hover
{	
	line-height: 32px;
	height: 32px;
	display: block;
	color:#ffe956;
	background-image: none;
}


/* Content */



#mainframebg
{
	
	background-image: url(../images/page/background.png);
	background-repeat: repeat-x;
	background-color: #0D0D0D;
	background-position: 0 155px;
	
	padding:0;
	border:0;
	margin:0;
	
	min-height:100%;
}



#mainframe
{
	background-image: url(../images/page/mainbg.png);
	background-repeat: repeat-x;
	background-color: #e69c2c;
	background-position: 0 155px;
	padding: 0;
	position: relative;
	display: block;
	border-width: 0 2px;
	min-height:100%;
	bottom: 0;
}


#sidemenu
{
	display: block;
	margin-right: 15px;
	float: right;
	width: 204px;
	margin-top: 155px;
	margin-bottom: 162px;
}


#sidemenu .top
{
    border-radius: 10px 10px 0 0;
}


#sidemenu .bottom
{
    border-radius: 0 0 10px 10px;
}

#sidemenu h4
{
	background-color: #f69300;
	padding: 5px 10px ;
	margin:0;
	margin-top: 15px;
	border-bottom: 0 !important;
	font-size: 10pt;
	text-align: center;
}

.pagenav
{
	position: relative;
	list-style: none;
	margin:0 !important;
	padding: 15px 0 25px 0;
	border-top: 0 !important;
	background-image: url(../images/page/cont_bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #0D0D0D;
	display: block;
	color: #fff;
	font-size: 9pt;
	line-height: 3em;
	vertical-align: middle;
}

.pagenav a
,.pagenav div
{
	padding: 0.6em 0 0.6em 10px;
	margin: 0;
	display: block;;
/*	height: 2.5em;*/
	line-height: 1.3em;
/*	vertical-align: middle;*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}

.pagenav div
{
    text-decoration: line-through;
}



 .pagenav li:hover
, .pagenav div:hover
, .pagenav a:hover
, .pagenav .active a:hover
{
	background-color: #fff;
	color: #000;
}


.pagenav .active a
,.pagenav li.active 
{
	background-color: #ddd;
	color: #000;
}


#content
{
	display: block;
	float: right;
	width: 664px;
	margin-top: 175px;
	margin-bottom: 122px;
	margin-right: 10px;
	font-size:11pt;
	letter-spacing:0.1ex;
	line-height:1.4em;
}

#content h1
, #content h2
, #content h3
{
    margin: 0.5em 0 0 0;
    border-bottom-width: 1px;
    padding-left: 0.3em;
}

#content h1
{
	border-bottom: solid 1px black;
    font-size: 1.4em;
}

#content h2
{
	border-bottom: dashed 1px black;
    font-size: 1.2em;
}

#content h3
{
	border-bottom: dotted 1px black;
    font-size: 1em;
}

#content img
{
    border: 0;
}

#content .block .text p
{
	margin: 1em 1ex 1em 1em;
}

/*
#content .block .text a
{
    color: #f69300;
} 
*/

#content .block .text
{
    float: left;
    padding: 0;
    width: 486px;
    margin-left: 0.4em;
}

#content .block .text ul
{
    margin: 0 0 1em 0 ;
}

#content .block .image
{
    float: right;
    width: 160px;
    margin-top: 4px;
}

#content .block .image img
{
    width: 160px;
}


#content .block .clear
{
    border-top: solid 1px #666666;
}

/* footer */ /* ByteRockers Bar Bottom */

#footer
{
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	border:0;
	left:0;

	text-align:left;
	color: black;

	width:100%;
	font-size:0.7em;

}

#footer .maxheight
{
	height: 102px;
	line-height: 102px;
}

#footer .minheight
{
	height: 77px;
}

.barbottom
{
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	bottom: 0;
	width: 50%;
}

.barbottom.barleft
{

	background-image: url(../images/page/bar_bottom_left.png);
	background-repeat: repeat-x;
}

.barbottom.barright
{

	background-image: url(../images/page/bar_bottom_right.png);
	background-repeat: repeat-x;
}

#footer a
{
	color: black;
}

#impressum
{
	position: relative;
	bottom: 0;
	left: 0;
	width: 800px;
	padding-left: 25px;

	background-image: url(../images/page/bar_bottom_left.png);
	background-repeat: repeat-x;
	
}

#logo
{
	position: absolute;
	bottom:0;
	right: 0;
	width: 168px;
	height: 155px;
	background-image: url(../images/page/BrLogo.png);
	background-position: right bottom;
	background-repeat: no-repeat;	
	margin: 0;
	padding: 0;
	border: 0;
}

/* Artikel */



/* Gallery */


#gallery
{
    padding-bottom: 50px;
}

#gallery .large
{
    margin: 3px 1px;    
/*    background-image: url(../images/page/cont_bg.jpg);*/
    background-color: black;
    border-radius: 10px;
    padding:0px;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: #333 #bbb #ddd #666;
    line-height: 100%;
    position:relative;

    
}

#gallery .large img
{
/*    text-align: center;*/
    padding: 0;
    margin: 0;
    border:0;
/*    line-height: 100%;*/
    vertical-align: middle;
    border-radius: 10px 10px 0 0;

}



#gallery .large div.nav
{
    position: absolute;
    top:0;
    height: 100%;
}

#gallery .large div.previous
{
    left:0;
}


#gallery .large div.next
{
    right:0;
    
}


#gallery .large div.nav a
{
    position: relative;
    top:0;
    line-height:100%;
    height:100%;
/*    width:100px;
/*    background-color: #444;*/
    display:block;
    text-decoration: none;
    border-width: 0;
}


/*
#gallery .large div.nav a:hover
{
    opacity:0.7;
    text-decoration: none;
    background-color:#222;
}
*/


#gallery .large div.nav a div.background
{
    top:0;
    background-color:#000;
    position:absolute;
    width:100%;
    height:100%;
    display:none;
}

#gallery .large div.nav.next a div.background
{
    border-radius: 0 10px 10px 0;
}


#gallery .large div.nav.previous a div.background
{
    border-radius: 10px 0 0 10px;
}


#gallery .large div.nav a:hover div.background
{
    opacity:0.3;
    display:inline-block;
}


#gallery .large div.nav div.button
{
    position:relative;
    top:45%;
    background-color:#111;
    padding: 10px;
    color:#fff;
    border-style:solid;
    border-color: #000;
    opacity:0.3;
    display:inline-block;
}

#gallery .large div.nav.next a div.button
{
    border-width: 1px 0px 1px 1px;
    border-radius: 10px 0 0 10px;
}


#gallery .large div.nav.previous a div.button
{
    border-width: 1px 1px 1px 0px;
    border-radius: 0 10px 10px 0;
}


#gallery .large div.nav a:hover div.button
{
    opacity:0.7;
}

#gallery .large .whitetext
{
    background-color: black;
    padding: 1ex;
    border:0;
    border-radius: 0 0 10px 10px;


}



#gallery .image
{
    text-align: center;
    padding: 0;
    margin: 0;
    border:0;
    line-height: 100%;
    vertical-align: middle;
}

#gallery .whitetext
{
    color: white;
    line-height: 150%;

}

#gallery .thumbnails
{
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
}

#gallery .thumbnails img
{
    width:160px;
    height:120px;
    margin:1px;
    border-width: 2px;
    border-style: solid;
    border-color: #333 #bbb #ddd #666;
    border-radius: 10px;
}

#gallery .thumbnails a img
{
    width:160px;
    height:120px;
    border-width: 1px 3px 3px 1px;
    border-color: #ddd #666 #333 #bbb;

}

#gallery .thumbnails a:hover img
{
    border-width: 2px;
    border-color: #333 #bbb #ddd #666;
}


/* PageText */

#pageText
{
    background-color: #0D0D0D;
    background-image: url(../images/page/cont_bg.jpg);
    background-repeat: repeat;
    border-width: 2px;
    border-style: solid;
    border-color: #333 #bbb #ddd #666;
    border-radius: 10px;
    color: white;
    font-size:0.9em;
    margin: 10px 0;
    padding: 4px;
    position: relative;

}

#pageText h1
, #pageText h2
, #pageText h3
{
    border-color: #f69300;
}

#pageText .block .text a
{
    color: white;
}

/* Overview */

#overview
{
    background-color: #0D0D0D;
    background-image: url(../images/page/cont_bg.jpg);
    background-repeat: repeat;
    border-width: 2px;
    border-style: solid;
    border-color: #333 #bbb #ddd #666;
    border-radius: 10px;
    color: white;
    font-size:0.9em;
    margin: 10px 0;
    padding: 10px 4px;
    position: relative;

}

#overview h1
, #overview h2
, #overview h3
{
    border-color: #f69300;
}

#overview .block .text a
{
    color: white;
}

#overview .more
{
    text-align: right;
    padding-right: 166px;
}

#overview .more a
{
/*    color: #cccccc;*/
    color: #e69c2c;
}


/* News Overview */

#newsoverview
{
    background-color: #0D0D0D;
    background-image: url(../images/page/cont_bg.jpg);
    background-repeat: repeat;
    border-width: 2px;
    border-style: solid;
    border-color: #333 #bbb #ddd #666;
    color: white;
    font-size:0.9em;
    margin: 10px 0;
    padding: 10px 4px;
    position: relative;
    border-radius : 10px;

}


#newsoverview h1
{
    border-color:#f69300;
    color: #f69300;
}



#newsoverview .news h1
{
    color: white;
    border-color: white;
}

/* NEWS */


#news
{
    background-color: #0D0D0D;
    background-image: url(../images/page/cont_bg.jpg);
    background-repeat: repeat;
    border-width: 2px;
    border-style: solid;
    border-color: #333 #bbb #ddd #666;
    border-radius: 10px;
    color: white;
    font-size:0.9em;
    margin: 10px 0;
    padding: 10px 4px;
    position: relative;

}

#content .news a
{
/*    color: #f69300;*/
    color: white;
}


#content .news h1
,#content .news h2
,#content .news h3
{
    color: white;
    border-bottom-color: #f69300;
}


#content .news .more
{
    text-align: right;
    padding-right: 166px;
}

#content .news .more a
{
/*    color: #999999;*/
    color: #e69c2c;
}


.NotPublic 
{
    border-top: solid 3px red;
}
