/*
bergundsteigen 2009 v2

(c) 2009- info@ssg.co.at All Rights reserved.

VCS: $Id: default.css,v 1.75 2011/02/15 08:41:46 engelbert Exp $
*/
body {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

img {
	border: 0;
}

#logosqaure {
	float: right;
	display: inline;
	min-width: 75px;
	min-height: 67px;
}

div#mainframe {
	top: 0px;
	width: 972px;		/* should be the width of title image */
	margin-left: auto;
	margin-right: auto;
	text-align: left;	/* because mainframe is in center for ie */
}

#mainmenu {
	height: 258px;
	border-left: 16px solid #000000;
	position: relative;
}

#mainmenu .list {
	margin-left: 10px;
	position: absolute;
	bottom: -5px;
}

#mainmenu .list a, #mainmenu .list a.selected {
	text-decoration: none;
	font-size: 21px;
	font-weight: normal; 
	color: #000000;
}

#submenu {
	display: inline;
}

.list #submenu a, .list #submenu a.selected {
	margin-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal; 
}

#mainmenu .list a.selected, .list #submenu a.selected, .title {
	font-weight: bold; 
}

.header #logo {
	float: right;
}

.header #logo img {
	margin-top: 0;
}

#headerinfo {
	margin-left: 280px;
	font-weight: bold; 
	position: absolute;
	bottom: -5px;
}

#headerinfo .letter {
	padding-right: 5px;
}

#content {
	clear: both;
}

#abo, #article-list, #author-list, #author-publications,
#topics-list, #topic-publications {
	margin-top: 30px;
}

div.author-attrs, .artikel-autor, 
.author-attrs .email, .author-attrs .webadr a, .input {
	color: #999999;
}

.artikel-autor,
.author-attrs .email, .author-attrs .webadr a, .author-attrs .webadrcolor a {
	font-weight: bold; 
}

.artikel-attr .issue {
	font-weight: bold; 
}

div.issues div.issue0, div.issues div.issue {
	float: left;
	min-width: 232px;
	margin-bottom: 0;
	border: 1px solid #999999;
	margin-top: 30px;
}

div.issues div.issue {
	margin-left: 12px;
}

div.issue0 {
	clear: both;
}

div.article, .title {
	padding-bottom: 18px;
}

.author-abstract, div.article, .abstract {
	line-height: 139.3%;
}

.author-abstract p {
	margin-top: 0;
}

div.article {
	clear: both;
}

.img-left {
	float: left;
	min-width: 273px;
	min-height: 90px;
	padding-bottom: 18px;
}

.right {
	margin-left: 273px;
	padding-left: 23px;
}

.artikel-ueb, .tag {
	font-weight: bold;
}

div.abstract {
	margin-top: 23px;
}

div.footer {
	clear: both;
}

a.pdf {
	font-weight: bold; 
	color: #d2d500;
}

div#impressum {
	margin-top: 23px;
	margin-left: 273px;
}

div#impressum .article, div#impressum .tag {
	margin: 0px;
	color: black;
}

div#impressum .tag {
	margin-left: -100px;
}

div.abo-sub {
	margin-bottom: 10px;
}

div.error {
	border-color: #999999;
	border-width: 3px 0 3px 0;
	border-style: solid;
	margin-bottom: 10px;
}

#username {
	text-align: right;
	margin-right: 22px;
}

/* css drop down */
#author-menu {
	padding-left: 0;
}

#author-menu li {
	float: left;
	position: relative;
	padding-right: 10px;
	list-style-type: none;
	list-style-position: outside;
}

#author-menu li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#author-menu li:hover ul {
	display: block;
	background: white;
}

#author-menu li ul li {
	float: none;
	display: block;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

.right .message {
	background: #dddddd;
	margin-bottom: 10px;
	width: 50%;
	padding: 0.3em 0.3em 0.3em;
}

#topics-list .right {
	clear: both;
}

#topics-list .right a {
	float: left;
	border: 2px solid #dddddd;	/* color overwriten in head */
	padding: 20px 6px 0 6px;
	margin: 0 10px 10px 0;
	width: 68px;
	height: 60px;
	text-align: center;
}

.topic-links {
	width: 500px;
	float: right;
	text-align: right;
	position: relative;
	top: -18px;
	color: #999999;
}

.topic-links a {
	color: #999999;
}

