/*  
Theme Name: sigema-internetwerbung.de
Theme URI: 
Description: Meine umgewandelte Version von PRiNZ WyntonMagzien f&uuml;r www.sigema-internetwerbung.de. Der Versuch eine Homepage aufzubauen und Wordpress als CMS zu nutzen.
Version: 2.0
Author: Sibylle Rudnick
Author URI: http://www.sigema.biz

Dank an:
========

Michael Oeser der das WyntonMagazin entwickelt und frei zur Verfügung gestellt hat

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


/******************************************
*   HTML Elemente                         
******************************************/

#helfen {
	background: url('images/redaktion/erdbeben-japan-180x150.gif') no-repeat;
	width: 180px;
	height: 150px;
}

* {
	margin:0;
	padding:0;
}
body, html {
	height:101%;
}
body {
	background:/*url(images/backgrounds/bg_leadcontainer.jpg) repeat-x 0px 0px #252525*/ #eee;
	color: #000;
	padding: 13px 0 25px 0;
}
body, textarea {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	line-height:1.5em;
}
input {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	line-height:1.5em;
	height: 15px;
}
select {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	line-height:1.5em;
	height: 22px;
}
p {	
	margin: 15px 0;
}
hr {
	display: block;
	height:2px;
	background:#ddd;
	border:0;
}
small {
	font-size: 0.9em;
	padding:3px 0px;
}
/* Formular Elemente */
/*
select {
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	width:100%
} */

/******************************************
*   Struktur Haupt-Elemente - Seitenaufbau                    
*******************************************/

/* Haupt-Container */
#page {
	width:940px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 20px 40px 20px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
/* Der gesamte Bereich einer Seite */
.seiten-container {
	width:940px;
	margin-top:25px;
}
/* Der linke Bereich einer Seite */
.content-container {
	width:650px;
	float:left;
}
/* Der linke Inhalt-Bereich (links der Sidebar) */
#content-container-inhalt {
	width:640px;
	float:left
}
/* Der 1. hervorgehobene Beitrag im linken Hauptbereich einer Seite */
.teaser-container {
	margin:20px 0 20px 0;
	border-top:1px solid #6699FF;
	border-bottom:1px solid #FF6666;
	border-left:1px solid #66CC66;
	border-right:1px solid #FFCC33;	
	float:left;
	background:#FFF;
	padding:15px;
	color:#333;
}
/*
.teaser-container:hover {
	background:#ffffff;
	border-top:1px solid #CC9999;
	border-bottom:1px solid #CC9999;
} */

/* Der Spalten-Container */
.spalten-container {
	margin-top:10px;
}
.spalte-links {
	width:30%;
	border-right:1px solid #ccc;
	padding-right:20px;
	float:left;	
}
.spalte-mitte {
	width:30%;
	padding:0 20px 0 20px;
	float:left;
}
.spalte-rechts {
	width:30%;
	border-left:1px solid #ccc;
	padding-left:20px;
	float:right;
}
/* Der Bereich der Sidebar */
.sidebar {
	width: 240px;
	float:right
}

/******************************************
*   Überschriften                        
******************************************/

h1 {
	color: #6699FF;
	font: 1.1em Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	padding-bottom:6px;
	margin: 20px 0;
}
.auto-teaser h1 {
	color: #6699FF;
	font: 1.1em Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding-bottom:6px;
	margin: 20px 0;
}
h2 {
	color: #6699FF;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	margin-top: 4px;
	padding-bottom:8px;
}
.standard h2 {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	margin-top: 4px;
	padding-bottom:8px;
	color: #666;
	vertical-align:middle;	
}
h3 {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	text-transform:uppercase;	
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#666;
}
.footer h3 {
	text-transform:none;	
	letter-spacing:normal;
	font-weight:normal;
	color:#666;
	margin: 0 auto;
	font-size:1em;
	text-align:center;
	
}
.content-container h1, .content-container-inhalt h1 {
	border-bottom:2px solid #ddd;
}
.content-container h2, .content-container-inhalt h2 {
	padding-bottom:4px;
	margin: 20px 0;
}
.auflistung li {
	list-style:none;

}
.auflistung h2 {
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;	
}
.auflistung h3 {
	font-size:0.9em;
	font-weight:bold;	
	text-transform:uppercase;	
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
}
h4 {
	color:#444;
	font-size:0.9em;
	margin-bottom:6px;
}

