/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Modules Style Sheet - Defines general module defaults, headings, badges and icons
 */


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module { position: relative; }

.toplogo {
    position: absolute;
    z-index: 20;
    height: 184px;
    width: 220px;
    top: 76px;
    background-color: #000000;
/*    opacity: 0.9;*/
}

.rechts_1 {
    position: absolute;
    right: 2px;
    z-index: 20;
    height: 162px;
    width: 26px;
    top: 2px;
;    background-color: #000000;
}

.rechts_2 {
    position: absolute;
    right: 2px;
    z-index: 20;
    height: 162px;
    width: 26px;
    top: 166px;
;    background-color: #000000;
}

.rechts_3 {
    position: absolute;
    right: 2px;
    z-index: 20;
    height: 162px;
    width: 26px;
    top: 330px;
;    background-color: #000000;
}

.rechts_4 {
    position: absolute;
    right: 2px;
    z-index: 20;
    height: 162px;
    width: 26px;
    top: 496px;
;    background-color: #000000;
}

.module .badge {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon {
	display: block; 
	position: relative;
	top: -6px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}


/* Module Defaults
----------------------------------------------------------------------------------------------------*/

.deepest > *:first-child { margin-top: 0; }
.deepest > *:last-child { margin-bottom: 0; }


/* Module Headings
----------------------------------------------------------------------------------------------------*/

.module .module-title { margin: 0 0 15px 0; }

/* Subtitles */
.module .module-title span.title { display: block; }

.module .module-title span.subtitle {
	display: block;
	margin-top: 2px;
	line-height: 14px;
	font-size: 12px;
	text-indent: 1px;
}

