/* Seitenrumpf usw.
/* ************************************************************************ */
body {
	padding:0; 
	margin:0; 
	background: #000000;
	font: 0.7em Tahoma, sans-serif; 
   	line-height: 1.5em;
   	background-image:url(/images/rand.gif);
   	background-position:left;
   	background-repeat:repeat-y;
   	height:100%;
        color: #FFFFFF;
}

#box-randomlinks img { width:150px; }

.noborder { border:0px }

#navibg { padding-left:5px; padding:4px; border:1px #FF9933 solid; background-color:#252525;}
#leftdetail { width:140px; background-image:url(/images/left.jpg); background-repeat:no-repeat; padding-left: 15px; float:left}
.navihaupt { text-decoration: underline; color:#FFE007; font-weight: bold; }
a.navihaupt:link { text-decoration: underline; color:#FFE007; font-weight: bold; }
a.navihaupt:active { text-decoration: underline; color:#FFE007; font-weight: bold; }
a.navihaupt:visited { text-decoration: underline; color:#FFE007; font-weight: bold; }
a.navihaupt:hover { color:#FFFFFF; text-decoration:underline; font-weight: bold; }

.navi-menue { text-decoration:none; color:#FFFFFF; }
a.navi-menue:link { color:#FFFFFF; }
a.navi-menue:active { color:#FFFFFF; }
a.navi-menue:visited { color:#FFFFFF; }
a.navi-menue:hover { color:#CF5F5D; text-decoration:underline }

a.black:link { color:#000000; }
a.black:active { color:#000000; }
a.black:visited { color:#000000; }
a.black:hover { color:#CF5F5D; text-decoration:underline }

a.white:link { color:#FFFFFF; }
a.white:active { color:#FFFFFF; }
a.white:visited { color:#FFFFFF; }
a.white:hover { color:#CF5F5D; text-decoration:underline }

.navi-sidebar { text-decoration:none; color:#FFE007; }
a.navi-sidebar:link { color:#000000; }
a.navi-sidebar:active { color:#000000; }
a.navi-sidebar:visited { color:#000000; }
a.navi-sidebar:hover { color:#CF5F5D; text-decoration:underline }

#box-toplinks a { text-decoration:none; color:#FFE007; }
#box-toplinks a:link { color:#FFE007; }
#box-toplinks a:active { color:#FFE007; }
#box-toplinks a:visited { color:#FFE007; }
#box-toplinks a:hover { color:#CF5F5D; text-decoration:underline }


#box-newlinks a { text-decoration:none; color:#FFE007; }
#box-newlinks a:link { color:#FFE007; }
#box-newlinks a:active { color:#FFE007; }
#box-newlinks a:visited { color:#FFE007; }
#box-newlinks a:hover { color:#CF5F5D; text-decoration:underline }

.logo img {
	border:0;
}

.header {
    background: url(/images/topbg.jpg);
    height: 111px;
}

.content { 
    margin:0;
    margin-left: 20px;
    margin-bottom:10px;
    margin-top:17px;
    padding: 10px;
    width: 820px;
    padding: 0 0 10px 0; 
    background:#252525;
    border: 1px solid #FF9933;
}

.content-top { 
    margin:0px;
    width: 100%;
    padding: 0 0 0 0;
}

h3 {
	color:#666666;
	border-bottom:1px solid #990000;
	padding-left:15px;
	font-size:13px;
}

h4 {
	font-size:11px;
}

/* Globale Link - Elemente
/* ************************************************************************ */
a, a:active, a:visited {
	color:#FFE007;
	text-decoration:none;
}

a:hover {
	color:#990000;
}

a.red, a.red:active, a.red:visited {
	color:#FFE007;
	text-decoration:underline;
}

a.red:hover {
	color:#990000;
	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:#FF9933;
	background-color:#FFFFE1;
	border:1px dashed #990000;
	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:#FF9933;
	padding-left:5px;
	padding-right:5px;
}

label {
	display:block;
	width:115px;
	float:left;
	font-weight:bold;
	color:#666666;
}

/* Globale Auszeichnungen: Pfeile, Listen usw.
/* ************************************************************************ */
.textmarker {
	font-weight:bold;
	color:#FF9933;
}

.textmarker-2 {
	color:#FF9933;
}

.red-arrow {
	font-size:11px; 
	font-weight:bold; 
	color:#990000; 
	font-family:verdana; 
	text-decoration:none;
	margin-right:5px;
}

.feedimage {
	margin-right:5px;
}

/* Hauptnavigation
/* ************************************************************************ */
.navi_top {
	float:right;
    width:470px;
    padding:0px;
}

.navi_top p {
	padding:0px;
	margin:0px;
}

.navi_top a,
.navi_top a:visited,
.navi_top a:active {
	color:#000000;
	text-decoration:none;
}

.navi_top a:hover {
	color:#990000;
	text-decoration:underline;
}

.navi ul {
	margin:0;
	padding:0;
        margin-left:10px;
	list-style:none;
	margin-top:10px;
        border-top: 1px solid #252525;
}

.navi li {
	display:inline;
	padding:0;
	margin:0 2px 0 0;
}

.navi a,
.navi a:visited,
.navi a:active {
	float:left;
    margin:0 1px 0 0;
    padding:0 10px 0 10px;
    text-decoration:none;
    font-size:11px;
    margin-top:4px;
    border:1px solid #FF9933;
	border-bottom:0;
	background-color:#252525;
	color:#FFE007;
	font-weight:bold;
}

.navi a:hover {
	background-color:#FF9933;
	color:#ffffff;
}
	
/* Suchbereich
/* ************************************************************************ */
.red_line {
    clear:both;
    margin:0;
    margin-left:10px;
    padding:0;
    width:800px;
    height:8px;
    background:#FF9933;
    border-bottom:1px solid #FF9933;
}

.grey_line {
	margin:0;
        margin-left:10px;
	margin-bottom:10px;
	padding:0;
	width:798px;
	height:30px;
	background:#252525;
	border-left:1px solid #FF9933;
	border-right:1px solid #FF9933;
	border-bottom:1px solid #FF9933;
	text-align:right;
}

.grey_line span {
	float:left;
	margin:0;
	margin-top:6px;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:verdana, arial, Sans-Serif;
}

.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:#252525;
    float:left;
    width:55%;
    margin:0 0 10px 10px;
}

.main h2 {
	background-color:#e1e1e1;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#990000;
}

.main h3 {
	background-color:#e1e1e1;
	font-size:11px;
	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;
}

.float { width:600px !important; border:0px solid black; }
.float .catlist { width:185px !important; height:210px !important; float:left; display:block; margin-right:10px; }

.catlist {
	margin-top:6px;
	margin-bottom:12px;
	margin-right:30px;
color: #FFFFFF;
}

.catlist img {
	float:left;
	margin-right:10px;
}

.catlist a,
.catlist a:active,
.catlist a:visited {
	color:#FFE007;
}

.catlist a:hover {
	color:#990000;
}

.catlink {
	font-size:12px;
	font-weight:bold;
}

.adsense {
	border:1px dashed #990000;
	padding:10px;
	margin-bottom:15px;
	text-align:center;
}

.subcats {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #990000;
}


/* Links: Allgemein
/* ************************************************************************ */
a.linkurl,
a.linkurl:active,
a.linkurl:visited {
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}

a.linkurl:hover {
	color:#000000;
}

.bookmarks img {
	margin-right:2px;
	padding:2px;
	border:1px solid #666666;
}

/* Links: Links hinzfügen / Links bearbeiten
/* ************************************************************************ */
#addform label,
#editform label {
	width:115px;
}

#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 a {
	padding:4px;
color: #000000;
	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:#000000;
	text-align:justify;
}

.image-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Links: Tipp
/* ************************************************************************ */
.tipp-link {
	border-bottom:1px solid #666666;
	margin-bottom:15px;
	padding:5px;
}

.tipp-link .description {
	margin:0px;
	color:#FFFFFF;
	text-align:justify;
}

.tipp-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Links: Standard
/* ************************************************************************ */
.standard-link {
	border-bottom:1px solid #666666;
	margin-bottom:15px;
	padding:5px;
}

.standard-link .description {
	margin:0px;
	color:#FFFFFF;
	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 #990000;
}

.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:#990000;
}

.desc a:hover {
	text-decoration:underline;
	color:#000000;
}

.comment a, .comment a:visited, .comment a:active {
	color:#990000;
	text-decoration:underline;
}

.comment a:hover {
	text-decoration:none;
	color:#000000;
}

/* Neue Links
/* ************************************************************************ */
.sortbar {
	margin-bottom:25px;
}

.sortbar label {
	font-weight:bold;
	width:155px;
}

/* Live - Suche
/* ************************************************************************ */
.livesearch {
	width:100%;
}

.livesearch th {
	padding:4px;
	color:#990000;
	border-bottom:1px solid #666666;
}

.livesearch td {
	padding:4px;
}

/* Sidebar: Neue Einträge, Newsletter, Partner usw.
/* ************************************************************************ */
.sidebar {
    background-color:#252525;
    float:right;
    width:20%;
    margin:0 10px 10px 0;
    valign:top;
}

.sidebar h2 {
	background-color:#e1e1e1;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#990000;
	margin:6px 0 6px 0;
}

.sidebar h2 a,
.sidebar h2 a:visited,
.sidebar h2 a:active {
	display:block;
	text-decoration:none;
	color:#000000;
}

.sidebar h2 a img {
	border:0;
	margin-right:8px;
}

.feed {
	padding-left:8px;
	margin-top:2px;
	margin-bottom:2px;
}

/* Sidebar: Platzhalter
/* ************************************************************************ */
.sidebar_right {
    background-color:#ffffff;
    float:left;
    width:20%;
    margin:0 10px 10px 0;
}

.sidebar_right h2 {
	background-color:#e1e1e1;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#990000;
	margin:6px 0 6px 0;
}

.sidebar_right h2 a,
.sidebar_right h2 a:visited,
.sidebar_right h2 a:active {
	display:block;
	text-decoration:none;
	color:#000000;
}

.sidebar_right h2 a img {
	border:0;
	margin-right:8px;
}

/* Footer: Copyright usw.
/* ************************************************************************ */
.footer {
	clear:both;
	text-align:center;
	padding:10px 0 0px 0;
	margin:0;
	line-height: 1.8em;
	color:#666666;
}

.footer a,
.footer a:active,
.footer a:visited {
	text-decoration:none;
	color:#666666;
}

.footer a:hover {
	color:#FF9933;
}