/* Seitenrumpf usw.
/* ************************************************************************ */
body {
	padding:0; 
	margin:0; 
	background: #F5F5F5;
	font-size: 0.75em;/*0.75em;*/
	font-family: Arial, Helvetica, sans-serif;
  	line-height: 1.5em;
	color: #333;
	padding-top:20px;
}

ul li {
	font-size: 1.0em;
	line-height: 1.6em;
}

.header{
	height: 90px;
	overflow: hidden;
}

.logo{
	padding-top: 0px;
	float:left;
	width: 320px;
}

.logo img {
	border:0;
}

.content { 
    margin:0 auto;
    /*margin-top:11px;*/
    margin-bottom:10px;
    border:1px dotted #999;
    width:860px;
    padding:10px; 
    background:#fff;
}

h3 {
	color:#666666;
	border-bottom:1px solid #767c06;
	padding-left:15px;
	/*font-size:13px;*/
}

h4 {
	font-size:11px;
}

/* Globale Link - Elemente
/* ************************************************************************ */
a, a:active, a:visited {
	color:#767c06;
	text-decoration:none;
}

a:hover {
	color:#4c5004;
}

a.red, a.red:active, a.red:visited {
	color:#767c06;
	text-decoration:underline;
}

a.red:hover {
	color:#4c5004;
	text-decoration:none;
}

/* Globale Formular - Elemente: Fehlermeldungen, Textboxen, DropDown usw.
/* ************************************************************************ */
form {
	margin:0;
	padding:0;
}

input, select {
	font-size:11px;
}

.textfield {
	width:200px;
}

.error {
	color:#4c5004;
	background-color:#FFFFE1;
	border:1px dashed #4c5004;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	padding:5px;
}

.keyword { /* Keywordmarkierung */
	background-color:#FFFF00;
} 

fieldset {
	padding:10px;
	margin-bottom:15px;
}

fieldset legend {
	font-weight:bold;
	color:#767c06;
	padding-left:5px;
	padding-right:5px;
}

label {
	display:block;
	width:115px;
	float:left;
	color:#333;
}

label.wideLabel{
	width: 135px;
}

/* Globale Auszeichnungen: Pfeile, Listen usw.
/* ************************************************************************ */
.textmarker {
	font-weight:bold;
	color:#4c5004;
}

.textmarker-2 {
	color:#4c5004;
}

.red-arrow {
	font-size:11px; 
	font-weight:bold; 
	color:#767c06; 
	text-decoration:none;
	margin-right:5px;
}

.feedimage {
	margin-right:5px;
}

/* Hauptnavigation
/* ************************************************************************ */
.navi_top {
	float:right;
	width: 470px;
}

.nav_top_items{
    width:460px;
	 height: 25px;
	 color: #333333;
	 text-align: right;
}

.navi_top p {
	padding:0px;
	margin:0px;
}

