/*-- M A R K U P --*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
}

body {
	height: 100.1%;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #fff url(../gfx/layout/verlauf.gif) top left repeat-x;
}

img {
	border-width: 0;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}


h2, h3, h4 {
	font-size: 1em;
}

noscript div {
	position: absolute;
	top: 250px;
	left: 150px;
	border: 1px solid red;
	padding: 35px;
	font-weight: bold;
	background: white;
	color: red;
	-moz-opacity:0.9;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}


/*-- S T A R T --*/
#box4all {
	position: relative;
	width: 750px;
	height: 550px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	/* cBox1 wieder neutralisieren */
	white-space: normal;
}


/* Seitenfarben */
.start {
	background: #fff url(../gfx/layout/bg-start.jpg) 205px 138px no-repeat; 
	border-color: #60244e;
}

.start #navi li a:hover {
	background-color: #60244e;
}

.profil {
	background: #fff url(../gfx/layout/bg-profil.jpg) 205px 157px no-repeat;
	border-color: #4a6d62;
}

.profil #navi li a:hover {
	background-color: #4a6d62;
}

.portfolio {
	background: #fff url(../gfx/layout/bg-portfolio.jpg) 205px 20px  no-repeat;
	border-color: #3b4b5b;
}

.portfolio #navi li a:hover {
	background-color: #3b4b5b;
}

.portfolio .imgBox p {
	color: #3b4b5b;	
	border-top: 1px solid #3b4b5b;
}

.portfolio .imgBox a {
	color: #3b4b5b !important;
}

.ausserdem {
	background: #fff url(../gfx/layout/bg-ausserdem.jpg) 205px 86px no-repeat;
	border-color: #c4b300;
}

.ausserdem #navi li a:hover {
	background-color: #c4b300;
}

.ausserdem .imgBox p {
	color: #74a18e;
	border-top: 1px solid #c4b300;
}

.kontakt {
	background: #fff url(../gfx/layout/bg-kontakt.jpg) 205px 105px no-repeat !important;
	border-color: #4e6172;
}

.kontakt #navi li a:hover {
	background-color: #4e6172;
}

/*-- T O P --*/
#logoBox {
	position: absolute;
	top: 0;
	left: 0;
}

/*-- C O N T E N T --*/
#contentBox {
	padding: 80px 0 0 205px;
	height: 1%;
}


/*-- N A V I G A T I O N --*/
/*
select {
	height: 20px;
	margin: 0 0 0 35px;
	font: bold 14px Verdana;
	color: #74a18e;
}

option {
	padding: 3px;
}
*/

#navi {
	position: relative;
	width: 120px;
	margin-left: 35px;
	border: 1px solid #999;
	border-bottom-width: 0;
	border-right-color: #ccc;
	z-index: 2;
}

#navi h1 {
	width: 120px;
	padding: 0;
	/*height: 20px;*/
	border: 1px solid black;
	border-bottom-color: #ccc;
	background: url(../gfx/layout/selectButton.gif) top right no-repeat;
}

#navi h1 a {
	display: block;
	width: 117px;
	height: 18px;
}

#navi h1 a:active {
	background: url(../gfx/layout/selectButton_on.gif) top right no-repeat;
}

#navi ul {
	position: absolute;
	top: 20px;
	left: 0;
	list-style-type: none;
	border: 1px solid #333;
	background: #fff;
	display: none;
}

#navi li a {
	display: block;
	line-height: 18px;
	width: 117px;
}

#navi li a:hover {
	color: white;
}

#navi img {
	display: block;
}

#navi a {
	padding-left: 3px;
	font: bold 14px Verdana;
	color: #74a18e;
	cursor: default;
}

#subNavi {
	color: #74a18e;
	position: absolute;
	top: 160px;
	left: 240px;
	z-index: 1;
}

#subNavi li {
	display: inline;
	margin-right: 10px;
	background-color: #fff;
}

#subNavi a {
	font: bold 13px Verdana;
	color: #74a18e;
}

#subNavi a:hover,
#subNavi a.loaded {
	color: #3b4b5b;;
}

.curr {
	background-color: #eee;
}

/* -- M A I N -- */
#main {
	padding: 110px 0 35px 35px;
	width: 280px;
	font: 13px/20px Georgia, Times New Roman, serif;
}

#main a {
	color: #fff;
}

#main a:hover {
	text-decoration: underline;
}

#main ul {
	margin: 0 0 1em;
}


/* Bilder */
.imgBox {
	padding-top: 35px;
}

.imgBox p {
	width: 280px;
	text-align: center;
	padding: 1em 0 0;
}

.imgBox a {
	display: block;
}

.imgBox div a {
	display: inline;
}

#bigImg {
	display: block;
}

/* Bildnavi */
#paging {
	width: 280px;
	padding-top: 5px;
	text-align: center;
}

#next img, #prev img {
	vertical-align: middle;
}

.w3c {
	position: absolute; 
	left: 555px; 
	/*bottom: 60px;*/
	top: 457px;
}

/*-- F O O T E R --*/
#email {
	position: absolute;
	top: 457px;
	left: 57px;
}

/* E-mail */
a.ml:hover {
	background: #fff;
}

/* email-img 
.contactMe {
	vertical-align: top;
}
*/


/* vertikal Zentrieren */
	html, body, .cBox0, .cBox1 {
		height: 100%;
	}
	.cBox0 {
		margin: 0 auto;
		display: table;
	}
	.cBox1 {
		display: table-cell;
		vertical-align: middle;
	}
	/**/
	div[class=cBox1] {
		white-space: nowrap;
	}
	
	/* in IEM solo shrink-wrap, no vert.center \*//*/
	.cBox1 {
		text-align: center;
	}
	.cBox2 {
		display: inline-block;
		text-align: left;
	}
	/**/
/* vertikal Zentrieren */