/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

@import "text_styles.css";

p.summary {
color:#666666;
height: 4em;
margin-top: 0.5em;
padding-left: 0px;
font-style: italic;
font-weight: bold;
}

div.section_summary {
color:#666666;
margin-top: 0.5em;
margin-bottom: 2em;
padding: 0px;
font-style: italic;
font-weight: bold;
}

div.link_summary {
margin: 0px;
padding-left: 2em;
font-style: italic;
font-weight: normal;
}

a.toplink {
text-decoration: none;
font-weight: bold;
color:white;
}

a:hover.toplink {
text-decoration: underline;
}

#teaser_container {
position: relative;
height: 280px;
overflow: hidden;
/*border: 1px solid red;*/
}

#article_link_container {
visibility: visible;
z-index: 6;
margin: 0;
margin-top: 4px; 

/*border: 1px solid red;*/
}

div.tn_container{
overflow: hidden;
width: 97px;
height: 60px;
float: left;
margin-right: 4px;
}

#category_news_container {
width: 20em;
}

.blocky {border:solid 1px orange;z-index:8;}

div.teaser_frame, div.teaser_frame_hidden {
position: absolute;
visibility: visible;
overflow: hidden;
height: 310px;
z-index:4;
margin-bottom: 10px;
/*border: 1px solid red;*/
}

div.teaser_frame_hidden {
visibility: hidden;
z-index:0;
}

img.article_thumbnail {
/*width: 94px;*/
margin-right: 8px;
/*border: 1px solid red;*/
}

.rounded_frame
{
-webkit-border-radius: 3px;    /* for Safari */
-moz-border-radius: 3px;    /* for Firefox */
position: relative;
}

input.search {
font-size:100%;
width:220px;
height:1.5em;
border: 0 none;
outline:none;
color: #c5c5c5;
font-weight: bold;
padding-left: .5em;
margin: 10px;
margin-bottom: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

div.auth_input input {
color: #777;
font-size:75%;
}

input.error, select.error {
border: 1px solid red; 
background-color: #FFFCE2; 
background-image: url(/images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}


/* ----------container zentriert das layout-------------- */
#container {
background-color: #c5c5c5;
width: 990px;
margin:0 auto;
margin-bottom: 10px;
margin-top: 10px;
padding-bottom: 10px;
/*border: 1px solid red;*/
}

#myframe {
width: 930px;
margin: 30px;
margin-top: 5px;
margin-bottom: 10px;
padding: 10px;

background-color: white;
/*border: 1px solid red;*/
}


div.month_menu {
background: white;
position: absolute;
top: 0;
left: 0;
width: 9em;
height: 1.5em;
overflow: hidden;
z-index: 12;
opacity: .9;
}

/* ----------header-------------- */
#header {
margin-bottom: 30px;
/*border: 1px solid red;*/
position: relative;
}
/* ----------banner for logo-------------- */
#headerpic {
background: url(../media/default_header.jpg) top left repeat-x;
height: 110px;
width:  930px;
/*border: 1px solid red;*/
}

/* ---------- logo-overlay -------------- */
#logo_overlay {
position: absolute;
top: 0;
z-index:10;
}
/* ---------- header-image-corners -------------- */
#hdr_tr{
position: absolute;
top: 0;
right: 0;
background: url(../images/tr-tw.png) top right no-repeat;
height: 3px;
width:  3px;
/*border: 1px solid red;*/
}
#hdr_tl{
position: absolute;
top: 0;
left: 0;
background: url(../images/tl-tw.png) top left no-repeat;
height: 3px;
width:  3px;
/*border: 1px solid red;*/
}
#hdr_br{
position: absolute;
bottom: 0;
right: 0;
background: url(../images/br-tw.png) bottom right no-repeat;
height: 3px;
width:  3px;
/*border: 1px solid red;*/
}
#hdr_bl{
position: absolute;
bottom: 0;
left: 0;
background: url(../images/bl-tw.png) top left no-repeat;
height: 3px;
width:  3px;
/*border: 1px solid red;*/
}
/* ---------- grey-container-corners -------------- */






/* ----------search box-------------- */
#searchbox {
text-align: right;
padding:0px;
padding-left:500px;
/*border: 1px solid red;*/
}
/* -----------------Inhalt--------------------- */
#content {
padding: 0;
margin-top: 0px;
margin-left: 246px;
margin-right: 280px;

}

div#content { 
min-height:410px;
height:expression(this.scrollHeight > 360 ? "auto":"360px"); 
/*border: 1px solid red;*/
position: relative;
}


/* --------------left navigation------------- */
#left {
float: left;
width: 160px;
margin: 0px;
padding-left: 61px;
/*border: 1px solid red;*/
}

/* --------------right navigation------------- */
#right {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
/*border: 1px solid red;*/
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;

padding: 0px;
text-align: center; 
/*border: 1px solid red;*/
}

/* ----------- FORM LAYOUT STUFF --------------------------- */

div.form_container {
float: none;
width: 400px; 
border: none; 
padding: 5px; 
margin: 5px auto;
overflow: hidden;
}

div.row {
  clear: both;
  padding-top: 5px;
  border: none;
/*border: 1px solid red;*/
}



.label {
  float: left;
  width: 203px;
  text-align: right;
  font-weight:normal;
  font-size: 12px;
/*border: 1px solid red;*/
  }

.formw {
  float: right;
  width: 185px;
  text-align: left;
/*border: 1px solid red;*/
  } 

/* some other stuff  */

#uploader_container {
background: black;
position:fixed;
width: 100%;
height: 800px;
top:0em;
z-index: 50;
}

