body {
	color: #333;
	font: 14px Arial, sans-serif;
	
	height: 100%;
	
	background: #eff4f7;
}

a {
	color: #cf2d35;
	text-decoration: none;
}

a:hover {
	color: #111;
}

body, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
	color: #111;
}

h1, h2.index {
	font-size: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	
}

h5 {
	font-size: 14px;
	font-weight: bold;
}


p {
	margin: 0 0 20px 0;
}

.clear {clear: both; float: none;}


.half {width: 48%;}
.left {float: left;}
.right {float: right;}

.ein-drittel {width: 30%;}
.zwei-drittel {width: 60%;}


/* ---------------- Button ---------------- */	

.button {
    display: inline-block;
    zoom: 1; 
    *display: inline;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    margin: 5px 0 20px 0;
    padding: 10px 20px;
    font-size: 14px;
    
    text-decoration: none;
    color: #fff;
	
    border: 1px solid #bf3131;
    
	background-color: #e85555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e85555), to(#bf3131));
	background-image: -webkit-linear-gradient(top, #e85555, #bf3131);
	background-image:    -moz-linear-gradient(top, #e85555, #bf3131);  
	background-image:     -ms-linear-gradient(top, #e85555, #bf3131);   
	background-image:      -o-linear-gradient(top, #e85555, #bf3131);   
	background-image:         linear-gradient(to bottom, #e85555, #bf3131);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85555', endColorstr='#bf3131');
}

.button.buy {
	font-size: 20px;
	
	padding: 10px;
    
    margin: 10px 0 0 5px;
    width: 265px;
}

.button.more {
    border: 1px solid #cccccc;
    color: #777;
    
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image:    -moz-linear-gradient(top, #ffffff, #cccccc);  
	background-image:     -ms-linear-gradient(top, #ffffff, #cccccc);   
	background-image:      -o-linear-gradient(top, #ffffff, #cccccc);   
	background-image:         linear-gradient(to bottom, #ffffff, #cccccc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}

.button:hover {
    color: #fff;
    
    border: 1px solid #555;
    
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#555555));
	background-image: -webkit-linear-gradient(top, #222222, #555555);
	background-image:    -moz-linear-gradient(top, #222222, #555555);  
	background-image:     -ms-linear-gradient(top, #222222, #555555);   
	background-image:      -o-linear-gradient(top, #222222, #555555);   
	background-image:         linear-gradient(to bottom, #222222, #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#555555');
}




/* ---------------- Transition ---------------- */	

#navi ul li a,
#navi ul li a:hover,
#sidebar ul li a,
#sidebar ul li a:hover {
  -webkit-transition: all 300ms; 
     -moz-transition: all 300ms; 
      -ms-transition: all 300ms; 
       -o-transition: all 300ms;  
          transition: all 300ms;
}


/* ---------------- Container ---------------- */	

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#container {
	float: left;
	text-align: left;
	display: block;
	background: #fff;
 	
	-moz-box-shadow: 0px 3px 10px #cccccc;
	-webkit-box-shadow: 0px 3px 10px #cccccc;
	box-shadow: 0px 3px 10px #cccccc;
	
	z-index: 1;
	position: relative;
	
	min-height: 520px;
	
	
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=0, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=45, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=90, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=225, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=260, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=305, Strength=2);
}




/* ---------------- Header ---------------- */	
	
#header {
	width: 100%;
}

#header .inner {
	height: 40px;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#header .headline .name {
	color: #555;
	float: left;
	width: 400px;
	font-size: 18px;
	padding: 10px 0 10px 80px;
	background: url(img/logo.png) no-repeat 20px center;
}

#header .headline .beschreibung {
	color: #555;
	float: right;
	width: 400px;
	text-align: right;
	padding: 12px 25px 0 0;
}



/* ---------------- Menu ----------------- */	


#navi {
	display: block;
	float: left;
	width: 1000px;
                
	z-index: 3;
	position: relative;
	
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e9e5));
	background-image: -webkit-linear-gradient(top, #ffffff, #e8e9e5);
	background-image:    -moz-linear-gradient(top, #ffffff, #e8e9e5);  
	background-image:     -ms-linear-gradient(top, #ffffff, #e8e9e5);   
	background-image:      -o-linear-gradient(top, #ffffff, #e8e9e5);   
	background-image:         linear-gradient(to bottom, #ffffff, #e8e9e5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e9e5');
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image:    -moz-linear-gradient(top, #ffffff, #dddddd);  
	background-image:     -ms-linear-gradient(top, #ffffff, #dddddd);   
	background-image:      -o-linear-gradient(top, #ffffff, #dddddd);   
	background-image:         linear-gradient(to bottom, #ffffff, #dddddd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');

}

#navi ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}


#navi li {
	float: left;
	position: relative;
}

#navi ul a {
	display: block;
	padding: 10px 20px;
	
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	
	text-decoration: none;
	color: #fff;
	
	background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	background-image: -webkit-linear-gradient(top, #cccccc, #999999);
	background-image:    -moz-linear-gradient(top, #cccccc, #999999);  
	background-image:     -ms-linear-gradient(top, #cccccc, #999999);   
	background-image:      -o-linear-gradient(top, #cccccc, #999999);   
	background-image:         linear-gradient(to bottom, #cccccc, #999999);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999');
    
    border-right: 1px solid #eee;
}
#navi ul ul {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	float: left;
	z-index: 99999;
 	
	-moz-box-shadow: 0px 3px 10px #b8b7b5;
	-webkit-box-shadow: 0px 3px 10px #b8b7b5;
	box-shadow: 0px 3px 10px #b8b7b5;
}
#navi ul ul li {
	min-width: 180px;
}
#navi ul ul ul {
	left: 100%;
	top: 0;
}
#navi ul ul a {
	background: #fff;
	padding: 10px 14px;
	width: 180px;
	height: auto;
	font-size: 11px; 	
	color: #333;
}

#navi ul ul li.current-menu-item a {
	background: #ddd;	
	color: #111;
}
#navi ul li.current-menu-item a:hover ul a {
	background: #ddd;	
	color: #111;
}



#navi ul li:hover > ul {
	display: block;
}
#navi ul li.active a {
	background: #fff;
	color: #222;
	background-color: #fff;
	background-image: #fff;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
#navi ul li:hover > a,
#navi ul ul ul :hover > a {
	background: #222;
	color: #fff;
}






/* ---------------- Teaser ---------------- */	



#teaser {
	background: url(img/leadgenerierung.jpg) no-repeat;
	width: 920px;
	height: 240px;
	display: block;
	padding: 40px;
	margin-top: 3px;
}

#teaser .text {
	height: 140px;
}

#teaser .button:hover {
	color: #bf3131;
	background: #fff;
	
    border: 1px solid #bf3131;
}





/* ---------------- Content ---------------- */	

#content {
	padding: 0 0 40px 40px;
	float: left;
	width: 660px;
}

#content .entry {
	width: 628px;
	float: left;
}

#content .image {
	width: 330px;
	float: right;
	margin-top: -30px;
}

#content .entry p {
	line-height: 22px;
	margin: 0 0 20px 0;
}

#content .entry h2 {
	margin: 20px 0 10px 0;
}

#content .post {
	border-bottom: 5px dotted #ddd;
	padding-bottom: 20px;
	margin-bottom: 25px;
	float: left;
}

#content .post:nth-last-child(1) {
	border-bottom: 0;
	padding-bottom: 0;
}

