
/***********************************
 * DEVELOP
 *
 
#wrapper {
	background: #CCC;	
}

#page {
	background: #CF0;	
}

#header,
#footer {
	background: #f0f;	
}
#menu {
	background: #ff0;	
}

#content {
	background: #00f;	
}

/***********************************
 * DEFAULT
 */
 
* {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: #000;
	border-style: solid;
	list-style: none;	
	text-decoration: none;
	color: #000;
}

img { border: 0; }
 
a {
	color: #808080;		
}
a:hover,
a.active {
	color: #000;	
}
a:focus { outline: none; }

hr {
	height: 1px;
	background: #000;
	margin: 19px 0 26px;
}

.left   { float: left !important; }
.right  { float: right !important; }

.clear 	{ clear: both; }
.none	{ display: none !important; }
.block	{ display: block; }
.inline	{ display: inline; }

.pointer {	cursor: pointer; }


/***********************************
 * 1 LAYOUT
 */

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	margin: 0;
}

body {
	background: #fff;
}

#wrapper {
	padding: 0 20px;
}

#page {
	text-align: center;
	width: 990px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#header {
	position: relative;
	height: 110px;
	clear: both;
	text-align: center;
	margin: 0 0 37px;
}

#header * {
	position: relative;
	z-index: 1400;
}

#footer {
	height: 41px;
}



/***********************************
 * 2 TYPO */
 
body, 
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", "Apple Garamond", "ITC Garamond Narrow", Times;
	font-size: 12px;
	/* KERNEST *
	font-family: 'Garogier';
	line-height: 140%;
	text-rendering: optimizeLegibility; 
	*/
	line-height: 14px;
	font-weight: normal;	
}

h1 {
	text-transform: uppercase;
	line-height: 10px;	
}

h2 {
	color: #808080;
}

/***********************************
 * 3 MENU */

#menu {
	margin: 28px auto 0;
	overflow: hidden;	
}

#menu a {
	font-size: 16px;
	line-height: 18px;
	margin: 0 20px;
}

#menu #menu-bottom {
	padding: 215px 0 0;	
}

#menu #menu-bottom a {
	font-size: 20px;
	line-height: 16px;
}

/***********************************
 * 4 CONTENT */

#content {
	text-align: left;	
}

#overlay {
	display: none;
	background: #fff;
	width: 100%;
	height: 570px;
	position: absolute;
	left: 50%;
	top: 150px;	
	z-index: 2;
	width: 1000px;
	margin: 0 0 0 -500px;
}

#content ul {
	z-index: 1;
}

.content_about {
	width: 530px;
	overflow: hidden;
	margin: 0 auto;	
}

.content_contact {
	background: url(../img/arrow-right.gif) no-repeat;
	padding: 0 0 0 23px;
	margin: 45px auto 0;
	width: 220px;
	display: inline-block;
}

.column_250 {
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 0;
}

.column_left {
	display: block;
	float: left;
	width: auto;
	margin: 0;
}

.column_right {
	display: block;
}

.column_total {
	clear: both;
}

/**************
* THUMB */

.thumb_250 {
	width: 250px;
	height: 250px;	
	overflow: hidden;
	float: left;
}


.thumb {	
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 25px 16px;
	height: 220px;
	cursor: pointer;
}

.jcarousel-skin-personal .thumb {
	height: 280px;
}

.jcarousel-skin-personal .thumb .img-wrapper {
	height: 220px;
	width: 220px;
	overflow: hidden;
}

.thumb .img-wrapper {	
	margin: 0 0 5px 0;
	overflow: hidden;
	display: block;
}

.thumb img {	
	margin: 0 0 5px 0;
}

.thumb-info {
	display: block;
	background: url(../img/arrow-right.gif) no-repeat right 0;
	padding: 0 13px 0 0;
	margin: 0 0 0 42px;
	width: 90px;
}

* html .thumb-info {
	width: 103px;
}

/**************
* OVERLAY */

.overlay {	
	z-index: 100;
	overflow: hidden;
	display: none;
	position: absolute;
	background: #fff;
	left: 180px;
	top: 140px;
}

.show-overlay {
	cursor: pointer;	
}


/**************
* PROJECT */

.project-wrapper {	
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 0 16px 0;
}

.project_info {
	position: absolute;
	top: 520px;
	left: 50%;
	margin: 0 0 0 -205px;
	width: 410px;	
}

.project_column_left {
	overflow: hidden;
	display: inline-block;
	float: left;
	text-align: right;	
}
.project_column_right {
	background: url(../img/arrow-right.gif) no-repeat 3px 14px;
	padding: 18px 0 12px 30px;
	margin: 0 14px 0 0;	
	overflow: hidden;
}

/* IMG */

.img-wrapper {
	overflow: hidden;
	position: relative;	
	display: inline-block;
	padding: 0;
	margin: 0 0 14px;
}

.corner-tl,
.corner-tr,
.corner-bl,
.corner-br {
	width: 8px;
	height: 8px;
	position: absolute;	
}

.corner-tl {
	left: 0;
	top: 0;
	border-width: 1px 0 0 1px;	
}

.corner-tr {
	right: 0;
	top: 0;
	border-width: 1px 1px 0 0;	
}

.corner-bl {
	left: 0;
	bottom: 0;
	border-width: 0 0 1px 1px;	
}

.corner-br {
	right: 0;
	bottom: 0;
	border-width: 0 1px 1px 0;	
}

/*****************************
 * 5 FORM */
 
form {
	position: relative;
	width: 100%;
	height: 200px;
	top: 0;
}

form label:hover {
	color: #000;
	cursor: pointer;
}

input {
	height: 12px;
}

textarea {
	height: 110px;
	padding: 3px 1px;
}

input, textarea {
	display: block;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 1px 1px;
	margin: 0 0 4px;
	width: 512px;
	display: block;
	border-color: #444;
	border-width: 1px 0;
	float: right;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

label {
	display: block;
	overflow: auto;
	margin: 0 0 11px;	
}
