
body, legend, fieldset small, small, pre, p , th, td {
 font-family:Verdana,sans-serif;
 font-size:8pt;
 color:#000;
}
body {
 margin-top:10px;
 font-family:Verdana,sans-serif;
 background:#e5e5e5;
}
/* Header */
/*------------------------------------------------*/
#kopf { /* Admin BLOG & Kommentar & PhotoBLOGs */  
 height:50px;
 margin:0;
 background:#fff url(../../../img/icon/aktuell_icon.gif) no-repeat right;
 border:1px solid #fcc;
 border-top:1px solid #999;
 border-left:1px solid #999;
}
#kopf #navi{
	margin-right:100px;
	margin-left:5px;
	padding:3px 5px;
}
#kopf #navi,
#kopf #navi a {
 background:#336;
 color:#fff;
 font:bold 0.9em 'Trebuchet MS ',sans-serif;
}
#add-note #kopf { /* Kommentar */ 
 background:#fff;
}
#kopf h4, #kopf form {
 height:15px;
 width:300px;
 float:left;
 margin:0 0 5px 5px;
 font-size:7pt;
 font-weight:normal;
 padding:0;
 background:transparent;
}
#kopf h4.kopfdaten {
 width:90%
} 
/* Formular Footer (SUBMIT, Links) */
/*------------------------------------------------*/
#befehlskonsole {
 background:#fff;
 border-bottom:1px solid #ccc;
 padding:10px;
 min-height:10px;
 height:10px;
 clear:both;
 border-top:1px inset #ccc;
 margin-top:40px;
}
/* Links allgemein */
/*------------------------------------------------*/

a {
 text-decoration:none;
}
a:hover {
 text-decoration:underline;
}

/* Aktionen-Buttons in der admin.php */
a.aktion {
 display:block;
 width:140px;
 height:auto;
 float:right;
 clear:right;
 text-align:center;
 padding:2px 0;
 margin-bottom:5px;
 font:bold 11px arial,sans-serif;
}
a.aktion:link,
a.aktion:visited {
 background:#fff;
 border:1px outset #fff;
 color:#336;
}
a.aktion:active,
a.aktion:hover {
 background:#eee;
 border:1px inset #fff;
 color:#699;
}
a.offline,
a.aktuell,
a.vorschau,
a.archiv,
a.kurse {
 display:block;
 padding:1px 5px;
 color:#000;
 margin-bottom:1px;
}
.offline {
	background-color:#eee;
}
.aktuell {
	background-color:#eef;
}
.vorschau {
	background-color:#fee;
}
.archiv {
	background-color:#efe;
}
.kurse {
	background-color:#eff;
}
/* Formularelemente */
/*------------------------------------------------*/
form, .mitteilung, div.form {
 clear:both;
 margin:10px;
 padding:20px;
 border:1px outset #eee;
 color:#000;
 line-height:1.2; /* Fix für IE6 peeckaboo-bug*/
}
div.form form {
 margin:0;
 padding:0px;
 border:0;
}


form.login dfn {
 display:block;
 width:100px;
 float:left;
}
form dfn, .form dfn {
 width:150px;
 float:left;
 clear:both;
}
form.login br, form hr {
 clear:both;
}
legend {
 margin-bottom:10px;
 font:bold 7pt Verdana,sans-serif;
 color: #333; 
}
textarea, input, select, option, .submit, .button {
 border:1px inset #fff;
 font:9pt verdana,sans-serif;
 background:#fff;
 padding:0 2px;
}
fieldset, #form fieldset {
 float:left;
 width:40%;
 max-width:50%;
 display:inline;
 border:1px inset #fff;
 margin-right:10px;
 padding:10px;
}
fieldset#select-abb,
#form fieldset#aktion {
 width:80%;
 max-width:80%;
 clear:left;
}
fieldset.eingabe textarea,
#form fieldset textarea,
#form fieldset #eingabe {
 width:95%;
 clear:left;
}
fieldset p {
 margin-left:10px;
 clear:left;
}
option {
 border:0;
}
option.false {
  background:#fec;
}
option.true {
  background:#fff;
}

form.info div {
 background:transparent;
 border-bottom:1px solid #ccc;
 min-height:10px;
 padding-left:10px;
 padding-bottom:10px;
}
#blog, #komm, #photo, #pass, #pages, #profil {
 background:#fff;
 padding:5px 10px 40px 40px;
 margin:0 5px 10px 5px;
 min-height:30px;
}
#blog, #pass {
 min-height:65px !important;
 height:auto !important;
 height:65px;
}
/* Formular Links */
.submit, .button {
 text-align:center;
 width:120px;
 font-size:9pt;
 margin-left:10px;
 float:right;
 display:inline;
 cursor:pointer;
}
.button, a.button {
 background:#fff;
 color:#000;
 background:transparent;
} 
.submit, a.submit:link, a.submit:visited {
 background:#f90;
 color:#fff;
}
a.submit:active, a.submit:hover {
 background:#fc0;
}
a.submit, a.button {
 display:block;
 padding:1px 10px;
}
* html  .submit {
 cursor:hand;
}
/* HTML - Editor */
/*------------------------------------------------*/
#editor input,
.add-theme {
 background:#c0c0c0 url(../img/button.GIF) no-repeat;
 width:32px;
 height:24px;
 text-align:center;
 border:0;
 font:normal 9px verdana,sans-serif;
 color:#336;
 cursor:pointer !important;
 cursor:hand;
 display:block;
 float:left;
}
input.add-theme {
float:right;
}
a.add-theme {
float:left;
padding:2px;
}
#editor input:hover {
 background:#c96;
 color:#fff;
}
#editor .i,
#editor .cite {
 font-style:italic;
}
#editor .b {
 font-weight:bold;
}
#editor .u {
 text-decoration:underline;
}
#editor .small {
 font-size:80%;
}
#editor .big {
 font-size:120%;
}
#editor .url {
 color:#33f;
}
/* Textelemente */
/*------------------------------------------------*/
.nach_links {
 float:left;
 margin-right:10px;
}
h3 {
 height:20px;
 margin:5px 0 0 5px;
 font-size:9pt;
}
#h3, h5 {
 margin-bottom:10px;
}
h5 small {
	color:#033;
}
hr {
  margin:5px 0;
  color:#ccc;
  border:1px inset #ccc;
}
p {
  margin:3px 0 7px 0;
	color:#000;
}
img {
 border:1px solid #fff;
}