#content .entry.small h3 {
	font-size: 14px;
}

#content .entry.small p {
	font-size: 12px;
	line-height: 16px;
	color: #777;
}

#content .sterne {
	margin-bottom: -4px;
}

#content .banner {
	float: left;
	margin: 0 0 20px -4px;
}

#content .cat-desc {
	line-height: 22px;
	color: #999;
	margin-bottom: 40px;	
}

#content .cats {
	padding-left: 15px;
}

#content .cats li {
	list-style: square;
	margin-bottom: 5px;
}



/* ---------------- SIDEBAR ---------------- */	

#sidebar {
	width: 300px;
	float: right;
	margin: 0 0 40px 0;
	padding-top: 320px;
	background: url(img/sidebar.jpg) right top no-repeat;
}

#sidebar .section {
	margin-bottom: 30px;
}

#sidebar h3 {font-size: 14px;}

#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	width: 250px;
	height: 16px;
	float: left;
	color: #999;
}

#sidebar ul li:nth-last-child(1) a {
	border-bottom: 1px solid #ccc;
}

#sidebar ul li a:hover {
	background: #eee;
	color: #222;
}

.rang {
	color: #222;
}


/* ---------------- Footer ---------------- */	

#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

#footer .inside {
	padding: 40px 0;
	margin-left: 40px;
	width: 920px;
	color: #999;
	font-size: 12px;
}

#footer .inside.nobottom {
	padding-bottom: 0 !important;
}

#footer .copy {
	float: left;
}

#footer .inside a {
	padding-left: 20px;
	color: #999;
}
#footer .inside a:hover {
	color: #111;
}

#footer .footnavi {
	float: right;
}

#footer .footnavi ul {
	margin: 0;
	padding: 0;
}

#footer .footnavi ul li {
	list-style: none;
	display: inline;
}

/* ---------------- Sitemap ---------------- */	


#sitemap li {
	list-style: none;
	margin-top: 5px;
}

#sitemap li a {
	padding: 0 !important;
}

#sitemap h4 {
	margin: 0;
	color: #777;
}

#sitemap .cats {
	float: left;
	width: 306px;
	height: 80px;
}






