.navi_top a,
.navi_top a:visited,
.navi_top a:active {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

.navi_top a:hover {
	color:#000;
	/*background: #767c06;*/
	text-decoration:underline;
}

.navi{
	background: transparent url(images/bg-navi.gif) 50% 100%;
	height:70px;
	clear:both;
	overflow: hidden;
}

.navi ul {
	margin:0;
	padding: 0 0 0 30px;
	list-style:none;
	/*margin-top:55px;*/
	/* Fucking IE7 Hack 
	border-top:1px solid #ffffff;*/
}

.navi li {
	display:inline;
	padding:0;
	margin:0 0 0 0;
}

.navi a,
.navi a:visited,
.navi a:active {
	 float:left;
    text-decoration:none;
	 color:#333;
    padding: 0 0 0 14px;
	 font-weight:bold;
}

.navi a:hover {
	text-decoration: none;
	color:#000;
}

.navi a.act {
  float:left;
  background:url(images/tableft.gif) no-repeat left top;
  margin:0;
  padding: 0 0 0 14px;
  text-decoration:none;
}

.navi a span {
  float:left;
  display:block;
  color:#333;
  padding: 2px 15px 4px 6px;
  }

.navi a.act span {
  float:left;
  display:block;
  color:#000;
 font-size:1.2em;
  background:url(images/tabright.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navi a.act span {float:none;}
/* End IE5-Mac hack */
.navi a.act:hover span {
  color:#000;
  }
.navi a.act:hover {
  /*background-position:0% -42px;*/
  }
.navi a.act:hover span {
  /*background-position:100% -42px;*/
  }
  
  
.navi .searchForm{
	clear:both;
	display:block;
	float:none;
	width:98%;
	padding-top:10px;
	text-align: right;
	color:#fff;
}



.thumb{
	float:left;
	margin-right:15px;
	padding: 4px;
	border: #e1e1e1 1px solid;
}
	
/* Suchbereich
/* ************************************************************************ */
.red_line {
    clear:both;
    margin:0;
    padding:0;
    width:860px;
    height:18px;
    /*background:#767c06;
    border-bottom:1px solid #767c06;*/
}

.grey_line {
	margin:0;
	margin-top:5px;
	padding:0;
	width:470px;
	height:40px;
	color: #767c06;
	/*float: right;*/
	/*background:#e1e1e1;
	border-top:1px solid #ffffff;*/
	text-align:right;
}

.grey_line span {
	float:left;
	margin:0;
	margin-top:6px;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#767c06;
}

.grey_line form {
	float:right;
    margin:0;
    margin-top:6px;
    margin-right:10px;
    font-size:11px;
	font-weight:bold;
}
	
.grey_line input,
.grey_line select {
	font-size:11px;
}


/* Main Content: Kategorien, Link - Darstellung usw.
/* ************************************************************************ */
.main {
    /*background-color:#ffffff;*/
    float:right;
    width:78%;
    margin:0 0 0 0;
}

.main h1 {
	border-bottom: #e1e1e1 1px solid;
	font-size:15px;
	font-weight: normal;
	padding:4px;
	padding-left:15px;
	color:#767c06;
}

.main h2 {
	border-bottom: #e1e1e1 1px solid;
	font-size:15px;
	font-weight: normal;
	padding:4px;
	padding-left:15px;
	color:#767c06;
}

.main h3 {
	border-bottom: #e1e1e1 1px solid;
	font-size:15px;
	font-weight: normal;
	padding:4px;
	padding-left:15px;
	color:#333;
	margin-top:25px;
}

.main h2 a,
.main h2 a:visited,
.main h2 a:active {
	display:block;
	text-decoration:none;
	color:#333;
}

.main h2 a img {
	border:0;
	margin-right:8px;
}

.catlist {
	margin-top:6px;
	margin-bottom:12px;
	margin-right:30px;
}

.catlist img {
	float:left;
	margin-right:10px;
}

.catlist a,
.catlist a:active,
.catlist a:visited {
	color:#767c06;
}

.catlist a:hover {
	color:#4c5004;
}

.catlink {
	font-size:13px;
	font-weight:bold;
}

.adsense {
	padding:10px;
	margin-bottom:15px;
	text-align:center;
}

.subcats {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #767c06;
}


/* Links: Allgemein
/* ************************************************************************ */
a.linkurl,
a.linkurl:active,
a.linkurl:visited {
	font-weight:bold;
	color:#767c06;
	text-decoration:none;
}

a.linkurl:hover {
	color:#333;
}

.bookmarks img {
	margin-right:2px;
	padding:2px;
	border:1px solid #666666;
}

/* Links: Links hinzfügen / Links bearbeiten
/* ************************************************************************ */
#addform label,
#editform label {
	width:125px;
}

#addform input[type="text"],
#editform input[type="text"] {
	width:325px;
}	

#addform input[type="checkbox"],
#editform input[type="checkbox"] {
	float:left;
	margin-right:10px;
}

#addform .info,
#editform .info {
	margin-left:115px;
}

/* Links: Sponsor
/* ************************************************************************ */
.sponser-link table {
	width:100%;
	border:1px solid #666666;
	margin-bottom:25px;
}

.sponser-link table td {
	padding:4px;
	text-align:center;
}

.sponser-link table td img {
	vertical-align:middle;
}

/* Links: Image
/* ************************************************************************ */
.image-link {
	border-bottom:1px solid #666666;
	margin-bottom:15px;
	padding:5px;
}

.image-link .screenshot {
	float:left;
	border:1px solid #666666;
	padding:4px;
	margin-right:10px;
}

.image-link .description {
	margin:0px;
	color:#666666;
	text-align:justify;
}

.image-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Links: Tipp
/* ************************************************************************ */
.tipp-link {
	border-bottom:1px solid #e1e1e1;
	/*margin-bottom:15px;*/
	padding:10px;
}

.tipp-link .description {
	margin:0px;
	color:#666666;
	text-align:justify;
}

.tipp-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Links: Standard
/* ************************************************************************ */
.standard-link {
	border-bottom:1px solid #e1e1e1;
	/*margin-bottom:15px;*/
	padding:10px;
}

.standard-link .description {
	margin:0px;
	color:#666666;
	text-align:justify;
}

.standard-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Kommentare: Listen, Avatare, Zitate usw.
/* ************************************************************************ */
.commentlist ol {
	list-style-image:url(./images/comment.gif);
}

.commentlist ol li {
	padding-left:10px;
}

.commentlist ol li h4  {
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:2px;
	border-bottom:1px solid #767c06;
}

.commentlist ol li p+p {
	margin-top:5px;
}

.commentlist ol li blockquote {
	color:#666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding-top:5px;
	padding-bottom:5px;
}

