/*
Theme Name: UBG CDU CI 2010 
Theme URI: http://www.ubgnet.de
Author: UBG
Author URI: http://www.ubgnet.de
Description: The UBG CDU CI 2010 theme for WordPress. Based on Twentyten!!!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th { vertical-align: top; }
a img {
	border: none;
}

.clear { clear: both; }

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content {
	margin: 0px 15px;
}
#primary {
	float: right;
	overflow: hidden;
	width: 184px;
	margin: 0 12px 0px 22px;
	padding: 0 12px 10px 12px;
	clear: right;
}
#footer {
	clear: both;
	width: auto;
	padding: 0px 30px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: verdana,helvetica,arial,tahoma,sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 100%;
}
#wrapper {
	background: #0a374f url("images/bg-body.jpg") no-repeat;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 951px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-left: 20px;
}
#footer-widget-area .widget-area:first-child { margin-left: 0; }

/* 4 widget areas */
#footer-widget-area .widget-area-4 { width: 207px; }

/* 3 widget areas */
#footer-widget-area .widget-area-3 { width: 283px; }

/* 2 widget areas */
#footer-widget-area .widget-area-2 { width: 435px; }

/* 1 widget area */
#footer-widget-area .widget-area-1 { width: 891px; }


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff url("images/bg-page.gif") repeat-x;
	padding: 0 0 10px;
	color: #333;
	font-size: 76%;
	line-height: 130%;
}
input,
textarea {
  font-size: 1em;
	color: #333;
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 12px;
}

h1 {
	color: #1172BD;
	font-weight: normal;
	font-size: 1.6em;
	white-space: normal;
	line-height: 120%;
}

h2 {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #dd8800;
	line-height: 130%;
}

h3, h4, h5, h6 {
	font-size: 1.0em; 
	font-weight: bold; 
	color: #333333;
	line-height: 130%;
	letter-spacing: 0.3px;
}
h4 { color: #1172BD; }

/* Text elements */
p {
	margin-bottom: 12px;
}
ul {
	list-style: square;
	margin: 0 0 12px 20px;
}
ol {
	list-style: decimal;
	margin: 0 0 12px 20px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link, a:visited { color: #dd8800; }
a:active, a:hover { color: #39495a; text-decoration: underline; }
a:focus { outline: 0 none; }

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	min-height: 70px;
    padding: 0;
    position: relative;
    width: 951px;
}
#site-title {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	width: 100%;
}
#site-title a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

/* This is the custom header image */
#branding img {
	float: none;
	vertical-align: top;
	margin: 0;
}

/* =Hauptbereich
-------------------------------------------------------------- */

#middlebox, #middlebox-right {
	margin: 6px auto 0 auto;
	background: url('images/content-top-928.png') 11px 13px no-repeat; 
	width: 951px;
	text-align: left;
	padding-top: 23px;
}
#middlebox-right { background: url('images/content-top-right-928.png') 11px 0 no-repeat; } 

#middlebox1 {
	padding-bottom: 10px;
	background: url('images/content-bottom-928.png') 11px bottom no-repeat; 
	width: 951px;
}
#middlebox-right #middlebox1 { background-image: url('images/content-bottom-right-928.png'); padding-bottom: 23px; } 

#middlebox2 {
	background: url('images/content-928.png') 11px 0 repeat-y; 
	width: 951px;
	padding: 0 15px;
}
#middlebox-right #middlebox2 { background-image: url('images/content-right-928.png'); } 


#middlebox-inner {
	width: 921px;
	text-align: left;
	background-color: transparent;
}

#mainbox, #mainbox-full {
	width: 677px;
	background-color: transparent;
	padding: 0;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}
#mainbox-full { width: 921px; }


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}
#content {
	margin-bottom: 36px;
	background: #fff;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.3em;
	margin: 0 0 20px 0;
}
#content table {
	border: 0;
	margin: 12px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
	vertical-align: top;
	background: #f0f0f0;
}

#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.page-title span {
	color: #dd8800;
	font-size: 1.3em;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited,
.page-title a:active,
.page-title a:hover {
	text-decoration: none;
}
#content .entry-title {
	color: #1172BD;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 120%;
	margin: 16px 0 10px;
  padding: 0;
  text-align: left;
}
.entry-title a:link, .entry-title a:visited,
.entry-title a:active, .entry-title a:hover {
	color: #1172BD;
	text-decoration: none;
}

.entry-meta, .entry-utility {
	clear: both;
	color: #999;
	display: none;
	font-size: 0.9em;
	line-height: 15px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #ccc;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.post a.more-link {
  clear: both;
  display: inline-block;
  background: none repeat scroll 0 0 #FF9900;
  color: #fff;
  font-size: 0.9em;
  line-height: 15px;
  padding: 0 6px 1px;
  text-decoration: none;
  text-transform: lowercase;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 1em;
	line-height: 130%;
	margin: 18px 0;
	overflow: hidden;
	padding: 8px 10px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 48px;
	margin: 0 -70px 0 0;
	padding: 5px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 70px;
}
#entry-author-info h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #ccc;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #999999; 
	line-height: 18px;
	margin-top: 5px;
  margin-bottom: 10px; 
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	display: inline-block;
}
.wp-caption img { margin: 0; }
.alignleft img { float: left; }

