@import url(./css/header.css);
@import url(./css/sidebar.css);
@import url(./css/links.css);



/* Seitenrumpf usw.
/* ************************************************************************ */
body {
	float:left;
	padding:0; 
	margin:0; 
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
   	line-height: 1.3em;
}


.content { 
    
	margin:0 auto;
    margin-top:2px;
    margin-bottom:10px;
    border:1px solid #F3EFE0;
    width:860px;
    padding:5px; 
    background:#ffffff;
}

.ueberschrift {
    background-color:#ffffff;
	border-bottom: 2px #ddd dotted;
	font-size:12px;
	padding:2px;
	margin:6px 0 6px 0;	
    font-weight:bold;
}

h3 {
	color:#666666;
	border-bottom:1px solid #006699;
	padding-left:15px;
	font-size:13px;
}

h4 {
	font-size:11px;
}

/* Globale Link - Elemente
/* ************************************************************************ */
a, a:active, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#006699;
}

a.red, a.red:active, a.red:visited {
	color:#006699;
	text-decoration:underline;
}

a.red:hover {
	color:#666666;
	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:#990000;
	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:#006699;
	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:#990000;
}

.textmarker-2 {
	color:#990000;
}

.red-arrow {
	font-size:11px; 
	font-weight:bold; 
	color:#006699; 
	font-family:verdana; 
	text-decoration:none;
	margin-right:5px;
}

.feedimage {
	margin-right:5px;
}



/* Main Content: Kategorien, Link - Darstellung usw.
/* ************************************************************************ */
.main {
    background-color:#ffffff;
    float:left;
    width:620px;
    margin:0 0 5px 0;
}

.main h2 {
	background-color:#e1e1e1;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#006699;
}

.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;
}

.catlist {
	margin-top:3px;
	margin-bottom:12px;
	margin-right:30px;
}

.catlist img {
	float:left;
	margin-right:10px;
}

.catlist a,
.catlist a:active,
.catlist a:visited {
	color:#000000;
}

.catlist a:hover {
	color:#006699;
}

.catlink {
	font-size:12px;
	font-weight:bold;
}

.adsense {
	border:1px dashed #006699;
	padding:10px;
	margin-bottom:15px;
	text-align:center;
}

.subcats {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #006699;
color:#006699;
}




/* 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:#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:#006699;
}

.desc a:hover {
	text-decoration:underline;
	color:#000000;
}

.comment a, .comment a:visited, .comment a:active {
	color:#006699;
	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:#006699;
	border-bottom:1px solid #666666;
}

.livesearch td {
	padding:4px;
}


.feed {
	padding-left:1px;
	margin-top:2px;
	margin-bottom:2px;
}


/* Footer: Copyright usw.
/* ************************************************************************ */
.footer {
	clear:both;
	
	background-color:#EFEFEF;
	padding:0px 0 0px 0;
	margin:0;
	
	color:#666666;
}

.footer a,
.footer a:active,
.footer a:visited {
	text-decoration:none;
	color:#666666;
}

.footer a:hover {
	color:#006699;
}

/* Ergänzungen ab v2.0.5
/* ************************************************************************ */
.none {
	display:none;
}

/* Ergänzungen ab v2.6.2
/* ************************************************************************ */
.nodeDiv { margin:5px 0px 0px 115px; }