@charset "utf-8";
/* CSS Document */
/*
 * Formatierungen f�r WebSphere-eigene Ids und Klassen
 *
 * @author Daniel Kussin
 * @version 1.0
 * @date 2009/12/14
 */
 
/* Initialisierung WCM */
#portlet table.layoutRow,
#portlet table.layoutColumn {
	margin:0;
}
#portlet table.layoutRow th,
#portlet table.layoutRow td,
#portlet table.layoutColumn th,
#portlet table.layoutColumn td {
	padding:0;
}
#portlet table.layoutColumn table {
	margin:12px 0;
}
#portlet table.layoutColumn th table tr th,
#portlet table.layoutColumn td table tr td {
	padding:5px;
}

/* Navigationen */
/* Metanavigation */
/* Letztes Element */
#metanavigation .wptheme-toolbar-last {
	margin-right:0;
}

/* Web Content Viewer (JSR 286) */
/* Layout-Rahmen */
/*.layoutRow,
.layoutRow tr,
.layoutRow th,
.layoutRow td,
.layoutColumn,
.layoutColumn tr,
.layoutColumn th,
.layoutColumn td {
	padding:0;
}*/
.wpsPortletBody {
	margin:0;
}


/* Suche */
#themeSearchBoxContainer {
	float:right;
	width:160px;
	overflow:hidden;
}
.dijitButtonNode {
	margin:0;
	padding:0;
	width:auto;
	border:none;
}
#search #themeSearchBoxContainer {
}
#search form.searchForm {
}
#search form.searchForm > div {
	display:none;
}
#search input.text {
	float:left;
	display:block;
	height:12px;
	width:136px;
	padding:3px 2px;
	border:none;
	font-style:italic;
	background:none;
	background-image:url(../images/search_input.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#search input.searchIcon {
	position:relative;
	left:-1px;
	width:19px;
	border:none;
	height:18px;
}

#search .wptheme-lightboxLinks {
}

/* Portal-Login */
#form_portallogin table {
	width:205px;
}
