/* basis.css : mc2alpin.at
 *
 * CVS: $Id: basis.css,v 1.54 2009-04-14 15:34:55 bert Exp $ */

/* the menu bar */

#top {
	width: 100%;
	border-bottom: 1px solid #000000;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* ie6 fixed header hack */
  height:100%; 
  overflow-y:auto; 
}

img {
  border: 0px;
}

.team-img {
  float: left;
  margin: 5px 20px 10px 10px;
}

.article-short {
  float: left; /* try to ensure pictures dont get outside of div */
  width: 100%;
  padding-bottom: 10px;
}

div.news-abstract img ,div.news-text img {
  float: left;
  margin: 5px 20px 10px 10px;
}

h2 {
  font-size: 14px;
  padding-bottom: 0px;
  font-weight: bold;
}

.news-abstract {
  padding-bottom: 10px;
}

.news-text {
}

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

a:hover, a:active {
  font-weight: bold;
}

a.menu {
  margin-right: 20px;
}

a.details {
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 50px;
}

.menu-active, a.menu:hover {
  margin-right: 15px;
  /* font-weight: bold; */
}

.submenu {
  margin: 0px 20px 0px 0px;
}

a.submenu {
  margin: 0px 20px 0px 0px;
}

a.submenu:hover {
  margin-right: 15px;
}

#top {
  background-color: #ffffff;
  top:0px; left:0px; position:fixed;
  margin-bottom: 0px;
}

* html #top {position:absolute;}

#logo-par {
  text-align: center;
  margin-left: 30%;
}

#content-bg {
  margin: 170px 0px 0px 0px;
}

#content {
  margin-left: 200px;
  width: 600px;
}

#content img {
  margin: 5px;
}

.button, .button-link, .searchbutton {
  font-weight: bold;
  background-color: #e1ff47;
  color : #000000;
  border: solid 1px #000000;
  padding: 1px 4px 1px 4px;
}

.shop-item {
  width: 500px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px black dotted;
}

.shop-item .title, .tag {
  font-weight: bold;
}

.shop-item .preis {
  margin-right: 40px;
}

.table-orderitems {
  border: 0px;
  border-collapse: collapse;
}

.table-orderitems td,th  {
  border: 1px black dotted;	
  padding-right: 5px;
  padding-left: 5px;
}

.td-number {
  text-align: right;
}

td.field-descr {
  text-align: right;
  padding-right: 5px;
}

td.field-value {
  text-align: left;
  border: black dotted;	
  border-width: 0px 0px 0px 1px;
  padding-left: 5px;
}

.msg {
  padding: 5px;
  width: 400px;
  background-color: #e1ff47;
  border: 1px black dotted;
}

.msg .title {
  padding-left: 30px;
  font-weight: bold;
}

/* css drop down */
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	border: solid #000000;
	border-width: 1px 0px 0px 0px;
}
#nav a:link, #nav a:active, #nav a:visited{
	display:block;
	padding-right: 5px ;
	color:#000000;
	text-decoration:none;
	background-color:#ffffff;
  font-weight: normal;
}
#nav a:hover {
	background-color:  #e1ff47;
	color:#000000;
  font-weight: normal;
}
/* horizontal */
#nav li {
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	top:1.5em;
	display:none;
}
#nav li ul a {
	width: 7em;
	float:left; /* float submenu to the right for non ie */
}
#nav ul ul {
	top:auto;
}
#nav li ul {
	border: 1px solid #000000;
	border-width: 1px 1px 0 1px;
}	
#nav li ul li {
	border-left: 1em solid #e1ff47;
}	
#nav li ul ul {
	left: 7.4em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

#nav .left {
	width: 200px;
}
#nav .spacer {
	width: 200px;
}
#nav li.pre {
	border-top: 1.4em solid #000000;
}
#nav li.post, #nav-search, #nav-right {
	border-top: 1.4em solid #e1ff47;
}

#footer {
	margin-top: 1em;
	margin-left: 200px;
	margin-bottom: 1em;
	border-top: 1px solid #e1ff47;
}

#search {
	float: left;
	margin: 0 0 0 0;
}

#search input {
	border: solid #000000;
	border-width: 1px 1px 0px 1px;
}

#popup {
	margin: 5px;
	padding: 5px;
}

#popup a {
  padding-left: 30px;
  font-weight: bold;
}