.wp-caption p.wp-caption-text {
	clear: both;
  color: #333333;
  padding: 3px;
  text-align: left;
  font-size: 0.9em;
  margin: 0;
}
#content .wp-caption p.wp-caption-text { margin: 0; }
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #ccc;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Topnavi
-------------------------------------------------------------- */
#topnavi {
    border: 0 none;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 951px;
}

#topnavi ul#menu-topmenu {
    float: right;
    list-style: none outside none;
    margin: 0 13px 0 0;
    padding: 0;
}

ul#menu-topmenu li {
    background-image: none;
    float: left;
    line-height: 12px;
    margin: 0;
    padding: 5px 0 3px 7px;
}

ul#menu-topmenu li span, ul#menu-topmenu li a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

ul#menu-topmenu li.menu-item-type-custom a {
    font-size: 0.8em;
}




/* =Mainmenu
-------------------------------------------------------------- */
#toolbar-box {
    clear: both;
    height: 41px;
    margin: 0 12px;
    padding: 0;
    width: 927px;
}
#horiz-menu {
    background: url("images/bg-mainmenu-rund-t70.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 39px;
    margin: 0;
    padding: 1px 12px;
    position: relative;
    width: 903px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0;
	height: 39px;
	background: none;
	background-color: transparent;
	border-left: 1px solid #999;
	position: relative;
	color: #333;
}
#horiz-menu li:first-child { border-left: none; }

#horiz-menu a, #horiz-menu li span.separator {
	text-decoration: none;
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	padding: 0 8px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
#horiz-menu a:hover { text-decoration: none !important; background-color: #fff; }
#horiz-menu li:hover { background-color: #fff; color: #333; }
#horiz-menu li.parent:hover { height: 43px;}

#horiz-menu li li { 
	padding: 0; 
	margin: 0;  
	line-height: 23px;
	height: 24px;
	border-left: none;
	background: url('images/bg-submenu.png') repeat-y; 
	width: 200px;
	padding: 0 8px 0 7px;
}
#horiz-menu li li.parent:hover { height: 24px; }

#horiz-menu li li a, #horiz-menu li li a:hover {
	text-decoration: none;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 9px 0 25px;
	font-size: 0.8em;
	margin: 0;	
	background: transparent url('images/pfeil-menu.gif') 13px 50% no-repeat;
	width: 166px;
	border-top: 1px solid #999;
	text-transform: none;
}
#horiz-menu li li:first-child a, #horiz-menu li li:first-child a:hover { border: 0; height: 24px; }
#horiz-menu li li:first-child li a, #horiz-menu li li:first-child li a:hover { border-top: 1px solid #999; height: 23px; }
#horiz-menu li li li:first-child a, #horiz-menu li li li:first-child a:hover { border: 0; height: 24px; }


#horiz-menu li li a span { 
	text-transform: none; 
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#horiz-menu li ul {
	float:none;
	left:-999em;
	position:absolute;
	width: 215px;
	z-index: 100;
}

#horiz-menu li:hover ul {
	left: -7px;
	top: 43px;
	background: url('images/bg-submenu-bottom.png') left bottom no-repeat;
	padding: 0;
	padding-bottom: 14px;
}

#horiz-menu li:hover li ul, #horiz-menu li li:hover ul ul { display: none; visibility: hidden; top: 8px;}

#horiz-menu li li:hover ul, #horiz-menu li li li:hover ul { 
	left: 200px;
	top: 8px;
	width: 215px;
	z-index: 1000;
	display: block;
	visibility: visible;
}

#horiz-menu li li li:hover ul, #horiz-menu li li li.sfHover ul { z-index: 2000; }

#horiz-menu li a:hover, #horiz-menu li.current-menu-item { background-color: #fff; }
#horiz-menu li li:hover, #horiz-menu li li.current-menu-item { background-color: transparent;  }
#horiz-menu li li:hover a, #horiz-menu li li.current-menu-item a { background-color: #dedede; }
#horiz-menu li li:hover li a, #horiz-menu li li.current-menu-item li a { background-color: #fff; }
#horiz-menu li li li:hover a, #horiz-menu li li.current-menu-item li:hover a { background-color: #dedede; }
#horiz-menu li li li:hover li a, #horiz-menu li li.current-menu-item li:hover li a { background-color: #fff; }
#horiz-menu li li li li:hover a, #horiz-menu li li.current-menu-item li li:hover a { background-color: #dedede; }
#horiz-menu li li.current-menu-item  a { background-color: #dedede; }

