/*
Date: 23.11.2004
VIVAI Software AG, http://www.vivai.de/; (+49) 231 914488-0
Developer: joerg.dahlke@vivai.de 
Last update: 23.11.2004
klinik_frame.css
*/

@import url(./background/background_2.css);

@import url(head_elements.css);
@import url(nav_elements.css);
@import url(con_elements.css);
@import url(act_elements.css);
@import url(foo_elements.css);

/* Frame-Definition */

@import url(headline_frame.css);


html{
height:100%;
width:100%;
background-repeat:repeat-x;
background-position:top left;
}

body{
margin:0;
padding:0;
width:100%;
height:100%;
}

#area_1{
position:absolute;top:0;left:0;
width:100%;
min-height:100%;
border:0px solid green;
background-repeat:repeat-y;
background-position:top left;
margin:0;
padding:0;
}

* html #area_1{
width:100%;
height:100%;
}


#area_2{
float:left;
min-width:1000px;
min-height:2.5em;
margin:0;
padding:0;
padding-bottom:0.5em;
border:0px solid red;
}

* html #area_2{
position:relative;top:0;left:0;
border:0px solid #fff;
width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
height:2.5em;
}


#navigation_field{
float:left;
width:14.5em;
padding:0;
margin:0;
overflow:hidden;
}
* html #navigation_field{
width:160px;
}

/*action_field {
display:none;
}*/

#content_field {
position:relative; top: 0; left: 0;
margin:0;
padding:0;
margin-left:14.5em;
margin-right:1em;
min-width:48em;
min-height:1em;
padding-bottom:12em;
border:0px dotted red;
}

* html #content_field {
position:static;
border:0px solid red;
margin-left:160px;
width:50em;
}


#footer {
clear:both;
position:absolute;bottom:0px;
padding:0;
margin:0;
height:12em;
width:100%;
z-index:10;
}

#footer #inner_footer{
margin-left:15.5em;
margin-right:2em;;
min-width:35.5em;
min-height:5em;
border-top:solid 1px #030;
color:#900;
}

* html #footer #inner_footer{
height:5em;
width:expression(document.body.clientWidth < 770? "36.5em": "auto" );
}

.clear{clear:both;}
