html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

/* #Basic Styles
================================================== */
body {
	background: #c8c9af;
	font: 14px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
 }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
}
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; font-weight: bold; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 11px; line-height: 14px; }
.subheader { color: #777; }

p { margin: 0 0 10px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic;
color: black;
}
strong { font-weight: normal; color: black; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid black; border-width: 1px 0 0; clear: both; margin: 2px 0 5px; }


/* #Links
================================================== */
a, a:visited { 
	color: black; 
	text-decoration: none; 
	outline: 0; 
}
a:hover, a:focus { color: #f29400; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside;
	list-style-type: disc;
	list-style-position: inside;
}
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 12px; margin-bottom: 5px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* @group My Group */


/* #Hauptmenü
================================================== */

.menu{
}
.menu table {
  border-collapse : collapse;
  padding : 0;
  font-size : 1em;
  margin : -1px;
}
.menu ul {
  padding : 0;
  margin : 0;
  list-style-type : none;
}
.menu ul li {
  float : left;
  position : relative;
}
.menu ul li ul {
  visibility : hidden;
  position : absolute;
}
.menu ul li a, .menu ul li a:visited t {
  display : block;
  text-decoration : none;
  height : 14px;
  text-align : center;
  color : #666;
  font-weight : bold;
  letter-spacing : 0.1em;
  border : 1px none;
  border-width : 0 1px 1px 0;
  line-height : 14px;
  font-size : 12px;
}
.menu ul li:hover a, .menu ul li a:hover {
  color : #f29400;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
  visibility : hidden;
  bottom : 14px;
  left : 0;
}
.menu ul li:hover ul li a.sub, .menu ul li a:hover ul li a.sub {
  color : #000;
}
.menu ul li:hover ul li, .menu ul li a:hover ul li {
  display : block;
  color : #000;
  clear : both;
}
.menu ul li:hover ul li:hover a.sub, .menu ul li a:hover ul li a:hover.sub {
  color : #000;
}
.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
  visibility : hidden;
  position : absolute;
}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
  font-weight : normal;
  font-size : 11px;
  display : block;
  text-align : center;
  color : #777;
}
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
  color : #000;
}
.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {
  visibility : visible;
  left : 50px;
  bottom : 0;
}
.menu ul li a:hover ul li a:hover ul li a:hover {
  color : #000;
}
.menu ul li:hover ul.left, .menu ul li a:hover ul.left {
    left : -5px;
}
.menu ul li:hover ul li:hover ul.left, .menu ul li a:hover ul li a:hover ul.left {
  left : -110px;
  width : 109px;
}



/* @end */


#horizon {
  color : white;
  background-color : #0ff;
  text-align : center;
  position : absolute;
  top : 50%;
  left : 0;
  width : 100%;
  height : 1px;
  overflow : visible;
  visibility : hidden;
  display : block;
}
#content {
  font-family : Arial, sans-serif;
  background-image : url(gfx/bg.jpg);
  margin-left : -422px;
  position : absolute;
  top : -285px;
  left : 50%;
  width : 845px;
  height : 570px;
  visibility : hidden;
  display: block;
  clear: both;
}
#footer {
  font-size : 11px;
  font-family : Verdana, Arial, sans-serif;
  text-align : center;
  position : absolute;
  bottom : 0;
  left : 0;
  width : 100%;
  height : 20px;
  visibility : visible;
  display : block;
}

.captions {
  color : black;
  font-size : 10px;
  line-height : 14px;
  font-family : Arial, sans-serif;
  text-align : left;
}
#caption1 {
	font-family : Verdana, Arial, sans-serif;
	color : #666;
	font-size : 11px;
	text-align : justify;
	border : 1px none #8c9584;
	position : absolute;
	width : 424px;
	height : 190px;
	visibility : visible;
	display : block;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

#caption2 {
	padding : 0 6px;
	color : white;
	font-size : 10px;
	text-align : justify;
	border : 1px none #8c9584;
	position : absolute;
	top : 0;
	left : 456px;
	width : 107px;
	height : 205px;
	display : block;
	line-height: 11px;
	overflow: hidden;
	background-color: #8c9583;
	margin: 0;
}
#caption2 h6{
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	line-height: 22px;
	color: white;
	margin-top: 12px;
}
* html #texte {
    margin-left : 0;
}
* html #navi2 {
  margin-left : 0;
  left : -184px;
  margin-top : 155px;
}
* html #news1 {
    left : 6px;
}
* html #news2 {
    left : 196px;
}
* html #news3 {
    left : 356px;
}
* html #grau {
    margin-left : -175px;
}

