/*
 * ************************************************
 *  Common styles 
 *
 *  Non-layout styles like global font-size,
 *  link color, headline styles, ...
 * ************************************************
 */
 
a img,:link img,:visited img {
	border: none;
}

body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

strong {
  font-style: normal;
  font-weight: bold;
}

em {
	font-style: italic;
	font-weight: normal;
}

td,th {
	font-size: 1em;
}

pre,kbd {
	font-size: 1.3em;
}

pre {
	border: 1px silver solid;
	background-color: #eeeeee;
	padding: .5em;
	overflow: auto;
}

kbd {
	border: 1px silver solid;
	background-color: black;
	color: white;
	font-weight: bold;
	padding: .3em 1em;
	padding-left: 2.3em;
	background-image: url(/ullCorePlugin/images/cmd_dollar.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	line-height: 2em;
}

kbd a,kbd a:visited {
	color: white;
}

/* used for form field help messages */
dfn {
  color: #676767;
  font-size: 1em;
}

ins {
  background-color: #AAFFAA;
}

del {
  background-color: #FFAAAA;
}

form {
	margin: 0;
	font-size: 1em;
}

input,select {
	margin: 1px;
	vertical-align: middle;
}

input,textarea,select {
	border: 1px solid #AAAAAA;
}

input:focus,textarea:focus,select:focus {
	border: 1px solid #0072a3;
}

input[type="image"] {
	border: 0
}

label {
	font-weight: bold;
}

ul {
	/* margin-top: 1em */;
	padding: 0;
}

/* for drag'n'drop sortable */
ul:empty {
  display: none;
}

li {
	margin-bottom: .6em;
	margin-left: 2.5em;
	padding-left: .5em;
}

/* correct margin for nested lists */
li ul {
	margin-top: 1em;
}

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

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #585858;
}

p {
  margin-bottom: 1em;
} 

.paragraph {
  padding: 1em 0;
}

h1, h2, h3, h4 {
	color: black;
}

h1 {
	font-size: 1.7em;
    line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
    line-height: 1.2em;
}

h3 {
	font-size: 1.3em;
    line-height: 1.2em;
}

h4 {
	font-size: 1.1em;
    line-height: 1.2em;
}

small {
	font-size: 0.8em;
	color: #777777;
}

a.link_external {
	background-image: url(/ullCorePlugin/images/external.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 13px;
}

a.link_new_window {
	background-image: url(/ullCorePlugin/images/new_window.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 17px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
   display: none;
}

.js_mandatory {
  display: none;
}

.shadow {
  -moz-box-shadow: 5px 5px 20px #888888;
  -webkit-box-shadow: #888888 5px 5px 20px;  	
}

.ultra_big {
  font-size: 4em;
  font-weight: bold;
  line-height: 0.5em;
}

/* form errors */
.has_error {
  border: 2px solid red;
  border-radius: 5px;
  -moz-border-radius: 4px;
}

/* Honigtöpfchen */
.gusch {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;  
}