/*
Theme Name: ph72010
Description: A Child Theme of twentyten
Author: Gabriele Laesser, www.gby.at
Template: twentyten
Tags: two-colums, jquery, startpage, childtheme
jquery-plugin: http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider
*/

/**/
* {
margin:0;
padding:0;	
}

ul {
margin:0;
padding:0;	
}

img,
fieldset {
border:0;	
}

.clear {
font-size:1px;
height:1px;
float:none;
clear:both;	
}

/*
 LAYOUT: Two columns
 DESCRIPTION: Two-column fixed layout with one sidebar right of content
 */
#container {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
}

#content {
    margin: 0 265px 0 0px;
	padding:0px 10px 0px 15px;
	position:relative;
	}
	
.post,
div.page {
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
border-radius: 10px;	
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-khtml-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
padding:10px;
}	

#primary, #secondary {
    float: right;
    overflow: hidden;
    width: 220px;
	padding-right:15px;
}


#secondary {
    clear: right;
}

#footer {
    clear: both;
    width: 100%;
	margin-bottom:0px;
}

/*
 LAYOUT: One column, no sidebar
 DESCRIPTION: One centered column with no sidebar
 */
.one-column #content {
    margin: 0 auto;
    width: 640px;
}

/*
 LAYOUT: Full width, no sidebar
 DESCRIPTION: Full width content with no sidebar; used for attachment pages
 */
.single-attachment #content {
    margin: 0 auto;
    width: 900px;
}

/* =Fonts
 -------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, 
.navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type = submit] {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
 -------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header, div.menu, #main {
    margin: 0 auto;
    width: 940px;
}

#main {
	font-size:95%;	
}

#wrapper {
background-image:url('images/shadow-middle.png');
background-repeat:repeat-y;	
}

#branding {
    line-height: 100%;
	height:126px;
	padding:2px;
	margin-left:3px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
	background-position:10px 5px;
    padding-left: 125px;
	width:810px;
}

#wrapper {
    margin: 20px auto 0px auto;
    padding: 0 20px;
	    width: 940px;
}

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}

#footer-widget-area .widget-area {
float:left;
margin-right:20px;
width:460px;
}

#footer-widget-area #first {
display:block;
margin:0 auto;	
float:none;
clear:both;
}

#footer-widget-area #fourth {
    margin-right: 0;
}

#site-info {
    float: left;
    width: 700px;
    font-weight: bold;
}

#site-generator {
    float: right;
    width: 220px;
}

/* =Global Elements
 -------------------------------------------------------------- */
/* Main global 'theme' and typographic styles  */
body {
	background-image:url('images/shadow-top.png');
	background-repeat:no-repeat;
	background-position:center top;
}

body, input, textarea {
    color: #666;
    font-size: 85%;
    line-height: 120%;
}

hr {
    background-color: #ffffff;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 18px;
}

#content ul {
    list-style-type:none;
    margin: 0 0 18px 1.5em;
}

#content ul li {
	padding:3px 0px 3px 16px;
	background-image:url('images/bullet.png');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

#content .sociable ul li {
	background-image:none;
	padding:2px 10px 2px 0px;
}

.sociable_tagline {
font-size:85%;
font-weight:600;	
}

.entry-meta {
font-size:10px;
color:#aaa;
}

.entry-utility {
margin-top:15px;	
font-size:10px;
color:#aaa;
}

.edit-link a,
.edit-link a:link {
font-size:110%;
font-style:italic;
color:#88ca05;
font-weight:600;
}

input[type =
"text"], textarea {
padding: 2px;
background: #f9f9f9;
border: 1px solid #ffffff;
-moz-border-radius:7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;	
border-radius: 7px;	
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
filter:progid:DXImageTransform.Microsoft.Shadow(strength=1,color=#666666,direction=135);	
}

a:link {
    color: #676A6D;
}

a:visited {
    color: #676A6D;
}

a:hover {
    color: #cc0068;
	outline:none;
}

a:active {
    color: #cc0068;
	outline:none;
} 

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}

/* =Header
 -------------------------------------------------------------- */
#header {
    padding: 0px 0 0 0;
background-color:#fff;
}

