/* Allgemein */

body {
	font-size: 10pt;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: 150% Arial, sans-serif;
	border-bottom: 1px solid #ccc;
    margin-top: 1em;
    margin-right-value: 0pt;
    margin-bottom: 1em;
}
h2 {
	font: 115% Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
    margin-top: 1em;
    margin-right-value: 0pt;
    margin-bottom: 0.2em;
}

h3 { font: 110% Arial, sans-serif; }
h4 { font: bold 100% Arial, sans-serif; }
h5 { font: italic 100% Arial, sans-serif; }
h6 { font: small-caps 100% Arial, sans-serif; }
h1, h2, h3 { line-height: 1.4em; }

img { border: 0px; }

/* Links */
a         {	color: #003399; }
a:visited { color: #663366; }
a:hover   { color: red; }

a.tag {	color: #008000;	text-decoration: none; }
a.user { color: #008000; text-decoration: none; }
a.action { color: #008000; text-decoration: none; }
a.references0 { color: #DABABA; text-decoration: none; }
a.references1 { color: #DAAAAA; text-decoration: none; }
a.references2 { color: #DA9A9A; text-decoration: none; }
a.references3 { color: #DA7A7A; text-decoration: none; }
a.references4 { color: #DA4A4A; text-decoration: none; }
a.references5 { color: #DA2A2A; text-decoration: none; }

a.tag:hover { color: red; }
a.user:hover { color: red; }
a.action:hover { color: red; }
a.references0:hover { color: red; }
a.references1:hover { color: red; }
a.references2:hover { color: red; }
a.references3:hover { color: red; }
a.references4:hover { color: red; }
a.references5:hover { color: red; }


/* Zitate */
q {
	font-style: italic;
	quotes: '&#x201E;' '&#x201D;';
}

/* Fett */
strong {
	color: #003399;
	font-weight: bold;
}

/* Markierung */
.highlight {
	background-color: #FFF088;
}

/* Vertikal Zentriert */
.middle {
	display:table-cell;
	vertical-align: middle;
}

/* Acronyme */
acronym {
	border: 0px;
	border-bottom: 1px;
	border-color: #003399;
	border-style: dashed;
	cursor: help;
}

.imgright {
	float: right;
	margin: 0 0 1em 1em;
}

.imgleft {
	float: left;
	margin: 0 1em 1em 0;
}



/* Seitenelemente: topnav, body, side, infobar, pages, pages, rss */

#topnav {
	height: 70px;
}

#logo {
	background: url(/images/logo.png);
	background-repeat: no-repeat;
	margin: 5px;
	width: 150px;
	height: 80px;
	float: left;
	margin-bottom:  12px;
}

#body80 {
	padding-left: 28px;
	width: 75%;
	float: left;
}

#body {
	padding-left: 28px;
}

#side {
	float: right;
	border-left: 1px solid #cccccc;
	width: 20%;
	margin-bottom:  12px;
}

#bar {
	background-color: rgb(229,236,249);
	border-top: 1px solid blue;
	padding:2px;
	clear:both;
	margin-top:  34px;
}

#loginbar {
	padding-left: 26px;
	text-align: left;
	float: left;
}

#infobar {
	text-align: right;
}


#pages {
	clear:both;
	background-color: rgb(229,236,249);
	border-bottom: 1px solid blue;
	padding: 2px;
	padding-left: 28px;

}


/* #pagenumbers - Seitenzahlen */
#pagenumbers { font-weight: bold;list-style:none;}
#pagenumbers li { width: 14px; height: 8px; display: inline}
#pagenumbers a {color: #003399; text-decoration: none;}
#pagenumbers a:hover { color: red; text-decoration: none; }


#rss {
	margin-top:  12px;
	padding-left: 28px;
}

/* Suchfeld im Kopf */

#search {
	float: left;
	margin-top:   8px;
	width: 50%;
}

#search .input, .select {
	margin: 2px;
	border: 1px solid #cccccc;
}

#search .input {
	width: 300px;
}

/* Menü im Kopf */

#menu {
	float: right;
	padding: 8px;
	width: 20%;
}

#menu ul {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style: none;
}


/* Formatierung Liste der Verknüpfungen */

#sponsors,
#relatedBox {
	padding: 10px;
}


#sponsors ul,
#relatedBox ul {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style: none;
}

#sponsors ul li,
#relatedBox ul li {
	margin:      0;
	padding:     0;
	line-height: 1em;
}

#sponsors ul li a,
#relatedBox ul li a {
	padding-left:    12px;
	font-size:       80%;
	color:           #008000;
	text-decoration: none;
}

#relatedBox ul.related li a:hover {
	background: url(/images/add.gif) no-repeat 0px 50%; color:red;
}

#relatedBox ul.used li a:hover {
	background: url(/images/remove.gif) no-repeat 0px 50%; color:red;
}

#relatedBox ul.user li a:hover {
	color:red;
}


