/**
* @version		$Id: k2.css 1492 2012-02-22 17:40:09Z joomlaworks@gmail.com $
* @package		K2
* @author		JoomlaWorks http://www.joomlaworks.net
* @copyright	Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved.
* @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
/*
### Legend ###
Font families used:
font-family: 'OpenSansSemibold',sans-serif;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-family:Arial, Helvetica, sans-serif;
Colors used:
#fff (light blue) used as background on all toolbars, category and user/author boxes
*/

/* Kummer: Overrides 				*/
/* Last change: RL130218 			*/

div.itemCategory span { color: inherit; }
div.itemCategory a { color: #999; }
div.itemCategory a:hover { color: #333; }
.catItemLinks a { font-weight: normal; }

#k2Container div.componentheading, div.itemListCategory{
	/* background: whiteSmoke; */
	/* box-shadow: 1px 1px 3px #DDD; */
	/* border: 1px solid #e9e9e9; */
	margin-bottom: 1em;
	padding: 0px;
	position: relative;
}

/* div.itemListCategoriesBlock,  */
.aktionen #k2Container div.componentheading {
	background-image: url(/media/k2/categories/aktionen.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-left: 200px;
}
#k2Container div.componentheading, div.itemListCategory, 
div.itemContainer, 
div.subCategory, div.itemRelated ul li  { 
	background-color: #EFF4FA;
	box-shadow: 1px 1px 3px #ccc;
	border-radius: 3px;	
	}
div.itemContainer, div.itemRelated ul li, div.tagItemView {
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 0em;
	padding: 4px;
	width: 224px;
}
a.itemRelTitle { line-height: 1.1; }
div.catItemImageBlock, div.subCategory a.subCategoryImage, .relImageWrapper { 
	box-shadow: inset 1px 1px 3px #ddd;
	}
.relImageWrapper { padding: 10px 0; width: 100%; background-color: white; }

div.catItemImageBlock { 
	padding-bottom: 13px;	
	padding-top: 12px;	
	}
.catItemIsFeatured div.catItemImageBlock { 
	background: url(../images/system/featuredItem.png) no-repeat 50% 6px white;
	padding-bottom: 0;	
	padding-top: 25px;	
	}
.itemIsFeatured div.ItemViewMain { 
	background: url(../images/system/featuredItemDetail.png) no-repeat right 0;
	margin-top: 0;
	padding-top: 1px;
	}
div.itemContainer.itemContainerLast { border-right: none; }
div.itemExtraFields ul li span.itemExtraFieldsLabel, div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel,
div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
    width: 90px;
}
div.subCategory { position: relative; }
div.subCategory a.subCategoryImage img, div.subCategory > h2 { max-height: 180px; max-width: 250px; }

div.subCategory a.subCategoryImage {
	background-color: white;
	display: table-cell;
	height: 200px;
	vertical-align: middle;
	width: 280px;
}

a.subCategoryMore { font-weight: bold; position: absolute; bottom: 1em; }
div.itemLinks { text-align: center; }

div.catItemHeader { min-height: 3.5em; }
span.catItemImage {
	display: table-cell;
	height: 220px;
	vertical-align: middle;
	width: 238px;
}
.k2Pagination {
	margin-top: 0.5em;
	text-align: center;
	float: none;
	clear: both;
}
.k2Pagination ul {

	margin: inherit;
	float: none;
}
.column .k2Pagination ul li {
	background: none;
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
}

div.tagItemHeader h2.tagItemTitle {
	font-size: 115%;
	font-weight: normal;
}

div.itemExtraFields { border-top: none; float: left; margin-top: 0; }

div.itemRelated ul li { text-align: center; }
div.itemRelated ul li a.itemRelTitle { text-align: left; }
span.catItemImage img, span.tagItemImage img, div.itemRelated img {
	max-width: 200px !important;
	max-height: 200px !important;
	width: auto !important;
}

.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key {
	font-size: 1em;
}
/* --- END --- */