html
{
	cursor: default;

	/* force vertical scrollbar in Firefox */
	/*overflow: -moz-scrollbars-vertical; -- prevents horizontal scrollbars if necessary */
	/* following see http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	}
input[type="text"],
input[type="password"],
textarea
{
	cursor: text;
}
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select,
label
{
	cursor: pointer;
}

/* ----- PAGE LAYOUT ----- */

html
{
	/*background: url(../img/page-back-blue.png) repeat-x #eef7fc;*/
	background: url(../img/page-back-green.png) repeat-x #f5f9f1;
	/*background: url(../img/page-back-orange.png) repeat-x #f9f1dd;*/
	color: #202020;
	}
html.blue-design,
div.colour-preload-blue
{
	background: url(../img/page-back-blue.png) repeat-x #eef7fc;
}
html.green-design,
div.colour-preload-green
{
	background: url(../img/page-back-green.png) repeat-x #f5f9f1;
}
html.orange-design,
div.colour-preload-orange
{
	background: url(../img/page-back-orange.png) repeat-x #f9f1dd;
}
html.grey-design,
div.colour-preload-grey
{
	background: url(../img/page-back-grey.png) repeat-x #f5f5f5;
}

body
{
	width: 60em;
	max-width: 96%;
	margin: 0px auto 20px;
	padding: 0;
}
html.wide body
{
	width: 96%;
	max-width: 96%;
}

#colour-switch
{
	float: right;
}
#colour-switch div
{
	width: 10px;
	height: 10px;
	margin-top: 2px;
	cursor: pointer;
	margin-right: -10px;
}
#colour-switch div.blue
{
	background: #b1d8f3;
}
#colour-switch div.green
{
	background: #cae2b8;
}
#colour-switch div.orange
{
	background: #f0d9a2;
}
#colour-switch div.grey
{
	background: #d8d8d8;
}

div#logo_div
{
	background: url(../img/logo_alt.jpg) repeat-x;
	margin-bottom: 1em;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
a#logo
{
	text-align: center;
	display: block;
	width: 100%;
	height: 100px;
	background: url(../img/logo.2.jpg) no-repeat 50% 0%;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
a#logo span
{
	display: none;
}
html.wide a#logo
{
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

body,
p,
td,
li,
input,
select
{
	font: 14px/130% Calibri, Arial, helvetica, sans-serif;
}

p
{
	margin: 1em 0;   /* Firefox' default, IE's default would be different */
}

div.text
{
	background-image: url(../img/white_tr.png);
	padding: 10px;
	/*-moz-border-radius: 6px;*/
	}
div.text.no-caption
{
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
div.text p.first,
div.text h2.first
{
	margin-top: 0;
}
div.text p.last
{
	margin-bottom: 0;
}
div.pretext
{
	padding: 0 10px;
}

.italic
{
	font-style: italic;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}

.browser-warning
{
	margin: 0.2em 0;
	border: solid 1px #FF4400;
	padding: 0.4em;
	font-size: 0.9em;
	line-height: 120%;
	font-weight: bold;
	color: #DD3300;
}
.browser-warning-ie6
{
	margin: 0.2em 0;
	border: solid 1px #FF4400;
	background: url(../img/ie6_beard.png) no-repeat 5px 6px;
	padding: 0.4em 0.4em 0.4em 52px;
	font-size: 0.9em;
	line-height: 120%;
	font-weight: bold;
	color: #DD3300;
}

#foot
{
	/*margin: 2em 0 0;*/
	margin: 1em 0 0;
	/*border-top: solid 1px #000000;*/
	padding-top: 0.3em;
	padding-bottom: 1em;
	color: #405040;
	font-size: 0.85em;
	text-align: center;
}
div.prefoot
{
	margin: 1em 0 0;
	padding: 0 10px;
}

a,
label,
span.hyperlink
{
	text-decoration: none;
	color: #1050E0;
}
a:visited
{
	color: #0c3baa;
}
a:hover,
label:hover,
span.hyperlink:hover
{
	color: #E05010;
}
a img
{
	border: 0;
}
a img.zoomin
{
	cursor: -moz-zoom-in;
}
a[rel~="help"]
{
	color: inherit;
	border-bottom: dotted 1px #89aaf7;
	cursor: help;
}
a[rel="help"]:hover,
a[rel~="help"][rel~="external"]:hover
{
	border-bottom: solid 1px #f48964;
}
a[rel~="external"]
{
	background: url(../img/out.png) 100% 30% no-repeat;
	padding-right: 8px;
}
a[rel~="help"][rel~="external"]
{
	background: none;
	padding-right: 0;
}

p.news
{
	color: #901000;
}
p.news strong
{
	color: #f03020;
}

div.toc
{
	clear: right;
	float: right;
	margin: 0.2em 0 0.8em 1.5em;
	border-left: solid 1px #80A080;
	padding-left: 1.2em;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	}
div.toc ul
{
	padding-left: 16px;
	margin: 0.3em 0 0.3em;
}
div.toc li
{
	font-size: 1em;   /* inherit from parent */
	font-weight: normal;
	font-style: normal;
	list-style-image: url(../img/rechts_blau_klein.png);
}
div.toc li li
{
	font-style: italic;
}

h1
{
	text-align: center;
	font: 1.7em/100% Cambria, Georgia, serif;
	color: #203060;
	padding: 0.1em 0 0.2em;
	margin: 0.1em 0 0;
			background-image: url(../img/black_tr.png);
		-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-shadow: rgba(255, 255, 255, 1) 0px 0px 7px, rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

h2
{
	font: 1.45em/100% Cambria, Georgia, serif;
	color: #203060;
	padding: 0;
	margin: 1.1em 0 0.5em;
	text-shadow: rgba(255, 255, 255, 1) 0px 0px 7px, rgba(0, 0, 0, 0.3) 0px 1px 2px;
}
h2 a
{
	color: #203060;
}

h3
{
	font: 1.2em/100% Cambria, Georgia, serif;
	color: #203060;
	padding: 0;
	margin: 0.7em 0 0.4em;
}
h3 a
{
	color: #203060;
}

ul
{
	padding-left: 18px;
	margin: 0.3em 0 0.3em;
	list-style-image: url(../img/bullet.png);
}
ul ul
{
	list-style-image: url(../img/bullet2.png);
}

blockquote
{
	background: url(../img/quote.png) no-repeat 0px 3px;
	margin: 0.6em 0;
	padding-left: 30px;
	font-style: italic;
}

small
{
	font-size: 0.85em;
	color: #606060;
}

sup
{
	font-size: 0.85em;
	line-height: 0.85em;
	position: relative;
	top: 2px;
}
sub
{
	font-size: 0.85em;
	line-height: 0.85em;
	}

.grey
{
	color: #708070;
}

code,
tt
{
	font: 0.9em Consolas, Andale Mono, Courier New, monospace;
}
code.grey strong
{
	color: black;
	font-weight: normal;
}
code.grey em
{
	color: black;
}

img.border
{
	border: solid 1px #CCCCCC;
	background: white;
	padding: 6px;
}

table
{
	border-spacing: 0;
}
table th
{
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
table th,
table td
{
	vertical-align: top;
	padding: 0;
}
table tr.bottom td
{
	vertical-align: bottom;
}

table.full-width
{
	width: 100%;
}

table.with-padding th,
table.with-padding td
{
	padding-right: 1em;
}
table.with-padding th.rightmost,
table.with-padding td.rightmost
{
	padding-right: 0;
}

div.image
{
	text-align: center;
}
div.image div.subtitle
{
	text-align: center;
	font-style: italic;
}

/* ----- INDEX PAGE ----- */

table.index-table
{
	width: 100%;
	margin: 1.5em 0;
}
table.index-table td
{
	width: 50%;
	border-top: dotted 1px #bbbbbb;
	border-left: dotted 1px #bbbbbb;
	padding: 1em 0.5em;
	text-align: center;
	vertical-align: bottom;
}
table.index-table tr:first-child td
{
	border-top: none;
}
table.index-table td:first-child
{
	border-left: none;
}
table.index-table td big
{
	font-size: 1.3em;
}

/* ----- VCARD PAGE ----- */

#vcard-table td.field
{
	text-align: right;
	font-style: italic;
	color: #405040;
}
#vcard-table td
{
	padding-bottom: 0.5em;
}

/* ----- TIMELINE PAGE ----- */

#timeline th,
#timeline td
{
	text-align: center;
}

#timeline .year
{
	padding-right: 0.25em;
}
#timeline .pers
{
	/*background: #D5FFBB;*/
	background-image: url(../img/fill_green.png);
}
#timeline .edu
{
	/*background: #DDEEFF;*/
	background-image: url(../img/fill_blue.png);
}
#timeline .tech
{
	/*background: #FFE5BB;*/
	background-image: url(../img/fill_orange.png);
}

#timeline td.line1
{
	border-top: solid 1px #CCCCCC;
}
#timeline td.line2
{
	border-top: solid 1px #505050;
}

#timeline tr th:first-child,
#timeline tr td:first-child
{
	border-right: solid 1px #CCCCCC;
}

/* ----- FOTOS ----- */

.photo-dir
{
	margin-bottom: 0.4em;
}
.photo-dir-title
{
	font-size: 1.2em;
}

.thumbnail-image
{
	border: solid 1px #CCCCCC;
	background: white;
	padding: 1px;
}
.thumbnail-image.selected
{
	border: solid 1px #FF5000;
	background: #FFC0A0;
}
#image-description,
#image-description-wait
{
	margin-bottom: 0.4em;
	background: url(../img/icons/note.png) no-repeat 0px 1px;
	padding-left: 20px;
}

#fotos-topline
{
	border-bottom: dotted 1px #A0B0A0;
	}
#fotos-content
{
	min-height: 600px;
	}

/* ----- FORMS ----- */

form
{
	display: inline;
}

input[type="text"],
input[type="password"],
textarea
{
	border: solid 1px #90A0C0;
	padding: 0 2px;
}

input[type="radio"],
input[type="checkbox"]
{
	margin: 0 4px 0 0;
}

input.checkError
{
	background: #FFDDD0;
}

input[type="button"],
input[type="submit"]
{
	border: solid 1px #E4E4E4;
	background: #E4E4E4;
	padding: 0px 2px;
	color: #0005D4;
	/*-moz-border-radius: 4px;*/
}
input[type="button"]:hover,
input[type="submit"]:hover
{
	border: solid 1px #808080;
}
input[type="button"].default,
input[type="submit"].default
{
	font-weight: bold;
}

select
{
	border: solid 1px #90A0C0;
	padding: 0;
}

