body {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	padding: 0;
	margin: 0;
	}

body#home {
	margin: 20px 0;
	}

/* TAG-FORMATIERUNGEN */
p {
	margin: 1em 0;
	padding: 0;
	line-height: 1.2em;
}

a:link,
a:active,
a:visited {
	color: #000;
	background-color:transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.highlight:hover {
	background: #000;
	color: #fff;
}

a img {
	border: 0;
}

pre {
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: "Courier New", Courier, monospace;
}

cite {
	font-style: normal;
}

h1 {
	font-size: 1em;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 2em;
	margin: 0;
}

#paging h2 {
	margin-bottom: 15px;
}

form {
	display: inline;
}

fieldset {
  border: 0;
  display: inline;
  padding: 0;
  float: left;
}

legend {
  display: none;
}

form input, form button, a.button {
	font-size: 11px;
	border: 1px solid #000;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none ! important;
	height: 13px;
	*height: 17px;
}
form button {
	background: white;
}

a.button {
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	float:left;
	text-decoration:none!important;
	display:block;
	white-space: nowrap;
	*padding: 0 8px;
	*height: 17px;
}
a.themebg {
	text-decoration: none ! important;
}

form .inline button {
	margin-right: 10px;
}

form .input {
	padding-bottom: 0.5em;
	*padding:0;
}

form .input label {
	display: block;
}

form .text input, form.select input, input {
	border: 1px solid #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	padding: 2px 3px;
	font-size: 11px;
	height: 13px;
	*height: 17px;
	*padding:0;
}

form .submit input, button.black, input.button, input.black, button, .inline button {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	border: 1px solid #000;
	font-family: "Courier New", Courier, monospace;
	height: 19px;
}

.black {
	background: #000 ! important;
	border-color: #000 ! important;
}

form .submit input {
	height: 19px;
	padding-top: 0;
}


form #UserRemember {
	margin-top: 2px;
	height: 14px;
	width: 14px;
}

form textarea, textarea {
	border: 1px solid #000;
	padding: 5px 3px;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
}

form input.img {
	border: 0;
	padding: 0;
	height: 21px;
}


form .radio {
	padding-top: 10px;
}
form .radio input, form .checkbox input {
	width: auto;
	float: left;
	margin-left: 0;
}
form .radio label, form .checkbox label {
	margin-left: 24px;
	padding-bottom: 10px;
	padding-top: 2px;
	width: 400px;
}
form .radio legend {
	display: block;
	padding-bottom: 4px;
}


.doubledash {
	border:4px double #000;
}

p.info {
	padding: 4px 0;
	color: #444
}

.info a {
text-decoration: underline
}


.img-options {/* home */
margin-top: -20px;
background: #fff ! important;
display: block;
padding: 2px;
font-size: 11px;
text-align: center;
position: absolute;
width: 123px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
z-index: 2000
}

.no-header {
margin-top: 60px;
}

ul,
ul.reset, ol.reset,
ul.reset li, ol.reset li {
	list-style-type: none;
}

ul.inline li {
	display: inline;
}

ul.starred li, ol.starred li {
	list-style: none;
	background: url(../img/star_hi.gif) no-repeat;
	padding-left: 24px;
	padding-bottom: 10px;
}

ol.bignum li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
}
ol.bignum li.num1 { background-image: url(../img/notions/one.gif); background-position: 5px 0 }
ol.bignum li.num2 { background-image: url(../img/notions/two.gif); }
ol.bignum li.num3 { background-image: url(../img/notions/three.gif); }

.suggests span { padding: 5px; } /* jquery tag suggest */
.textright { text-align:right }
.padded { padding:10px }
.error-message, .error-message-profile { color: #a00; font-size: 0.9em; padding-left: 5px; }

#message_form .suggests { display: block; }


/* Autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index:9999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : white url('../img/loading/gray.gif') right center no-repeat;
}

.ac_over {
	background-color: #aaa;
	color: black;
}

/* modal dialogs */

.jqmWindow {
    display: none;

    position: fixed;
    top: 30%;
    left: 60%;

    margin-left: -300px;
    width: 600px;

    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*flash messages*/

.message { clear: both; margin-top: 10px; height: 16px; margin-bottom: 20px; padding-top: 3px; padding-left: 3px; }
.message * { margin: 0; padding: 0 }

#errorMessage {
background: #FFAFC1;
color: #000;
}
#successMessage {
background: #BBFFAF;
color: #000;
}
#successMessage {
background: #BBFFAF;
color: #000;
}
#infoMessage {
background: #EFDFC2;
color: #000;
}

.activitystream li a { text-decoration: underline }


/* Skyscraper Promo */
div.skyscraper {
    position:absolute;
    left:1007px;
    top:12px;
    padding-bottom: 20px;
}

div.skyscraper img.liketheirstyle {
    display: block;
    margin: 15px 0;
}


/* Linkswitch */
.linkswitch-wrap {
	cursor: pointer;
}
.linkswitch, .linkswitch * {
	font-size: 11px !important;
}
.linkswitch {
	background: #FFFFFF;
	border: 1px solid #000000;
	font-size: 10px;
	padding: 5px 8px;
	position: absolute;
}
.linkswitch ul, .linkswitch li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

