/*GENERAL {{{*/
*	{
	font-family : verdana;
	}
	
input,select
	{
	font-size:10px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}

img,div,form,p
	{
	border:0;
	padding:0;
	margin:0;
	}
/*}}}*/

#content
	{
	width:720px;
	background-image:url('../userdata/shadow.jpg');
	background-repeat:repeat-y;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-350px;
	_height:100%;
	min-height:100%;
	}

.menu_link,.menu_link_active
	{
	width:150px;
	height:25px;
	display:block;
	padding-left:10px;
	padding-top:6px;
	margin-left:1px;

	background-image:url('../userdata/menu_background.jpg');
	background-repeat:no-repeat;
	font-size:11px;
	text-decoration:none;
	color:black;
	}
	
.menu_link:hover,.menu_link_active
	{
	background-image:url('../userdata/menu_background_over.jpg');
	}

#menu
	{
	position:absolute;
	top:85px;
	left:0px;
	}

#modul
	{
	/*position:absolute;
	top:110px;*/
	margin-left:160px;
	width:530px;
	vertical-align:top;
	}

#stats
{
	position:absolute;
	top:75;
	left:650;
	width:2px;
	height:2px;
	overflow:hidden;
}

/*POLL{{{*/
#poll
{
	width:142px;
	padding-left:4px;
	margin-top:10px;
	font-size:9px;
}

.poll_q
{
	font-size:9px;
	color:#D05921;
}

.poll_a
{
	margin-top:10px;
	font-size:9px;
	height:15px;
}

#poll .radio
{
	width:15px;
	height:15px;
}

.poll_num_votes
{
	padding:10px;
	font-weight:bold;
}
/*}}}*/