#site-title {
    float: left;
    margin: 30px 0 0 65px;
    font-weight: normal;
	line-height:120%;
	font-size:45px;
	position:relative;
	width:540px;
}

.shadow,
.overlay {
position:absolute;
width:540px;
}

h1 a span {
font-weight: normal;
}

.overlay {
top:1px;	
}

.shadow {
color:#cfcfcf;	
left:1px;
top:0px
}

#site-title a {
    color: #dedede;
    text-decoration: none;
}

#site-description {
    clear: right;
    float: right;
    margin-right: 0px;
    width: 140px;
    text-align: left;
    font-weight: normal;
	font-size:85%;
	font-style:normal;
}

#site-description span {
    color: #bf1d6a;
}

/* This is the custom header image */
#branding img {
    clear: both;
    border-top: 0px solid #000;
    display: block;
    border-bottom: 0px solid #000;
}

/* =Menu */


 /*-------------------------------------------------------------- */
.nav {
	background-image: url('images/bg-nav.png');
    background-repeat: repeat-x;
    margin: 0 auto;
    width: 940px;
    display: block;
    float: left;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
    -khtml-border-radius: 7px;	
	border-radius: 7px;
}

.nav .widget {
}

/* Main-Navigationlist */
ul.nav li,
ul.nav ul li {
list-style:none
}

/* alle Listen ab Level 2 als Block darstellen */
ul.nav ul,
ul.nav ul li ul {
-moz-border-radius:7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;	
border-radius: 7px;	
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
line-height:15px;
filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
}

/* die relative Positionierung eines Elternelements ist die 
Voraussetzung dafuer, Kindelemente auf das Elternelement bezogen 
absolut zu positionieren */
ul.nav ul li {
display:inline-block;
float:left;
position:relative;
line-height:20px;
padding:0px 8px;
-moz-border-radius:7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius:7px;
}

/* Effect on List-Item-Hover */
ul.nav ul li:hover {
background-color:#dedede;
}

/* Navigationlink - Menue-Item */
ul.nav ul li a {
display:inline-block;
line-height:15px;
margin:0px 3px;
color:#666;
text-decoration:none;
}

/* Hover-Effect of Navigationlink - Menue-Item */
ul.nav ul li a:hover {
color:#cc0068;
text-decoration:none;
}

/* Untermenues ausblenden, bis zu drei Untermenuebenen vorgesehen 
Hauptmenue > Untermenue > Untermenue > Untermenue
*/
ul.nav ul ul, 
ul.nav ul li:hover ul li ul,
ul.nav ul li ul li:hover ul li ul {
position:absolute; 
left:-9999px; 
top:-9999px; 
width:0; 
height:0; 
font-size:95%;
}

/* BG-Image width Transparency > makes Menues readable when they cover text */
ul.nav ul ul li, 
ul.nav ul li:hover ul li ul li,
ul.nav ul li ul li:hover ul li ul li {
background-image:url('images/bg-subnav.png');
background-repeat:repeat-x;
background-color:#e7e7e8;
}

/* Display Links as Block > to give them height and width */
ul.nav ul li ul li a {
display:block;  
}

/* Sichtbarkeit Liste Level 2 (=Untermenue direkt unter Hauptlinks) */
ul.nav ul li:hover ul
{left:5px; top:20px; padding:0; width:auto; z-index:100; height:auto;
-moz-border-radius:7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius:7px;
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
}

/* Sichtbarkei Liste Level 3 und 4 (=Untermenue vom Untermenue und dessen Untermenue) */
ul.nav ul li ul li:hover ul,
ul.nav ul li ul li ul li:hover ul
{left:150px; top:0px; padding:0; width:auto; z-index:200; height:auto;
-moz-border-radius:7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius:7px;
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
}

/* Submenues - List Items */
ul.nav ul ul li {
position:relative;
padding:2px;
width:150px;
}

ul.nav ul ul li:hover,
ul.nav ul ul ul li:hover {
background-color:#cecece;
background-image:none;
}

/* =Content
 -------------------------------------------------------------- */
#main {
    overflow: hidden;
    padding: 40px 0 0 0;
}

