/*  =========================================================
	File: stylesheet.css
	Date: 091217
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

ul, ol {
	list-style:none;	
	}

img, table {
	border:0;
	}
	
.clearfloat {
	clear: both;
}

/* All Links 
------------------------------------------------ */
a { outline:none; }

a, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a.red, a.red:active, a.red:visited {
	color: #000;
	text-decoration: underline;
}

a.red:hover {
	color: #666;
	text-decoration: none;
}

/* Headlines 
------------------------------------------------ */
h1 {
	font-size: 150%;
	color: #333;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 130%;
	color: #333;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
	color: #fff;
	background: #000;
}

* html body {
	font-size: x-small; /* IE 5/Win /*
	font-size: small; /* IE */
}

.container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #000;
	background: #ccc;
}

.textmarker {
	font-weight: bold;
	color: #900;
}

.textmarker-2 {
	color: #900;
}

.red-arrow {
	font-weight: bold; 
	text-decoration: none;
	margin-right: 5px;
}

/* ==============================================
   III - Header
   ============================================== */

div#header {
	position: relative;
	height: 120px;	
	color: #ccc;
	background: #333;
	line-height: 1em;
	border-bottom: 1px solid #fff;
}

	div#header a,
	div#header a:active,
	div#header a:visited	{
		color: #ccc;
		text-decoration: none;
	}
	
	div#header a:hover {
		color: #999;
	}

	div#header .logo {
		position: relative;	
		top: 40px; 
		left: 39px;
	}

   div#header ul {
		position: absolute; 
		top: 8px; 
		right: 10px;
		color: #ccc;
		font-size: 85%;
		text-align: right;
		margin-top: 2px;
   }

	div#header li {
		display: inline;
		list-style-position: inside;
		margin: 0;
	}

	#header span {
		position: absolute;
		top: 32px;
		right: 5px;
		text-align: right;
	}
	
/* ==============================================
   IV - Navi
   ============================================== */

#navi_top {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ccc;
	line-height: 1em;	
	border-bottom: 1px solid #ccc;
	}

#navi_top li { 
	float: left;
	margin: 0;
	padding: 0;
	}

#navi_top a {
	float: left;
	display: block;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #ccc url(./images/nav_slant.gif) no-repeat top right;
	}

#navi_top #topnavi01 a {
	padding-left: 20px;
	}

#navi_top a:hover {
	color: #000;
	}
	
/* ==============================================
   V - Form
   ============================================== */
form {
	margin: 0;
	padding: 0;
}

.textfield {
	width: 200px;
}

.error {
	color: #900;
	background-color: #fff;
	font-weight: bold;	
	margin: 10px 0;
	padding: 7px;
	border: 1px dashed #900;
}

.keyword { /* Keywordmarkierung */
	background-color: #ff0;
} 

/* Search 
------------------------------------------------- */
#search_bar {
	clear: left;
	overflow: hidden;	
	text-align: center;
	line-height: 1.3em;	
	color: #000;
	background: #666;
}

#search_bar form {
	float: left;
	width: 565px;
	padding: 25px 0;
	margin: 0;
}

#search_bar input,
#search_bar textarea,
#search_bar select {
	font-size: 110%; 
	padding: 3px;
}

#search_bar_feed {
	float: right;
	width: 325px;
	text-align: right;
	color: #ccc;
	padding: 10px 0;
	margin: 1px 20px 0 0;
}

#search_bar_feed a, #search_bar_feed a:active, #search_bar_feed a:visited {
	color: #000;
}

#search_bar_feed a:hover {
	color: #999;
}

#search_bar_feed .feed {
	margin: 2px 0;
}

#search_bar_feed .xxxads {
	margin: 2px 0;
}

#search_bar_feed .xxxads a, #search_bar_feed .xxxads a:active, #search_bar_feed .xxxads a:visited {
	color: #ff6;
}

#search_bar_feed .xxxads a:hover {
	color: #999;
}

