body, html {
	color: #848484;
	font-family: "Tahoma", "Verdana", sans-serif;
	background:#f1f1f1;
	text-align: left;
	height: 100%;
	line-height:1.4em;
}
body {
	font-size: 72%;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
.clear {
	clear: both;
}
img {
	border:0;
}
.divClick {
	cursor:pointer;
	display:table;
}
.topLinks em, .footerLeft em, .footerRight em, .flexList em, .flexDate em, .languageBlock em, .breadCrumbs em {
	font-style:normal;
}
/**************************
MAIN WRAPPERS
**************************/
.mainContainer {
	width: 950px;
	margin: 0 auto;
	/*min-height: 100%;*/
	background:url(imgs/bg_content-bottom.jpg) bottom left no-repeat #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	text-align: left;
}
*html .mainContainer {
/*height: 100%;*/
}
.outerWrapper {
	padding-bottom: 50px;/* use extra padding for whitespace between content and footer*/
}
.innerWrapper {
	width: 100%;
}
.rightWrapper {
	float: right;
	width: 230px;
}
.contentWrapper {
	float:left;
	width:530px;
}
.contentContainer {
	background:url(imgs/bg_contentContainer.gif) repeat-y bottom left;
	min-height:400px;
	margin-left:25px;
	padding:15px 50px 0px 25px;
}
.contentContainerTop {
	background:url(imgs/bg_contentContainer_top.png) no-repeat top left;
	height:10px;
	margin-left:25px;
}

.home	.contentContainerTop,
.home	.contentContainerBottom	{
	display:none;
	}
	
.contentContainerBottom {
	background:url(imgs/bg_contentContainer_bottom.png) no-repeat top left;
	height:10px;
	margin-left:25px;
}
/**************************
HEADER
**************************/
.header {
	background:url(imgs/bg_header.jpg) no-repeat top left;
	width:950px;
}
.headerLeft {
	float:left;
	width:290px;
	height:145px;
	padding-left:25px;
}
.headerRight {
	float:right;
	width:500px;
	padding-top:70px;
}
.header .logo {
	width:290px;
	height:150px;
	background:url(imgs/logo.png) 0px 0px no-repeat;
	padding:0px;
	display:block;
}
.topLinks {
	float:right;
	padding:35px 0 0 0;
	text-align:right;
}
.searchBlock {
	float:right;
	width:200px;
	height:28px;
	background:url(imgs/bg_search.png) 0px 0px no-repeat; /* the top bg position is equal to the top padding */
	padding:0px 0 0 0;
}
.searchBlock .inputField {
	background:none;
	height:15px;
	padding: 5px 10px;
	float:left;
	color:#f73d78;
}
.searchBlock input {
 *padding: 5px 0 0 5px!important;
}
.searchButton {
	height:25px;
	width:20px;
	float:left;
	background:url(imgs/btn_search.png) no-repeat top left;
}
.searchButton:hover {
	background-position:bottom left;
}
.dxeEditArea_websitetogoSearch {
	background: white;
	width: 120px;
 *width: 130px;
}
.topMenu {
	clear:both;
	border-top:5px solid #fff;
}
/**************************
FOOTER
**************************/

.footer {
	width: 900px;
	margin: 0 auto;
	padding:0px 25px;
	height: 45px;
	line-height: 45px;
	margin-top: -50px;
	text-align: left;
	border-bottom:5px solid #fff;
}
.footerLeft, .footerRight {
	line-height: 45px;
}
.footerLeft {
	float:left;
}
.footerRight {
	float:right;
}
/*----------------- .NET FORM FIX----------------------*/
form {
	display:block;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
}
form:after { /* .NET */
	display: block;
	height: 100%;
	clear: both;
}
/* FORM DESIGN SEARCH FIELD, */
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
}
input, select, textarea {
	border-width: 0;
	color: #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
}
.inputSearch {
	border: 1px solid #dbdbdb;
	height: 16px;
	margin: 2px 8px 7px 0;
	padding: 4px 0 0 4px;
	width: 256px;
	_width:248px;
}
/*----------------- UL OL CORRECTION ----------------------*/
.rightWrapper ul, .innerWrapper ul, .contentWrapper ul {
	padding-left:15px;
	text-indent: 0; /* INSPRINGEN LINKS */
	list-style: square outside;
}
.rightWrapper ol, .innerWrapper ol, .contentWrapper ol {
	padding-left:22px;
	text-indent: 0; /* INSPRINGEN LINKS */
	list-style: decimal outside;
}
/**************************
PAGES
**************************/
.contentTop {
	padding-top:5px;
}
.contentBottom {
	clear:both;
	position:relative;
	z-index:50;
	margin-top:-40px;
	padding-left:25px;
}
.homeCover {
	height:350px;
}
.blockRow3 {
	background:url(imgs/content_blocks_3.png) repeat-y top left;
}
.blockRow3Header {
	background:url(imgs/top_blocks_3.png) top left no-repeat;
	width:900px;
	height:10px;
}
.blockRow3Footer {
	background:url(imgs/bottom_blocks_3.png) top left no-repeat;
	width:900px;
	height:10px;
}
/**************************
DYNAMISCHE CONTENT
**************************/


