* { margin: 0px; padding:0px;}

body { color: black; background-color: white; font-family: Garamond, Times, serif;
	margin-left: 15px;
	margin-right: 15px;
}

#header {
	min-width: 900px;
	text-align: center;
	margin-top: 15px;
	padding-left: 11px;
	padding-right: 11px;
	background-image: url("../images/hg2.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #950000;
}

#header h1 {
	color: #EEEEEE;
	font-size: 60px;
	margin-bottom: 25px;
	margin-top: 10px
}

#header h2 {
	color: #EEEEEE;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#header p.headliner {
	color: #EEEEEE;
	padding-top: 10px;
	width: 100%;
}

#header p.headliner a {
	color: #EEEEEE;
}

#header p.headliner a:hover {
	color: #EEEEEE;
}

#header p.headliner a:visited {
	color: #EEEEEE;
}


#keywordsright {
	float: right;
	position: absolute;
	top: 65px;
	right: 35px;
	color: #200000;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;

}

#keywordsleft {
	float: left;
	position: absolute;
	top: 65px;
	left: 35px;
	color: #200000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;

}

#keywordsright li {
	font-size: 18px;
	list-style: none;
}

#keywordsleft li {
	font-size: 18px;
	list-style: none;
}

#navigation li {
	font-size: 16px;
	margin-left: 7px;
	margin-right: 7px;
	color: #700000;
	display: inline;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #000000;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url("../images/tab.png");
	background-position: bottom;
	background-color: #EEEEEE;
}

#navigation li.active {
	padding-top: 5px;
	background-image: none;
}

#navigation li a:link { text-decoration: none; color: #700000 }
#navigation li a:visited { text-decoration: none; color: #700000 }
#navigation li.active a:link { text-decoration: none; color: #700000 }
#navigation li.active a:visited { text-decoration: none; color: #700000 }


#content {
	min-width: 900px;
 	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #950000;
}

#content p.archiveback {
	float:right;
	margin-top: -42px;
	margin-right: 15px;
}

#content ul.language {
	text-align: right;
	position: relative;
	float: right;
	right: 20px;
}

#content ul.language li {
	display: inline;
	float: left;
	margin-left: 10px;
}

#content ul.language li a.german {
	display: block;
	width: 20px;
	height: 10px;
	background-image: url("../images/german_gr.png");
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BBBBBB;
}

#content ul.language li a.german:hover {
	display: block;
	width: 20px;
	height: 10px;
	background-image: url("../images/german.png");
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BBBBBB;
}

#content ul.language li a.english {
	display: block;
	width: 20px;
	height: 10px;
	background-image: url("../images/english_gr.png");
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BBBBBB;
}

#content ul.language li a.english:hover {
	display: block;
	width: 20px;
	height: 10px;
	background-image: url("../images/english.png");
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BBBBBB;
}

#content ul.language li a span {
	display: none;
}


#content h1 {
	
	clear: both; font-size: 28px; margin-bottom: 20px;
}

#content h2 {
	clear: both; font-size: 18px; margin-bottom: 10px; margin-top: 10px;
}

#content h3 {
	margin-top: 5px; font-size: 16px;
}

table.formformat tr td {
	border-bottom: 1px solid;
	border-color: #DDDDDD;
}

table tr th {
	font-weight: normal;
}

#recentarticle {
	text-align: center;
	margin: 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #BBBBBB;
	height: 100%;
}

#recentarticle h1 {
	border-bottom: 1px solid;
	border-color: #BBBBBB;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#recentarticle img.articlepicture {
	border: 1px solid;
	border-color: #BBBBBB;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#recentarticle p.authors {
	clear: both;
	text-align: center;
	color: #950000;
	margin-bottom: 10px;
}

#recentarticle p {
	text-align: justify;
}

#recentarticle p.edition {
	color: #BBBBBB;
	text-align: left;
	float: left;
}

#recentarticle p.date {
	color: #BBBBBB;
	text-align: right;
}

#recentarticle p.download {
	clear: left;
	border-top: 1px solid;
	border-color: #BBBBBB;
	padding-top: 10px;
	margin-top: 5px;
	text-align: left;
	color: #950000;
}

#recentarticle p.doi {
	clear: both;
	text-align: right;
	color: #BBBBBB;
	margin-top: 5px;
}

#recentarticle p.acrobat {
	text-align: right;
	float: right;
	margin-top: -20px;
}

#recentarticle p.acrobat a img {
	border: 0px;
}

ul.archiveyears {
	margin-left: 20px;
}


ul.archiveyears li {
	display: inline;
	margin-right: 10px;
}

ul.archiveyears li.active {
	font-weight: bold;
	color: #950000;
	text-decoration: none;
}

div.article {
	margin: 20px;
	padding: 20px;
	padding-right: 20px;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #BBBBBB;
}

div.idea {
	padding-right: 45px;
	background: #FFFFFF url(../images/idea.png) top right no-repeat;
}

div.original {
	padding-right: 45px;
	background: #FFFFFF url(../images/original.png) top right no-repeat;
}

div.minireview {
	padding-right: 45px;
	background: #FFFFFF url(../images/mini-review.png) top right no-repeat;
}

img.archivearticlepicture {
	width: 100px;
	border: 1px solid;
	border-color: #BBBBBB;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.article p.edition {
	color: #BBBBBB;
	text-align: left;
	float: left;
}

div.article p.date {
	color: #BBBBBB;
	text-align: right;
}

div.article p.authors {
	text-align: left;
	color: #950000;
	margin-top: 5px;
}

div.article p.title {
	font-size: 18px;
	font-weight: bold;
}

div.article p.link {
	clear: left;
	margin-left: 20px;
}

div.article p.doi {
	color: #BBBBBB;
	float: right;
	margin-top: -18px;
	margin-bottom: 10px;
}


span.title {
	color: #950000;
}

#footer {
	clear: both;
	color: #EEEEEE;
	min-width: 900px;
	text-align: center;
	margin-bottom: 15px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url("../images/hg2.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #950000;
}

#footer p a:link { text-decoration: none; color: #EEEEEE}
#footer p a:visited { text-decoration: none; color: #EEEEEE}
#footer p a:hover { text-decoration: underline; color: #FFFFFF}

#newsletter p {
	font-size: 12px;
}

img.portrait {
	width: 75px;
	height: 100px;
	border: 1px solid #950000; 
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
}

#contact { clear: left;  margin-bottom: 5px; height: 100px; }

p.name { font-weight: bold;}

p.email {
	padding-left: 0px;
	background-image: url("../images/email.png");
	background-repeat: no-repeat;
}

p.newsletter_message {
	margin: 5px;
	padding: 10px;
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
}

p {}

td {}

a:link { text-decoration: underline; color: #950000 }

a:visited { text-decoration: underline; color: #950000 }

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

a:active { color: red }

hr {
	color: #950000;
	background-color: #950000;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 1px;
}

p.formfieldexplanation {
	color: #950000;
	font-size: 12px;
}

td {
	padding: 5px;
}