#content {
   padding-bottom: 36px;
}

#content, #content input, #content textarea {
    color: #333;
    line-height: 120%;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
    margin-bottom: 15px;
}

#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 h3, #content h4, #content h5, #content h6 {
    color: #939393;
    margin: 0 0 0.5em 0;
    line-height: 100%;
}

h4, h5, h6 {
font-size:14px;	
}

h1.entry-title, #content h1 a, #content h2 a, #content h3 a {
    line-height: 100%;
}

h1.entry-title, #content h1 a {    
	font-size: 16px;
}

#content h2 a {    
	font-size: 16px;
}

#content h3 a {    
	font-size: 16px;
}

#content table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

#content tr th, #content thead th {
    color: #888;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

#content tr.odd td {
    background: #F2F7FC;
}

.hentry {
    margin: 0 0 48px 0;
}

.home .sticky {
    background: #F2F7FC;
    border-top: 4px solid #000;
    padding: 18px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.single .hentry {
    margin: 0 0 36px 0;
}

.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}

.page-title span {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.page-title a:link, .page-title a:visited {
    color: #a1a1a1;
    text-decoration: none;
}

.page-title a:active, .page-title a:hover {
    color: #cc0068;
}

.entry-meta abbr, .entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover, .entry-utility abbr:hover {
    border-bottom: 1px dotted #cc0068;
}

.entry-content, .entry-summary {
    clear: both;
	margin-top:15px;
}

#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content fieldset {
    border: 1px solid #E7E7E7;
    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;
}

.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%;
}

.page-link {
    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: #cc0068;
}

.edit-link {
    clear: both;
    display: block;
text-align:right;
}

.post-edit-link {
display:inline-block;
background-image:url('images/edit.png');
background-repeat:no-repeat;
background-position:right top;
padding-right:18px;	
}

#entry-author-info {
    background: #F2F7FC;
    border-top: 4px solid #000;
    padding: 18px 20px;
    margin: 24px 0;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}

#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    margin: 0 -104px 0 0;
    padding: 11px;
    height: 60px;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    color: #000;
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0;
}

.entry-utility {
    clear: both;
}

.entry-meta a:hover, .entry-utility a:hover {
    color: #cc0068;
}

#content .video-player {
    padding: 0;
}

/* Asides
 -------------------------------------------------------------- */
.home #content .category-asides p {
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

.home .hentry.category-asides {
    padding: 0;
}

.home #content .category-asides .entry-content {
    padding-top: 0;
}

/* Gallery listing
 -------------------------------------------------------------- */
.category-gallery {
    margin-bottom: 48px;
}

.category-gallery h2 {
    margin-top: 10px;
}

.category-gallery .entry-meta {
}

.category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}

.category-gallery .gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}

.home #content .category-gallery .entry-content p {
    display: inline;
}

.home #content .category-gallery .entry-utility {
    padding-top: 4px;
}

/* Attachment pages
 -------------------------------------------------------------- */
.entry-content .attachment img {
    margin-bottom: 0;
}

.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
 -------------------------------------------------------------- */
#content img {
    margin: 0;
    max-width: 640px;
}

#content .attachment img {
    max-width: 900px;
}

#content .alignleft, #content img.alignleft {
    display: inline;
    float: left;
	margin:3px 1em 0 0;
}

#content .alignright, #content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

#content .aligncenter, #content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content img.alignleft, #content img.alignright, #content img.aligncenter {
    margin-bottom: 12px;
}

#content .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

#content .wp-caption img {
    margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
}

#content .wp-smiley {
    margin: 0;
}

#content .gallery {
    margin: auto;
}

#content .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

#content .gallery img {
    border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
    color: #888;
    margin: 0 0 12px;
}

#content .gallery dl {
    margin: 0;
}

#content .gallery img {
    border: 10px solid #f1f1f1;
}

#content .gallery br + br {
    display: none;
}

/* =Navigation
 -------------------------------------------------------------- */
.navigation {
    overflow: hidden;
    color: #888;
	font-size:85%;
	line-height:100%;
}

.navigation a:link, .navigation a:visited {
    color: #888;
    text-decoration: none;
}

