@charset "utf-8";

/*LAYOUT*/

body > #wrapper { }

body { padding:0; margin:0; }

#header { display:none; }

#sidebar01 { width:125px; position:absolute; top:0; left:0px; margin-left:10px; }
#container { left:0px; padding-left:200px; width:616px; }
#sidebar02 { width:200px; position:absolute; top:0px; left:800px; }



/*ALLGEMEIN / FARBEN / SCHRIFTEN */

/*
text		000
LINKS 		474e503
LINKSHOVER 	1F7996		+borders
imgborders	eee
*/

body { 	background:#bfd0d6;
		color:#222; 
		font-size:0.8em; font-family:Verdana, sans-serif;
		line-height:160%; }

#pagebody { width:796px; background:white; position:absolute; top:22px; border-bottom-right-radius:11px; min-height:100%; }

#content { width:560px; overflow:hidden; }

.storyContent { width:500px; }

.storyContent h1{ font-size:150%; }
.storyContent h3{ font-size:120%; }

a { color: #949da1; }
a:hover { color:#1F7996!important; font-weight:bold; }

a.a { color:#9E4662; }

.comments a, .storyContent a { white-space: nowrap; }

/*feintuning ausrichgtung*/




/*STORIES*/

h3.storyTitle { margin-top:21px; }

h3.storyTitle a { 
color: #9e4662; 
text-decoration:none; 
font-size:1.2em; }

h3.storyTitle a:hover { color:#9e4662; }

.storyContent img { 
float:left; clear:both; 
margin-right:10px;
border-right:1px solid #eee; 
border-top:1px solid #eee;
border-bottom:1px solid #fff;
padding:4px 4px 5px 0;
max-width:200px;
max-height:200px;  }

.storyContent img:hover { border-bottom:1px solid #eee; }

.storyContent a { white-space: nowrap; }


.storyDate { font-size:0.9em; margin-top:42px; }


/*KOMMENTARE*/
/*autor kommentar*/
.comments .commentDate { color:#bfd0d0; }

div.comments { font-size:10px; padding-left:50px; margin-top:20px; }


/*überschrift kommentar*/
.comments h4 { margin:0; }




/*Übersichtsseiten*/
/*topics/startseite überschrift*/
#content h2 { color:#bfd0d6; } 



/*S I D E B A R S*/

.sidebarItem { font-size:0.8em; }

.sidebarItem h1 { display:none; }

.sidebarItem ul { list-style:none; padding-left:0; }


#sidebar02 .sidebarItem { 
	border-top: 3px solid #1F7996;
	border-bottom:3px solid #BFD0D6; 
	background-color:white; padding:4px 4px 10px 10px; }

#sidebar02 .sidebarItem h4 { color:#bfd0d6; }
#sidebar02 .sidebarItem:hover h4 { color:black; }

#sidebar02 .sidebarItem:nth-of-type(1) { border-top:none; border-top-right-radius:11px; }

.sidebarItem:hover a { color:#9E4662; }


/*suche*/
input[type="text"].searchbox { width:100px; }