/* Formatierung "Alles über icio.de" - Inhaltsübersicht */

#info_overview {
	padding: 10px;
}


#info_overview ul {
	margin: 6px 0 12px 0;
	list-style: none;
	padding-left: 0px;
}

#info_overview ul li {
	margin:      0;
	padding:     0;
	line-height: 1.4em;
}

#info_overview ul li a {
	text-decoration: none;
}


/* Box */

.add_info {
	font-size: 80%;
	color: blue;
}

.add_error {
	font-size: 80%;
	color: red;
}

.box {
	border: 1px solid #cccccc;
	padding: 22px;
	background-color: #fafafa;
}

/* Eingabeformular */

form .input {
	width: 100%;
	border: 1px solid #cccccc;
}

form legend {
	display: none;
}

form label {
	 color: #003399;
	 font-weight: bold;
	 font-size: 80%;
}

form fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

form dt {
     float: none;
     margin: 0px;
     padding: 0px;
}

form .checkbox {
	float: left;
}


form dd {
     margin-left: 0;
     padding: 0px;
     margin-bottom: 5px;
}


form dt.error {
	color: red;
}

form dd.error input {
	border-color: #ffc2c3;
}

form .button {
	width: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}


/* Login Formular */
.formLogin dt {
     clear: both;
     float: left;
     margin: 2px 2em 0 0; /* Abstand nach rechts: 2 Zeichenbreiten */
     width: 6em;
     white-space: nowrap;
     padding: 2px;
}

.formLogin dd {
     margin-left: 0;
     padding: 2px;
}
.formLogin label {
	color: black;
	font-weight: normal;
	font-size: 100%;
}

.formLogin .input {
	width: 350px;
}



/* Eingabeformular Settings */
.settings #userid {
	background-color: #F0F1F2;
	color: #808080;
}


/* Kategorien */
#taglist .column1, .column2, .column3, .column4 {
	float: left;
	width: 20%;
	padding:5px;
}

#taglist .column1 {
	clear: left;
}

/* Registrierung */
.regInfo {
	font-size: 80%;
	line-height: 140%;
	color: blue;
}

.regError {
	font-size: 80%;
	line-height: 140%;
	color: red;
}

#reg {
	height: 250px;
}

#reg1 {
	border: 1px solid #cccccc;
	padding: 22px;
	background: #fafafa url(/images/reg-1.jpg) no-repeat scroll 50%;
	float: left;
	height: 200px;
	width: 170px;
	margin-right: 20px;
}

#reg2 {
	border: 1px solid #cccccc;
	padding: 22px;
	background: #fafafa url(/images/reg-2.jpg) no-repeat scroll 50%;
	float: left;
	height: 200px;
	width: 170px;
	margin-right: 20px;
}

#reg3 {
	border: 1px solid #cccccc;
	padding: 22px;
	background: #fafafa url(/images/reg-3.jpg) no-repeat scroll 50%;
	float: left;
	height: 200px;
	width: 170px;
	margin-right: 20px;
}

#reg4 {
	clear: all;
	border: 1px solid #cccccc;
	padding: 16px;
	background: #fafafa none repeat scroll 0%;
	margin-top: 16px;
	width: 646px;
	height: 45px;
	text-align: right;
}


/* Listeneintrag */

.list {
	margin-top: 1em;
	margin-bottom: 1em;
}

.list .header h1 {
	margin-bottom: 0px;
}
.list .header p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.list hr { display:none; visibility:hidden; }


/* Bookmarkeintrag */
.list .bookmark { }
.list .bookmark .title {
	font-size: 120%;
	margin-bottom: 0.2em;
}

.list .bookmark .description { display: inline; }

.list .bookmark .function { color: #999999; }

.list .bookmark .function .private { color: red; font-weight:normal; }

.rss {
	padding-top: 20px;
	padding-bottom: 20px;
}

.rss a {
	color: #008000;
	text-decoration: none;
}
.rss a:hover { color: red; }

.list div.private {
	padding-left: 12px;
	background-image: url("/images/private.gif");
	background-repeat: no-repeat;

}


/* DEBUG */
#debug {
	display: block;
	font-size: 11px;
/*	position: absolute;
	bottom: 0px;
	left: 0px;*/
	width: 100% !important;
	background-image: url(/images/debug_background.gif);
	color: white;
	font-weight: normal;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
/*	z-index: 999999; */
}

pre {
	border: 2px solid red;
	background-color: #FFE6E0;
	padding: 8px;

	/* IE */
	filter:alpha(opacity=80);

	/* Alter Mozilla */
	-moz-opacity:80%;

	/* CSS 3 */
	opacity:0.80;
}

/* Footer */
#footer {
	font-size: 0.8em;
	color: #808080;
	text-align: center;
	padding-top: 8px;
}
#footer a {
	color: #808080;
}

#footer a:hover {
	color: red;
}
