body {
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
    border-top: 6px solid #222;
	}



/*  Layout
-------------------------------------------------------------- */

#center {margin: 0px auto; padding: 0px 40px 20px 40px; width: 900px}
#logo {width: 900px; margin: 20px 0px 25px 0px}
#kontakt {border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; height: 1%; margin-bottom: 80px}
#leistungen,#kundeninfo {border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; height: 1%}
#projekte,#kunden {margin: 80px 0px 10px 0px; width: 900px; padding-bottom: 40px; border-bottom: 2px solid #222}
#impressum {margin-bottom: 20px}



/*  Global Styles
-------------------------------------------------------------- */

div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222
	}

h1	{
	font-size: 11px;
	color: #fff;
	display: inline-block;
	padding: 1px 14px 7px 14px;
	margin-bottom: 10px;
	background: url(../images/bubble.gif) left bottom no-repeat #222;
	}

*+html h1 {display: inline}
* html h1 {display: inline}

h2 {font-size: 18px}

*+html h2 {margin-top: 14px}
* html h2 {margin-top: 14px}

a 	{
	color: #222;
	}

a:hover {
	text-decoration: none;
	}

a.project {background: url(../images/arrow.gif) 0 3px no-repeat; padding-left: 12px; text-decoration: none;}
a.project:hover {background: url(../images/arrow.gif) 0 5px no-repeat;}

hr	{background-color: #ddd; border: none; color: #ddd; height: 1px}
hr.black {background-color: #000; color: #000}

.float {float: left}
.float-right {float: right}
.clear {clear: both}

p {margin: 10px 0px}




/*  Logo
-------------------------------------------------------------- */

#logo a {
	
	text-decoration: none;
	text-indent: -10000px;
	background: url("../images/logo.gif") top left no-repeat;
	display: block;
	width: 420px;
	height: 20px;
	}

* html #logo a {margin-bottom: 0px} /* Hack IE6 */
*+html #logo a {margin-bottom: 0px} /* Hack IE7 */




/*  Impressum
-------------------------------------------------------------- */

a.icon {background: url("../images/imprint.gif") top left no-repeat; display: block; width: 19px; height: 19px; margin-right: 10px; float: left}




/*  Projekte
-------------------------------------------------------------- */

#projekte .container {border-bottom: 1px solid #ddd; width: 440px; float: left}
#projekte .top {border-top: 1px solid #ddd}
#projekte .space {margin-right: 20px}
#projekte .neu {background-color: #3dbbda; color: #fff; font-size: 11px; font-weight: bold; font-style: italic; text-transform: uppercase; padding: 3px 6px; margin-left: 10px}
