.buttondelete{
/*
	height:20px; 
	width:130px; 
	font-size:12px;
	background:#F6F7F7;
*/
}
.descript {
	background-color: #EDEBE6; /* temporarily used, 'cause description class failed here */
	padding: 6px;
}

.group-overview {
	background: url(grafiken/backgrounds/groups.gif) #F7F8F8 bottom right;
	width: 450px;
	position: relative;
}

.group-container {
	background: url(grafiken/backgrounds/groups.gif) #F7F8F8 bottom right;
	border: 1px solid #87A489;
	height: 160px;
	padding: 7px;
	/* this fucking bastard breaks the silder */
	/*position: relative;*/
	width: 230px;
	margin: 10px 3px;
	text-align: left;
}

.group-container a:link.headline,
.group-container a:active.headline,
.group-container a:visited.headline {
	color: #4F6D4E;
}

.group-container a:hover.headline {
	color: #B46920;
}

.group-container .bottom {
	background: #6385A8;
	border-top: 1px solid #6F8871;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 10px;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 2px 0px 0px 7px;
	/* this fucking bastard breaks the silder */
	/*position: absolute;*/
}

.group-container .bottom a:link,
.group-container .bottom a:active,
.group-container .bottom a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.group-container .bottom a:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}

.image-area {
	float: left;
	width: 85px;
}

.image-area img {
	border: 1px solid #444444;
	padding: 2px;
	margin-bottom: 3px;
}

.lock-open {
	width: 15px;
	height: 17px;
	background: url(../grafiken/groups/groups_lock-open.gif) no-repeat;
}

.lock-confirm {
	width: 15px;
	height: 17px;
	background: url(../grafiken/groups/groups_lock-confirm.gif) no-repeat;
}

.lock-private {
	width: 15px;
	height: 17px;
	background: url(../grafiken/groups/groups_lock-private.gif) no-repeat;
}

.text-area {
	float: left;
	text-align: left;
	font-size: 11px;
	margin-left:8px;
	overflow:hidden;
}

.groupsettings .headline {
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

.groupsettings .trenner {
	padding: 2px;
	padding: 10px;
}

.newgroup {
	background: url(../grafiken/groups/groups_create-bg.jpg);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 55px;
	margin-left: -14px;
	padding: 10px;
	width: 130px;
}

	.newgroup a:link,
	.newgroup a:visited,
	.newgroup a:active {
		color: #444;
	}

.photobox {
	float: left;
	height: 450px;
	width: 450px;
}

.photoholder {
	background-color: #E2E2E2;
	height: 100%;
	text-align: center;
	width: 450px;
}

.phototext {
	float: right;
	height: 450px;
	padding-left: 5px;
	width: 300px;
}

#na_cont table td .icenter {
	height: 120px;
	text-align: center;
}

#na_cont table td .module_box{
	margin: 0px 0px 0px 25px;
	width: 200px;
}

#na_cont table td .module_box-inside{
	height: 180px;
}

#na_cont table td div{
	text-align: left;
}

#na_cont table tr {
}

/*
.newgroup {
	background: url(grafiken/groups/newgroup-bg_orange.gif);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 55px;
	margin-left: -14px;
	padding: 10px;
	width: 130px;
}
*/

.module_mover { 
	background: #D9E3E4; /* überschreibt die Hintergrundfarbe des Movers für den Group-Bereich */
}

/* olli: sven ist die headline zu gross */
.headline-big {font-size:14px;}