#search_bar_feed .feedimage {
	margin-left: 5px;
}
  
/* Live - Search 
------------------------------------------------- */

#search_live {
	float: left;
	width: 100%;
	color: #000;
	background: #ccc;
	margin: 0;
	padding: 0;
}

#search_live fieldset {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	padding: 15px 10px 10px 10px;
}

#search_live legend {
	color: #000;
	font-weight: bold;
	line-height: 2em;
	padding: 0 10px;
	border: none;
}

#search_live label {
	float: left;
	clear: left;
	width: 125px;
	text-align: right;
	cursor: pointer;
	margin-right: 10px;
	bottom: 2px;
}

#search_live .element {
	float: left;
	width: 200px;
	height: 2em;
	padding: 0 0 0 10px;
}

#comment-form  #comment-submit,
#mail-link #link-submit,
#vote #vote-submit,
#broken #broken-submit,
#contact #contact-submit,
#search_live #search_submit,
#login-form #login-submit {
	cursor: pointer;
	margin: 0 0 10px 0;
	padding: 5px;
}

#livesearch table {
	width:100%;
}

#livesearch th {
	padding: 4px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #999;
}

#livesearch td {
	padding: 6px 0;
}

/* Search Singles
------------------------------------------------- */

#singlesearch {
	width: 100%;
}

#singlesearch .quicksearch {

}

#singlesearch .label {
	float: left;
	width: 130px;
	height: 1.7em;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 0 5px 10px;
}

#singlesearch .element {
	float: left;
	width: 155px;
	height: 1.7em;
	padding: 0 0 5px 10px;
}
	
/* Main Content: Kategorien, Link - Darstellung usw.
/* ************************************************************************ */
.main {
    float: left;
    width: 555px;
	color: #666;
    background: #ccc;
    margin: 0 10px 10px 20px;
}

.main table {
	width: 100%;
}

/*
.main h2 {
	background-color: #e1e1e1;
	padding: 2px;
	padding-left: 15px;
	color: #006699;
}

.main h3 {
	background-color: #e1e1e1;
	padding: 2px;
	padding-left: 15px;
	color: #000000;
	margin-top: 25px;
}

.main h2 a,
.main h2 a:visited,
.main h2 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
}

.main h2 a img {
	border: 0;
	margin-right: 8px;
}

*/

.catlist {
	line-height: 1.3em;
}

.catlist img {
	float:left;
	margin: 0 10px 12px 0;
}

.catlist a,
.catlist a:active,
.catlist a:visited {
	color: #333;
}

.catlist a:hover {
	color: #666;
}

.catlink {
	font-size: 135%;
	font-weight: bold;
}

.external {
	background: url(./images/external.gif) no-repeat right top;
	padding: 0 1.3em 0 0;
}

a.external,
a.external:active,
a.external:visited {
	color: #333;
	text-decoration: underline;
}

a.external:hover {
	color: #666;
	text-decoration: none;
}

.adsense {
	text-align: center;
	padding: 7px 0 2px 0;
	margin: 9px 0 15px 0;
	border: 1px dashed #666;
}

