body {
    background: #435c3c url(/img_main_neu/cpci_blog/hintergrund.jpg) repeat-x;
    text-align: center;
    margin: 0; padding: 0 0 25px 0;
    font: 100% georgia, serif;
    color: #333;
}

/* Allgemeingueltige Klassen und Elemente */
img {
    border: none;
}

code {
    font: 14px consolas, 'courier new', monospace;
    color: #900;
}

pre {
    overflow: auto; padding: 1em;
    font-size: 1em;
}

h1, h2, h3 {
    font-weight: normal;
}

.small
{
	font-size: .75em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.empha
{
	font-weight: bold;
}

a {
    color: #453;
}
a:hover {
    text-decoration: none;
    background: #fff;
}

.bild-links { /* Diese Klasse vergeben Sie einem Bild welches links ausgerichtet werden soll */
    float: left;
    margin: .1em 1em .4em 0;
}

.bild-rechts { /* Diese Klasse vergeben Sie einem Bild welches rechts ausgerichtet werden soll */
    float: right;
    margin: .1em 0 .4em 1em;
}

.bild-abstand img {
    margin: 0 .5em .5em 0; /* Bilder innerhalb dieses Elements bekommen zusaetzlichen Abstand */
}

.clearer {
    clear: both; /* hebt die vorhergehenden Floats auf */
}

sup { /* Stellt hoch ohne den Zeilenabstand zu verändern */
	vertical-align: top;
	font-size: .6em;
	line-height: 1em;
}

.teasebox {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 10px;
	width: 75%;
	font-size: .9375em;
    background: url(/img_main_neu/cpci_blog/listen-element.jpg) no-repeat;
}

/*
* Hauptbereich: #container
 */

#container {
    text-align: left; margin: 0 auto;
    width: 860px;
    background: url(/img_main_neu/cpci_blog/container.jpg) repeat-y right center;
}

/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich
 */
#kopfbereich {
    background: url(/img_main_neu/cpci_blog/kopfbereich.jpg) no-repeat;
    height: 68px; max-height: 68px;
    padding: 93px 85px 145px 180px;
}

#kopfbereich h1 {
    margin: 0; line-height: 1;
}

#kopfbereich h1 a, #kopfbereich h1 .empha {
    font-size: 1.3125em; font-weight: normal;
    color: #889988;
    text-decoration: none;
}
#kopfbereich h1 a:hover {
    background: transparent;
}

#kopfbereich h2 {
    font-size: 1.25em; font-style: italic;
    margin: 5px 0 0 0;
    line-height: 1;
}
#kopfbereich h2, #kopfbereich h1 span {
    color: #445533;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
 */
#mitte {
    font-size: .9375em;
    padding-bottom: 2em;
    background: url(/img_main_neu/cpci_blog/mitte.jpg) no-repeat bottom right;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
    float: right;
    width: 40em; max-width: 600px;
    margin-right: 35px;
}
#inhalt h3 {
    font-size: 1.333em;
    margin-top: 0; margin-bottom: .25em;
}
#inhalt a:hover {
    color: #fff;
    background: #453;
    text-decoration: underline;
}

#inhalt p {
    margin-top: 0; margin-bottom: 1em;
}

#inhalt .link {
	display: block;
	margin-bottom: 5px;
}

#inhalt .inside_art { /* Bild innerhalb eines Artikels */
    margin: 4px 0px 10px 0px;
    padding: 3px;
    border: 1px dotted #453;
}

.langflag {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 0px solid #fff;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #sidebar
 */

#sidebar {
    float: left;
    background: url(/img_main_neu/cpci_blog/sidebar.jpg) repeat-y;
}
/* -- Funktioniert zwar, der obere Balken kann jedoch nicht gesteuert werden ..
#sidebar {
	position:fixed;
	top:305px;
  background: url(/img_main_neu/cpci_blog/sidebar.jpg) repeat-y;
}*/

#sidebar #sidebar-innen {
    width: 195px;
    margin: 5px 0 10px 5px;
    padding: 2em 0 3em 0;
}
#sidebar .sidebar-unten {
    background: url(/img_main_neu/cpci_blog/sidebar-unten.jpg) no-repeat;
    height: 15px;
}

#sidebar ul {
    list-style: none;
    padding-left: 0; margin-left: 0; margin-top: 0;
    background: url(/img_main_neu/cpci_blog/listen-element.jpg) no-repeat;
}
#sidebar ul li {
    background: url(/img_main_neu/cpci_blog/listen-element.jpg) no-repeat bottom left;
    padding: 1px 0;

}

#sidebar ul a {
    text-decoration: none;
    font-size: 1.125em;
    padding: 7px 12px 7px 22px;
    display: block;
}
#sidebar ul a:hover, #sidebar .aktiv a {
    background: #faf9f5 url(/img_main_neu/cpci_blog/listen-icon.jpg) 5px center no-repeat;
    color: #564;
}

.subnavi {
	margin: 0px;
	padding: 0px 10px 7px 28px;
}
#sidebar-innen a p:hover {
	text-decoration: underline;
}

/*
* Hauptbereich: #container
** Unterbereich: #footer
 */

#footer {
    background: url(/img_main_neu/cpci_blog/footer.jpg) no-repeat bottom right;
    padding: 2px 35px 2px 85px;
    line-height: 1.5;
    font-size: .9375em;
}


/*---- Formulare ----*/

form
{
	margin: 0px;
}
select,input.text,textarea
{
	background-color: #ffffff;
	border: 1px #453 solid;
	padding: 1px;
	font: 100% georgia, serif;
	font-weight: normal;
}
.formbutton
{
	background: url(/img_main_neu/cpci_blog/footer.jpg) no-repeat bottom;
	border: 1px #453 solid;
	padding: 0px;
	font: 100% georgia, serif;
	font-weight: bold;
	color: #453;
	vertical-align: middle;
	cursor: pointer;
}


/* Navigation innerhalb eines Unterbereichs (sublocation) eines Hauptnavipunkts mit "Tabs" (typ. subsublocation) */
/* Verborgener Teaser/Tab, z. B. fuer unterschiedliche Inhalte, die ein- und ausgeblendet werden sollen -- http://blixt.org/articles/tabbed-navigation-using-css#section=bonus */
  div.tabbed_content { display: block; }
  div.tabbed_content.inactive { display: none; }
  a.tabbed_index.active { text-decoration: none; }
  .round_tl, .round_tr { display: none; }
  div.subsubnavi {
  position: relative;
  display: block;
  margin: 14px 0px 12px 0;
  padding: 0px;
  width: 100%;
  height: 19px;
  border-bottom: 2px solid #929E92;
}
div.subsubnavi ul {
  display: block;
  margin: 0; padding: 0;
  color: #999798;
  font-weight: normal;
  font-size: 0.84em;
}
div.subsubnavi ul li {
  position: relative;
  display: inline;
  padding: 0;
  margin: 0 2px 0 0;
  height: 19px;
}
div.subsubnavi ul li a {
  position: relative;
  padding: 4px 8px 4px 5px;
  margin: 0;
}
  div.subsubnavi ul li:hover a, div.subsubnavi ul li a:active, div.subsubnavi ul li a:focus {
    font-weight: normal;
    color: #ffffff;
    background-color: #929E92;
  }
  div.subsubnavi ul li.active a, div.subsubnavi ul li a.tabbed_index.active {
    font-weight: bold;
    color: #ffffff;
    background: #929E92 url();
    text-decoration: none;
    cursor: text;
  }


