

/* User Agent modification */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, font, img, small, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td  {
padding: 0;
margin: 0;
border:0;
}	







/* -----------------------------------  */

body {
	background: transparent url('../img/bg.jpg');
	font-family: Arial, sans-serif;
	font-size: 9pt;
	
	margin: 0;
}


#header {
	
	position: relative;
	height: 122px;
	width: 100%;
	background: transparent url('../img/bg-header.jpg') repeat-x top left;	
	
}
	
ul {
	list-style-type: none;

	}	
	
#footer {
	clear:both;

	
	padding: 20px 60px;
	
	height: 140px;
	background-color: #333;
	
	color: #fff;	



	
	}	
	
	
#name {
	margin: 20px 0 0 60px;
}
	
	
a {
	color: #999;
	
}

a:hover {
	cursor: pointer;
	color: #4d919f;		
	text-decoration: underline;
}


/*** ---  menu   ---- ***/
div#menu {
	position: absolute;
	top: 10px;
	left: 280px;
	margin: 20px;
		
}
	

div#menu a{
	opacity: 0.7;
	display: block;
	width: 80px;
	height: 40px;

	float: left;
}

div#menu a:hover{
	opacity:1;

}


a#menu_work {
background: transparent url('../img/menu_work.gif') no-repeat;
}


a#menu_hireme {
background: transparent url('../img/menu_hireme.gif') no-repeat;
}


a#menu_about {
background: transparent url('../img/menu_about.gif') no-repeat;
}













/*
*
* IMG Preview 
*
*/

#prvw{
	position:absolute;
	border:1px solid #444;
	background:#666;
	padding:5px;
	display:none;
	color:#fff;
	
	width: 400px;

	
	}
	
#prvw img{
	width: 400px;

	
	}


/*
*  Teaser
*
*/

div#teaser {
	margin-top: 15px;
	width: 100%;
	height: 150px;
	
	background: transparent url('../img/bg-teaser.png') left bottom repeat-x;

}
#teaser img {
	margin-left: 60px;
}

#teaser span.textblock{
	display:block;
	margin: 10px 0 0 200px;
	width: 500px;
	height: 250px;
}

/*
*
* Tags
*/

.tag {
	position: absolute;
	top: 250px;
	z-index: 3000;
	}	

/*  
*	Project showcase
*
*/
a#btn-prev-project  {
	display: block;
	width: 49px;
	height: 233px;	
	background: transparent url('../img/btn-prevProject.png') center no-repeat;
	float:left;
	
	position: absolute;
	top: 390px;
	left: 150px;

	cursor: pointer;
}


a#btn-next-project {
	display: block;
	width: 49px;
	height: 233px;	
	background: transparent url('../img/btn-nextProject.png') center no-repeat;
	
	position: absolute;
	top: 390px;
	left: 860px;
	
	cursor: pointer;
}	
	
#wrapper {
	min-height: 750px;}	

.project-scroll {

	/* required settings */
	position: absolute;
	top: 350px;
	left: 220px;
	
	
	overflow:hidden;
	width: 620px;
	height:300px;

	/* custom decorations */
	border:0px solid #ccc;
	 background: #e0e0e0 url('../img/bg-proj.gif') -5px -5px no-repeat;
	

	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	
}




.project-scroll .project-wrapper {

	width:20000em;
	position:absolute;
	clear:both;
}


.project-scroll div.project  {
	float:left;
	margin:40px 5px 5px 5px;

	padding:2px;
	background: #e0e0e0;
	cursor: pointer;
	width: 622px;
	height:250px;
	
}

/* active project */
.project-scroll .active {
	border:2px solid #000;
	z-index: 900;
	position:relative;
}

.navi {
	position: absolute;
	top: 360px;
	left: 235px;
	z-index: 1000;
}


.navi a {

	background: transparent url('../img/proj-icon.gif') no-repeat scroll left top;
	display: block;
	float: left;
	height: 13px;
	width: 13px;

}	
.navi a.active { 
	background-position: 0px -13px;
}
.proj-left {
	float:left;
	width: 230px;

}
.proj-left span{
	display: block;
}
.proj-left img {
	margin-bottom: 20px;
	}	
	
.proj-pic {
	float:right;
	position:absolute;


}


/*
*	Projekt Details
*
*/

		
div#projekt-details  {
	display: none;


	padding: 20px;
	
	margin: 380px 0 0 195px;	
	width: 622px;

	
		


	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;

	background: #e0e0e0 ;	
	
}
		
div#projekt-details  div{

	}	
	
	
div#projekt-details  ul{
	margin: 5px 0 10px 0;
	padding: 2px 0 10px 30px;

	list-style-image: url('../img/list-style.png');
}
div#projekt-details  ul li{
margin-bottom: 3px;


}


div#projekt-details span {
	display:block;
	margin-bottom: 20px;
	width: 620px;

	}

div#projekt-details span.fotos 
{

	width: 255px;
	height: 600px; 
	float:right;	
}
div#projekt-details span.fotos img
{
	width: 125px;
	height: 80px;
	margin-bottom: 20px;

	
}