.subcats {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* Detail
------------------------------------------------- */
.maxxxads {
	text-align: center;
	padding: 5px 0;
	margin: 1em 0;
	border: 1px dashed #666;
}

.maxxxads img {
	margin: .5em;
	padding: 0;
}


/* Links: Allgemein
/* ************************************************************************ */
a.linkurl,
a.linkurl:active,
a.linkurl:visited {
	color: #333;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

a.linkurl:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

.bookmarks img {
	margin-right: 2px;
	padding: 2px;
	border: 1px solid #666;
}

/* Links: Links hinzufügen / Links bearbeiten
/* ************************************************************************ */
/*
#addform fieldset {
	border: 1px solid #999;
	margin: 10px 0 10px 0;
	padding: 15px 10px 10px 10px;
}

#addform label {
	clear: left;
	float: left;
	width: 115px;
	text-align: right;
	cursor: pointer;
	height: 3.5em;
	margin: 2px 10px 2px 0;
}

#addform .element {
	float: left;
	width: 300px;
	margin: 2px 0;
}


#addform_step_2 fieldset {
	border: 1px solid #999;
	margin: 10px 0 10px 0;
	padding: 15px 10px 10px 10px;
}

#addform_step_2 label {
	clear: left;
	float: left;
	width: 115px;
	text-align: right;
	cursor: pointer;
	height: 1.7em;
	margin: 2px 10px 2px 0;
}

#addform_step_2 .element {
	float: left;
	width: 300px;
	margin: 2px 0;
}
*/

#addform input[type="text"],
#addform_step_2 input[type="text"],
#editform input[type="text"] {
	width:325px;
}	

#addform input[type="checkbox"],
#addform_step_2 input[type="checkbox"],
#editform input[type="checkbox"] {
	float:left;
	margin-right:10px;
}

#addform .info {
	margin-left:0;
}


/* editform 
------------------------------------------------- */

#vote,
#broken,
#comment-form,
#contact,
#editform ,
#mail-link,
#addform,
#addform_step_2 {
	float: left;
	width: 100%;
	color: #000;
	background: #ccc;
	margin: 0;
	padding: 0;
}

#vote fieldset,
#broken fieldset,
#comment-form fieldset,
#contact fieldset,
#editform fieldset,
#mail-link fieldset,
#addform fieldset,
#addform_step_2 fieldset {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	padding: 15px 10px 10px 10px;
}

#vote legend,
#broken legend,
#comment-form legend,
#contact legend,
#editform legend,
#mail-link legend,
#addform legend,
#addform_step_2 legend {
	color: #000;
	font-weight: bold;
	padding: 0 10px;
	border: none;
}

#vote label,
#broken label,
#comment-form label,
#contact label,
#editform label,
#addform label,
#addform_step_2 label {
	float: left;
	clear: left;
	width: 125px;
	text-align: right;
	cursor: pointer;
	margin:3px 5px 3px 0;
	bottom: 2px;
}

#mail-link label {
	float: left;
	clear: left;
	width: 175px;
	text-align: right;
	cursor: pointer;
	margin:3px 5px 3px 0;
	bottom: 2px;
}

#vote .element,
#broken .element,
#comment-form .element,
#contact .element,
#editform .element,
#addform .element,
#addform_step_2 .element {
	float: left;
	width: 350px;
	margin: 3px 0;
	padding: 0 0 0 10px;
}

#mail-link .element {
	float: left;
	width: 290px;
	margin: 3px 0;
	padding: 0 0 0 10px;
}

#vote .info,
#broken .info,
#comment-form .info,
#contact .info,
#editform .info,
#mail-link .info,
#addform .info,
#addform_step_2 .info {
	line-height: 1.3em;
	margin: 0;
	padding: 0;	
}

#addform table {
	width:100%;
}

/* Edit Links 
------------------------------------------------- */
#login-form {
	float: left;
	width: 100%;
	color: #000;
	background: #ccc;
	margin: 0;
	padding: 0;
}

#login-form fieldset {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	padding: 15px 10px 10px 10px;
}

#login-form legend {
	color: #000;
	font-weight: bold;
	line-height: 2em;
	padding: 0 10px;
	border: none;
}

#login-form label {
	float: left;
	clear: left;
	width: 125px;
	text-align: right;
	cursor: pointer;
	margin-right: 10px;
	bottom: 2px;
}

#login-form .element {
	float: left;
	width: 200px;
	height: 2em;
	padding: 0 0 0 10px;
}


/* Links: Sponsor
/* ************************************************************************ */
.sponser-link table {
	width: 100%;
	border: 1px solid #666;
	margin-bottom: 25px;
}

.sponser-link table td {
	padding: 4px;
	text-align: center;
}

.sponser-link table td img {
	vertical-align: middle;
}

/* Links: Image
/* ************************************************************************ */
.image-link {
	font-size: 80%;
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:5px;
}