.navigation a:active, .navigation a:hover {
    color: #cc0068;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

#nav-above {
    margin: 0 0 30px 0;
}

#nav-above {
    display: none;
}

.paged #nav-above, .single #nav-above {
    display: block;
}

#nav-below {
    margin: -18px 0 0 0;
}

.meta-nav {
}

/* =Comments
 -------------------------------------------------------------- */
#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 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 {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link, .comment-meta a:visited {
    text-decoration: none;
}

.comment-meta a:active, .comment-meta a:hover {
    color: #cc0068;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
    padding: 0 0 24px 0;
}

.reply a, a.comment-edit-link {
    color: #888;
}

.reply a:hover, a.comment-edit-link:hover {
    color: #cc0068;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword, .nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment + li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
}

/* Comments form */
input[type = submit] {
	background-color:none;
	border:none;
	background-image:url('images/bg-nav.png');
	background-repeat:repeat-x;
	-moz-border-radius:4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius:4px;
	height:22px;
	cursor:pointer;
}

input[type = submit]:hover {
   background-image:none;
   background-color:#dedede;
   color:#cc0068;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #ffffff;
    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;
    color: #939393;
    font-size: 14px;
    line-height: 100%;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
}

#respond .form-allowed-tags code {
    font-size: 13px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
}

/* =Widget Areas
 -------------------------------------------------------------- */
.widget-area ul {
    list-style: none;
    margin-left: 0;
	line-height:100%;
}

.widget-area ul ul {
    list-style: none;
    margin-left: 0;
}

#searchform div,
.widget_search form div {
    background-image: url('images/searchfield.png');
    background-repeat: no-repeat;
	background-position:left 10px;
    border: solid 0px #000;
    height: 35px;
	padding-top:10px;
}

#searchform div {
position:relative;
width:210px;	
}

#searchform #s,
.widget_search #s { /* This keeps the search inputs in line */
    width: 160px;
    height: 35px;
    padding: 0px 8px;
    float: left;
    border: 0px;
    background: none;
}

.widget_search label {
    display: none;
}

.widget-container {
    margin: 0 0 18px 0;
}

.widget-title {
    color: #717171;
    font-weight: bold;
    margin-bottom: 7px;
	font-size:14px;
}

.widget-area a:link, .widget-area a:visited {
    text-decoration: none;
}

.widget-area a:active, .widget-area a:visited {
    text-decoration: none;
    color: #676A6D;
}

.widget-area a:hover {
    text-decoration: none;
    color: #cc0068;
}


.widget-area .entry-meta {
    font-size: 11px;
}

.widget-container li {
    padding: 3px 0px;
}

#wp_tag_cloud div {
    line-height: 1.6em;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-weight: bold;
    color: #222;
    text-align: left;
    padding-bottom: 4px;
}

#wp-calendar thead {
    font-size: 11px;
}

#wp-calendar thead th {
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    padding: 3px 0 2px;
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

.widget_rss a.rsswidget {
    color: #000;
}

.widget_rss a.rsswidget:hover {
    color: #cc0068;
}

.widget_rss .widget-title img {
    height: 11px;
    width: 11px;
}

#main .widget-area ul ul, #secondary ul ul {
display:block;
margin-bottom:10px;	
margin-top:10px;
}

#main .widget-area ul h3, #secondary ul h3 {
padding:10px;	
}

#primary ul li, #secondary ul li {
margin:4px 10px;	
}
/* Main sidebars */
#main .widget-area ul {
background-color:#fff;
color:#e2007a;
margin-top:-5px;
margin-bottom:20px;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius:7px;
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
padding-bottom: 10px;
}

#main .widget-area ul ul {
    border: none;
    margin-left:0em;
    padding-bottom: 0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-khtml-border-radius:0px;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
-khtml-box-shadow:none;
filter:progid:DXImageTransform.Microsoft.Shadow(strength=0,color=#ffffff,direction=135);
}

#main .widget-area ul ul li {
background-image:url('images/bullet.png');
background-repeat:no-repeat;
background-position:0px 6px;
padding-left:16px;	
}

#primary {
}

#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* =Footer
 -------------------------------------------------------------- */
