/*
Theme Name:     zuckerklub Twenty Ten Child
Theme URI:      http: //zuckerklub.net/
Description:    Child theme for the Twenty Ten theme 
Author:         Salomon Kronthaler
Author URI:     http: //sk74.com
Template:       twentyten
Version:        0.1.0
*/

/* Reset browser defaults */
@import url('http://www.zuckerklub.net/wp-content/themes/twentyten/style.css');

html {
	/*background: url(images/header_zuckerklub_sw_01.jpg) no-repeat center -80px*/;
}


body {
	/*background: #f1f1f1;*/
}

#branding {
	/*background: url(images/header_zuckerklub_sw_01.jpg) no-repeat center;*/
}

a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:active,
a:hover {
	color: #000000;
	text-decoration: none;
}

.marken {
	margin-bottom: 2px;
}

/* Witgets */

#primary ul li {
	list-style-type: none;
	list-style-position: inside;
}

#primary li ul li a {
	padding-left: 0 !important;
	margin-left: -15px;
	/*border: 1px solid red;*/
}

#primary a:link, #primary a:visitet {
	color: #aaa;
	text-decoration: none;
}

#primary  a:hover {
	color: #ca2424 !important;
	text-decoration: none;
}

.imgtext {
	float: none;
	clear: both;
	display: block;
}

.imgtext img {
	float: left;
	clear: both;
	padding-bottom: 10px;
}

.imgtext2 {
	vertical-align: top;
	float: none;
	clear: none;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	left: 20px;
	position: relative;
}

h4 {
	margin-bottom: 5px !important;
	padding-bottom: 0;
	font: bold 1.0em "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #555 !important;
}