/**
 * NewsBlocks Demo
 * <http://newsblocks.simplepie.org>
 *
 * A simple demo that clones the main functionality of sites like PopURLs, 
 * TheWebList, Original Signal, MiniBoxs, and others. Development sponsored 
 * by Level 5 Studio <http://level5studio.com>. Go check them out!
 * 
 * @package NewsBlocks
 * @version 2.0
 * @author Ryan Parman
 * @link http://simplepie.org/wiki/tutorial/how_to_replicate_popurls NewsBlocks tutorial page.
 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
 */


/***********************************************************
Override styles from the Base stylesheet
***********************************************************/
body {
	background:#fff url(../images/top_gradient.gif) repeat-x top left;
	background-attachment:fixed;
}

div#site {
	width:940px;
	background-color:transparent;
}

/*****************
Breite der Spalten
******************/
div.thirds div.section {
	width:303px;
}

div#navigation {
	text-align:left;
	height:77px;
}

div#topleft a {
	background-color:transparent;
}

div#topmid {
	text-align:left;
	padding-top:18px;
	padding-right:10px;
}

div#topmid a {
	color:#990000;
	font-weight:bold;
	font-size:1.4em;
}

div#topmid a:hover {
	color:#fff;
	background-color:#990000;
}

div#topright {
	text-align:right;
	line-height:1.6em;
	padding-top:8px;
	padding-right:5px;
}

div#topright a:hover {
	background-color:transparent;
}

div#ad {
	width:210x;
	height:200px;
	margin-top:20px;
	text-align:center;
	color:#999;
	padding:10px;
	border:1px dotted #ccc;
	background-color:transparent;
}
div#ad a:hover {
	background-color:transparent;
}

h1 {
	font:24px/1.5em Arial, sans-serif;
	font-weight:bold;
	color:#000;
	
}
.plus {
	margin-top:-13px;
	width:300px;
	height:14px;
	text-align:right;
}
.plus a {
	
}
.plusvid {
	width:187px;
	margin-top:-20px;
	text-align:right;
}

div#kontakt1 {
	font-size:0.9em;
}
div#kontakt2 {
	font-size:0.9em;
}
div#kontakt3 {
	font-size:0.9em;
}
div#kontakt4 {
	font-size:0.9em;
}
input#famname {
	background-color:#fff;
}
input#email {
	background-color:#fff;
}
input#number {
	background-color:#fff;
}
input#nachricht, textarea#nachricht {
	background-color:#fff;
	font-family: Arial, sans-serif;
    font-size:1.2em;
    width:250px;
}
.small {
	font-size:0.9em;
}
.button {
	background-color:#ccc; 
	color:#333; 
	width:150px; 
	border:1px solid #990000;
}

/***********************************************************
General styles
***********************************************************/
ul, ol {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding:7px 0;
	border-bottom:1px dotted #999;
	font-size:0.9em;
	line-height:1.2em;
}

p.more {
	background-color:transparent;
	height:1px;
	text-align:right;
	padding-right:10px;
}


/***********************************************************
Listing styles
***********************************************************/

div.nb-list h3 {
	padding:5px;
	margin-bottom:-7px;
	color:#990000;
	background-color:#efefef;
}

div.nb-list ul.primary {
	margin-bottom:0;
	padding-bottom:0;
}

div.nb-list ul.secondary {
	margin-top:0;
	padding-top:0;
}

div.nb-list li.enclosure {
	padding-left:0px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}

div.nb-list li.video {
	background:url(../images/video.png) no-repeat 285px 5px;
}

div.nb-list li.audio {
	background:url(../images/audio.png) no-repeat 285px 5px;
}

div.nb-list li.image {
	background:url(../images/images.png) no-repeat 285px 5px;
}



/***********************************************************
Wide styles
***********************************************************/
div.nb-wide {
	zoom:1;
}

div.nb-wide h3 {
	margin-bottom:-7px;
	padding:5px;
	background-color:#efefef;
}

div.nb-wide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.nb-wide li {
	float:left;	
}

div.nb-wide li a {
	display:block;
	padding:3px;
	margin:0px 0 0 10px;
	background-color:transparent;
}

div.nb-wide li a:hover {
	background-color:transparent;
}

.tips {
	line-height:1.2em;
}

.vidtitle {
	width:165px;
	height:11px;
	font-size:11px;
	margin-left:13px;
	padding-top:10px;
}
.vidtitle a {
	font-weight:bold;
}
.vid {
	margin-left:-4x;	
}



/***********************************************************
Tooltip styles
***********************************************************/
.tool-tip {
	color:#fff;
	width:300px;
	z-index:13000;
}

.tool-title {
	font-weight:bold;
	font:12px/1.3em Arial, sans-serif;
	margin:0;
	color:#e8f602;
	padding:8px 8px 4px;
	background:url(../images/bg_tooltip.png) top left;
}

.tool-text {
	font:12px/1.3em Arial, sans-serif;
	padding:4px 8px 8px;
	background:url(../images/bg_tooltip.png) bottom right;
}

.tool-text span span {
	display:block;
	font:11px/1.3em Verdana, sans-serif;
	color:#aaa;
	padding:5px 0 0 0;
}


/*********************************************
Footer styles
*********************************************/
div#footer {
	font-size:10px;
	padding:5px 20px;
	margin:30px 0;
	background-color:#f3f3f3;
	border:0 solid #ccc;
	border-width:1px 0;
	text-align:center;
}

div#footer p {
	line-height:1.6em !important;
}
div#footer a {
	text-decoration:underline;
}

