/**
 * project: stiftungsnetzwerk-berlin web
 * type: stylesheet
 * media: screen
 * @author: Andreas Perzborn, 10.06.2008
 * @copyright: buero-perzborn.de. All rights reserved.
 */


/**
 * description: base styles for elements for all portals
 */
 

/* global whitespace reset !!! */
* {
    margin: 0;
    padding: 0;
}

/* font size inheritance ! */
ol address, ol ol, ol p, ol ul,
ul address, ul ol, ul p, ul ul,
table address, table ol, table p, table ul {
    font-size: 1em !important;
    padding-bottom: 0 !important;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.0;
}

/* text - inline */
abbr, acronym {
    border-color: inherit;
    cursor: help;
    font-style: normal;
}
em {
    font-style: normal;
    font-weight: inherit;
}
code, kbd, samp, var {
    font-size: 1.1em;
    font-weight: bold;
}
q, cite {
    font-style: normal;
}
strong {
    font-style: normal;
    font-weight: bold;
}

a:focus {
	outline: none;
}
/* text - block */
address {
    display: block;
    font-style: normal;
}
blockquote {
    font-style: normal;
}

/* images */
img {
    border: none;
}

/* lists */
ol {
    clear: left;
  	list-style-type: decimal;
}
ul {
    /* clear: left; */
    list-style-type: square;
}

/* forms */
fieldset {
    border: none;
}
legend {
    display: block;
    font-weight: bold;
}
label, input, select {
    font-weight: normal;
    line-height: normal;
}
input, select, textarea {
    /*display: block;*/
}
optgroup {
    font-style: normal;
    font-weight: bold;
}

/* tables */
table {
    border: none;
    caption-side: top;
    clear: left;
    empty-cells: show;
    width: 100%;
}
caption, th {
    font-weight: bold;
    text-align: left;
}
th, td {
    vertical-align: top;
}
/* table body */
tbody th {
    font-weight: normal;
}

/* visibility classes */
.hd, .jump a {
	height: 1em;
	left: -400em;
	overflow: hidden;
	position: absolute;
	width: 100em;
}



/* error messages */
.error {
	background-color: transparent;
	color: #b63e0f;
}

/* jump targets */
.ac {
	float: left !important;
	font-size: 0 !important;
	height: 0 !important;
	line-height: 0.0 !important;
	margin: 0 !important;
	  padding: 0 !important;
	width: auto !important;
}
/* box with hidden jump links */
.jump {
	position: absolute;
	width: 100%;
	z-index: 100;
	}
.jump a {
	height: auto;
	width: auto;
	}

