/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body {
background-image:none;
height:99%;
}
body{
position:relative;
}
.closePopup {
float:right;
width:auto;
position:absolute;
bottom:18px;
right:16px;
background-image:url(/internet/media/m_layout/m_layout_img/m_layout_img_iat/icon_close.gif);
background-position: right center;
background-repeat: no-repeat;
padding-right:16px;
}
.typo {
width:100%!important;
background:none;
}
* html .typo {
filter:none;
}

/* - - - - - - - - - - Head - - - - - - - - - - - */
.head {
padding-bottom:8px;
background-image:url(/internet/media/m_layout/m_layout_img/m_layout_img_iat/bg_head_popup.jpg);
background-position: bottom left;
background-repeat: repeat-x;
}
/* - - - - - - - - - Contentraster - - - - - - - - - */
.content {
display:block;
padding:20px 16px 20px 16px;
min-height:550px;
}
* html .content {
height:570px;
}
.popKlein .content {
min-height:245px;
}
* html .popKlein .content {
height:275px;
}
.popLarge .content {
min-height:375px;
*min-height:315px;
}
* html .popLarge .content {
height:315px;
}
.inhalt {
display:block;
width:100%;
margin:0;
padding:0;
float:none;
clear:both;
}
/* - - - - - - - Inhalt - - - - - - */
h1,
.borderContent h2 {
font-size:150%;
}
h2 {
font-size:120%;
}
/* - - - - - - - - - Footer - - - - - - - - - */
ul.footer {
display:block;
width:95%;
position:relative;
top:16px;
margin-bottom:16px;
left:0;
margin-left:16px;
}
