 /* a:link { text-decoration:none }
  a:visited { text-decoration:none }
  a:hover { text-decoration:none; }
  a:active { text-decoration:none }
*/
div#canvas
{
	width:950px;
	margin:5px 25px;
	overflow:hidden;
	padding-left:5px;
}

div.editForm
{
	width:928px;
	margin:5px 25px 10px 25px;
	padding:10px;
	overflow:auto;
	background-Color:#fff;
	display:none;
}

div#navpages
{
	background:transparent url('../images/nav_pages_back.png') 0% 40% no-repeat;
	background-repeat:repeat;
	height:23px;
	margin-left:5px;
	
}


div#navpages .page:hover
{	

padding:4px 10px;
	float:left;
	color:#666;
	background-Color:#ededed;
	margin-right:5px;
	cursor:pointer;
	border-top:1px solid #D1D1D1;
	border-left:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ababab'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ababab)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #ababab); /* for firefox 3.6+ */
	 
}


div#navpages .pageactive
{

	padding:4px 10px;
	float:left;
	color:#666;
	background-Color:#ededed;
	margin-right:5px;
	cursor:pointer;
	border-top:1px solid #D1D1D1;
	border-left:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #D6D6D6); /* for firefox 3.6+ */
	
	
}
div#navpages .page
{
	padding:4px 10px;
	float:left;
	color:#666;
	margin-right:5px;
	background-Color:#ededed;
	cursor:pointer;
	border-top:1px solid #D1D1D1;
	border-left:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
   opacity: 0.5;
   
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d7d7d7'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d7d7d7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f3f3f3,  #d7d7d7); /* for firefox 3.6+ */
	
}


div#containerframe
{
	overflow:hidden;
}

div.container
{
	width:298px;
	border:1px solid #777;
	margin:5px;
	float:left;

	background-Color:#fff;
	
}

div.groupWrapper
{
	width:315px;
	float:left;
	min-height:650px;
	
}
div.groupWrapper2
{
	height:12px;
}

div.containerhelper
{
	background-Color:#fafafa;
	border:1px dotted #999;
	margin:10px;
	float:left;
	opacity:.5;
	filter:alpha(opacity=50);
}

div.containerhelperaccept
{
	border-left:1px dotted #777777;
	width:314px;
}


div.container div.title
{
	background-position: center;
	background-repeat: repeat;

	height:26px;
}

div.container div.title div.text
{
	color:#000000;
	font-weight:bold;
	font-size:13px;
	cursor: move;
	width:155px;
	float:left;
	line-height: 1.9;
}
div.container div.title div.icon
{
	float:left;
	margin-left:4px;
	margin-top:4px;
	margin-right:3px;
}
div.container div.title div.controls
{
	float:left;
	position:static;
	
}

div.content {
	height:25px;
	border-bottom:1px dotted #ccc;
	background-Color:#fff;
}


div.particleWrapper1 {margin-bottom:1px;
}

div.content
{
	
	width:298px;
}

div.content div.favicon
{
	float:left;
	margin:5px 0px 0px 5px;
	width:18px;
	text-align:center;
}

div.content div.particle
{
	margin:-2px 5px 0px 0px;
	padding:5px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	height:12px;
position:relative; z-index:3;
}

div.content div.particleinfo
{
	font-size:11px;
	color:#aaa;
	cursor:pointer;
}
div.content div.particlefav
{
	cursor:pointer;
	margin-right:2px;
}
div.content div.particleedit
{
	cursor:pointer;
	margin-right:3px;
}
div.content div.particledelete
{
	cursor:pointer;
	margin-right:3px;
	margin-top:1px;
}

div.todoitem
{
	

	border-bottom:1px dotted #ccc;
	background-Color:#fff;
	cursor:pointer;
	width:100%;
}

div.tododelete
{
	cursor:pointer;
	margin-right:3px;
	margin-top:1px;
}

div.todoitem div.todo
{
	margin:0px 5px;
	padding:5px;
	color:#666;
	font-size:12px;
	text-decoration:line-through;
	cursor:pointer;

	padding-left:20px;
	background:transparent url('../images/checkbox_selected.jpg') 0% 40% no-repeat;
	float:left;
}
div.todoitem div.todoopen
{
	margin:0px 5px;
	padding:5px;
	color:#666;
	font-size:12px;
	cursor:pointer;

	padding-left:20px;
	background:transparent url('../images/checkbox_unselected.jpg') 0% 40% no-repeat;
	float:left;
}


div.particlehelper
{
	padding:5px;
}

div.container div.particle:hover
{
	color:#FF4E00;
	cursor:pointer;
}

div.grafik
a  { 
   display: block;
   height: 100%;
   width: 100%;  
}
.drop_menu{ float:left; width:100%;}
.drop_menu ul{ float:left; width:100%; margin:0; padding:0; list-style-type:none;}
.drop_menu ul li{ float:left; width:100%; border-bottom:#e5e5e5 1px solid; padding:11px 0 11px 0;}
.drop_menu ul li a{ text-decoration:none; color:#0072CA; margin-left:10px;}
.drop_menu ul li a:hover{ text-decoration:underline;}


