img {
   behavior: url("http://blog.aok-care-community.de/index.php?/plugin/pngbehavior.htc");
}
/* templates/carecommunity/style.css  */
/******************************************************/
/* Theme by Martina Vrabek based on                   */
/* Theme by Carl Galloway                             */
/* http://www.carlgalloway.com                        */
/* This is a structured and commented version         */
/* of the serendipity blog default theme.             */
/*                                                    */
/* Styles have been organised into the following      */
/* groups; general, header, footer, entry, comments   */
/* commentform, sidebar, calendar, image media, and   */
/* plugins.                                           */
/*                                                    */
/* My comments are inside the /*  */, these can       */
/* safely be deleted if you do not require them.      */
/******************************************************/




/********* General Styles  *********/

 /* used in entry/sidebar titles */
h4, h3	{
	margin: 0; 
	}

/* the input boxes used in forms */
input, textarea, select {
	font-size: 10pt; }

/* all table headers and rows */
th, td {
	font-size: 10pt; }

/* style for lists */
li {
	list-style-position: inside; }

/* style for blockquotes inserted into posts */
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #99d6ad; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #009933;
	text-decoration: none; }

/* change link color to dark blue and underline when hovered over */
a:hover {
	color: #009933;
	text-decoration: underline; }

/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

/* warning messages from s9y */
.serendipity_msg_important {
	color: red; 
	font-weight: bold;
	}

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
	color: green; }

/* style to temporarily change something to grey */
.grey {
	color:#999; }

/********* End of General Styles *********/

.serendipityAuthorProfile{
background-color: #eee;
border: solid 1px #999;
display: inline;
}


/********* Structural Styles *********/

/* preset styles for entire blog unless overruled elsewhere, page footer is here as well */
body {
	direction: ltr;
	font-size: 0.9em;
	background-color: #feb570;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-image: url(templates/carecommunity/img/hg-schraeg.gif); 
	background-repeat: repeat;
	}

/* wrapper for page */
#wrap {
	width:780px;
	margin:0 auto; 
	}

/* container for banner */
#serendipity_banner {
	margin: auto;
	margin-top: 0.4em;
	padding: 22px 0 0 0;
	height: 15.2em;
	min-height: 14.8em;
	background-image: url(templates/carecommunity/img/background.png); 
	background-repeat: no-repeat;
	border-right:1px solid #009933;
	border-left:1px solid #009933;
	border-top:1px solid #009933;
	}
#serendipity_banner .div-carelinks{
height: 80px;
margin: 10px 0 8px 0; 
padding: 0;
background-repeat: no-repeat;
background-position: left bottom;
background-image: url(templates/carecommunity/img/background-header.png); 
}
#serendipity_banner div.intro{
padding-left: 26px;
}
*html #serendipity_banner div.intro{
padding-left: 14px;
}
a.bildlink{
float: right; 
width:149px;
margin-right: 50px;
margin-left: 50px;
border: none;
text-decoration: none; 
font-size: 11px; 
font-weight: bold;
border-bottom: none;
}
*html a.bildlink{
margin-right: 22px;
}
#serendipity_banner p{
line-height: 16px; 
padding: 0 10px 6px 0;
margin: 0 0 0 0;
font-size: 90%;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
#impressum{
position: absolute;
margin: 4px 0 0 578px;
padding: 0;
font-size: 11px;
}
*html #impressum{
margin-left: 604px;
}
#serendipity_banner .div-carelinks img{
margin: 0; 
padding: 0;
}

/* container for content and sidebar */
#mainpane {
	border-right:1px solid #009933;
	border-left:1px solid #009933;
	border-bottom:1px solid #009933;
	margin: 0 auto;
	padding: 0 2em 1em 1em;
	margin-bottom: 1em;
	width: 100%;
	border-top: 0px;
	background-color: #FFFFFF; }

/* container for entries column */
#content {
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
	width: auto; }

/* container for right sidebar */
#serendipityRightSideBar {
	width: 170px;
	padding: 0.5em 0 0 10px;
	margin: 0 0 0 0;
	vertical-align: top; }
	
#serendipityRightSideBar .category_submit br{
line-height: 0.6em;
font-size: 0.6em;
}
	
#serendipityRightSideBar h3{
margin: 0 0 0.6em 0;
padding: 0;
}
#serendipityRightSideBar div{
margin: 1.0em 0 0 0;
padding: 0;
}
#serendipityRightSideBar div div{
margin: 0 0 0 0;
padding: 0;
}

/* container for left sidebar */
#serendipityLeftSideBar {
	width: 170px;
	padding:0 10px 0 1px;
	margin:0;
	vertical-align: top; }

/* container for page footer */
#footer {
	padding:0;
	margin:0;
	background-color: #c0e5cc; }