.image-link .screenshot {
	float:left;
	border:1px solid #666;
	padding:4px;
	margin-right:10px;
}

.image-link .description {
	font-size: 120%;
	margin: 0.3em 0 0.4em 0;
	color:#666;
	text-align:justify;
}

.image-link .link-footer img {
	margin:0 4px;
}

/* Links: Tipp
/* ************************************************************************ */
.tipp-link {
	font-size: 80%;
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:5px;
}

.tipp-link .description {
	font-size: 120%;
	margin: 0.3em 0 0.4em 0;
	color: #666;
	text-align: justify;
}

.tipp-link .link-footer img {
	margin:0 4px;
}

/* Links: Standard
/* ************************************************************************ */
.standard-link {
	font-size: 80%;
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:5px;
}

.standard-link .description {
	font-size: 120%;
	margin: 0.3em 0 0.4em 0;
	color:#666;
	text-align:justify;
}

.standard-link .link-footer img {
	margin:0 4px;
}

/* 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 #006699;
}

.commentlist ol li p+p {
	margin-top:5px;
}

.commentlist ol li blockquote {
	color:#666;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	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:#666;
}

.desc a, .desc a:visited, .desc a:active {
	color:#666;
}

.desc a:hover {
	text-decoration:underline;
	color:#000000;
}

.comment a, .comment a:visited, .comment a:active {
	color:#666;
	text-decoration:underline;
}

.comment a:hover {
	text-decoration:none;
	color:#000000;
}

/* New Links 
------------------------------------------------- */
.sortbar {
	margin-bottom: 25px;
}

.sortbar label {
	font-weight: bold;
}

/* Sidebar
------------------------------------------------- */
.sidebar {
	float: right;
    width: 335px;
	background: #ccc;
    margin: 0 10px 10px 10px;
}

/* Sidebar Div
------------------------------------------------- */

.sidebar h3 {
	font-size: 150%;
	color: #333;
	margin-bottom: 0.8em;
}

.sidebar h4 {
	font-size: 150%;
	color: #333;
	margin: 0.8em 0 0.6em 0;
}

/* Footer
------------------------------------------------- */
.footer {
	clear: both;
	color: #ccc;
	background: #666;
	text-align: center;
	font-size: 85%;	
	line-height: 1.8em;
	padding: 10px 0 20px 0;
	margin: 0;	
}

.footer a,
.footer a:active,
.footer a:visited {
	text-decoration: none;
	color: #ccc;
}

.footer a:hover {
	color: #999;
}

/* 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 #006699;
	background-color:#e1e1e1;
}

#media_pagerank td {
	padding:3px;
	text-align:center;
	color:#006699;
}

/* Ergänzungen ab v2.1.0
/* ************************************************************************ */
#GoogleMapsDiv {
	width:500px;
	border:1px solid #006699;
	height:300px;
}

/* Ergänzungen ab v2.5.0
/* ************************************************************************ */
#YouTubeVideo {
	margin-bottom:10px;
	border-bottom:1px solid #006699;
	border-top:1px solid #006699;
	padding:10px;
	background-color:#efefef;
}

#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:#000000;
}

.YouTubeImages {
	margin-left:auto;
	margin-right:auto;
	display:block;
	border:1px solid #006699;
	padding:1px;
}

#YouTubeVideoShow {
	text-align:center;
	background-color:#efefef;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #006699;
	border-top:1px solid #006699;
}

#YouTubeVideoShow a, #YouTubeVideoShow a:link, #YouTubeVideoShow a:visited {
	color:#006699;
	text-decoration:none;
}

#YouTubeVideoShow a:hover {
	text-decoration:underline;
}

#YouTubeVideoShow h2 {
	margin-top:0px;
	border-bottom:1px solid #006699;
	color:#000000;
}

/* Ergänzungen ab v2.6.2
/* ************************************************************************ */
.nodeDiv { margin:5px 0px 0px 115px; }