#news{
	width: 575px;
	height: 80px;
	margin-top: 205px;
}
#news1{
	left : 196px;	
} 
#news2{
	left : 386px;	
} 
#news3{
	left : 576px;	
} 
.newselement{
	width: 255px;
	margin: 0;
	padding: 0;
}

#news1, #news2, #news3 {
	padding : 0;
	margin : 0;
	color : #eee;
	text-align : left;
	position : absolute;
	top : 497px;
	width : 180px;
	height : 80px;
	visibility : visible;
	display : block;
	overflow : hidden;
	z-index : 11;
	font: 10px/12px Verdana, Arial, sans-serif;
}

#top-extension {
  font-family : Arial, sans-serif;
  margin-left : -430px;
  position : absolute;
  top : 0;
  left : 50%;
  width : 204px;
  height : 45%;
  visibility : visible;
}
#bottom-extension,#bottom-extension2, #left-extension, #right-extension, #logo, #navi, #navi2 {
  font-family : Arial, sans-serif;
  position : absolute;
  z-index : 0;
}
#bottom-extension2, #left-extension, #right-extension, #logo, #navi, #navi2 {
  visibility : visible;
}
#bottom-extension {
  color : white;
  background-color : #c8c9af;
  text-align : center;
  bottom : 0%;
  left : 0;
  width : 100%;
  height : 1px;
  display : block;
}
#bottom-extension2 {
  background-image : url(../gfx/3dib_u.jpg);
  background-color : #c8c9af;
  margin-left : 325px;
  top : -500px;
  left : 50%;
  width : 118px;
  height : 500px;
}
#left-extension {
  background-image : url(../bilder/homepage_08_05.gif);
  background-color : #fdf9d5;
  top : -92px;
  left : 0%;
  width : 45%;
  height : 94px;
}
#right-extension {
  background-image : url(../gfx/3dib_r.jpg);
  bottom : -303px;
  right : 0%;
  width : 45%;
  height : 118px;
}
#logo {
	line-height : 1.4em;
	background-color : #1bb1bb;
	color : black;
	margin-left : 0;
	top : 0;
	left : 0;
	width : 190px;
	height : 80px;
}
#navi {
	margin-left : 190px;
	top : 0;
	left : 0;
	width : 532px;
	height : 80px;
}
#myslidemenu{
	position: absolute;
	top : 0px;
	left : 0;
	width : 540px;
	height : 26px;
	float: left;
}
#navi2 {
	padding : 0;
	color : #eee;
	font-size : 10px;
	text-align : left;
	margin-left : 0;
	margin-top : 196px;
	left : 7px;
	width : 72px;
	height : 160px;
}
#pic {
	margin-left : 81px;
	margin-top : 80px;
	position : absolute;
	top : 0;
	width : 685px;
	height : 205px;
	visibility : visible;
	float: left;
	z-index : 300;
	overflow: hidden;
}
#withflash, #noflash {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}

#texte {
  font-family : Verdana, Arial, sans-serif;
  text-align : justify;
  margin-left : 191px;
  margin-top : 285px;
  position : absolute;
  top : 0;
  left : 0%;
  height : 205px;
  visibility : visible;
  z-index : 21;
  padding-top:0px;
  width:575px;
}
#grau {
  font-family : Verdana, Arial, sans-serif;
  text-align : right;
  vertical-align : middle;
  line-height : 16px;
  font-size : 9px;
  color : #444;
  margin : 285px 5px 5px 15px;
  margin-top : 285px;
  position : absolute;
  top : 0;
  left : 80px;
  width : 80px;
  height : 205px;
  visibility : visible;
  z-index : 1;
}
#grau_bg_p2v, #grau_bg_start {
  text-align : right;
  vertical-align : middle;
  line-height : 12px;
  font-size : 10px;
  color : #444;
  position : absolute;
  top : 0;
  left : 82px;
  width : 107px;
  height : 105px;
  visibility : visible;
  z-index : 1;
}
#grau_bg_p2v{
  margin-top : 285px;
}
#grau_bg_start{
  margin-top : 295px;
}
.minimenu{
	margin-right: 10px;
}
#ecke {
  font-family : Verdana, Arial, sans-serif;
  background-color : green;
  margin-right : 0;
  margin-top : -10px;
  position : absolute;
  top : 0;
  right : 0%;
  width : 1260px;
  height : 1260px;
  visibility : visible;
  display : block;
  z-index : 1;
}
.menu {
  width : 600px;
  height : 14px;
  position : relative;
  margin : 0;
  margin : 58px 0px 65px 20px;
  z-index : 100;
  font-family : Arial, sans-serif;
  font-weight : bold;
  font-size : 11px;
}
#bg {
  font-family : Verdana, Arial, sans-serif;
  margin-left : -960px;
  position : absolute;
  top : -600px;
  left : 50%;
  width : 1403px;
  height : 904px;
  visibility : visible;
  background: #c8c9af url(../gfx/3dib1.jpg) no-repeat;
  z-index: 0;
}
/* STYLE KONTAKT */
#personal{
	margin-left: 20px;
	width: 350px;
}
.labelName, .labelEmail, .labelInput{
	float: left;
	clear: both;
	margin-top: 4px;
	padding: 0;
	color: black;
	font-size: 12px;
	line-height: 12px;
}
.inputName, .inputEmail, .inputInput{
	width: 250px;
	float: right;
}