#footer {
 padding:0px 15px;
}

#colophon {
    border-top: 1px dashed #e0e0e0;
    margin-top: -4px;
    padding: 25px 0 0 0;
    overflow: hidden;
	width:910px;
}

#site-info {
    font-weight: bold;
}

#site-info a {
    text-decoration: none;
}

#site-generator {
    position: relative;
    font-style: italic;
	font-size:70%;
}

#site-generator a {
    color: #666;
    display: inline-block;
    text-decoration: none;
    background: url(images/wordpress.png) center left no-repeat;
    float:right;
    line-height: 16px;
	text-align:right;
	padding-left:20px;
}

#site-generator a:hover {
    text-decoration: underline;
}

img#wpstats {
    display: block;
    margin: 0 auto 10px;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
 -------------------------------------------------------------- */
pre {
    -webkit-text-size-adjust: 140%;
}

code {
    -webkit-text-size-adjust: 160%;
}

.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 {float:none
        !important;
        clear: both
        !important;
        display: block
        !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;
        margin: 0;
        padding: 0;
        line-height: 1.4em;
}

#site-title {
}

.entry-content {
}

.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 {
        width: 100%;
        margin: 0;
}

#content, .one-column #content {
        width: 100%;
        margin: 24pt 0 0;
}

.wp-caption p {
}

#site-info, #site-generator {
        float: none;
        width: auto;
}

#colophon {
        width: auto;
}

img#wpstats {
        display: none
}

#site-generator a {
        padding: 0;
        margin: 0;
}

#entry-author-info {
        border: 1px solid #e7e7e7;
}

#main {
        display: inline;
}

.home .sticky {
        border: none;
}
}

/*######################################*/
/* Headerbereich - Adresse */
.adressblock {
    margin: 15px 0 0 0;
	font-size:10pt;
	line-height:12pt;
}

.adressblock h2 {
}

li#search div {
    position: relative;
}

/* style Searchbutton */
#searchsubmit {
    position: absolute;
    top: 0px;
    right: -5px;
    background: none; /* reset buttonstyles normally used */
    border: none !important; /* reset buttonstyles normally used */
    background-image: url('images/fr_search_n.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -9999em;
    font-size: 1px;
    color: #00a8fc;
    cursor: pointer;
    width: 46px;
    height: 66px;
    padding: 0px;
}

#searchsubmit:hover {
    background-image: url('images/fr_search_h.png');
    background-position: left bottom;
}

.showdate {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 14px 0px 0px 0px;
    float: left;
    background-image: url('images/bg-date.png');
    background-repeat: no-repeat;
    background-position: left -3px;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: -1px;
    margin-right: 22px;
    line-height: 107%;
}

h1 .showdate {
    margin-top: -5px;
}

.showdate span {
    display: inline-block;
    width: 100%;
}

.widget_search {
position: relative;
}

.menu-header {
height:20px;	
}

#menu-submenu {
list-style-type:none;
margin-right:10px;
}

#menu-submenu li {
background-image: url('images/bulletfull.png');
background-repeat:no-repeat;	
background-position:1px 4px;
display:inline;	
}

/* submenue erstes li icon ausblenden */
#menu-submenu li#menu-item-1115 {
background-image:none;
}


#menu-submenu li a {
font-size:85%;
text-decoration:none;
display:inline-block;
padding-left:15px;
}

#eop {
height:20px;
margin:0 auto;
background-image:url('images/shadow-bottom.png');
background-repeat:no-repeat;
background-position:center top;	
}

.wpcf7 input,
.wpcf7 textarea {
width:400px;	
}

/* Easy Slider and Blogs on Startpage */

.anythingSlider .wrapper ul {
background:none repeat scroll 0 0 #EEEEEE;
border-bottom:3px solid #E0A213;
border-top:3px solid #E0A213;
left:0;
list-style:none outside none;
margin:0;
position:absolute;
top:0;
width:32700px;
}

li .frame {
width:100%;
height:250px;
background-repeat:no-repeat;	
background-position:right bottom;
width:800px;
}	



#frame01 {
background-image:url('images/foto01.jpg');
}

