@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	height:100%;
	font-size:11px;
	padding:0px;
	margin:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Main frame with content */
#content{
	background-image:url(images/content_bg.png);
	background-repeat:repeat;
	border:none;
	width:100%;
	border-bottom:4px solid white;
}
#aegee_logo{background-image:url(images/logo_aegee.png);height:123px;width:199px;
position:relative;
top:-50px;
left:-170px;
}
#reanimacje_logo{background-image:url(images/logo_rea.png);width:674px;height:222px;
margin:auto;
;}
#bar{
margin-top:70px;
background-image:url(images/bar_bg.gif);
height:222px;
background-repeat:repeat-x;
width:100%;
}
#menu{
float:left;
margin:0px;
margin-left:15%;
list-style-image:none;
list-style-position:inside;
list-style-type:none;
width:160px;

}
.span{
height:100%;
width:100%;
display:block;
}
.text{
width:500px;
margin-left:30%;
}
.menu{
font-size:12px;
color:#FFFFFF;font-weight:bold;}

li a{
height:inherit;
width:inherit;

display:block;
}
label{
color:#FFFFFF;
font-weight:bold;

display:block;
}
a img,a{border:0px;}
