/*
-----------------------------------------------
Author:   	Christian Hamann 
Version:  	13 April 2010
URL:		all PROJECT sites

----------------------------------------------- */

/* 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 {
	font: 13px/20px Arial,Verdana,Geneva,sans-serif;
	background-color: #FFF;
	color: #646567;
	}

a img 	{ border: none !important; }
a:focus	{ outline: none !important; }

a:link		{ color: #f29400; text-decoration: none; }
a:visited 	{ color: #f29400; text-decoration: none; }
a:hover 	{ color: #f29400; text-decoration: underline; }
a:active, 
a:focus		{ color: #f29400; text-decoration: none;}

.footer a:link		{text-decoration: none; border-bottom: 1px dotted; color: #646567;}
.footer a:active	{text-decoration: none; border-bottom: #F29400 1px dotted; color: #646567;}
.footer a:visited 	{text-decoration: none; border-bottom: 1px dotted; color: #646567;}
.footer a:hover 	{text-decoration: none; border-bottom: 1px solid;  color: #646567;}


/** Layout
------------------------------------------------- */

#header { 
	background-color:#FFF;
	height: 130px;
	}

.container {
	padding: 20px 0 20px;
	}

.content {
	position: relative;
	}

.inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	}

.end {
	background: url(../_images/_gfx/ecke-modul-unten.gif) no-repeat bottom left;
	padding-bottom: 30px;
	}

.end p {padding-top: 10px;}


/** PROJECT Gruppe
------------------------------------------------- */
#header #project-gruppe {
	background: transparent url(../_images/_gfx/_icons/icon-up.gif) no-repeat scroll center left;
	position: relative;
	left: 15px;
	top: 10px;
	}

#header #project-gruppe a {
	color: #9C9E9F;
	font-size: 12px;
	padding-left: 15px;
	}
	
#header #project-gruppe a:hover {
	color: #646567;
	}

#header #project-gruppe:hover {
	background: transparent url(../_images/_gfx/_icons/icon-up-hover.gif) no-repeat scroll center left;
	}

/** Footer
------------------------------------------------- */

.footer {
	height: 120px;
	clear: left;
	text-align: right;
	margin-right: 50px;
	}

.footer p {	
	clear: both;
	font-size: 10px;
	margin: 1.6em 0;
	}


/** Typografie
------------------------------------------------- */

.content h1 {
	color: #f1940a;
	font-size: 22px;
	line-height: 28px;
	margin-top: 30px;
	}

.content h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 30px 0 20px 0;
	}

.content h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 30px 0 20px 0;
	}

.content h4 {
	color: #9c9e9f;
	font-size: 14px;
	margin-top: 30px;
	}
	
.content p + h4 {
	margin-top: 30px;
	}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	}

.content h5 + p {
	margin-top: 0px;
	}
	
.content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	}

.content .last {
	margin-bottom: 30px;
	}

.content blockquote {
	font-size: 15px;
	line-height: 24px;
	margin-top: 0.8em;
	}



/** Buttons
------------------------------------------------- */

a.weiter-button:link, a.weiter-button:visited {
	background: url(../_images/_gfx/_buttons/weiter-button.gif) no-repeat 0 0;
	display: block;
	padding: 0 0 0 23px;
	width: 180px; /* 203 minus padding */
	height: 26px;
	color: #fff;
	text-decoration: none;
	font: bold 12px/27px arial,sans-serif;
	}

a.weiter-button:hover, a.weiter-button:active {
	background: url(../_images/_gfx/_buttons/weiter-button.gif) no-repeat -203px 0;
	}

a.weiter-button-small {
	background:url("../_images/_gfx/_buttons/weiter-button-small.gif") no-repeat scroll left 6px transparent;
	padding:0 0 0 12px;
	}

.content a.back:before {
	content: "\2039\00A0";
	}

.content a.back{
	font-size: 11px;
	}


/** Clear elements
------------------------------------------------- */
.content:after  {
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
	}


/** Image Dropshadow
------------------------------------------------- */
.shadowImg {
	background-image:url(_resources/shadow.png);
	padding: 8px;
	}

img.inline {
	float:left;
	margin: 4px 20px 5px -5px;
	}
	
.telefon {
	background:transparent url(../_images/_gfx/_icons/icon-telefon.png) no-repeat scroll -2px -4px;
	padding: 3px 0 0 32px;
	}

.email {
	background:transparent url(../_images/_gfx/_icons/icon-email.png) no-repeat scroll -2px -2px;
	padding: 4px 0 0 32px;
	}
	
.caption {
	background-color:transparent;
	font-size: 11px;
	margin: 9px 1px;
	padding:0;
	line-height: 1.3em;
	color: #9C9E9F;
	}

/** Raster
------------------------------------------------- */
.box {
	display: inline;
	float: left;
	}
	

.m0 {margin-left: 0;}
.m1 {padding-left: 30px;}
.m2 {margin-left: 80px;}
.m3 {margin-left: 160px;}


.w3 {width: 220px;}
.w5 {width: 380px;}
.w6 {width: 450px;}
.w8 {width: 620px;}



