/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

@font-face {
 font-family: "Arial Rounded MT Bold";
 src: url("ARLRDBD.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Arial Rounded MT Bold";
 src: url("ARLRDBD.ttf") /* TTF file for CSS3 browsers */
}

body {
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding:0;
    margin:0;
    border: 0;
    color: #c3c3c3;
    background:#1f1f1f url(../_pix/bg.gif) center top no-repeat;
    line-height: 1.4em;
}
/*
body {
	-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   transform: rotate(180deg);
   position: absolute;
   filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}*/

div.wrap {
    margin: 0 auto;
    padding: 0;
    width:900px;
    text-align:left;
    background:url(../_pix/logo-pinguine.png) 0 33px no-repeat;
}

div.header {
    height:125px;
}	

div.content-top {
    background:url(../_pix/bg-gradient-top.jpg) 0 0 no-repeat;
}	

div.content-bottom {
    background:url(../_pix/bg-gradient-bottom.jpg) 0 bottom no-repeat;
    min-height: 700px;
}	

div.column-left {
    width:220px;
    float:left;
    padding:30px 0;
}

div.column-right {
    width:645px;
    padding:30px 0;
    float:right;
}

div.topline {
    background:url(../_pix/line.gif) 0 0 repeat-x;
    /* clear:both; */
    margin-top: 15px;
}

div.teaser {
    background:url(../_pix/no-pic.gif) 0 0 no-repeat;
    padding-bottom:20px;
    min-height: 100px;
}

div.teaser div.txt {
    width:528px;
    float:right;
}	

div.footer {
    clear:both;
    background:url(../_pix/line.gif) 0 top repeat-x;
    padding:10px 0;
    text-align:right;
    color:#625d5d;
}

/* Headlines ######################################################### */		


h1 {
    padding:0;
    margin:0 0 15px 0;
    font-size:2em;
    font-weight:normal;
    line-height:1.1em;
    color:#fff;
}

div.column-left h2 {
    font-family: Arial Rounded MT Bold, Arial;
    font-size:1.4em;
    color:#c3c3c3;
    margin:0;
    padding:10px 0;
    font-weight:normal;
    line-height:1.2em;
}

div.column-right h2 {
    font-size:1.4em;
    color:#c3c3c3;
    margin:0;
    padding:8px 0 10px 0;
    margin-bottom:20px;
    font-weight:normal;
    line-height:1.2em;
    background:url(../_pix/line.gif) 0 bottom repeat-x;
}

div.column-right .blog h2 {
    padding-top: 0px;
    margin-bottom: 10px;
    background:none !important;

}

div.column-right .blog {
    padding-top: 20px;
}

div.teaser h3 {
    width:445px;
    float:left;
    font-size:1em;
    margin:0;
    padding:0 0 3px 0;
}	

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#35cbfc; text-decoration:none}
a:hover {color:#35cbfc; text-decoration:underline;}

.link-grey a:link, .link-grey  a:visited, .link-grey a:active {color:#8c8c8c; text-decoration:none}
.link-grey a:hover {color:#fff; text-decoration:none;}

.txt a:link, .txt a:visited, .txt a:active, .intro a:link, .intro a:visited, .intro a:active, #twitter_div a:link, #twitter_div a:visited, #twitter_div a:active {color:#69c953; text-decoration:none}
.txt a:hover, .intro a:hover {color:#69c953; text-decoration:underline;}


h3 a:link, h3  a:visited, h3  a:active {color:#35cbfc !important; text-decoration:none}
h3  a:hover {color:#35cbfc !important; text-decoration:underline;}


div.header a.logo {
    float:left;
    width:266px;
    height:46px;
    display:block;
    text-indent:-1000em;
    margin-top:33px;
}	

div.header ul li a.mail {
    width:142px;
    height:26px;
    display:block;
    padding:7px 0 0 53px;
    background:url(../_pix/button-mail.gif) 0 0 no-repeat;
}

div.header ul li a.rss {	
    width:142px;
    height:26px;
    display:block;
    padding:7px 0 0 53px;
    background:url(../_pix/button-rss.gif) 0 0 no-repeat;
}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
    margin:0;
    padding:0 0 25px 0;
}

p.intro {
    font-size:1.2em;
    color:#e4dd90;
    line-height:1.4em;
}

p.date {
    width:60px;
    padding:1px 2px 2px 2px;
    float:right;
    margin:0;
    background:#000;
    text-align:center;
    line-height:1em;
    color:#625d5d;
    font-weight:bold;
}

p.txt {
    clear:both;
    padding:0;
}			


/* Navigation ######################################################### */

div.column-left ul {
    padding:0;
    margin:0 0 10px 0;
    list-style-type:none;
    border-top:1px solid #000000;
    border-bottom:1px solid #4a4a4a;
}

div.column-left ul li {
    padding:0;
    margin:0;
    border-top:1px solid #4a4a4a;
    border-bottom:1px solid #000000;
}

div.nav ul li a, div.nav ul li a:active, div.nav ul li a:visited {
    padding:3px 3px 3px 19px;
    width:198px;
    text-decoration:none;
    background-image:url(../_pix/nav-arrow.gif);
    background-repeat:no-repeat;
    background-position:4px 7px;
    color:#69c953;
    display:block;
}	

div.nav ul li a:hover {
    background-color:#2e2e2e;
    color:#69c953;
    text-decoration:none;
}

div.nav ul li.active a, div.nav ul li.active a:active, div.nav ul li.active a:visited  {
    background-image:url(../_pix/nav-arrow-active.gif);
    color:#e4dd90;
}

div.nav ul li.sub a, div.nav ul li.sub a:active, div.nav ul li.sub a:visited  {
    background-image:url(../_pix/nav-arrow-down.gif);
    background-position:4px 9px;
    background-color:#2e2e2e;
}

div.nav ul li.sub.active a, div.nav ul li.sub.active a:active, div.nav ul li.sub.active a:visited  {
    background-image:url(../_pix/nav-arrow-active-down.gif);
    background-position:4px 9px;
    background-color:#2e2e2e;
}

/* SUB NAV */

div.nav ul li.sub ul {
    padding:0;
    margin:0;
    list-style-type:none;
    border:none;
}

div.nav ul li.sub ul li {
    padding:0;
    margin:0;
    border:none;
}	

div.nav ul li.sub ul li a, div.nav ul li.sub ul li a:active, div.nav ul li.sub ul li a:visited {
    padding:2px 3px 2px 19px;
    width:198px;
    text-decoration:none;
    font-size:0.85em;
    background-image:url(../_pix/nav-sub.gif) !important;
    background-repeat:no-repeat !important;
    background-position:7px 10px !important;
    color:#69c953;
    display:block;
}	

div.nav ul li.sub ul li.active a, div.nav ul li.sub ul li.active a:active, div.nav ul li.sub ul li.active a:visited  {
    background-image:url(../_pix/nav-sub-active.gif) !important;
    color:#e4dd90;
    background-color:#2e2e2e;
}

/* Images ######################################################### */	

img {
    border:0;
}

div.teaser img {
    border:2px solid #494949;
    float:left;
}

.inlineimage {
    border:2px solid #494949;
    float:right;
    margin: 10px 0px 10px 10px;
}

.inlineimage.left {
    border:2px solid #494949;
    float:left;
    margin: 10px 10px 10px 0px;
}

a.inlineimage.center {
    border:none;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
a.inlineimage.center img {
    border: 2px solid #494949;

}
/* Tables ######################################################### */



/* Lists ######################################################### */

div.header ul {
    width:195px;
    margin:20px 0 0 0;
    padding:0;
    list-style-type:none;
    float:right;
}

div.header ul li {
    padding:0;
    margin:5px 0 0 0;
}


/* Forms ######################################################### */

form {
    padding:0;
    margin: 0;
}




/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}	

.clear {
    clear:both;
}	

.center {
    text-align:center;
}	

.sidebox {
    float: right;
}

/* Additional Sections */

.section {
    padding-top: 15px;
    padding-left: 15px;
}

.section ul {

    padding:0;
    margin:0 0 0 0;
    list-style-type:none;
}

.section .title {
    margin-left: -20px;
    padding-left: 23px;
    background-image:url(../_pix/main-sub.gif);
    background-position:7px 6px;
    background-repeat:no-repeat;
    color: #d7d3a4;
    font-weight: bold;
    padding-bottom: 5px;
}

.section li {
    margin-left: 0px;
    padding-left: 23px;
    background-image:url(../_pix/nav-arrow.gif);
    background-position:7px 5px;
    background-repeat:no-repeat;
    line-height: 1.6em;
}

.section li a {
    color: #69c953;

}

.section img {
    margin-left: 7px;
    border:2px solid #494949;
    margin-top: 7px;
}

a.tag {
    padding:1px 6px 2px 6px;
    margin-right:4px;
    background:#000;
    color:#625d5d;
    font-weight:bold;
}

h3 {
    /* clear: both; */
}

#twitter_div {
    margin-top: 40px;
}


.thumbnail img {
    border:2px solid #494949;
}

div.thumbnail {
    margin: 10px 0px 10px 10px;
    text-align: center;
    display: inline-block;
    float:left;
}   


/* Kommentare ################################################## */
.comment input, .comment textarea {
    border: 1px solid #494949;
    background-color: transparent;
    color: #c3c3c3;
}

#name input, #website input, #email input {
    width: 200px;
}

.comment textarea {
    width: 600px;
    height: 60px;
}

#name, #website, #text, #spam, #email {
    padding-bottom:10px;
}

#spam input {
    width: 3em;
}

#spam {
    width: 300px;
    float:left;
}

#send {
    float: right;
    color:#69c953;
}