#button1, #button2{
	float: right;
	width: 255px;
	height: 20px;
	margin-top: 2px;
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
}
#captionKontakt{
	top:  0px;
	position: absolute;
	margin-top: 20px;
	color: black;
	font-size: 12px;
	line-height: 12px;
	left: 390px;
	width: 170px;
}
/* STYLE GALERIE */
.texte_galerie{
	background-color: black;
	overflow: hidden;
}
.galleryButton{
	width:115px;
	height:102px;
	background: #222;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#butText01, 
#butText02, 
#butText03, 
#butText04, 
#butText05, 
#butText06, 
#butText07, 
#butText08, 
#butText09, 
#butText10 {
	width:115px;
	height:100px;
	font: 11px/13px Verdana, Arial, sans-serif;
	text-align: left;
	color: white;
	display: block;
	padding-top: 0px;
	padding-left: 3px;
	padding-bottom: 0;
	margin: 0;
}
#butText01:hover,
#butText02:hover,
#butText03:hover,
#butText04:hover,
#butText05:hover,
#butText06:hover,
#butText07:hover,
#butText08:hover,
#butText09:hover,
#butText10:hover{
  color : #f29400;
}

li.galleryButton.sbut1 {
		width:115px;
	height:102px;

	background: url(../galerie/projekte/wirrwarr_0.jpg) no-repeat;
}
li.galleryButton.sbut1:hover {
	background: url(../galerie/projekte/wirrwarr_1.jpg) no-repeat;
}
li.galleryButton.sbut2 {
	background: url(../galerie/projekte/rfp_0.jpg) no-repeat;
}
li.galleryButton.sbut2:hover {
	background: url(../galerie/projekte/rfp_1.jpg) no-repeat;
}
li.galleryButton.sbut3 {
	background: url(../galerie/projekte/redhorn_0.jpg) no-repeat;
}
li.galleryButton.sbut3:hover {
	background: url(../galerie/projekte/redhorn_1.jpg) no-repeat;
}
li.galleryButton.sbut4 {
	background: url(../galerie/projekte/plan2viz_0.jpg) no-repeat;
}
li.galleryButton.sbut4:hover {
	background: url(../galerie/projekte/plan2viz_1.jpg) no-repeat;
}
li.galleryButton.sbut5 {
	background: url(../galerie/projekte/snoovel_0.jpg) no-repeat;
}
li.galleryButton.sbut5:hover {
	background: url(../galerie/projekte/snoovel_1.jpg) no-repeat;
}
li.galleryButton.sbut6 {
	background: url(../galerie/projekte/axel_0.jpg) no-repeat;
}
li.galleryButton.sbut6:hover {
	background: url(../galerie/projekte/axel_1.jpg) no-repeat;
}
li.galleryButton.sbut7 {
	background: url(../galerie/projekte/sjipwai_0.jpg) no-repeat;
}
li.galleryButton.sbut7:hover {
	background: url(../galerie/projekte/sjipwai_1.jpg) no-repeat;
}
li.galleryButton.sbut8 {
	background: url(../galerie/projekte/hilton_0.jpg) no-repeat;
}
li.galleryButton.sbut8:hover {
	background: url(../galerie/projekte/hilton_1.jpg) no-repeat;
}
li.galleryButton.sbut9 {
	background: url(../galerie/projekte/guanofleet_0.jpg) no-repeat;
}
li.galleryButton.sbut9:hover {
	background: url(../galerie/projekte/guanofleet_1.jpg) no-repeat;
}
li.galleryButton.sbut10 {
	background: url(../galerie/projekte/neuss_0.jpg) no-repeat;
}
li.galleryButton.sbut10:hover {
	background: url(../galerie/projekte/neuss_1.jpg) no-repeat;
}

