/*
Theme Name: Theme SWABIAN.info
Theme URI: http://www.swabian.info/
Description: Das Standard WordPress Theme für swabian.info.
Version: 1.1
Author: Tino Goetz
Author URI: http://www.swabian.info/
*/

html {
	
	margin: 0px;
	padding: 0px;
}

body {
	
	padding: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:84%;
	color:#666666;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
	
	margin: 0px;
	padding: 0px;
	font-size:110%;
}

/* Bilder */
img {
	
	border:0px;
}

.links { float:left; }
.rechts { float:right; }

/* Links */
a, a:link, a:visited {
	color: #3f6dbb;
	text-decoration:none;
	border-bottom:1px solid #c3d9ff;
}

a:hover {
	
	color:#bc8e5b;
}

/* Gesamt */
#gesamt {
	
	width: 950px;
	background: url("img/inhalt-background.gif") repeat-y 625px 0px;
}

/* Header */
#oben {
	
	clear:both;
	position:absolute;
	top:23px;
	width:950px;
	border-bottom:10px solid #cccccc;
	padding-bottom:6px;
	background:#ffffff;
}

/* Inhalt */
#inhalt {
	
	float:left;
	margin-top:10px;
	width: 615px;
}

#inhalt h2 {
	
	
}

#inhalt h3 {
	
	margin-bottom: 10px;
}

#inhalt img {
	
	padding:4px;
	border:1px solid #eeeeee;
}

.dachzeile {
	
	color:#777777;
	font-size:small;
}

.artikel {
	
	clear:both;
	margin-bottom: 30px;
}

.artikelmeta {
	
	font-size:small;
}

.artikelmeta img {
	
	
}

.artikelmeta .kommentar  { background:url("img/kommentar.png") no-repeat 0px 1px; padding-left:18px; margin-right:10px; }
.artikelmeta .kommentare { background:url("img/kommentare.png") no-repeat 0px 1px; padding-left:18px; margin-right:10px; }
.artikelmeta .kategorie  { background:url("img/kategorie.png") no-repeat 0px 1px; padding-left:22px; margin-right:10px; }
.artikelmeta .tags 		 { background:url("img/tags.png") no-repeat 0px 1px; padding-left:18px; margin-right:10px; }
.artikelmeta .shop 		 { background:url("img/basket_go.png") no-repeat 0px 1px; padding-left:22px;  }

.news {
	border-bottom: 4px solid #eeeeee;
	margin-bottom:15px;
}

.news h3 {
	float:left;
	width:300px;
	margin:0px;
}

.news p {
	float:right;
	margin:0px;
	padding-left: 18px;
	background: url("img/feed.png") no-repeat 0px 4px;
}

.news a:link, .news a:visited {
	text-decoration:none;
	border-bottom:0px;
}

.clearfix {
	clear:both;
}

/* Rechte Sidebar */
#rechts {
	
	margin-top:55px;
	margin-left:625px;
	width:325px;
	background: #eeeeee url("img/sidebar-background.gif") repeat-x;
}

#sidebar {
	
	background:#ffffff;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
}

#sidebar ul.cat {	
	
	list-style:none;	
	margin-top:10px; 
}
#sidebar ul.cat li {
	
	margin-left:-40px;
}
#sidebar ul.cat li a { 

	padding: 4px 10px 4px 21px; 
	line-height: 22px; 
	background: url(img/cat.png) no-repeat left; 
}


/* Footer */
#unten {
	
	clear:both;
	border-top: 10px solid #eeeeee;
	background-color:#ffffff;
}

#unten a, #unten a:link, #unten a:visited {
	
	color:#222222;
}

/* Affilinet Plugin */
.preis { 
	
	margin-left: 4px; 
	float: left; 
	background: #efefef; 
}

.preis table { 

	position: relative; 
	top: -4px; 
	left: -4px; 
	background: #fff; 
	padding: 4px; 
	border: 1px solid #ccc; 
}

.preis table td { 

	text-align: left; 
	padding: 0; 
}

.preis table td img { 
	
	border: 0; 
	margin: 0; 
	padding: 0; 
}

.imgalignright, .alignright { 
	
	float: right; 
	margin-left: 10px; 
}

.imgalignleft, .alignleft  { 

	float: left; 
	margin-right: 10px; 
}


form dl, dl.labels {
		margin:0em;
		font-size:100%;
		margin-top:0.5em
	}

	form dt, dl.labels dt {
		float:left;
		width:7em;
		margin-bottom:0.8em;
		color:#555;
		text-align:right;
		font-weight:400;
		position:relative /*IEWin hack*/
	}

	form dd, dl.labels dd {
		margin-left:7.5em;
		margin-bottom:0.8em;
		font-size:100%;
		font-style:normal;
		text-align:left;
		padding-left:0.5em
	}
	
	form dd.submit, dl.labels dd.submit  {
		margin-top:2em
	}
	
	.error_msg {
		font-weight:700;
		color:#FF0000;
	}
	
	.pxs_css_spamcheck {
		display: none !important;
	}