form.hidden {

    display: inline;
}

form.hidden input {
    font-size: 6px;
    width: 10px;
    background-color: transparent;
    border: none;
}

.error {
    border: 2px solid red;
    padding: 10px;
    margin:10px;
    color: red;
}

.message {
    border: 2px solid #69c953;
    padding: 10px;
    margin:10px;
    color: #69c953;
}


h2 {
    font-family:"Arial Rounded MT Bold", Arial !important;
    font-size:16pt;
    color:#c3c3c3;
    margin:0;
    padding:10px 0;
    font-weight:normal;
    line-height:1.2em;

}

#contents + * h2:before {
      content: counter(chapter) ". ";
      counter-increment:chapter;
}


h1 {
    font-family:"Arial Rounded MT Bold", Arial !important;
    padding:0;
    margin:0 0 15px 0;
    font-size:23pt;
    font-weight:normal;
    line-height:1.1em;
    color:#fff;
    counter-reset:chapter -1;
}

.blog.topline {
    clear: both;
}

.blog h2, .blog h2 a{
    font-family:"Arial Rounded MT Bold", Arial !important;
    color:#35cbfc !important;
    font-size:16pt;
    text-decoration: none;
}
.blog h2 a:hover {
    font-family:"Arial Rounded MT Bold", Arial !important;
    color:#35cbfc;
    font-size:16pt;
    text-decoration: none;
}

/* Inhaltsverzeichnis ################################################## */
#contents {
    border: 1px solid #494949;
    background-color: rgb(31,31,31);
    background-color: rgba(31,31,31,0.5);
    list-style-type:none;
    counter-reset:chapter_c -1;
    float: right;
    margin-left: 10px;
    width: 40%;
}

#contents li, #contents {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
}

#contents li a {
    display: block;
    margin-left: 20px;
    text-indent:-20px;
}

#contents li a[rel=chapter] {
    line-height: 2em;
    padding-left: 1ex;
}

#contents li a[rel=section] {
    padding-left: 4ex;
}


#contents li a[rel=subsection] {
    padding-left: 6ex;
}


#contents li a[rel=chapter]:before {
      content: counter(chapter_c) ". ";
      counter-increment:chapter_c;
}
