/**
* Template-Nr. 1010 - tim
*
* @author Niels Bobogk <niels@i-d.de>
* @copyright © 2005 <i-D> internet & Design GmbH & Co. KG, Weimar
* @link http://www.i-d.de/
*/

h2, h3, h4 {
	color: #c03;
}

/* Kopfzeile
----------------------------------------------------------------------------- */
div#header {
	background: url(/de/bilder/tim/bg_header.gif) repeat-x left top;
}
/* Navi
----------------------------------------------------------------------------- */
ul.naviLevel1 a, 
ul.naviLevel1 li.active a, 
#right h1 a,
caption  {
	color: #c03;
}
ul.naviLevel2, ul.naviLevel2 li {
	border-color: #c03;
}
ul.naviLevel3 li a.active, 
ul.naviLevel3 li a.active:hover {
	background: url(/de/bilder/tim/col.gif) no-repeat right center;
}



/* farbige Textfelder & JS-Textbox */

.textbox_headline, .textbox_headlineJS, .textboxTitel a{
color: #CC2B00;

}

.textbox_einfach{
  border: 2px solid #CC2B00;
}

.textbox_farbig{
  background:  #CC2B00;
}

.textbox_farbig,.textbox_farbig a{
  color: #fff;
}




/* farbige Anpassung Tag-Cloud 
-----------------------------------------------------------------------------*/
#tagCloud {
		background-image: url(/de/bilder/tim/tag_cloud.jpg);
}

/* Pager auf der Plogseite 
-----------------------------------------------------------------------------*/
.page_open {
    display: block;
}
.page_close {
    display: none;
}

.pagerOuter div, .pagerOuter select {
	float: left;
	display: inline;	
}
.pagerOuter select {
	width: 60px;	
}
.goPrev, .goNext {
	cursor: pointer;	
}
.pageDeactive {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: none !IMPORTANT;
}



/* CSS Twitter RSS Newsfeed (/de/tim/newsfeed/newsfeed.asp)
-----------------------------------------------------------------------------*/

.tim_feed_widget {
    background-color:#c30;
    width:276px;
    padding:1px;
    -moz-border-radius: 7px;
    -khtml-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px; /* CSS3 */
    position:relative;
    margin: 2em 0em;
    
}

.tim_feed_head {
    padding:8px; 
    color:white;
}

.tim_feed_main {
    background-color:White;
    -moz-border-radius: 7px; 
    -khtml-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px; /* CSS3 */
    overflow:auto; 
    height:303px;
}

.tim_feed_foot {
    padding:14px 8px 8px 8px; 
    color:white;    
}

.tim_feed_tweet
{   
    padding:8px;
    border-style:solid;
    border-width:0px 0px 1px 0px;
    border-color:#ddd;
}

#tim_feed_img {   
    width:32px;
    height:32px;
    float:left;
    margin-right:8px;
	margin-top:2px;
}

#tim_feed_img2 {   
    width:80px;
    height:16px;
    float:left;
    margin-right:8px;
	
}

.tim_feed_title1 {   
    color:white;
    font-size:14px;
}

.tim_feed_title2 {   
    color:white;
    font-size:15px;
    font-weight:bold;
}

.tim_feed_title2 a:link {
    color:white;
    text-decoration:none;
}

.tim_feed_title2 a:visited {
    color:white;
    text-decoration:none;
}

.tim_feed_title2 a:hover {
    color:white;
    text-decoration:underline;
}

.tim_feed_title3 {   
    color:white;
    font-size:1.2em;
    float:right;
    margin-right:5px;
}

.tim_feed_title3 a:link {
    color:white;
    text-decoration:none;
}

.tim_feed_title3 a:visited {
    color:white;
    text-decoration:none;
}

.tim_feed_title3 a:hover {
    color:white;
    text-decoration:underline;
}

.tim_feed_time {
    font-size: 0.8em;
    margin-top: 0.2em;
}    