#frame02 {
background-image:url('images/foto02.jpg');
}

#frame03 {
background-image:url('images/foto03.jpg');
}

#frame04 {
background-image:url('images/foto04.jpg');
}

#frame05 {
background-image:url('images/foto05.jpg');
}

#frame06 {
background-image:url('images/foto06.jpg');
}

#frame07 {
background-image:url('images/foto07.jpg');
}

#frame08 {
background-image:url('images/foto08.jpg');
}

.translayer {
background-image:url('images/bg-layer.png');
height:250px;
width:220px;
float:left;
margin-left:0px;
color:#fff;
padding:0px;
font-size:100%;
font-weight:bold;
line-height:150%;
}

.translayerinner {
float:left;
width:auto;	
margin:35px 25px auto 30px;
font-style:italic;
font-size:110%;
}

.translayerinner .from {
font-style:normal;
font-size:11px;
display:block;
text-align:right;
margin-top:10px;	
}

#frame01 .translayerinner .from {
font-size:10px;	
}

#homecontent .translayer h1 {
color:#fff;
font-size:25px;
margin-bottom:15px;	
}
	
span#prevBtn{}
span#nextBtn{}	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none !important;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden; 
		}	
	#prevBtn, 
 #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:20px;
		top:78px;
		z-index:1000;
		}	
		
	#nextBtn, #slider1next{ 
		right:20px;
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		top:78px;
		z-index:1000;
		}			
													
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background-position:0px 0px;
		background-repeat:no-repeat;
		}	
		
#prevBtn a:hover,
#slider1prev a:hover {
background-image:url(images/btn_prev.gif);	
}
		
#nextBtn a:hover, 
#slider1next a:hover { 
background-image:url(images/btn_next.gif);	
}	
		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

     #homecontent {
margin:0px;   
position:relative;  	
     }


#thecore {
width:800px;
margin:30px auto 30px 70px;	
}

#thecore .insidecore {
float:left;
width:235px;
height:150px;	
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
}

#thecore .insidecore,
#thecore .insidecore h1, 
#thecore .insidecore h2, 
#thecore .insidecore h3 {
margin-bottom:0.5em;
font-weight:normal;
text-decoration:none;
color:#6b6b6b;
}

#thecore .insidecore a {
font-weight:normal;
text-decoration:none;
color:#acacac;
}

#thecore .insidecore h1 a, 
#thecore .insidecore h2 a, 
#thecore .insidecore h3 a {
font-size:16px;
color:#acacac;	
}

#thecore .insidecore {
background-color:#fff;
border-width:2px;
border-style:solid;	
}

#one {
border-color: #e892b8;	
}

#two {
border-color: #b67d8d;	
margin-left:41px;
}

#three {
border-color: #953f57;	
margin-left:42px;
}	 

.coreblock {
margin:10px 15px;
}

/* Child gets its own styles */
#content, #content input, #content textarea  {
font-size:13px;
}

/* Blogtitel blog */
#content h1.entry-title,
#content h2.entry-title,
#content h1.entry-title a,
#content h2.entry-title a {
color:#a1a1a1;
font-size:18px;
font-weight:normal;
line-height:1em;
margin-bottom:0.25em;
text-decoration:none;
}

/* Seitentitel - pages */
.page #content h1.entry-title,
.page #content h2.entry-title  {
font-size:20px;
margin-bottom:0.5em;
}

/* eigens definierte H1-Klasse in Seiten */
.page #content h1.title  {
color:#75004f;
font-size:16px;
font-weight:normal;
line-height:1em;
margin-bottom:0.5em;
}


.zitat {
font-size:110%;
font-style:italic;
color:#a1a1a1;	
}

hr {
border:dashed 1px #ccc;	
}

/*Impressum - linke Spalte, rechtsb�ndig*/
.linksright {
float:left;
text-align:right;
width:140px;
}

/*Impressum - rechte Spalte, linksb�ndig*/
.linksleft {
margin:0 0 0 170px;
}

.rechts {
float:right;
width:auto;
}

.listitems {
margin-bottom:15px;	
}

