/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;*/
	color: #000000;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	background-image: url(bilder/layout/bg.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.menu2_submenu {
	margin-left: 1em;
}

img {
	border-width: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

/*h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	text-align:center;
	color: gray;
	font-weight: normal;
}*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  color: gray;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #008000;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}



/* IE7 fix below... */


#osse-bredd {
	width: 858px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left; /*center hack*/
}

#osse-header {
	width: 858px;
	height: 331px;
	background-image: url(images_ie7fix/header.png);
	background-repeat: no-repeat;
	clear: both;
}

#osse-breadcrumb {
	position: relative;
	left: 40px;
	top: 280px;
	/*width: 160px;*/
	height: 18px;
}

#osse-topmenu {
	position: relative;
	left: 660px;
	top: 280px;
	width: 160px;
	height: 18px;
}

#osse-middle {
	width: 858px;
	background-image: url(images_ie7fix/middle_bg.png);
	background-repeat: repeat-y;
	clear:both;
}

#osse-leftmenu {
	float: left;
	width: 200px;
	overflow: hidden;
}

#osse-leftmenu p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
#osse-leftmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
#osse-leftmenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
#osse-leftmenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
#osse-leftmenu a:hover {
	text-decoration: underline;
	color: #6F8135;
}

#osse-leftmenupadding {
	padding-left: 50px;
	padding-top: 10px;
}

#osse-line {
	float: left;
	width:50px;
	border-left: 1px solid rgb(75,75,75);
	height: 250px;
}

#osse-contents {
	float: left;
	width: 500px;
}

#osse-hack {
	clear: both;
	width: 858px; 
	height: 0px;
	visibility:hidden;
	overflow:hidden;
}

#osse-footer {
	width: 858px;
	height: 75px;
	background-image: url(images_ie7fix/footer.png);
	background-repeat: no-repeat;
	clear: both;
}

/***************************************************************************************************/


/*** Menu stuff ***/

li.expanded {
  list-style-type: circle;
  list-style-image: url(bilder/menu2/2.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(bilder/menu2/1.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(bilder/menu2/4.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}


/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title {
  /*font-weight: bold;*/
  font-size: 1.3em;
  color: black;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.title a, .title a:link, .title a:active, .title a:visited {
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}
.submitted {
    color: #999;
    font-size: 7pt;
}
.submitted a, .submitted a:link, .submitted a:active, .submitted a:visited {
    font-size: 7pt;
	color: #999;
	text-decoration: none;
}
.submitted a:hover {
	text-decoration: underline;
    font-size: 7pt;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 0px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
  font-size: 1.1em;
}
.box .title {
  font-size: 1.1em;
}
.breadcrumb {
	color: #FFFFFF;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #FFFFFF;
	font-size: 7pt;
	text-decoration: none;
	font-style: italic;
}
.breadcrumb a:hover {
	text-decoration: underline;
	font-style: italic;
}
.node {
  margin: .5em 0 3em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}


/* EDITED USING ALTER CSS */

a.upload_attachments {
  /*font-size: 0.8em;*/
  font-weight: normal;
}