	html {
		height:100%;
		width:100%;
	}

body{
margin: 0px;	
padding: 10px 0 0 0;
}

body#foto{
background: #000;
color: #eaeaea;
}

/* strona wejsciowa - start */
#enter{
text-align: center;
width: auto;
margin: 15% 0 0 0; 
height: 600px;
}

.text_top_l, .text_top_r{
font-family: courier new, sans-serif;
font-size: 18px;
color: #808080;
font-weight: bold;
text-decoration: none;
margin: 80px;
}

.text_top{
font-family: courier new, sans-serif;
font-size: 18px;
color: #808080;
font-weight: bold;
text-align: center;
}


#enter_href{
margin: 30px 0 0 0;
}

.text_top_r:hover, .text_top_l:hover{
background: url('../images/underline.png') bottom no-repeat;
color: #000000;
}

#portfolio{
text-align: center;
}
/* strona wejsciowa - end*/

.white{
color: #fff;
}

/* strona www - start*/

h1{
height: 100px;
margin: 0px 0 40px 0;
text-align: center;
}

/* strona www - end*/

/*panele boczne - start */
a:focus {
outline: none;
}
a.trigger{
	position: absolute;
	background:#DA0000 url(../images/plus.png) 6% 55% no-repeat;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:4px 12px 6px 24px;
	font-weight: bold;
	z-index:10011;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.trigger.right {
	right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
a.trigger:hover {
	background-color:#808080;
}
a.active.trigger {
	background:#DA0000 url(../images/minus.png) 6% 55% no-repeat;
}
.panel {
	color:#fff;
	position: absolute;
	display: none;
	background: #808080;
	width: 300px;
	height: auto;
	z-index:10010;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.panel.right {
	right: 0;
	padding: 20px 100px 20px 30px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
.panel {
	font-size:13px;
}
/* panele boczne - end*/