/********* End of Structural Styles *********/




/********* Header/Banner Styles *********/

/* the big link in the banner, blog name/entry title */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {
	display: inline;
	color: #666;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	padding: 0 0 0 0;
	margin: 22px 0 0 1em;
	text-decoration: none; }

/* the smaller link in the banner, blog description */
#serendipity_banner h2{
 	display: inline;
	padding: 0;
	font-size: 14px;
	margin: 22px 0 0 150px;
	}
#serendipity_banner a.homelink2, #serendipity_banner a.homelink2:link, #serendipity_banner a.homelink2:visited {
	text-transform: uppercase;
	color: #666;
	text-decoration: none; }
#serendipity_banner a.homelink2:hover{
	color: #666;
	text-decoration: underline; }

/********* End of Header/Banner Styles *********/




/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#666;
	text-transform:lowercase;
	font-size: 9pt;
	font-weight:bold;
	line-height: 1.5; }

/* make footer links blue, no underline */
#footer a {
	color:#009933;
	text-decoration:none; }

/* underline footer links when hovered over */
#footer a:hover {
	text-decoration:underline; }

/********* End of Footer Styles *********/





/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	font-size: 9.5pt;
	font-weight: normal;
	margin: 10px 0 40px 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	line-height:0.85em;
	color: #999;
	margin:10px 0 0 0;
	text-transform:lowercase;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #ddd;
	padding: 10px 12px 0 0; }

/* entry title */
.serendipity_title {
	font-size: medium;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 6px 0;
	color: #009933; }

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding:0;
	color: #009933; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #009933; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	color: #e37235; }

/* additional styles used for entry text */
.serendipity_entry p {
	margin: 0px;
	padding-bottom: 0px; }

/* style for extended body */
.serendipity_entry_extended {
	margin-top:20px; }

/* prevent styling of the extended placeholder, otherwise the background image is visible */
#extended {
	background:none;
	display:none; }

/* the meta box that includes links to comments, trackbacks etc */
div.serendipity_entryFooter {
	margin: 0px 0 10px 0;
	padding: 4px 0 2px 4px;
	width:100px;
	float:right;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-color:#fff2e6;
	font-size: 0.8em;
	color: #000000; 
	background-image: url(/templates/carecommunity/img/cNatascha_Lange.jpg);
	background-repeat: no-repeat;
	background-position: top right;}
	
div.serendipity_authorpic {
	margin: -24px 0 0 0;
	padding: 0;
	float:right;
}
*html div.serendipity_authorpic {
	margin: -24px 0 0 0;
	padding: 0;
}
div.serendipity_authorpic span{
display: none;
}

/* style for links within the page footer */
div.serendipity_entryFooter a {
	font-weight:bolder; }

/* style for hovered over links within page footer */
div.serendipity_entryFooter a:hover {
	color: #e37235;
	text-decoration:none; }

/* styles for category icon if used */
img.serendipity_entryIcon {
	float: right;
	border: 0px;
	margin-top:1px; }

/* styling the continue reading byline, needed to stop firefox making the link 100% wide */
.continue_reading {
	display:block;
	margin-top:10px;
	clear:left; }

/* styling the continue reading byline link */
.continue_reading a {
	font-weight:normal;
	background:none; }

/* styling the continue reading byline when hovered over */
.continue_reading a:hover {
	color: #35ae5d;
	background:none;
	text-decoration: underline; }

/* not used, but allows additional style to show author's posts in multi-author blogs */
.serendipity_entry_author_self {
	}

/* styles for the next/previous links above footer, includes start page and archives links */
.serendipity_pageFooter {
	clear:both;
	margin-top:10px; }

/* container for summary listings in archives */
.archive_summary {
	clear:both;
	margin:15px 0 0 10px;
	font-size:0.9em;}

/* style for entry title in summary archives overview */
.archive_summary_title {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; padding:0; }

/********* End of Entry Styles *********/




/********* Comment Styles *********/

/* container for all comments, not styled separately in default theme */
.serendipity_comment{
border: none;
background: #fff;
}
.serendipity_comments .serendipity_commentBody{
background-color: #ccebd6;
border-top: solid 0px #66c285;
border-bottom: solid 0px #66c285;
padding: 0.4em 2em 0.4em 2em;
color: #333;
	}

/* comments, trackbacks and commentform titles */
.serendipity_commentsTitle {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	color: #ff9933;
	clear:left; }

/* container for individual comments */
.serendipity_comment {
	padding: 3px; }

/* style for comment author, date commented etc */
.serendipity_comment_source {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px; }