.gravatar {
	float:right;
	border:1px solid #cccccc;
	padding:3px;
	margin-top:10px;
	margin-left:15px;
}

.desc {
	margin:0px;
	margin-top:1px;
	font-size:10px;
	color:#666666;
}

.desc a, .desc a:visited, .desc a:active {
	color:#767c06;
}

.desc a:hover {
	text-decoration:underline;
	color:#333;
}

.comment a, .comment a:visited, .comment a:active {
	color:#767c06;
	text-decoration:underline;
}

.comment a:hover {
	text-decoration:none;
	color:#333;
}

/* Neue Links
/* ************************************************************************ */
.sortbar {
	margin-bottom:25px;
}

.sortbar label {
	font-weight:bold;
	width:195px;
}

/* Live - Suche
/* ************************************************************************ */
.livesearch {
	width:100%;
}

.livesearch th {
	padding:4px;
	color:#767c06;
	border-bottom:1px solid #666666;
}

.livesearch td {
	padding:4px;
}

/* Sidebar: Neue Einträge, Newsletter, Partner usw.
/* ************************************************************************ */
.sidebar {
    /*background-color:#ffffff;*/
    float:left;
    width:20%;
    margin:0 0 10px 0;
}

.sidebar h2 {
	background:#767c06 url(images/h2.gif) 0% 0% repeat-x;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#fff;
	margin:6px 0 6px 0;
}

.sidebar h2 a,
.sidebar h2 a:visited,
.sidebar h2 a:active {
	display:block;
	text-decoration:none;
	color:#fff;
}

.sidebar h2 a img {
	border:0;
	margin-right:8px;
}

.feed {
	padding-left:8px;
	margin-top:2px;
	margin-bottom:2px;
}

/* Footer: Copyright usw.
/* ************************************************************************ */
.footer {
	clear:both;
	text-align:center;
	padding: 0px 0 0px 0;
	margin:0;
	font-size: 11px;
	line-height: 1.8em;
	color:#D9D9D9;
	border-top: #e1e1e1 1px solid;
}

.footer a,
.footer a:active,
.footer a:visited {
	text-decoration:none;
	color:#D9D9D9;
}

.footer a:hover {
	color:#999999;
}

/* Ergänzungen ab v2.0.5
/* ************************************************************************ */
.none {
	display:none;
}

#media_pagerank {
	width:100%;
	border:1px solid #e1e1e1;
	border-collapse:collapse;
}

#media_pagerank th {
	border-bottom:1px solid #767c06;
	background-color:#e1e1e1;
}

#media_pagerank td {
	padding:3px;
	text-align:center;
	color:#767c06;
}

/* Ergänzungen ab v2.1.0
/* ************************************************************************ */
#GoogleMapsDiv {
	width:500px;
	border:1px solid #767c06;
	height:300px;
}

/* Ergänzungen ab v2.5.0
/* ************************************************************************ */
#YouTubeVideo {
	margin-bottom:10px;
	border:1px solid #e1e1e1;
	padding:10px;
}

#YouTubeVideo li {
  	margin:0px;
	padding:0px;
  	float:left;
  	background-image:none;
  	list-style-image:none;
  	list-style-type:none;
}

#YouTubeVideo li a, #YouTubeVideo li a:link, #YouTubeVideo li a:visited, #YouTubeVideo li a:hover {
  	display:block;
  	margin:0px 6px 0px 6px;
  	text-align:center;
  	width:160px;
  	color:#333;
}

.YouTubeImages {
	margin-left:auto;
	margin-right:auto;
	display:block;
	border:1px solid #767c06;
	padding:1px;
}

#YouTubeVideoShow {
	text-align:center;
	padding:0px 0px 10px 0px;
	border:1px solid #e1e1e1;
}

#YouTubeVideoShow a, #YouTubeVideoShow a:link, #YouTubeVideoShow a:visited {
	color:#767c06;
	text-decoration:none;
}

#YouTubeVideoShow a:hover {
	text-decoration:underline;
}

#YouTubeVideoShow h2 {
	margin-top:0px;
	border-bottom:1px solid #767c06;
	color:#333;
}

/* Ergänzungen ab v2.6.2
/* ************************************************************************ */
.nodeDiv { margin:5px 0px 0px 115px; }

#cloudContainer{
	padding: 5px 15px 15px 15px;
}

.cloud1{
	font-size: 11px;
}

.cloud2{
	font-size: 13px;	
}

.cloud3{
	font-size: 15px;	
}

.cloud4{
	font-size: 17px;	
}

.cloud5{
	font-size: 19px;	
}

.cloud6{
	font-size: 21px;	
}

.cloud7{
	font-size: 23px;	
}

.cloud8{
	font-size: 25px;
}

.cloud9{
	font-size: 27px;	
}

.cloud10{
	font-size: 29px;	
}
