/*	a[href ^="beginntmit"] {
	a[href $="endetmit"] { */

* {
	background-color:transparent;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

html {
	font-size:100%;
	height:99.5%;
	width:100%;
	z-index:0;
}

body {
	background:#ccf url(../misc/hg.png) top center no-repeat fixed;
	color:#000;
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height:100%;
	width:100%;
	z-index:0;
}

img {
	border:none;
}

/* Bereiche */
div#rahmen {
	margin:0 auto;
	padding-bottom:2.5em;
	padding:1.5em;
	width:100em;
}

div#name {
	margin-bottom:0.5em;
}

div#name.start {
	margin-right:15em;
}

div#content {
	clear:both;
	margin:1.5em 0 1.5em 0;
	min-height:48em;
/*	height:48em; */
}

div#content.scroll {
	height:48em;
}

div#nav {
	background:transparent url(../misc/nav.png) top left no-repeat;
	height:48em;
	left:2.5em;
	position:absolute;
	top:0;
	width:15.5em;
	z-index:1;
/*	border:#000 solid 1px; */
}

div#text {
	margin-left:18.5em;
	padding:0 6em 0 1em;
}

div#text.start {
	margin-right:30em;
	padding:0 1em;
}

div#text.scroll {
	height:100%;
	overflow:auto;
}

div#pic {
	background:transparent url(../misc/start.png) top center no-repeat;
	height:60em;
	position:absolute;
	right:1em;
	top:3.5em;
	width:29em;
	z-index:2;
/*	border:#000 solid 1px; */
}

/* Links */
a, a:link, a:visited, a:active {
	color:#009;
	text-decoration:none;
}

a:hover {
	color:#96c; 
	text-decoration:none;
}

div#nav div {
	margin-left:3em;
}

div#nav div a, div#nav div span {
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:2.2em;
	font-weight:bold;
}

div#nav div a:hover, div#nav div span {
	color:#009;
}

div#nav div.nav1 {
	top:6.4em;
}

div#nav div.nav2 {
	top:11.8em;
}

div#nav div.nav3 {
	top:17.3em;
}

div#nav div.nav4 {
	top:22.8em;
}

div#nav div.last {
	top:28.2em;
}

/* Textformatierung */
h1 {
	color:#009;
	font-family:Dauphin, Georgia, serif;
	font-size:4em;
	font-weight:normal;
	letter-spacing:-0.05em;
	text-align:center;
	white-space:nowrap;
}

h2, h3, h4 {
	font-weight:bold;
}

div#text h2 {
	font-size:2.4em;
	margin-bottom:0.1em;
}

div#text h3 {
	font-size:2.025em;
/*	margin-bottom:0.1em; */
}

div#text > p, div#intro > p, div#text li {
	font-size:1.725em;
	margin:0.75em 0;
}

div#text ul {
	list-style:square url(../misc/bullet.png) outside;
}

div#text li {
	margin-left:2.5em;
}

div#text ul.ref2 {
	list-style:square url() outside;
}

div#text ul.ref2 > li {
	font-size:1em;
	margin:0.25em 0 0.25em 2.5em;
	line-height:1em;
}

div#text ul.glist > li {
	margin:0.25em 0 0.25em 2.5em;
	line-height:1em;
}

.small {
	font-size:0.6em;
}

.nobr {
	white-space:nowrap;
}

.thin {
	letter-spacing:-0.035em;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.uline {
	text-decoration:underline;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.centre {
	text-align:center;
}

.justify {
	text-align:justify;
}

.lang, .copy, .update {
	color:#6a6a6a;
	font-size:1.1em;
	line-height:0.9em;
	padding-left:1.5em;
	text-align:left;
}

.copy {
	float:left;
}

.update {
/*	color:#fff; */
	float:right;
	padding-right:1.5em;
	text-align:right;
}

.lang a, .copy a {
	color:#000;
}

/* Kontakt */
.contact {
	padding-right:10em;
}

.contab, .legal b {
	padding-left:2em;
}

div#pp {
	position:absolute;
/*	border:1px #000 solid; */
	bottom:0;
	right:6.6em;
	background:transparent url(../misc/pp.png) no-repeat;
	width:214px;
	height:325px;
}

/* Balken */
div#head {
	height:2.4em;
	z-index:1;
}

div#foot {
	height:2.4em;
	z-index:3;
}

div#head div, div#foot div {
	height:1.2em;
	position:absolute;
}

div.left {
	left:0;
	right:6.6em;
	top:0;
}

div.right {
	left:6.6em;
	right:0;
	top:1.2em;
	text-align:left;
}

div.light {
	background-color:#c9f;
}

div.dark {
	background-color:#96c;
}

/* Lebenslauf */
table.cv {
	margin-top:0.1em;
}

table.cv td {
	text-align:left;
	vertical-align:top;
}

table.cv td.col1 {
	background:transparent url(../misc/bullet.png) left 1.1em no-repeat;
	width:19.5em;
	padding-left:2em;
}

table.cv td.prak1 {
	background:transparent url(../misc/bullet.png) 2em 1.1em no-repeat;
	padding-left:4.1em;
}

table.cv td.prak {
	padding-left:2em;
}

table.cv p, ul.cv > li {
	font-size:1.725em;
	margin:0.5em 0 0 0;
}

/* Gallerie */
div#text.gallery {
/*	border:#f0f 1px solid; */
	height:47.7em;
	margin-left:19.5em;
	margin-right:6.6em;
	padding:0;
/*	width:100%; */
}

div#text.gallery h2 {
	margin-bottom:0;
}

div#intro {
	padding-right:15em;
/*	left:0;
	position:absolute;
	top:3.2em;
	border:#000 solid 1px; */
}

div#fullview {
	height:44.5em;
	left:0;
	position:absolute;
	right:23em;
	text-align:center;
	top:3.2em;
/*	border:#0ff solid 1px; */
}

span#browsehome, span#browseprev, span#browsenext {
	display:block;
	height:2.5em;
	position:absolute;
	width:5em;
/*	border:#ff0 1px solid; */
}

span#browsehome {
	left:0;
	top:-2.9em;
/*	display:none; */
}

span#browseprev, span#browsenext {
	bottom:0;
}

span#browseprev {
	left:0;
}

span#browsenext {
	right:0;
}

div#description {
	height:23em;
	overflow:auto;
	position:absolute;
	right:0;
/*	text-align:right; */
	text-align:justify;
	top:3.2em;
	width:23em;
/*	border:#000 solid 1px; */
}

div#preview {
	bottom:0;
/*	height:20em; */
	position:absolute;
	right:0;
	text-align:center;
	vertical-align:bottom;
	width:13em;
/*	border:#fff solid 1px; */
}

div#description p {
	font-size:1.5em;
	margin:0.75em 0;
}

div#preview p {
	font-size:1.5em;
	margin:0.5em 0;
}

table.preview {
	margin:0 auto;
}

table.preview td {
	height:5em;
	text-align:center;
	vertical-align:middle;
	width:5em;
}

td.empty {
	display:none;
}