/***** HTML Link Überschriften *****/
h1 a:link, h1 a:active, h1 a:visited {
	color: #6699FF;
	text-decoration: none;	
}
h1 a:hover {
	text-decoration:underline;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #6699FF;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #666;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
h4 a:link, h4 a:active, h4 a:visited {
	color:#666;
	text-decoration:none;
}
h4 a:hover {
text-decoration:underline;
}

/******************************************
*   Hyperlinks                         
******************************************/

/* Standard Link-Verhalten */
a:link, a:active, a:visited { 
	color:#666;
	text-decoration: underline; 
} 
a:hover	{ 
	color:#6699FF;
	text-decoration: underline; 
}
#glossar a:link, #glossar a:active, #glossar a:visited { 
	color:#666;
	text-decoration: underline; 
} 
#glossar a:hover	{ 
	color:#6699FF;
	text-decoration: underline; 
}
#navi-rechts a:link, #navi-rechts a:active, #navi-rechts a:visited { 
	color:#333;
	text-decoration: none; 
} 
#navi-rechts a:hover	{ 
	color:#999;
	text-decoration: underline; 
}
/* Links innerhalb Kommentar-Metadaten (Datum, Autor, etc.) */
.metadaten a:link, .metadaten a:active, .metadaten a:visited  {
	text-decoration:none;
}
.metadaten a:hover {
	text-decoration:underline;
}
/* Das kann benutzt werden um den "weiter lesen..." Link in dem Aufmacher-Text zu formatieren */
.weiter-lesen a {
	text-decoration:none;
}
.weiter-lesen a:hover {
 color:#6699FF!important;
}

a:link img, a:visited img {
	border:1px solid #999;
	padding:1px;
}
.navigation a {
	width: 120px;
	border: 1px dotted #ccc;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
}
.navigation a:hover {
	background-color:#eee;
}

/******************************************
*   Stile Inhalt                    
******************************************/

p.preis {
	font: 1.1em Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	margin-top: 10px;
	padding-right: 20px;
	margin-bottom: 20px;	
	color:#6699FF;
	text-decoration:none;	
	float: right
}
.metadaten {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	margin-top:-4px;
	margin-bottom: 4px;
	color:#333333;
	text-decoration:none;	
}
/* Hintergund für Titel-Hintergründe */
.titel-hintergrund {
	margin-bottom:3px;
	padding:3px 2px 1px 4px;
	background-color:#EEE;
}
.mehr-seiten {
	padding-bottom:28px;
	text-align:none;
}
/* Text-Vorschau bzw. Abschluss mit Linie, derzeit für Artikel-Vorschau - Ausschitte */
.text-vorschau {
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.button {
	font-weight:bold;
	padding: 1px;
	background:#999;
	color:#FFCCCC;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	border-left:none;
	border-right:none;
}
.button:hover {
	color:#CC66CC;
	background:#CCC;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	text-decoration:none;
}
.block {
	display:block;
}	
/* Formatierung des Flusses z. B. für vorherige und nächste Links */	
.float-links {
	float:left;
}
.float-rechts {
	float:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	float:middle;
}
/***** Fließ-Einstellungen *****/
.clear {
	clear:both;
}
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
/* Dieses niemals löschen, ansonsten killt MSIE das Layout */
.clearfloat {
	display:inline-block;
}
/* Dieses niemals löschen, ansonsten killt MSIE das Layout */	
.clearfloat {
	display:block;
}

/******************************************
*   Images - Bilder                   
******************************************/

img {
	border:1px solid #999;
	padding:1px;
}
img.left, img.center, img.right, img.norm {
	margin:5px 12px 5px 0;
	border:1px solid #999;
	padding:1px;
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}
a:link img.link, a:visited img.link {
border:0;
padding-bottom:0;
}

/******************************************
*   Auflistungen                        
******************************************/
#teaser ol {
	margin-left:0px;
}

