@charset "ISO-8859-1";

body {
	font-family: arial;
	font-size: 13px;
	background-color: #2c2d22;
	margin: 0px;
	color: #b4b2ad;
}

a {
	color: #eb6f29;
	text-decoration: none;
}

a:visited {
	color: #eb6f29;
}

#head {
	background-color: #b4b2ad;
	height: 120px;
}

.logo {
	background-image: url(logo.jpg);
	background-position: 120px;
	background-repeat: no-repeat;
	height: 120px;
}

#menu {
	padding: 0;
	padding-left: 120px;
	text-align: center;
	margin: 0;
	height: 34px;
	list-style-type: none;
	background: #eb6f29;
	text-transform: uppercase;
}

#menu ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	padding-top: 9px;
	margin: 0;
}

#menu li {
	float: left;
	width: 20%;
	height: 34px;
	/*line-height:2em;*/
	position: relative;
	text-align: left;
}

#menu li a,#menu li a:visited {
	display: block;
	text-decoration: none;
	color: #59574e;
	padding-left: 18px;
	background-image: url(bullet.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#menu li a span,#menu li a:visited span {
	display: none; /* needed to trigger IE */
}

#menu li a:hover {
	border: 0px;
	color: #2c2d22;
	background-image: url(bulletHover.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 18px;
	position: relative;
	text-align: left;
}

#menu li a:hover span {
	display: block;
	width: 20%;
	height: 34px;
	text-align: center;
	/*position:absolute; 
	left:1px; 
	top:1px;*/
	color: #2c2d22;
	cursor: pointer;
}

/* aktuelle seite im menue*/
.curPage {
	border: 0px;
	color: #2c2d22;
	background-image: url(bulletHover.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 18px;
	position: relative;
	text-align: left;
}

#main {
	clear: both;
}

#impressum {
	padding-top: 50px;
	padding-left: 120px;
	vertical-align: top;
	text-transform: uppercase;
}

#kontakt {
	float: left;
	width: 50%;
	height: 170px;
	padding-top: 50px;
	padding-left: 120px;
	vertical-align: top;
}

#mailForm {
	text-transform: uppercase;
	font-size: 15px;
	/*float:left;*/
	width: 50%;
	padding-top: 10px;
	padding-left: 120px;
	/*vertical-align: top;*/
}

#mailForm input,textarea {
	color: #B4B2AD;
	background: #59574E;
	border-style: none;
}

#mailForm input:focus,textarea:focus {
	color: #59574E;
	background: #B4B2AD
}

#mailForm .head {
	color: #EB6F29;
	font-weight:bold;
}

#about {
	float: left;
	padding-top: 50px;
	padding-left: 120px;
	vertical-align: top;
	text-transform: uppercase;
	width:470px;
}

.image {
	padding-top: 50px;
	text-align: center;
}

.imageAbout {
	margin:0px auto;
	text-align:center;
	padding-top: 50px;
	padding-right:20px;
	float: right;
	width: 500px;
}

/* Navigationsleiste für die bilder*/
.imNav {
	clear: both;
	padding-left: 120px;
	padding-right: 120px;
	text-transform: uppercase;
}

.imNav a {
	color: #b4b2ad;
	background-image: url(bullet.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 22px;
}

.imNav a:hover {
	color: #eb6f29;
	background-image: url(bulletHoverOrange.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* Bildnavigationsbutton NEXT richtig darstellen */
a.imNavNextLink {
	color: #b4b2ad;
	background-image: url(bullet.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 22px;
}

a:hover.imNavNextLink {
	color: #eb6f29;
	background-image: url(bulletHoverOrange.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 22px;
}

.imNavBack {
	clear: both;
	/*background-image: url(bullet.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	float: left;
}

.imNavNext { 
	/*background-image: url(bullet.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	float: right;
}

/*
	Untermenü zZt für projekte (art,film...)
*/
#subMenu {
	clear: both;
	padding: 0;
	padding-left: 120px;
	text-align: center;
	margin: 0;
	height: 34px;
	list-style-type: none;
	/*background: #EB6F29;*/
	text-transform: uppercase;
}

#subMenu ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	padding-top: 9px;
	margin: 0;
}

#subMenu li {
	float: left;
	width: 20%;
	height: 34px;
	/*line-height:2em;*/
	position: relative;
	text-align: center;
	padding-left: 18px;
}

#subMenu a {
	color: #B4B2AD;
	text-decoration: none;
}

#subMenu a:hover {
	color: #eb6f29;
	text-decoration: none;
}

#subMenu .curPage {
	color: #eb6f29;
	text-decoration: none;
}

.refTitle{
	font-size:larger;
	
	
	}




