/* - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
* Filename: main.css
* Version: 1.0.0 (2008-02-09)
* Website: http://cibins.eu/
* Author: Olaf Helmig
* Description: 
* - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - */
/* _basic reset
==========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html, body{
  height: 100%;
  width: 100%;
}
body {
	color: #494a4d;
  font-size: 16px;
  line-height: 1em;
  font-family: "Trebuchet Ms", arial, sans-serif;
  text-align: center;
  background: #fff;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
h6{
  float: right !important;
}

ol, ul {
	list-style: none;
}
ol, ul, dl{
  position: relative;
}
/* tables still need 'cellspacing="0"' in the markup
*/
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
  border: 0px;
}
br,
.clear{
  clear: both;
}
.clearer{
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:before {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
a{
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  text-decoration: underline;
}
/* ie6+7 hack */
*ul li{ height: 1% !important; }
/**/
.leftF{ float: left !important;}
.rightF{ float: right !important;}
/* _page
==========================================*/
#page{
  width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%;
}
* html #page{
  height: 100%;
}
/* _branding
==========================================*/
#branding{
  width: 800px;
  height: 150px;
  position: relative;
  background: #c0d72f;
}
#branding cite{
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: .75em;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
/* _content - wrapper
==========================================*/
#content{
  width: 640px;
  float: left;
  position: relative;
  padding-top: 20px;
}
/* _content - bild (leftcol)
==========================================*/
.content-Bild{
  width: 320px;
  float: left;
}
/* _content - texz (rightcol)
==========================================*/
.content-Text{
  width: 320px;
  padding: 120px 0 10px 0;
  border-bottom: 1px solid #787878;
  float: left;
}
.content-Text h1{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  border-bottom: 1px solid #787878;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.content-Text h1 a{
  color: #494a4d;
}
.content-Text p{
  font-size: .75em;
}
.content-Text strong,
.content-Text b{
  font-size: 1.5em;
  padding-top: 10px;
}
/* _siteinfo - wrapper
==========================================*/
#siteinfo{
  background: #707072;
  width: 800px;
  height: 55px;
  position: relative;
  margin: -55px auto 0 auto;
}
#siteinfo img{
  position: absolute;
  top: 0;
  right: 20px;
}