/*kommt zur Anwendung, wenn in Listen ein Floating-Div ben�tigt wird, 
um Tabellenform herzustellen, zum Beispiel bei Lebenslauf*/
div.item {
padding:3px 0px;
}    

/*ist das div neben dem floating-Div in Div-Tabellen*/
.itemitem {
margin-left:90px;
}

/*Aufz�hlungsdiv 29.08.2008*/
.nummer {
float:left;
text-align:right;
width:30px;
font-weight:600;
color:#e2017b;
}

/*Listing nach Aufz�hlungsdiv 29.08.2008*/
.itemnumm {
margin-left:40px;
}


/* Bildunterschriften */
.bu {
font-weight:600;
text-align:center;
margin:1.5em 0 0 1.5em;
}

/*nach H1.Title braucht es keinen Abstand von oben*/
.cont {
margin:0 0 1.5em 0;
}

/*Kleingedrucktes, z.B. nach Zitaten*/
span.anm {
font-size:0.75em;
}

/*hervorgehobene Zitate 29.08.2008*/
.zitat {
font-size:1.2em;
color:#999;
font-style:italic;
}

/*Aufz�hlungen im Text Formatierung aufheben */

.leaf {
padding: 0 0 .2em 1.5em;
list-style-type: none;
list-style-image:none;
}

.haken {
margin:10px 0 10px 0;
}

/*Aufz�hlungen im Text unbedingt mit background formatieren, sonst gibt es zwei Icons */
.haken li {
background:url(images/bullet.gif) no-repeat 0px 3px;
margin:0 0 0 30px;
padding:0 0 5px 10px;
/*border:solid 1px #000; debug */
}

/*Aufz�hlungen mit Pfeil 29.08.2008*/

.pfeil li {
background:url(images/bullet.gif) no-repeat 0px 3px;
background-repeat:no-repeat;
margin:0 0 0 30px;
padding:0 0 0 15px;
/*border:solid 1px #000; debug */
}

/*Tabelle 28.08.2008*/
table.plan {
border-collapse:collapse;
margin:0px auto;
width:98%;
}

td {
padding:3px 5px 3px 5px;
border:solid 1px #333;
vertical-align:top;
font-size:12px;
text-align:left;
}

.silver {
background-color:#bec0bf;
}

.silverbold {
background-color:#bec0bf;
font-weight:600;
}

.silverboldcenter {
background-color:#bec0bf;
font-weight:600;
text-align:center;
}

.silverboldright {
background-color:#bec0bf;
font-weight:600;
text-align:right;
}

.whitebold {
font-weight:600;
}

.whiteright {
text-align:right;
}

.whiteboldright {
font-weight:600;
text-align:right;
}

/* Einr�cken von Listen in Lebensl�ufen */
.leblauf {
margin:5px 0 10px 30px;
}

.leblauf li {
background:url(images/dreieck.gif) no-repeat 0px 4px;
padding:0 0 0 15px;
}

/*Div um Div mittig zu positionieren, bzw. Abst�nde unten, 
 * oben und seitlich festzulegen beispielsweise eines mit Bild*/
.mittig {
width:99%;
text-align:center
}

/*Singles - einmalige F�lle*/
#team {
background:url(images/team_zwei.jpg) no-repeat top center;
text-align:center;
margin-top:20px
}

/*Bild als Hintergrund 29.08.2008*/
#evaluation1 {
background:url(images/evaluation1.gif);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
}

/*Bild als Hintergrund 29.08.2008*/
#evaluation2 {
background:url(images/evaluation2.gif);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
}

/*Bild als Hintergrund 29.08.2008*/
#bgm1 {
background:url(images/bgm1.gif);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
}

/*Bild als Hintergrund 29.08.2008*/
#bgm2 {
background:url(images/bgm2.gif);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
}

/** FORMULAR **/
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
border:solid 1px #969696;
padding:2px;
}

/** Widget Seo Tag Cloud **/
.seo-tag-cloud {
margin:0 5px 10px 10px;    
}  

.seo-tag-cloud a,
.seo-tag-cloud a:link {
margin:0;
}
  
.seo-tag-cloud em em em em em em em em em em em em em {
font-size:24px;
}

