/*
Project: Ingakalna.com
Description: General layout + design styles
Author: Tim Isenheim
Author URI: http://www.fresh-labs.de 
	
*/

@media screen, projection {

/* @media rules will be visible to MacIE5 */

}

.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}



html, body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #282828;
}

body {
  background: url("../images/notebg.gif") repeat-y fixed top center;
  text-align: center;
  font-size: 0.8em;
}

small{
  font-size: 0.8em;
}

span.highlight{
  color: #edd264;
  text-transform: uppercase;
}

#container {
  text-align: left;
  width: 760px;
  margin: 0 auto;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}

#header {
  font-family: Georgia, "Times New Roman", Times, serif;
  height: 245px;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #ffffff;
  background-color: #333;
}

#header h1{
  position: absolute;
  text-indent: 20px;
  font-size: 3.0em;
  /*margin: .3em;*/
}

#header a{
  color: #fff;
  font-size: 2.5em;
  text-decoration: none;
}

#header span {
  background: url(../images/header.jpg) no-repeat;
  position: absolute;
  width: 760px;
  height: 245px;
}

h2 {
  font-size: 125%;
  margin: .2em 0 2.0em 0;
}

h3 {
  font-size: 0.9em;
  margin: .4em 0 5px 0;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h4{
  font-size: 1.0em;
}

h3:first-letter {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.0em;
}

h4.special {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.0em;
  width: 60%;
  margin: 0 auto 12px auto;
  text-align: center;
}

a, a:link {
  color: #ffff99;
}

a:visited {
  color: #ffff99;
}

a:hover, a:active {
  color: #ffffff;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

acronym {
  cursor: help;
}


/*** container for the 3 columns */

.inner-container {
  width: 100%;
  margin: 0;
  background-color: #494949;
  border-top: 1px solid #999;
}

/* center column */

#outercontent {
  width: 578px;
  height: 570px;
  float: right;
  padding: 0;
  margin: 0;
  background-color: #333333;
  border-left: 2px solid #999999;
}

html>body #outercontent {
  min-height: 570px;
  height: auto;
}

/************************ Content **/

#content {
  margin: 0 25px 20px 25px;
  padding-bottom: 20px;
  line-height: 1.4em;
}

#content .footnote {
  float: right;
  text-align: right;
  font-weight: bold;
  margin: 7px 20px 0 0;
  padding: .1em .4em;
  border: 1px solid #999;
  background-color: #666;
  background-image: none;
  width: 10.0em;
}

body>html #content .footnote {
  margin-right: 40px;
}

#content p {
  text-align: justify;
  margin: 5px 10px 0 0px;
  padding: 0;
}

#content .nomargin{
  width: 320px;
  margin: 5px 0px 0 0;
}

#content a {
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content blockquote {
  line-height: 1.6em;
  border: 1px solid #999;
  background: transparent url(../images/quot_left.png) 5px 10px no-repeat;
  background-color: #444;
  padding: 1.7em;
  margin-left: 30px;
  margin-bottom: 30px;
}

#content blockquote div {
  background: transparent url(../images/quot_right.png) bottom right no-repeat;
  padding: 0 45px 0 35px;
  text-align: justify;
}

#content .bordered {
  border: 3px solid #ffffff;
  margin: 5px 10px 5px 0;
  padding: 1px;
}

#content ul, #content ol {
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0 5px 0px;
  padding: 0;
}

#content li {
  padding: 0 0 2px 17px;
  background: url(../images/navstar.gif) no-repeat left top;
}

#content .topnavi li{
  background: none;
  padding-left: 5px;
}

#content div.hr {
  background: url("../images/classic_hr2.gif") no-repeat scroll center;
  clear: both;
  margin: 15px 0 10px 0;
  height: 18px;
}

#content div.hr hr{
  display: none;
}

#footer {
  clear: both;
  line-height: 30px;
  border-top: 2px solid #999999;
  font-size: 0.85em;
  padding: 5px 5px 2px 0;
  margin: 0 auto;
}

#footer .counter{
  width: 300px;
  float: left;
  margin-left: 10px;
  color: #999
}

#footer .txt{
  text-align: right;
}

/******************************** various classes */

/* for special announcements */

#content .alsoview {
  font-size: 0.9em;
  width: 200px;
  margin: 10px 20px 10px 0;
  padding: 6px;
  background-color: #666;
  border: 1px solid #ccc;
  text-align: left;
}

#content .alsoview h3, #content .disclaimer h4 {
  margin: 5px 0;
  padding-left: 40px;
  background: transparent url(../images/h3.gif) no-repeat left;
}


#content .alsoview p{
  padding-left: 10px;
  text-align: left;
}

#content .topmargin{
  margin-top: 40px;
}


/* for indented paragraph box */

.indentbox {
  padding: 10px;
  margin-left: 50px;
  width: 400px;
  background-color: #282828;
  border: 1px solid #cccccc;
}

.indentbox h3 {
  text-align: left;
  margin-left: 0px;
}

.indentbox a {
  text-decoration: none;
  font-weight: bold;
}

.indentbox .floatleft{
  width: 50%;
}

/* align stuff */

div.alignleft {
  float: left;
  width: 250px;
  margin: 8px 0 8px 0;
}

#content .newsbox div.alignleft{
  width: 180px;
}

#content div.alignright {
  float: right;
  width: 260px;
  margin: 8px 0 5px 0;
}

#content .marginleft {
  margin-left: 270px;
  margin-top: 40px;
}

#content .alignleft, #content .floatleft {
  float: left;
}

#content .alignright, #content .floatright {
  float: right;
  margin-left: 5px;
}

#content .aligncenter {
  text-align: center;
  margin: 0 auto;
  clear: both;
}

#content p.aligncenter{
  margin: 15px auto 5px auto;
}

/***************** Language selection */

#langselect {
  font-family: "small fonts", sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top: 260px;
  width: 130px;
  margin: 0 0 0 690px;
  z-index: 10;
  
}

#langselect ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#langselect .flags {
  width: 100px;
}

#langselect span{
  display: none;
}

#langselect li a {
  display:block;
  float: left;
  width: 16px;
  height: 10px;
  font: normal 7px sans-serif;
  border: 1px solid #999;
  color:#999;
  margin: 0 2px;
}



#german a, #german a:hover {
  background: url(../images/flag_de.gif) no-repeat;
  text-decoration: none;
}

#english a, #english a:hover {
  background: url(../images/flag_uk.gif) no-repeat;
  text-decoration: none;
}

#quicktags{
  font-family: Arial, Helvetica, sans-serif;
  height: 12px;
  margin: 0px 10px 0 740px; 
  position: absolute;
  top: 258px; 
  z-index: 15;
}

#quicktags a{
/*  font-weight: bold; */
  font-size: 12px;
  width: 14px;
  height: 12px;
  line-height: 12px;
  color: #ccc;
  text-decoration: none;
  padding: 1px 3px;
}

#quicktags a:hover{
  background-color: #000;
  color: #fff;
}

/* end media screen rules */
