/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url(../../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../../rsc/css/comments.css);	/* Import default comment styles */

/*
 * Main page construct:
 */
body {
         /*MOD START Original background #82cdac, url (img/bg.jpg)*/
	background: #9db6d0; <!--url(img/bg_dyn_bw_hq_d.png) repeat-x fixed left top;-->
         /*MOD END*/
	padding: 1ex 2ex;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Garamond", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
div.b1 /* Add Border Line */
{
         margin: 0 auto;
         margin: 0 2ex;
         border-left: 2px solid #6699cc;
         border-right: 2px solid #6699cc;
}
div.b2 /* Add Border Line */
{
         margin: 0 auto;
         margin: 0 3ex;
         border-left: 2px solid #6699cc;
         border-right: 2px solid #6699cc;
}

div.wrapper /* Main centered zone - Advertisment: width 135 */
{
	width: 105ex;
	margin: 0 auto;
         padding: 0 10px;
         border-left: 2px solid #6699cc;
         border-right: 2px solid #6699cc;
}
div.outerwrap /* Main rounded content zone */
{
         width: 105ex;
	margin: 1ex 0;
	padding: 5px 0;
         float: right;
	/* border: 1px solid #000; */
}
div.innerwrap /* Main white content zone */
{
	padding: 0;
	border: 1px solid #fff; /* needed to force inner paddings */
	background-color:#fff;
}
div.pageHeader /* Title zone */
{
	margin: 1ex 1ex 0 1ex;
	padding: 3ex 0;
         background-color: #0950a0;
         /*MOD START Original url(img/squares.gif)*/
	/* background-image: url(img/banner_blau.png); */
         /*MOD END*/
	/* background-repeat: no-repeat; */
	/* background-position: right center; */
	/*border: 1px solid #f00;*/
}
.posts /* Left column */
{
	width: 75ex;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
         margin: 0 0 0 1ex;
         width: 29ex;
	float: right;
	overflow: hidden;
}
.bSideBarAd /* Right column */
{
         margin: 0 1ex 0 0;
         width: 29ex;
	float: left;
	overflow: hidden;
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 72%;
	text-align: center;
	margin:1ex;
	color: #444;
}
p.baseline a {
	color: #444;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #c0c;
	text-decoration:underline;
}

h2 {
	/*MOD START Originalfarbe #06a3c4*/
	color: #0950a0;
         /*MOD END*/
	font-size: 160%;
	margin: 1ex;
}
h3 {
	/*MOD START Originalfarbe #06a3c4*/
	color: #0950a0;
         /*MOD END*/
	font-size: 110%;
}
h4 {
	/*MOD START Originalfarbe #06a3c4*/
	color: #0950a0;
         /*MOD END*/
	font-size: 105%;
}

/*
 * Blog list on top:
 */
#bloglist {
	/*MOD START Originalfarbe #06a3c4*/
	border-bottom: 3px solid #0950a0;
         /*MOD END*/
	margin: 2px 1ex 0 1ex;
	padding: 0 0 0 0;
         width: 100%
         table-layout: fixed;
         border-collapse:collapse;
}
#bloglist_td {
         padding: 3px 1em 1px 1em;
         white-space: nowrap;
         border-top: 1px solid #fff;
         border-bottom: none;
         border-left: 3px solid #fff;
         border-right: 3px solid #fff;
         background-color:#0950a0;
}
#kontakt {
	text-align: right;
         width: 70%;
         font-weight: bold;
}
a.BlogButton {
	color: #fff;
}

a.BlogButtonCurr {
	/*MOD START Originalfarbe #06a3c4*/
	color: #fff;
         /*MOD END*/
         border-left: none;
         font-size: 1.1em;
	font-weight: bold;
         letter-spacing: 0.1em;
}


/*
 * Header styles:
 */
table#pageTitle {
	font-size: 250%;
	font-weight: bold;
         font-family: "Garamond", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
         /*MOD START Originalfarbe #06a3c4*/
	color:#ffffff;
         /*MOD END*/
         height: 56px;
         width: 99%;
         /*border: 1px solid #f00;*/
}
.pageSubtitle {
	letter-spacing: 4px;
	padding: 0 0 3px 0;
	font-size: 109%;
}


/*
 * Styles for foms
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 1ex 3ex 1ex;
	padding: 0;
	/* border: 1px solid #e2f1f4; */
}
.bSmallHead {
	font-size: 78%;
	margin: 1ex;
}
div.bTitle {
	clear: both;
	margin: 1ex 1ex 0 1ex;
	padding: 5px 0 4px 0;
         /*MOD START Originalfarbe #06a3c4*/
	background-color:#0950a0;
         /*MOD END*/
}
h3.bTitle {
	color: #fff;
	margin: 0 1ex;
}
.bText {
	margin: 0 1ex 0;
}
.bSmallPrint
{
	clear: both;
	font-size: 88%;
	margin: 1ex;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right)
 */
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable a {
	/*MOD START Originalfarbe #06a3c4*/
	color: #0950a0;
         /*MOD END*/
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #E2F1F4;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	padding-top: 0;
	/* font-size: 84%; */
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #E2F1F4;
}