.seo-tag-cloud em em em em em em em em em em em em {
font-size:22px;
}

.seo-tag-cloud em em em em em em em em em em em {
font-size:21px;
}

.seo-tag-cloud em em em em em em em em em em {
font-size:20px;
}

.seo-tag-cloud em em em em em em em em em {
font-size:19px;
}

.seo-tag-cloud em em em em em em em em {
font-size:18px;
}

.seo-tag-cloud em em em em em em em {
font-size:17px;
}

.seo-tag-cloud em em em em em em {
font-size:16px;
}

.seo-tag-cloud em em em em em {
font-size:15px;
}

.seo-tag-cloud em em em em {
font-size:14px;
}

.seo-tag-cloud em em em {
font-size:13px;
}  

.seo-tag-cloud em em {
font-size:12px;
}  

.seo-tag-cloud em {
font-size:11px;
}  

.seo-tag-cloud {
font-size:10px;
}

/* Kategorien unterer Ebenen ausblenden */
li.cat-item ul {display:none}

.children {display:none}

#as_form ul, #as_form ul li {
list-style-type:none !important;
background-image:none !important;
}

.advanced {
padding:0px;
}

/* powered by von erweiterter Suche */
#as_credits p {
font-size:10px;	
color:#a1a1a1;
}

.page-footer {
font-size:10px;
text-align:center;	
padding-top:15px;
}

.blogvz {
text-align:center;	
}

.vz {
position:relative;	
text-decoration:none;
}

.vz .down {
}

.vz span {
position:absolute;
display:inline-block;
left:0px;
right:0px;
bottom:2px;
top:-3px;
background-image:url('images/transwhite.png');
}

.vz:hover span {
display:none;
}
 /* copyrightvermerk Fotos istock */
.istock {
float:right;
margin-top:228px;
margin-right:5px;
font-size:8px;
color:#ccc;
line-height:1em;
text-align:right;
}

.istock a,
.istock a:link {
color:#aaa;	
text-decoration:none;
font-weight:bold;
}

#commentform label {
display:block;
float:left;
width:100px;    
}

#commentform input,
#commentform textarea {
float:right;
}

#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input,
#commentform textarea {
width:400px;
}

#commentform p {
clear:both;
}

#commentform .comment-form-comment {
padding-top:15px;
}

#commentform p.form-allowed-tags {
display:block;	
padding-top:10px;
line-height:110%;
float:right;
width:400px;
margin-bottom:10px;
font-size:11px;
}

.teaser {
font-weight:600;	
}

/* submenue (plugin display submenue) */

.nav .flexipages_widget {
clear:both; 	
display:block; 
font-size:90%;
 }

 #subpages-display ul li {

 }

 #subpages-display ul li,
 #subpages-display a:hover {
background:none; 	
 }

 /* Blockwidgets on Startpage */
 
 .listlastitems {
list-style-type:none;
line-height:100%; 	
 }

#two .listlastitems {
line-height:120%;
}

#three .listlastitems {
line-height:120%;
}

  .listlastitems ul li {
list-style-type:none;
background-image:url('images/punktpunktpunkt.png');
background-repeat:no-repeat;
background-position:190px 22px;
height:26px;
overflow:hidden; 	
display:inline-block;
margin-bottom:8px;
padding-right:13px;
 }
 
.listlastitems ul li:hover {
background-image:url('images/punktpunktpunkt_h.png');	
}
 
#thecore .insidecore a:hover {
color:#cc0068;	
} 

a.liexternal {
background:url('images/link-icon_external.gif') no-repeat scroll right center transparent !important;
padding-right:12px;
}

#llsearch {
	display:none;
}

.linklistcatname  {
border:0 none;
font-family:verdana, arial;
font-size:16px;
font-weight:normal;
padding-bottom:10px;
padding-top:10px;
color:#e2007a;
}

#contentLoading {
height:11px;
background-image:url('images/ajaxloader.gif');
background-repeat:no-repeat;	
background-position:2px 0px;
}

#contentLoading img {
width:1px;
height:1px;
display:none;
}

.lladdlink input[type="text"] {
width:300px;
}

.lladdlink table td {
border:0 none;
height:30px;
}