.flexListMoreLink {
	background:url(imgs/arrow_01.gif) 0px 4px no-repeat;
	padding:0 0 3px 10px;
	display:block;
}
.flexTable img {
	margin-right:15px;
	border:1px solid #013e56;
}
.flexTable td {
	vertical-align:top;
}
.contactForm .FormRowEven, .contactForm .FormRowOdd {
	height: 25px;
}
.contactForm .dxeMemo_websitetogo {
	margin-top: 2px;
}
.formButton {
	padding:0 10px 0 30px;
	background:url(imgs/ic_flexFormBtn.png) 10px center no-repeat #013e56;
	color:#FFFFFF!important;
	font-weight:bold!important;
	display: block;
	cursor:pointer;
	line-height:30px;
}
.formButton:hover {
	color: #3E3E3E;
	text-decoration: none;
}
.faqFlexList li {
	border-bottom:1px solid #efefef;
}
.faqFlexList a {
	padding:5px 0px;
	display:block;
}
.faqAnswer {
	padding:5px 20px 10px 20px;
	background:url(imgs/bg_faqAnswer.gif) bottom left repeat-x;
	border-left:2px solid #00b1f4;
}
.faqAnswer p {
	padding-bottom:0px!important;
}
/**************************
BREADCRUMBS
**************************/
.breadcrumb {
	padding:20px 0px 20px 25px;
	color:#c3003e;
}
.breadcrumb em {
	font-style:normal;
	color:#ffd2df;
}

.home	.breadcrumb{
	display:none;
	}
/**************************
WIDGETS
**************************/

.blockContent ul {
	list-style:none;
	padding-left:0px;
}
.blockContent p {
	display:inline;
}
/**************************
POSTS
**************************/

.blockContentPost {
	padding-bottom:25px;
}
.blockAuthorInfo {
	padding-bottom:25px;
}
.blockReactionPost {
}
.blockReactionPost textarea {
	background:#fef6f8;
	border:1px solid #ffd2df;
	margin:10px 0px 15px 0px;
	padding:10px;
}
.blockReactionPost .reactionInput {
	background:#fef6f8;
	border:1px solid #ffd2df;
	margin:3px 0px 5px 0px;
	padding:5px 10px;
}
.blockCommentList {
	list-style:none!important;
	padding:0px!important;
	margin:0px;
}
.blockCommentList li {
	padding:15px 15px;
}
.blockCommentList .alt {
	background:#fef6f8;
}
.btnFlexSmall {
	background:url(imgs/btn_flexSmall.png) no-repeat top left;
	display:block;
	width:100px;
	line-height:27px;
	height:27px;
	color:#fff;
	font-weight:bold;
}
.btnFlexSmall:hover {
	background-position:bottom left;
}
.authorName {
	color:#f73d78;
}
.blockAuthorInfo em {
	font-style:normal;
	color:#ffd2df;
}
/**************************
WIDGETS
**************************/

