/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { color: #000; text-decoration: none; }
mark { color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/**
 * Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome 
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, :focus { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea { overflow: auto; }

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #bbb; color:#fff; text-shadow: none; }
::selection { background:#bbb; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #bbb; }

/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
	/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
	color: #444;
	/* Set your base font here, to apply evenly */
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a{
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	transition: all 100ms linear;
	text-decoration: underline;
}
a, a:active, a:visited { color: #f60; }
a:hover { color: #444; }


/**
 * Non-semantic helper classes: please define your styles before this section.
 */
 
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal. www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "."; display: block; height: 0; overflow: hidden; }
.clearfix:after {clear: both;}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}/* Hides from IE-mac */
.clearfix {display: block;}
.clearfix { zoom: 1;} /* IE < 8 */


/*--[ Layout ]--------------------------------------------------------------------------------*/

html {
	text-align: center;
	width: 100%;
	height: 100%; 
	background: #ff9900;
}

/*
body{
  background-image: url("http://www.handlebarsjs.com/images/noise.png"), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 750, color-stop(0%, #f7931e), color-stop(100%, #f15a24));
  background-image: url("http://www.handlebarsjs.com/images/noise.png"), -webkit-radial-gradient(top center, #f7931e, #f15a24 750px);
  background-image: url("http://www.handlebarsjs.com/images/noise.png"), -moz-radial-gradient(top center, #f7931e, #f15a24 750px);
  background-image: url("http://www.handlebarsjs.com/images/noise.png"), -o-radial-gradient(top center, #f7931e, #f15a24 750px);
  background-image: url("http://www.handlebarsjs.com/images/noise.png"), radial-gradient(top center, #f7931e, #f15a24 750px);
  opacity: 0.2;
}
*/
body {
	text-align: left;
	line-height: 1.5;
}
#wrapper{
	margin: 0;
	width: 990px;
	position: relative;
	overflow: hidden;
}
#main {
	overflow: hidden;
	position: relative;
	float: left;
	margin: 30px 0 0;
	padding: 10px;
	background: #fff;
	width: 650px;
}

#content{
	float: right;
	width: 510px;
	font-size: 0.9em;
	color: #8B4513;
}
#content a{
	color: #8B4513;
}
#content a:hover{
	color: #f60;
}
.article{
	margin-bottom: 30px;
	font-size: 12px;
}

.article p{	
	font-family: courier new, arial, verdana;
	font-size: 11px;
}
.links{
	margin-bottom: 50px;
}
.links img{
	border: 1px solid #8B4513;
	width: 250px;
	height: 150px;
	float: left;
	margin: 5px 10px 10px 0;
}

h1{
	background: #f60;
	padding: 3px 5px;
	color: #fff;
	font-size: 13px;
	margin: 0 0 30px 0;
	font-weight: normal;
}

h2{
	color: #DE7008;
	font-size: 15px;
	margin: 0 0 8px 0;
}

h3{
	color: #E0AD12;
	font-size: 13px;
	margin: 0 0 8px 0;
}


#footer{
	position: absolute;
	left: 0px;
	top: 11px;
	width: 660px;
	overflow: hidden;
	clear: both;
	padding: 0;
	text-align: right;
}
#footer a{
	padding: 0 0 0 15px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#footer a:before{
	content:"\25BA\ ";
	font-size: 10px;
}
#footer a:hover{
	color: #444;
}



/*
 *		KATEGORIEN
 */
#category, #top-left{
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 130px;
	float: left;
	color: #fff;
	font-size: 12px;
	background: #f60;
	line-height: 22px;
}

#top-left{
	height: 105px;
}

#gads-120x90{
	position: absolute;
	top: 40px;
	left: 10px;
	padding: 5px;
}

#category p{
	padding: 0 5px;
	font-weight: bold;
}

#category a{
	display: block;
	margin: 0;
	border-top: 1px dashed #fff;
	text-decoration: none;
	color: #fff;
}

#category a:before{
	content:"\25BA\ ";
	font-size: 10px;
	padding: 0 3px 0 5px;
}

#category a:hover{
	color: #f60;
	background: #fff;
	border-top: 1px dashed #f60;
}



/*
 *		SIDEBAR
 */
#sidebar{
	overflow: hidden;
	position: relative;
	margin: 30px 0 0 10px;
	float: left;
	width: 302px;
	font-size: 13px;
}
.lnk a{
	font-weight: bold;
	text-decoration: none;
}
.lnk a:before{
	content:"\25BA\ ";
	font-size: 11px;
}

