/* $Id: modul_pack.css 22 2008-07-30 07:53:32Z edin.coralic $ */

.modul_pack {
	
}
.modul_pack .line_bg {
	/*background: url('../dsg/line_bg.jpg') repeat-y 0 0;*/
	background: url('../dsg/line_bg.gif') repeat-y 0 0;
	height: 1%;
}
.modul_pack ul.list{
	list-style-type:none;
	margin:0;
}
	.modul_pack ul.list li {
		margin: 0;
		text-align:center;
		background: url('../dsg/stars_bg.gif') repeat-x left bottom;
		margin-bottom: 2em;
		height: 1%;

		height: 140px;
		overflow: hidden;
	}


.modul_pack h2.title {
	padding-bottom:21px;
}
.modul_pack .text {
	font-size:1.2em;
	text-align:left;
}

.modul_pack  .frame .title{
	text-align:right;
	color:#919191;
	font-size:12px;
	font-style:italic;
}
.modul_pack .frame .image {
	overflow: hidden;
	height: 105px;
	text-align: center;
}
.modul_pack .frame .image a,
.modul_pack .frame .image a:hover {
	text-decoration: none;
}

.modul_pack a.more{
	float: right;
	background: #1b577d;
	padding: 2px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
		
/* STUDYS */	
.modul_pack .studys {
	float:left;
	width:304px; /*315*/
}	
.modul_pack .studys .frame {
	border-right:none;
	border-left:none;
	padding-right : 24px;
}
.modul_pack  .studys .frame .title{
	text-align:left;
	padding-left:0px;
	color:#1b577d;
	font-weight:bold;
	font-size:1.6em;
	font-style:normal;
	margin-bottom:10px;
}
.modul_pack .studys .frame .subtitle{
	text-align:left;
	color:#919191;
	font-size:1.2em;
	font-style:italic;
	margin-bottom:0.5em;
	
}		
/* REFERENCES */		
.modul_pack .reference {
	float:left;
	/*width:304px;*/ /*315*/
	width:456px;
}
.modul_pack .reference .image img {
	border: 1px solid #1c587e;
}
.modul_pack .reference .title {
	padding-left:24px;
	font-weight: bold;
}
.modul_pack .reference .title a {
	color: #919191;
}
.modul_pack .reference .frame {
	padding-left : 24px;
	padding-right: 24px;
}

/* STATMENTS */	
.modul_pack .statments {
	float:left;
	/*width:304px;*/ /*315*/
	width:456px;
}
.modul_pack .statments .title {
	padding-left:24px;
}
.modul_pack .statments .frame .title{
	text-align:left;
	padding-left:0px;
	color:#1b577d;
	font-weight:bold;
	font-size:1.6em;
	font-style:normal;
	margin-bottom:10px;
}
.modul_pack .statments .frame .subtitle{
	text-align:left;
	color:#919191;
	font-size:1.2em;
	font-style:italic;
	margin-bottom:0.5em;
}
.modul_pack .statments .frame {
	border-right:none;
	border-left:none;
	padding-left : 24px;
}