/* style for comment author if logged in */
.serendipity_comment_author_self {
	border-top:3px solid #e37235;
	border-bottom:3px solid #e37235; }

/* style for even numbered comments*/
.comment_evenbox {
	margin:0 0 20px 0;
	border-top:1px solid #66c285;
	border-bottom:1px solid #66c285;
	background-color:#e6f5eb;
	color:#505050;
	line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
	margin:0 0 20px 0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }

/********* End of Comment Styles *********/



/********* Comment Form *********/

/* container style for entire comment form */
.serendipity_commentForm {
	font-size: 13px;
	color: #404040;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF; }

/* style for name, email etc fields in comments form */
td.serendipity_commentsLabel {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top; }

/* styles for input boxes in comments form */
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	font-size: 12px;
	padding: 2px; }

/********* End of Comment Form *********/




/********* Sidebar Styles *********/

/* container style for individual sidebar blocks */
div.serendipitySideBarContent {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight:normal; }

/* style for each sidebar title */
.serendipitySideBarTitle {
	line-height:0.85em;
	color: #999;
	margin:10px 0 4px 0;
	text-transform:lowercase;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0 12px; }

/* style for the powered by sidebar entry */
div.serendipityPlug img {
	padding-left:5px; }

/* style for the powered by link */
div.serendipityPlug a {
	text-decoration: none;
	border: 0px; }

/* style for input and select drop downs in sidebar */
.serendipitySideBarContent input, .serendipitySideBarContent select {
	width:150px; }

/* style for side bar date eg recent entries plugin */
.serendipitySideBarDate {
	line-height:0.9em; }

/********* End of Sidebar Styles *********/




/********* Calendar Styles *********/

/* style for entire table in calendar plugin */
table.serendipity_calendar {
    border-top:1px solid #009933;
	border-bottom:1px solid #009933;
	border-left:1px solid #009933;
	border-right:1px solid #009933; }

/* container style for calendar table rows */
table.serendipity_calendar td {
	text-align:center;
	padding: 3px; }

/* style for calendar date links */
table.serendipity_calendar a {
	font-weight: bold;
	text-decoration:none; }

/* style for calendar links when hovered over */
table.serendipity_calendar a:hover {
	text-decoration: underline; }

/* style for calender header row */
.serendipity_calendarHeader {background:#fff; }

/* styles for month name and arrows in calendar */
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
	border: 0;
	color:#009933;
	text-decoration: none; }

/* style for calendar weekday names */
td.serendipity_weekDayName {
     	font-size:95%!important;
	font-size:90%;
	font-weight:575;
	color:#fff;
	background:#009933; }

/* style for calendar day rows */
td.serendipity_calendarDay {
	color:#333;
	font-size:90%; }

/* separate style for today's date: gruen 009933 */
td.Today {font-weight: bold; color: #fe831b; text-decoration: none; background-color: #fff }

/* styles for calendar days rows */
.row1 {background: #66c285; }
.row2 {background: #80cc99; }
.row3 {background: #99d6ad; }
.row4 {background: #b3e1c2; }
.row5 {background: #ccebd6; }
.row6 {background: #e6f5eb; }

/********* End of Calendar Styles *********/





/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	margin: 3px;
	padding: 3px;
	text-align: center; }

/* style to center image and text within entry */
.serendipity_imageComment_center {
	margin: auto; }

/* style to left align image and text within entry */
.serendipity_imageComment_left {
	float: left; }

/* style to right align image and text within entry */
.serendipity_imageComment_right {
	float: right; }

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	border:none;
	text-align: center; }

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center; }

/********* End of Media Manager Styles *********/




/********* Plugin Styles *********/

/* container for search results, static page navigation and s9y no entries message */
.serendipity_search, .staticpage_navigation, .serendipity_overview_noentries {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #99d6ad;
	background-color:#e6f5eb;
	color:#505050;
	line-height:1.5em;
	clear:both; }

/* style for input box for quicksearch */
#serendipityQuickSearchTermField {
	width:70%;
	margin-top:10px!important;
	margin:0;
	padding:0; }

/* style for the seearch term and number of results using quicksearch */
.searchterm, .searchresults {color:#009933;font-weight:bold; }

/* style for freetag items above entries */
.serendipity_freetag_taglist {
	margin:10px 0 20px 0;
	padding:15px;
	font-size: 80%;
	color:#505050;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	line-height:1.5em;
	text-align: justify; }

/* container for freetag plugin in entry footer */
.serendipity_freeTag {
	margin-top:10px;}

/* style for the rss feed image in freetag plugin */
img.serendipity_freeTag_xmlButton {
	border:none;
	padding-left:2px; }

/* container for karma vote plugin */
.serendipity_karmaVoting {
	margin-top: 10px; }

/* allows additional styling for top exits text in karma plugin */
.serendipity_karmaVoting_exits {
	}

/* style for number of top exits in karma plugin */
.serendipity_karmaVoting_exits_num {
	}

/* style for karma plugin 'Karma for this article:' and vote links */
.serendipity_karmaVoting_text {}

/* style for vote links in karma plugin */
.serendipity_karmaVoting_links {
	display:block;
	clear:left; }

/* style for karma plugin text and vote line */
.serendipity_karmaVoting_current, .serendipity_karmaVoting_visits {}

/* style for the separator '|' in the karma plugin top exits */
.serendipity_karmaVoting_exits_sep, .serendipity_karmaVoting br {
	display:none; }

/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
	color:#333; }

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
	line-height:0.5em; }

/* container for individual comment within sidebar */
.plugin_comment_wrap {
	display:block;
	margin:15px 0 0 0;
	border-top:1px solid #feb570;
	border-bottom:1px solid #feb570;
	background-color:#fafbfc;
	color:#505050; }

/* style for comment body within sidebar */
.plugin_comment_body {
	font-style:oblique; }

/********* End Plugin Styles *********/


/* style for FORMULAR */
#serendipity_comment table{
padding: 2em;
background-color: #e6f5eb;
}
#serendipity_comment input, .category_submit input{
background-color: #ff9933;
color: #fff;
font-weight: bold;
font-size: 12px;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #666;
border-bottom: solid 1px #666;
}
.category_submit{
text-align: center;
}
.category_submit input{
width: 9em;
}
#serendipity_category_form_content .category_link_all{
text-align: center;
text-decoration: none;
}
/* style funktioniert noch nicht 
#serendipityRightSideBar #serendipity_category_form_content a.category_link_all:hover{
text-decoration: none;
border: none;
}
*/
#serendipity_category_form_content .category_link_all a{
padding: 0 0.8em 0 0.8em;
background-color: #ff9933;
color: #fff;
font-weight: bold;
font-size: 12px;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #666;
border-bottom: solid 1px #666;
}
#serendipity_comment table #serendipity_commentform_name, #serendipity_comment table #serendipity_commentform_email, #serendipity_comment table #serendipity_commentform_url, 
#serendipity_comment table #serendipity_replyTo, #serendipity_comment table #serendipity_commentform_comment, #serendipity_comment table #checkbox_remember, #serendipity_comment table #checkbox_subscribe,
#serendipity_comment table input#captcha{
border: solid 1px #009933;
background-color: #fff;
color: #000;
}

#serendipityQuickSearchTermField{
border: solid 1px #009933;
background-color: #fff;
color: #000;
}
.category_submit input

/* Archiv ausblenden */
.serendipitySideBarItem container_serendipity_archives_plugin, .serendipitySideBarItem container_serendipity_archives_plugin h3.serendipitySideBarTitle serendipity_archives_plugin, .serendipitySideBarItem container_serendipity_archives_plugin a{
display: none;
}

/* RECHTE SEITE: LINK Liste */
.serendipitySideBarContent .linklist ul{
margin: 0 0 0 -2px;
padding: 0 0 0 0;
list-style-type: none;
list-style-image: url(img/link_ltblue.gif); 
list-style-position: inside;
}
.serendipitySideBarContent .linklist ul li.menuitem{
margin: 0;
padding: 0;
list-style-image: url(templates/carecommunity/img/link_ltblue.gif);

}
.serendipitySideBarContent .linklist ul li.menuitem a{
padding-left: 3px;
}


/* =================================================================== */
/* ===================== neue Styles ================================ */
/* =================================================================== */

body { background-color: #fff; background-image: none; color: rgb(153,153,153);}
#serendipity_banner .div-carelinks{
height: 8.125em;
margin: 0 0 2.5em 0; 
padding: 0;
background-repeat: no-repeat;
background-position: left bottom;
position: relative;
background-image: none; 
}
.care-links img { width: 48.625em;}

#serendipity_banner {
	margin-top: 0.4em;
	padding: 0 0 0 0;
	height: 15em;
	min-height: 18em;
	background-image: none; 
	background-repeat: no-repeat;
	border: none;
	}
#mainpane { border: none;}	
	
.serendipity_title {
	font-size: medium;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0 0 6px 0;
	color: #009933; }	
.serendipity_entry { color: rgb(153,153,153);}	

div.serendipity_entryFooter {
	margin: 0px 0 10px 10px;
	padding: 0.3em 0 0.2em 0.3em;
	width:100px;
	float:right;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-color:#fff2e6;
	font-size: 0.8em;
	color: #000000; 
	background-image: url(/templates/carecommunity/img/cNatascha_Lange.jpg);
	background-repeat: no-repeat;
	background-position: top right;}

.hideme {  position: absolute;  left: -1000em;  top: 0;}

