@charset "utf-8";

/*
-----------------------------------------------
Author:   	Christian Hamann
Version:  	29 Mai 2007

----------------------------------------------- */


/* Clean slate */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
margin: 0; padding: 0; border: 0; list-style: none; font-size: 100%; font-weight: normal; }
img { border: 0px;}



body {	  
	height: 100%;
	background: #3b7be5 url(../pix/grad_gr_bl.jpg) repeat-x;
	}

/* Typography */

body,div,p,span,h1,h2,h3 {
	font-family: "Courier New", "Andale Mono", Trebuchet MS, monospace;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	}

h2, h3 {
	border-bottom: 1px dotted #000;
	margin: 16px 0 0 0;
	}

a {
	text-decoration: none;
	color: #000;
	}

a:hover {border-bottom: 1px dotted #000;}



.swiss { font-family: Helvetica, Arial, sans-serif;}
noscript {background-color: #FFFF99;}

/* Layout */

#collt, #colrt {
    position: absolute;
    width: 50%;
    min-height: 100%;
	}

#collt {
    top: 0;
    left: 0;
    text-align: center;
	}

#colrt {
    top: 0;
    left: 50%;
    background-color: #fff;
	}
    

#logo { 
	padding: 115px 20px 20px 25px;
	}

#copy {
	padding: 90px 20px 20px 25px;
   }
    
.post {
	margin: 0px 0px 40px 0px;
    }
    
#footer p {
	color: #FFF;
	}
    
