

/* Layout */

* { padding: 0; margin: 0; }
body {}
.druck {display:none;}

.textblock {height:80px;width:280px; margin:10px; padding:10px; float:left;}
	* html .textblock {margin:5px;}
	

.textblock:hover {background:#eee;}

.ohnepadding  {padding:10px 0 0 0;}
.ohnehover:hover {background:0;}

.projektblock {width:100px; height:100px; padding:0px; margin:10px 20px 10px 10px; float:left; border:1px solid #eee;}

.content {width:960px;margin:10% auto;}
	* html .content {width:980px;}

.content2 {width:640px;margin:10% auto;}




/* Navigation */

#navigation{text-align:center;width:780px;position:absolute;top:50%;margin-left:-370px;left:50%;margin-top:-20px;;z-index:100;background:#fff;padding:0px;} 

#knopf {position:absolute;top:50%;margin-top:-21px;right:10px;width:25px;height:25px;z-index:99;background-image:url('../img/knopf-2.png');}
	* html #knopf {background-image:url('../img/knopf-ie6.png');}

#flaeche {position:absolute;top:0;left:0;width:100%;height:100%;z-index:105;}
#flaeche img {width:99%;height:99%;}


#uebersicht {position:absolute;top:50%;margin-top:-21px;right:40px;width:25px;height:25px;z-index:99;background-image:url('../img/overview-2.png');}
	* html #uebersicht {background-image:url('../img/overview-ie6.png');}

#text {position:absolute;top:50%;margin-top:-21px;right:100px;width:25px;height:25px;z-index:99;background-image:url('../img/text-2.png');}
	* html #text {background-image:url('../img/text-ie6.png');}



/* SuperBGImage */

#loading {position:absolute;top:50%;left:50%;margin-top:-20px;z-index:1}

.right {top:50%;margin-top:-21px;right:70px;width:25px;height:25px;z-index:99;position:absolute;cursor:pointer;background-image:url('../img/next-2.png');}
	* html .right {background-image:url('../img/next-ie6.png');}

.left{top:50%;margin-top:-21px;right:130px;width:25px;height:25px;z-index:99;position:absolute;cursor:pointer;background-image:url('../img/previous-2.png');}
	* html .left {background-image:url('../img/previous-ie6.png');}



#superbgimage img {
	image-rendering: optimizeQuality;
		-ms-interpolation-mode: bicubic;}



/* Typografie, Links */

body {font-family:helvetica, arial, "sans serif";color:RGB(64,64,64);font-size:13px;}
h1 {}
h2 {}
h3 {}

h5 {color:#fff;font-size:13px;font-weight:normal;}

p {margin:0px 0 20px 0;}

ul {margin:0px 0 20px 15px;}
ol {margin:0px 0 20px 20px;}


#navigation {text-transform: uppercase;font-size:16px;line-height:20px;}
#navigation a {margin-right:20px;text-decoration:none;}
#navigation a:link, #navigation a:visited {color:RGB(64,64,64);}
#navigation a:hover, #navigation a:active {color:#000;}

/* .ueberschrift {margin-top:-24px;} */
.ohne {margin:0;}
.ohnehover p {text-align:justify;}


.projektblock p {display:none;}
.projektblock:hover p {height:100px;width:100px;overflow:hidden;background-color:#fff;display:block;}

a div.projektblock p {text-decoration:none !important;cursor:hand !important;}
	* html .projektblock p:hover {cursor:hand !important;}
	*+html a.projektblock {text-decoration:none !important;}


.textblock a, .projektblock p, a .projektblock p {text-decoration:none;color:#000 !important}
.ohnehover a {text-decoration:underline;}
.textblock a:link, .textblock a:visited {color:RGB(64,64,64);}
.projektblock p:hover, .projektblock p:active, .textblock a:hover, .textblock a:active {color:#000;}


/* Bilder */


img {border:0;}
:focus {outline: 0;}

.textblock img {margin:0 0 5px 0;border:1px solid #eee;}









