body {
	background: #f4f4f4;
}

body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: #333333;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

/* @group Structure */

#siteframe {
	width: 806px;
	margin: 0 auto;
	padding: 0 0 14px 14px;
	background: white;
}

#leftframe {
	float: left;
}

#navigation {
	min-height: 215px;
	padding: 0 12px;
	background: #faf8f8;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	width: 176px;
}

#header {
}

#rightframe {
	float: left;
}

#sidebar {
	float: left;
	width: 176px;
	padding: 20px 12px;
}

#content {
	float: left;
	width: 596px;
	padding: 20px 0 20px 10px;
}

#content_padding {
	padding-right: 14px;
}

#portlets_content {
	margin-top: 30px;
}

#footerframe {
	border-top: 1px solid #e8e8e8;
	padding: 5px 0 0;
	margin-right: 14px;
}

#bookmarks {
	float: right;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Stuff */

.clear {
	float: none;
	clear: both;
	display: block;
}



/* @end */

/* @group Portlets */

.portlet {
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.portlet-title, h1.portlet-title, #content h1.portlet-title {
	height: 14px;
	line-height: 14px;
	border: none;
	margin: 0;
	padding: 4px 10px 3px 10px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

.portlet-content {
	margin: 0;
	padding: 10px 10px 0;
}

/* @group Sidebar */

#sidebar .portlet {
	background: url(../img/sidebar_portlet_bottom.jpg) no-repeat left bottom;
}

#sidebar .portlet-title, #sidebar h1.portlet-title {
	background: url(../img/sidebar_portlet_title.jpg) no-repeat left top;
}

#sidebar .portlet-content {
	background: url(../img/sidebar_portlet_content.jpg) repeat-y left top;
}

#sidebar .portlet_search {
	background: none;
	padding: 0;
}

#sidebar .portlet_search .portlet-content {
	padding: 0;
	margin: 0;
	background: none;
}

#sidebar .portlet_search .portlet-title {
	display: none;
}

#sidebar .portlet_search .portlet-content {
	height: 20px;
}

#sidebar #portlet-search-input {
	background: url(../img/searchfield.jpg) no-repeat left top;
	border: none;
	float: left;
	width: 120px;
	height: 18px;
	margin: 0;
	font-size: 10px;
	padding: 2px 10px 0;
	color: #747577;
}

#sidebar #portlet-search-button {
	background: url(../img/searchbutton.jpg) no-repeat left top;
	border: none;
	float: left;
	width: 36px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

/* @group Testimonials */

#sidebar .testimonials-picture img {
	height: 65px;
	border: 1px solid #eaeaea;
	margin-bottom: 5px;
}

#sidebar .testimonials-citate {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

#sidebar .testimonials-name, #sidebar .testimonials-function {
	font-size: 10px;
}


/* @end */



/* @end */

/* @group Content */

#content .portlet {
	background: url(../img/content_portlet_bottom.jpg) no-repeat left bottom;
	width: 184px;
	float: left;
	margin-right: 14px;
}

#content .portlet-title, #content h1.portlet-title, #content h1.portlet-title {
	background: url(../img/content_portlet_title.jpg) no-repeat left top;
}

#content .portlet-content {
	height: 180px;
	background: url(../img/content_portlet_content.jpg) repeat-y left top;
}

#content .portlet_identifier {
	width: 184px;
}

#content .portlet_random_cloud a {
	color: #333;
}

#content .portlet_random_cloud a:hover {
	text-decoration: none;
}


/* @end */

/* @group Footer */

#footerframe .meta-navigation {
	float: left;
	padding: 0;
	margin: 0;
}

#footerframe .meta-navigation li {
	float: left;
	list-style-type: none;
}

#footerframe .meta-navigation li a {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 12px;
	border-left: 1px solid #333333;
	color: #333333;
	padding: 0 5px;
	text-decoration: none;
}

#footerframe .meta-navigation li.sort-1 a {
	border: none;
	padding-left: 0;
}



/* @end */


/* @end */