.ads{
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.widget{
	list-style: none;
	display: block;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #fff;
}

.widget .hl{
	background: #f60;
	padding: 3px 5px;
	color: #fff;
	font-size: 13px;
	margin: 10px;
	font-weight: normal;
}

.widget .pad{
	padding: 0 10px 10px 10px;
}

.widget p{
	margin-bottom: 10px;
}
.widget div{
	border: none;
	overflow:hidden;
}

#sbr-facebook, #sbr-googleplus, #sbr-twitter{
	float: left;
	overflow: hidden;
	height: 65px;
}
#sbr-facebook{
	width: 100px;
}
#sbr-googleplus{
	width: 100px;
	text-align: center;
}
#sbr-twitter{
	width: 80px;
	text-align: right;
}

#sbr-joke-slider, #sbr-sms-slider{
	width: 280px;
	height: 0px;
}

#sbr-joke-slider ul, #sbr-joke-slider li, #sbr-sms-slider ul, #sbr-sms-slider li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sbr-joke-slider li, #sbr-sms-slider li{
	width: 280px;
	display: block;
}
#sbr-joke-slider li, #sbr-sms-slider li{
	height: auto;
}

#sbr-netztipps{
	line-height: 200%;
}


/*
 *		PAGENAV
 */
#pagenav{
	text-align: center;
	margin-bottom: 25px;
}
#pagenav .pn-prev-next{
	margin: 25px 0;
}
.btn a{
	text-decoration: none;
	display: inline-block;
	margin: 5px;
	zoom: 1;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	background-color: #efefef;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.pn-prev-next a{
	text-decoration: none;
	margin: 10px;
	width: 130px;
	padding: 6px 5px 5px 5px;
}
.pn-pages a{
	width: 25px;
	padding: 6px 0;
	font-size: 10px;
}
.btn a.current, .btn a.current:link, .btn a.current:visited{
	color: #606060;
	border: 1px solid #7a7a7a;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffceae));
	background: -moz-linear-gradient(top,  #fff,  #ffceae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffceae');
	cursor: default;
}
.btn a, .btn a:link, .btn a:visited{
	color: #606060;
	border: 1px solid #7a7a7a;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.btn a:hover{
	border: 1px solid #3a3a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.btn a:active{
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	position: relative;
	top: 1px;
}


/*
 *		ADANI
 */
/*
#adani {
	text-align: center;
	display: none;
	border: 4px solid #343434;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #000 0px 0px 25px;
	-moz-box-shadow: #000 0px 0px 25px;
	box-shadow: #000 0px 0px 25px;
	background: #343434;
	z-index: 99999;
}
#adani:hover {
	border: 4px solid #dedede;
}
#adaniClose {
	display: none;
	width:16px;
	height:16px;
	line-height: 0.8em;
	text-shadow: 0 0 7px #000;
	color: #444;
	cursor: pointer;
	font-family: Tahoma, Calibri, Helvetica;
	font-size: 1.1em;
	border: 1px solid #565656;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #777 0px 1px 15px;
	-moz-box-shadow: #777 0px 1px 15px;
	box-shadow: #777 0px 1px 15px;
	background: #ddd;
}
#adaniClose:hover{
	text-shadow: 0 0 7px #fff;
	color: #000;
	-webkit-box-shadow: #bbb -1px 1px 15px;
	-moz-box-shadow: #bbb -1px 1px 15px;
	box-shadow: #bbb -1px 1px 15px;
	background: #eee;
}
#adaniOverlay{
	background-color: #222;
	display: none;
	position:absolute;
	top:0px;
	left: 0px;
	height:100%;
	width:100%;
	filter: Alpha(opacity=20);
	opacity: 0.35;
	z-index: 9999;
}
*/

/*
 *		SIDEBAR - GOOGLE SEARCH BRANDING.CSS
 */
.cse-branding-bottom,.cse-branding-right {
	margin:0;
	padding:0
}
.cse-branding-bottom,.cse-branding-right {
	zoom: 1;
}
.cse-branding-bottom:after,.cse-branding-right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cse-branding-text { 
	font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, .cse-branding-bottom .cse-branding-text {
	display: block; 
	float: left
}
.cse-branding-bottom .cse-branding-form {
	margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
	padding: 0;
	background: url(http://www.lustige-witze.com/image/ad-56x20-google-sitesearch-poweredby_FFFFFF.gif) top left no-repeat;
	width: 56px;
	height: 20px;
}
.cse-branding-bottom .cse-branding-text {
	padding-top: 4px
}
.cse-branding-right .cse-branding-form {
	float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, .cse-branding-right .cse-branding-text {
	margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
	float: left;
	margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
	padding: 0
}
.cse-branding-right .cse-branding-text {
	margin-top: -4px
}