/* =Fontbox + Search
-------------------------------------------------------------- */
div#header-right {
    bottom: 1px;
    position: absolute;
    right: 15px;
    width: 199px;
}

ul#fontbox {
    float: right;
    list-style: none;
    margin: 0 0 8px;
    width: 199px;
}

ul#fontbox li {
    background: #fff;
    float: left;
    font-family: arial;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0 2px;
    text-align: center;
}
ul#fontbox li#first { margin-right: 5px; }
ul#fontbox li#last { margin-left: 5px; }

ul#fontbox li a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

div#header-right form#searchform div {
    float: right;
    height: 25px;
    padding: 0 0 15px;
    width: 199px;
}

div#header-right form#searchform input#s {
    background: url("images/bg-searchinput.gif") repeat-x scroll 0 0 #FFFFFF !important;
    border: medium none;
    float: left;
    font-size: 0.8em;
    height: 18px;
    line-height: 18px;
    margin: 3px 0 0;
    padding: 1px 0 1px 5px;
    width: 166px;
}

div#header-right form#searchform input#searchsubmit {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1em;
    height: 25px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 25px;
	border: 0;
	background: transparent url("images/searchButton.png") no-repeat;
	text-indent: -3000px;
    
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 1em;
	line-height: 130%;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited, 
.navigation a:active,
.navigation a:hover {
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 40%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 40%;
}

.nav-previous .meta-nav, .nav-next .meta-nav,
#author-link .meta-nav {
  display: inline-block;
  height: 6px;
  width: 8px;
  background: url("images/pfeil-prev.gif") left 2px no-repeat;
  padding: 2px 0;
  text-indent: -3000px;
  
}

.nav-next .meta-nav,
#author-link .meta-nav {
  background: url("images/pfeil-menu.gif") right 2px no-repeat;
}

#nav-below {
	margin: -18px 0 0 0;
}

/* =WP Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  text-align: center;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
  border: 1px solid #ccc;
  margin: 2px;
  padding: 3px 5px;
  text-decoration: none;
}

.wp-pagenavi span.current { font-weight: bold; }

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 16px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 16px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {}
.comment-meta {
	font-size: 0.9em;
	margin: 0 0 12px 0;
}
.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: none;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #ccc;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label { color: #666; }
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags { 
  color: #666; 
  font-size: 0.9em; 
  line-height: 15px;
  padding: 3px 0;
}
#respond .form-allowed-tags code { color: #666; }
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 1.1em;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin: 0;
}

.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #333;
	font-weight: bold;
	font-size: 1em;
  line-height: 16px;
  margin: 0 0 4px;
  padding: 0;
  text-align: left;
}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .widget-title a { 
  text-decoration: none;
  color: #333; 
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area {
  font-size: 0.9em;
}

#main .widget-area ul {
	margin: 0;
  padding: 0;
}

#main .widget-area ul li {
	border-bottom: 1px solid #ababab;
	margin: 0 0 5px;
  padding: 0 0 6px;
  text-align: left;
  width: auto;
}

#main .widget-area ul ul li {
  background: url('images/pfeil-menu.gif') left 5px no-repeat;
  margin: 3px 0;
  padding: 2px 0 2px 9px;
  border: 0;
}

/* =Breadcrum
-------------------------------------------------------------- */
div.breadcrumbs {
  background-color: transparent;
  color: #666666;
  font-size: 0.9em;
  height: 20px;
  line-height: 12px;
  margin: 0;
  padding: 0 15px;
  width: auto;
}

div.breadcrumbs a {
  color: #666666;
  text-decoration: none;
}

div.breadcrumbs span.arrow {
  background: url('images/arrow.png') left 1px no-repeat;
  display: inline-block;
  margin: 0px 6px 0 3px ;
  width: 6px;
  height: 12px;
}

/* =Footer
-------------------------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#footer-widget-area {
    background-color: transparent;
    color: #fff;
    font-size: 0.9em;
    height: auto;
    line-height: 14px;
    margin: 0;
    padding: 10px 0px;
    width: auto;
}

#footer-widget-area a, #footer-widget-area a:hover {
    background: transparent url("images/link-bottombox.png") left 3px no-repeat;
    color: #fff;
    display: block;
    line-height: 14px;
    text-decoration: none;
	padding: 3px 0 3px 22px;
}
#footer-widget-area a:hover { text-decoration: underline; }

#footerbox {
    background-color: transparent;
    border: 0 none;
    height: 20px;
    margin: auto;
    padding: 0;
    text-align: left;
    width: 951px;
}

#footerbox span {
    color: #999999;
    display: block;
    font-size: 0.8em;
    margin: 0;
    padding: 4px 0 0 4px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #ccc;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* =Sonstiges (Termine-Tabelle manuell s. Musterseiten)
-------------------------------------------------------------- */
table.termine td, table.termine th {
    margin: 0;
    padding: 5px 8px 5px 0;
    text-align: left;
    vertical-align: top;
}