/*
-----------------------------------------------
Title: Main Page Content Stylesheet
Author: Paul Schmit - Designkitchen, Inc.
Created:  20.feb.2005
Modified: 
----------------------------------------------- */

/* =STRUCTURE */
@import url("structure.css");

/* =NAVIGATION 
@import url("navigation.css");*/

/* =PAGE CONTENT */
@import url("content.css");

#content p {
	color:#333333;
	font-size:1.0em;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 10px 0px;	
}
#content ul {
	background-color:#F0F0F0;
	margin:10px 0px 15px 0px;
	padding:10px 12px 12px 12px;
}
#content ul ul {
	margin:0px;
	padding:5px 0px 0px 0px;
}
#content ul li {
	color:#333333;
	line-height:16px;
	list-style:none;
	list-style-image:none;	
	margin:5px 0px 0px 0px;	
	padding:0px 0px 4px 14px;
}
#content ul li {
	background:url(http://83.138.143.21/images/img/nav.arrow.gif) 0px 5px no-repeat;
}
#content ul li ul li {
	background:url(http://83.138.143.21/images/img/list.arrow.gif) 0px 3px no-repeat;
}
#content a {
	color:#1A4897;
	text-decoration:underline;
}
#content a:hover {
	color:#0064aa;
	text-decoration:none;
}
.fullspan {
	display:block;
	margin-left:-28px;
	margin-right:-28px;
	margin-bottom:20px;
}


/* ************** */
/* EDIT SMODE     */
.edit-mode-top {
	margin-bottom:50px;
}

.edit-mode-inline {
	margin-top:20px;
}

.edit-button {
	float:left;
	margin-right: 10px;
}

.edit-new-button {
	float: left;
	clear: right;
	background: #FF99FF;
	color: #FFF;
}


