/* =======================================================

Project: http://www.gstrache.de/
Type: CSS
Description: Print Styles for all Browsers
Version: 2.0
Date: 2007-12-02, Gabriele Strache
Last Modified: 2007-12-02, Gabriele Strache

========================================================== */


/* ========== General Styles ========== */

*  { /* zeroes off the browser defaults */
	padding: 0;
	margin: 0;
	border: 0;
	}
	
	html {
	/* forcing a vertical scrollbar in oder to avoid the page shift in Gecko browsers */	
	min-height:100%;
	margin-bottom:1px;
	}

body {
	text-align: left; /*IE5Win hack for centering layout*/	
	background-color: #fff;
	/*background-image: url(img/bg_pattern.gif);*/
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* sets the base font size that 1em equals 10px */
	padding-top: 0;		
	}
	
img {
	border:0;
	}
	
a {
	outline: none;
	} /* Turns off browser default focus outlining */
	
/*.clr {
	clear: both;
	}*/
	
.clr {	
	clear: both;
	height: 0;
	margin: 0;
   	padding: 0;		
	line-height: 0px;
	font-size: 0.1px;
	}
	
.fltr {
	float: right;
	}

	
/* ========== Logo with Image Replacement(Gilder-Levin) ========== */

h1 {
	width: 205px;
	height: 41px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #888;
	}

h1 span {
	background: url(img/gabriele_strache3.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
	
/* ========== Head Lines ========== */
	
h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: 0.2em;
	color: #888;
	background-color:transparent;
	margin: 0 0 1.8em;
	}

h3 {
	font-size: 1.3em;
	color: #888;
	background-color:transparent;
	margin: 0 0 0.3em;
	}
	

/* ===== Container ===== */

/* http://www.bennadel.com/blog/851-Fixing-DIVs-That-Cause-Content-Truncation-When-Printing.htm */
#pagewrapper {
	width: auto;
	display: inline;
	}
		
#header {	
	border: 1px solid #666;
	border-width: 1px 0 1px;
	height: 41px;
	overflow: hidden;	 
	}	
	
#logo {
	position: absolute;
	top: 0;
	right:0;			
	}
	
#schriftzug {
	float: right;
	margin: 0 130px 0 0;
	display: inline;
	}
	
#contentbox {
	display: inline;
	}


#content {	
	float:none;
	width:auto;
	margin-top: 5em;
	}
	
#content p {	
	margin:0 0 1em;
	font-size: 1.3em;
	line-height: 1.5em;		
	}

#content ul {
	margin: 1em;
	padding: 1em;
	font-size: 1.3em;
	line-height: 1.5em;	
	}
	

#header, #navbox, #footer {
	display: none;	
	}	


/* ========== Reference List ========== */
	
.referenz {
	width: 100%;
	overflow: hidden;
	margin: 3em 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3em;
	/*background-color: #ff0;*/	
	}
	
.imgReferenz {
	/*float: right;
	margin: 0 0 0 2em;*/
	display: none;
	}	

.referenz p {
	/*margin: 0;*/		
	font-size: 1.3em;
	line-height: 1.5em;
	}
	
	
/* ======== Links ========= */

/* content links */
#content a{
	text-decoration:underline;
	color: #666;
	}
	
/* skiplinks */
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}
	
/* ========== Contact Form ========== */	

#contactform label {
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.4em;  
  }

#contactform input, #contactform textarea {
  width: 25em;
  padding: 0.2em;  
  border: 1px solid #999;
  font-size: 1.3em;  
  margin-bottom: 1em;  
  color: #999;
  background-color: #fff;
  }
  
#contactform textarea { 
  height: 8em;
  font-family: Arial, Helvetica, sans-serif;   
  }  

#contactform input.submit {
  width: auto;
  color: #333;
  background-color: #ccc;
  }

#errormessage {
	margin: 0 0 1em 1em;
	padding-left: 1em;	
	}

#errormessage li {
  color: #f00;
  background-color: #fff;
  font-size: 1.3em;
  line-height:1.5em;
  font-weight: bold;
  }
	
/* ========== Homepage ========== */	


/* ========== Validation ========== */	

#validation img {
	margin: 0 0.2em 1em 0;
	}
