/* CSS Document */
@import url("modul_icons.css");

/*---------- To align the Actions, Icon and Title ---------*/
.c_actions{float:left;}


/*---------- default style for head & normal -----------*/
.Normal {font-family: Arial, Trebuchet MS, Verdana;
font-size:12px;
line-height:16px; margin-top:12px;}
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}



/** Modul Basics **/

.modul {
position:relative;
margin: 0px;
left:0px;
top:0px;
}

.modul_top h1 {
position:absolute;
z-index:5;
color: #ffffff;
font-weight: bold;
font-size: 12px;
font-family: Arial,Trebuchet MS,Verdana;
line-height:12px;
margin: 7px 0px 0px 0px;
}


.Head{
	color: #ffffff;
font-weight: bold;
font-size: 12px;
font-family: Arial,Trebuchet MS,Verdana;
}

.modul_topleft {
position:absolute;
top: 0px;
left: 0px;
background-image: url('./img/bg_topleft.jpg');
width:15px;
height:24px;
}

.modul_top {
position:relative;
background-image: url('./img/bg_top.jpg');
height:24px;
padding:0px 15px 0px 15px;
}

.modul_topright {
position:absolute;
top: 0px;
right: 0px;
background-image: url('./img/bg_topright.jpg');
width:15px;
height:24px;
}

.modul_bottomleft {
position:absolute;
bottom: 0px;
top:0px;
left:0px;
background-image: url('./img/bg_bottomleft.jpg');
background-repeat: no-repeat;
width:15px;
height:10px;
}

.modul_bottom {
position:relative;
bottom:0px;
background-image: url('./img/bg_bottom.jpg');
background-repeat:repeat-x;
height:10px;
width:100%;
}

.modul_bottomright {
position:absolute;
bottom: 0px;
top:0px;
right: 0px;
background-image: url('./img/bg_bottomright.jpg');
background-repeat: no-repeat;
width:15px;
height:10px;
}

.modul_content {
z-index:0 !important;
z-index:-1;
padding: 0px 0px 0px 15px;
}

/** Modul Single Settings **/


.modul_small_01 {
position:relative;
float:left;
width: 218px;
height:164px;
background-image: url('./img/bg_content_218.jpg');
background-repeat:repeat-y;
margin-bottom:12px;
}

.right
{
	margin-left:19px;
}

.modul_small_01 .modul_content {
position: relative;
width:188px;
height:130px;
overflow:hidden;
}

.modul_small_02 {
width: 228px;
height:164px;
background-image: url('./img/bg_content_228.jpg');
background-repeat:repeat-y;
}

.modul_small_02 .modul_content {
position: relative;
width:198px;
height:130px;
overflow:hidden;
}

.modul_midi {
width: 458px;
height:248px;
background-image: url('./img/bg_content_458.jpg');
background-repeat:repeat-y;
margin-bottom:13px;
}

.modul_midi .modul_content {
position: relative;
width:428px;
height:214px;
overflow:hidden;
}

.modul_midi_flex {
width: 458px;
background-image: url('./img/bg_content_458.jpg');
background-repeat:repeat-y;
margin-bottom:13px;
}

.modul_midi_flex .modul_content {
position: relative;
width:428px;
overflow:hidden;
}

.modul_full {
width: 696px;
height:696px;
background-image: url('./img/bg_content_696.gif');
background-repeat:repeat-y;
}

.modul_full .modul_content {
position: relative;
width: 676px;
height:662px;
overflow:hidden;
}

.modul_full_flex {
width: 696px;
background-image: url('./img/bg_content_696.gif');
background-repeat:repeat-y;
}

.modul_full_flex .modul_content {
position: relative;
width: 676px;
overflow:hidden;
}

.modul_fullXL {
width: 928px;
height:696px;
background-image: url('./img/bg_content_928.gif');
background-repeat:repeat-y;
}

.modul_fullXL .modul_content {
position: relative;
width: 908px;
height:662px;
overflow:hidden;
}

.modul_fullXL_flex {
width: 928px;
background-image: url('./img/bg_content_928.gif');
background-repeat:repeat-y;
}

.modul_fullXL_flex .modul_content {
position: relative;
width: 908px;
overflow:hidden;
}

.modul_big {
width: 458px;
height:508px;
background-image: url('./img/bg_content_458.jpg');
background-repeat:repeat-y;
}

.modul_big .modul_content {
position: relative;
width:428px;
height:474px;
overflow:hidden;
}

.modul_flex {
width: 468px;
background-image: url('./img/bg_content_468.jpg');
background-repeat:repeat-y;
margin-bottom:12px;
}

.modul_flex .modul_content {
position: relative;
width:438px;
overflow:hidden;
}

.modul_long {
width: 218px;
height:516px;
background-image: url('./img/bg_content_218.jpg');
background-repeat:repeat-y;
margin-bottom:12px;
}

.modul_long .modul_content {
position: relative;
padding-left:15px;
padding-right: 15px;
width:188px;
height:482px;
overflow:hidden;
}









