/*
Theme Name: adminion theme
Theme URI: http://www.adminion.net/
Description: template based on a Tutorial by thally.
Version: 1.0
Date: 25.02.2007
Author: Bernd Wilken
Author URI: http://www.adminion.net/
*/

body {
	background:#EEEEDD; /*#83A273  #cccc99*/ 
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
  text-align: center;
}

/* MENU */




/* HEADER */

#topbanner {
height: 60px;
background: url('../images/top_banner.gif') no-repeat;
color: #fff;
}
#logobanner {
height: 83px;
background-color: #000;
background: #000 url('../images/logo_banner.gif');
color: #fff;
}

#topmenu {
height: 47px;
background-color: #000;
background: #000 url('../images/topmenu_hg.jpg');
color: #fff;
}
/* Seitencontainer */
#rand {
width: 780px;
margin: 0 auto;
text-align: left;
background-color: #fff;
color: #000;
}
/* CONTENT */

#mitte {
margin: 20px 30px 0 30px;
}
 /* main content area */
#text {
margin: 0 230px 0 0;
padding: 0;
border: 1px solid white;
}


/* FOOTER */

#footer { /* HOLDER FOR FOOTER */
clear:both;
height: 40px;
background: #EEEEDD url('../images/footer_hg.gif');
color: #000;
}

/* SIDEBAR */
#sidebar { /* HOLDER FOR SIDEBAR */
width: 210px;
float: right;

padding: 0;

margin: 0;
border: 1px solid white;
}


/* HEADINGS & TEXTFORMATTING */
h1 {
	border-bottom: 1px dotted #ccc;
	font: 115% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}



h2.links {
	border-bottom: 1px dotted #ccc;
	font: 120% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}
h1.rechts, h2.rechts {
	border-bottom: 1px dotted #ccc;
	font: 120% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	text-align: right;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

p.text {
line-height: 1.2;
text-align:left;
font-size: 0.9em;
}
p.sidebar {
line-height: 1.6;
text-align:left;
font-size: 0.9em;
}

.footertext {
	font-size: 70%;
	font-style: normal;
  text-align: center;
  padding-top: 8px;
}

.headersubline {
	font-size: 80%;
	font-style: normal;
  padding-left: 10px;
}

/* LISTS & LINKS */
ul { 
font: 10pt Arial, sans-serif;
color: #000; 
list-style-type: none; 
}

ul.liste { 
color: #000; 
list-style-type: circle; 
}
li.liste { 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align:left;
}

a { 
color: #000; 
text-decoration: underline; 
}
a:hover { 
color:#333333; 
text-decoration: underline; 
}

a.headername { 
color: #fff; 
font: 20pt Arial, sans-serif;
text-decoration: none;
padding-left:10px;
}

ul#liste { 
font: 12pt Arial, sans-serif;
color: #fff; 
list-style-type: none; 
margin: 0 0 0 25px;
padding: 0;
height: 47px;
}

ul#liste li { 
float: left; 
margin: 7px 0 0 0; 
display:inline;
}

#liste a { float: left; display: block; text-align:center; color: #fff; text-decoration: none; padding-top:4px; width:102px; }
#liste a:hover { background: #000 url('../images/adm_overpattern.gif') no-repeat; color:#ddd; text-decoration: underline; }

#liste li#aktiv { background: #000 url('../images/adm_overpattern.gif') no-repeat; }
#liste li#aktiv a { color: #fff; }


/* PLUGINS ETC */

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 96%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* KONTAKT VALIDATION */
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}