/*  =========================================================
Titel des Projektes hier eingeben
Datei: print.css
Media: print 

Datum: 06. November 2006
Autor: Simon Kemmerling 
Web:   http://www.agentur-brandung.de
========================================================== */

/* ===============================

   =1. ALLGEMEINE SELEKTOREN 

=============================== */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 62.5%/1.3 arial, helvetica, sans-serif;
	text-align: center;
	color: #666666;
}

/* ===============================
   =Block-Elemente 
=============================== */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, 
ul, 
ol {
	margin: 0 0 1em 0;
	font-size: 1.1em; 
}

li {
	list-style: none;
}

img {
	border: none;
}

small {
	font-size: 0.9em;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

hr {
	display: none;
	height: 1px;
	margin: 0;
}

/* ===============================
   =Inline-Elemente 
=============================== */
strong {
	font-weight: bold;
}

a 					{ color:#666; text-decoration: none; outline: none; }
a:visited 	{ text-decoration: none; }
a:hover			{  }
a:active 		{  }
/* ===============================
   =Clearfix After Floats 
=============================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ===============================
   =Ariadne
=============================== */
#ariadne {
	padding: 5px 0 4px 8px;
	background: #efefef;
	color: #999;
}
	#ariadne p {
		margin: 0;
		font-size: 10px;
	}

	#ariadne a {
		text-decoration: underline;
		color: #999;
	}

/* ===============================
   =Forms 
=============================== */
form {
	display: inline;
	margin: 0;
}

input, select, textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cdcdcb;
	color: #999;
}

textarea {
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}

/* ===============================
   =Tables 
=============================== */

table {
	border:0;
	margin:0 0 18px 0;
}
 
  table tr td {
		padding:2px;
  }

/* ===============================
   =Wrapper
=============================== */
#wrapper {
	width: 100%;
	text-align: left;
}

/* ===============================
   =Header
=============================== */
#hiddenNav,
#menu,
#meta,
#headerPic {
	display: none;
}

#header {
	background: #000;
	padding: 10px;
}

	#header h1,
	#header p.welcomeText {
		display: none;
		margin: 0;
	}

/* ===============================
   =Spalten-Layout
=============================== */
#leftColumne {
	display: none;
}

#content {
		margin: 20px 0;
}

#content.contentGoogle {
}

#rightColumne {
	display: none;
}

#rightColumne.rightNext {
	display: none;
}

#rightColumne.rightGoogle {
	display: none;
}
/* ===============================
   =Footer
=============================== */
#footer {
	border-top: 1px solid #cdcdcb;
	font-size: 0.9em;
	color: #d1d1d1;
	padding: 15px 0 0 10px;
}

	#footer .footerLinks {
		width: 500px;
		padding-left: 10px;
		text-align: center;
	}

	#footer .footerLinks {
		display: none;
	}
	



/* ===============================
   =Classen
=============================== */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.bold	{ 
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	border-bottom:1px solid;
}

.green {
	color: #83c04c;
}

.trennerVertikal {
	background: url(../img/bg_trenner_vertikal.gif) top left;
}

/* ============= */
#content h2 {
	border-bottom: 1px solid #cdcdcb;
	margin-bottom: 20px;
}