.widgetListRight, .widgetListHome, .archiveList {
	list-style:none!important;
	padding-left:0px!important;
}
.widgetListRight li {
	padding-bottom:25px;
}
.widgetListHome li {
	float:left;
	width:260px;
	padding:0px 15px 0px 15px;
	margin-right:15px;
}
.widgetListHome ul {
	_width:230px;
	_margin:0px!important;
	_padding:0px!important;
}
.widgetListHome li li {
	_margin:0px!important;
}
.widgetListRight ul, .widgetListHome ul {
	padding:0px!important;
}
.widgetListRight li li, .widgetListHome li li {
	list-style:none!important;
	padding:0px 0px 2px 0px!important;
}
#wp-calendar td {
	padding:3px;
}
#wp-calendar caption {
	text-align:left;
}
.archiveList p {
	padding:0px;
	display:inline;
}
.archiveList li {
	padding-bottom:15px;
}
.archiveList a {
}
.alignleft {
	float:left;
	margin:0px 15px 5px 0px;
}
.widget_recent_entries li a, .widget_categories li a, .widget_archive li a, .widget_pages li a, .widget_meta li a, .widget_links li a {
	background:url(imgs/arrow_01.gif) 0px 4px no-repeat;
	padding-left:10px;
}
.widget_recent_entries li a, .widget_pages li a, .widget_meta li a, .widget_links li a {
	display:block;
}
.widget_categories li a, .widget_archive li a, .widget_recent_comments li a {
	display:inline;
}
.widget_recent_comments {
	padding-left:15px!important;
}
.widget_recent_comments h2 {
	margin-left:-15px;
}
.widget_recent_comments .recentcomments {
	list-style:url(imgs/arrow_01.gif) outside!important;
}
.pmc-link {
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:3px;
}
.widget_pmcLatestPosts h3 {
	display:none;
}
/**************************
FONTS
**************************/
p {
	padding-bottom:15px;
}
a {
	color:#f73d78;
	text-decoration:none;
}
a:hover {
	color:#c3003e;
}
h1, h1 a {
	color:#c3003e;
	padding-bottom:8px;
	text-decoration:none;
	font-size:1.4em;
}
h1 a:hover {
	color:#f73d78;
}
.smaller {
	font-size:0.9em;
	padding-bottom:3px;
}
.blockContent h1 {
	font-size:1.1em;
	padding-bottom:3px;
}
h2 {
	color:#c3003e;
	padding-bottom:5px;
	font-size:1.2em;
}
h3 {
	color:#c3003e;
	padding-bottom:5px;
	font-size:1.2em;
}
/**************************
PICASA
**************************/
div.picasaView {
	clear:both;
	text-align:left;
	overflow:visible;
}
div.picasaView small {
	white-space:nowrap;
}
div.picasaView img {
	float:left;
	margin:0px 15px 15px 0px
}
div.picasaView h3 {
	margin:0px 0px 5px 0px;
}
div#picasaViewBlock-daddy {
	text-align:left;
}
a.picasaViewImage img {
	margin:1px 3px 2px 0px;
	display:inline;
	float:none;
}
table.picasaViewPageWrapper {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	clear:both;
}
table.picasaViewPageWrapper td.picasaViewPreviousPage {
	width:60px;
	text-align:left;
}
table.picasaViewPageWrapper td.picasaViewNextPage {
	width:60px;
	text-align:right;
}
table.picasaViewPageWrapper td.picasaViewCurrentPage {
	text-align:center;
}
.picasaViewBlock-son {
	text-align:left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.picasaView small {
	display:none;
	color:#C3003E;
}
.picasaViewBlock-daddy p a {
	display:none;
}
/**************************
START MENU
**************************/

#access {
	margin: 0 auto;
	width: 950px;
	display:block;
	float:left;
	background:url(imgs/bg_menu.gif) top left repeat-x;
}
#access .menu-header, div.menu {
	
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float:left;
	position: relative;
	width:150px;
}
#access a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	line-height:35px;
	text-align:center;
	background:url(imgs/menu-devider.gif) top right no-repeat;
}
#access ul ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	float:left;
	z-index: 99999;
	background:#ffd2df;
}
#access ul ul li {
	/*width: 148px;	*/
	background:#ffd2df;
	border-left:1px solid #f73d78;
	border-right:1px solid #f73d78;
	border-bottom:1px solid #f73d78;
	font-size:10px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:0px 10px;
	text-align:left;
	line-height:22px;
	background:none;
	display:block;
	color:#f73d78;
}
#access li:hover > a, #access ul ul :hover > a {
	color:#C3003E;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #C3003E;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color:#fff;
}
#access ul li.current-post-parent > a {
	color: #C3003E;
}

.page #commentblock	{
	display:none;
	}