/*************************************** Reset ***************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*************************************** Navigation ***************************************/

body {
	font-size: 62.5%; /* 16px default * 0.625 = 10px */
}
#header {
	display: none;
}
.leftcol {
	display: none;
}
#main {
	font-size: 1.3em; /* 10px * 1.3em = 13px */
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	line-height: 1.5em;
	min-height: 580px;
}
* html #main {
	height: 580px;
}
#main p {
	margin: 7px 0px 7px 0px;
}
#main strong {
	font-weight: bold;
}
#main em {
	font-style: italic;
}
.category {
	display: none;
}
.centerme {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}



/*************************************** Lists ***************************************/

#main ul {
	margin: 15px 20px 15px 35px;
	list-style: square;
}
#main ul.nobullets {
	list-style-type: none;
	list-style-image: none;
}
#main li {
	line-height: 1.6em;
}
.listheader {
	font-weight: bold;
}



/*************************************** Clear ***************************************/

.clear {
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/*************************************** Blockquote ***************************************/

#main div.box {
	background-color: #f5f5f2;
	margin: 10px 0 13px 0;
	padding: 10px;
	border: 1px solid #cac9c4;
	text-align: center;
}
#main div.box blockquote {
	display: block;
	border: 1px solid #cac9c4;
}
#main blockquote {
	text-align: center;
	font-style: italic;
	padding: 10px 0px 0px 0px;
	background: #FFF url(images/back_blockquote.gif) 98% 0 no-repeat;
}



/*************************************** Images ***************************************/

div.imgright {
	float: right;
}

div.polaroid {
	background-color: #f5f5f2;
	margin-left: 10px;
	margin-bottom: 13px;
	padding: 10px;
	border: 1px solid #cac9c4;
	font-size: 9px;
	text-align: center;
}
div.polaroid img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #cac9c4;
}

ul.gallery {
	list-style: none;
}
ul.gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
ul.gallery li a {
	padding: 3px;
	display: block;
	border: 3px double #cac9c4;
	line-height: 0;
}
/* IE-hack: prevent IE from destroying the layout (inserts lots of space before the heading, and puts the gallery-images above each other not besides) */
* html ul.gallery li a {
	display: inline;
}



/*************************************** Headings ***************************************/

#main div.heading p, #main div.heading h1 {
	display: block;
	font: 1.85em Verdana, Arial, Helvetica, sans-serif; /* 1.3 * 1.85 = ca. 24px */
	letter-spacing: -1px;
	color: #fb6533;
}
#main h1 {
	margin-top: 26px;
	margin-bottom: 3px;
	font-size: 1.4em; 
}



/*************************************** Links & Acronyms ***************************************/

#main a.internal, #main a.external {
	color: #0066cc;
	border-bottom: 1px dotted #0066cc;
	text-decoration: none;
}
#main acronym {
	border-bottom: 1px dotted #cb0866;
}



/************************************** Formulare ********************************************/

p.input { 
	margin: 0 20px;
}
p label {
	display: block;
	font-weight: bold;
}
input[type=submit] {
	text-align: center;
}
p.input input {
	margin: 5px 0 5px 0;
	width: 75%;
	font: 1em/1.6em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.25em;
	border: 1px solid #CCC;
}
p.input textarea {
	margin: 0;
	width: 75%;
	height: 225px;
	font: 1em/1.6em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.5em;
	border: 1px solid #CCC;
}
fieldset { 
	padding: 1.5em 0 0 0;
}
#mailer { 
	padding: 1em; 
	font-size: 1em; 
	text-align: left; 
	border: 1px solid #cac9c4;
	background: #f5f5f2;
	margin-top: 10px; 
}



/*************************************** Footer ***************************************/

#footer {
	position: relative;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #dddddd;
	background: #333333;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
}
#footer span.copyright {
	position: absolute;
	left: 15px;
	line-height: 35px;
}
#footer span.valid {
	position: absolute;
	right: 15px;
	line-height: 35px;
}
#footer a {
	color: #909090;
}


/*************************************** Publications ***************************************/

#main h1.pubsYear {
	font-size: 2.6em;
	text-align: left;
	background-color: #e0e0e0;
}
.pubsItem {
	border-bottom: 1px solid #d0d0d0;
	padding: 20px 0px 20px 0px;
}
.pubsItem  h4{
	font-weight: bold;
	font-size: 1.2em;
}
.pubsItem  h5{
	padding-bottom: 5px;
}
#categoryFilter a.internal {
	text-decoration: none;
	color: #0066cc;
	border: 0;
}



/*************************************** Wallpaintings ***************************************/

#wallpainting-left {
	display: none;
}
#wallpainting-right {
	display: none;
}
