/* ALLGEMEINES */

h1{
	display:none; /* Diese sind nur für Suchmaschinen interessant, alle anderen Überschriften sind ab H2 abwärts */
}

h2,
.commentWriteNew,
.commentArea h4
{
	font-family:"Trebuchet MS", Georgia, Verdana;
	font-style:italic;
	color:#888;
	margin:0px;
}	

img{
		border:0px;
}
	
/* ALLGEMEINES / EINGABEN */	
input{
		font-family:"Trebuchet MS", Georgia, Verdana;
	}
/* SEITENABSCHNITTE */
/* SEITENABSCHNITTE  - Allgemein*/
body{
		text-align:center;		
		margin: 0px;
		padding: 0px;
		font-family:Verdana;
}

.page{
	position:relative;
	text-align: center;

}

/* SEITENABSCHNITTE - Header*/


.header{	
	display:none;
}


.dominikAmonLogo{
	float:left;
	position:relative;
	top:30px;
	left:30px;
	
}


/* SEITENABSCHNITTE - Content/Allgemein*/
.outerBody{
	text-align:left;		

}




/* SEITENABSCHNITTE - Content/Hauptbereich*/
.content
{
	font-size:0.8em; /* Allgemeine Schriftgröße im Content Bereich */	
}


.smallContentBar,
.bigContentBar
{
	float:left;
}


/* SEITENABSCHNITTE - Content/Post */

.infobar{
	font-size:0.8em;
	
}
.bigContentBar hr
{
	height:1px;
	color:#888;
}


/* SEITENABSCHNITTE - Content/Sidebar*/
.sideBar
{			
	display:none;
}

.randomPics
{
	clear:both;
	
}
/* SEITENABSCHNITTE - Footer*/
.footerLine{	
	display:none;
}
.footerLine ul{

		position:relative;
		top:10px;
		margin:0px;
}
/* SONSTIGES  */
.message{
	border:1px solid #000;
	

}
.archiveChooser
{
	border:1px #CCC solid;
	
	
}

#tagCloud A { MARGIN: 5px; TEXT-DECORATION: none; white-space:nowrap; }
#tagCloud A:hover { TEXT-DECORATION: underline }
#tagCloud A.weight1 { FONT-WEIGHT: bolder; FONT-SIZE: 14pt; COLOR: #f60 }
#tagCloud A.weight2 { FONT-WEIGHT: bolder; FONT-SIZE: 13pt; COLOR: #f96 }
#tagCloud A.weight3 { FONT-WEIGHT: bolder; FONT-SIZE: 13pt; COLOR:  #c96 }
#tagCloud A.weight4 { FONT-SIZE: 12pt; COLOR: #666 }
#tagCloud A.weight5 { FONT-SIZE: 10pt; COLOR: #999 }	

/* Kommentare */

.commentRoot,
.commentReply
{	
	margin:5px;
	border:1px solid #FFF;	
	border-top: dotted 2px #DDD;		
}

.commentReply
{
	position:relative;
	left:40px;
}
.commentWriteNew
{
	font-size:1.5em;
	color:#000;
	font-weight:bold;
}

/* ÜBERSCHRIFTEN */
.bigContentBar h2
{
	font-size:2.3em;
}
.contextBar h2,
.randomPics h2,
.smallContentBar h2,
.categories h2,
.sideBar div h2,
.blogResult h2
{
	font-size: 1.6em;	
}


/* LISTEN - ALLGEMEIN */
/* LISTEN - STATELESS UL */
.commentSummery,
.entryHistory,
.archiveChooser ul,	
.footerLine ul, 
.sidebar div ul,
.archive ul
{
	padding: 0px;
	margin: 0px; 
}
/* LISTEN - ALLGEMEIN/ITEMLESS */
.commentSummery li,
.entryHistory li,
.sidebar div ul li,
.footerLine ul li,
.categories ul li,
.randomPics ul li,
.archiveChooser ul li
{
	list-style:none;	
}

/* LISTEN - ALLGEMEIN/INLINE */

.footerLine ul li,
.categories ul li,
.randomPics ul li,
.archiveChooser ul li
{
	display:inline;	
	
}


/* HYPERLINKS/ALLGEMEIN */
a
{
	color:#000;	
}
a:hover
{
	color:#F60;
}


.categories ul li a,
.footerLine ul li a
{
	text-decoration:none;
}
.categories ul li a:hover,
.footerLine ul li a:hover
{
	text-decoration:underline;
}


.moreLink
{
	font-style:italic;
}
.selectedItem
{
	font-weight:bold;
}

/* HYPERLINKS - PFEILE GROSS */

.commentWriteNew,
.commentWriteReply
{
	display:none;
}

/* HYPERLINKS - KOMMENTAR */
.comment,
.commentSummery li a
{
   line-height:20px;
}
.comment:hover,
.commentSummery li a:hover
{
   text-decoration:none;
}