#teaser ul li {
	margin-left:20px;
}
#teaser ol li {
	margin-left:20px;
}
.auflistung .bullets li {
	list-style:circle;
	margin-bottom:5px;
	margin-left:22px;
}
.auflistung .children {
	background:#eee;	
}
.auflistung .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;	
}
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
}
/* Links in den Auflistungen */
.auflistung li a:link, .auflistung li a:active, .auflistung li a:visited {
	text-decoration:none;
	font-style:normal;		
}
.auflistung li a:hover {
	text-decoration:underline;
	font-style:normal;	
}
.auflistung .children li a, .auflistung .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #666;
	background:url(images/icons/icon_links.gif) no-repeat;
}
.auflistung li {
	list-style: normal;
}
.auflistung .children li a:hover, .auflistung .children li a:active	{
	color:#000;
}
.auflistung h2 a {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#996699;	
}
.auflistung h4 a {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#996699;
}
/* Generiert Auflistung bei bookmark links */

.linkcat li {
	list-style:none
}
.linkcat h2 {
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.1em;		
	text-transform:uppercase;	
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
}
.linkcat .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
}
.linkcat .children {
	background:#eee;	
}
.linkcat .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
		
}
/* Links in den Auflistungen */
.linkcat a:link, .linkcat a:active, .linkcat a:visited {
	text-decoration:none;
}
.linkcat a:hover {
	text-decoration:underline;
}
.linkcat .children li a, .linkcat .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #666;
	
}
.linkcat .children li a:hover, .linkcat .children li a:active	{
	color:#000;
}
.linkcat h2 a {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#996699;	
}
.linkcat h4 a {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#996699;
}

/***** Icon für Auflistungen ****/
.icon-aktuell li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
}
#hilfethemen li ul {
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
}
.sidebar_widget ul li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
}
.icon-kommentar li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comments.gif) no-repeat;
}
#recentcomments li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comments.gif) no-repeat;
}
.icon-kategorie li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
	}
#kategorie_widget li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
	}
.icon-feed li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/rss.gif) no-repeat;
}
.icon-meta li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_meta.gif) no-repeat;
	}
#linkliste li ul li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_meta.gif) no-repeat;
}
.icon-links li, .xoxo blogroll li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_links.gif) no-repeat;
}
.icon-suche li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/search-16.png) no-repeat;
}
.linkcat ul ul {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_meta.gif) no-repeat;
}



/******************************************
*   Posting (search.php, single.php)                       
******************************************/

.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}	
.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
}
.post ol li {
	margin-bottom:5px;
	margin-left:48px;
}
	
#post .metadaten {
	margin: 30px 0;
}

/******************************************
*   Suche (search.php, searchform.php)                       
******************************************/

#formular-suche {
	padding:16px 5px 0 0;
}
.eingabe-suche {
	width:150px;
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
}
.eingabe-suche:hover, .eingabe-suche:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
}

/******************************************
*   commentlist (comments.php)                       
******************************************/

.commentlist {
	padding-left:20px;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.commentlist cite {
	font-weight:bold;
}
#formular-kommentar input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
}
#formular-kommentar textarea {
	background:#eee;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
}
#formular-kommentar textarea:hover, #formular-kommentar textarea:focus {
	background:#fff;
}
/* Wie Tags erscheinen */
#tag-leiste {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
}
#tag-leiste a {
	text-decoration:none;
}
#tag-leiste a:hover {
	text-decoration:underline;
}
	
/******************************************
*   Footer (footer.php)                       
******************************************/

.footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#666;
}
/* Links im Footer */
.footer a {
	text-decoration: none;
	color:#666;
} 
.footer a:hover	{
	text-decoration: underline;
}
