html{
     }

body{
	margin:auto;
	background-color:#FFFFFF;
	text-align:center;
     }
*{
	margin:0px;
	padding:0px;
	text-align:left;
	}

/*--------------------Layout----------------------------*/	
	
#blog{
	width:960px;
	margin:auto;
	}
#header{
  position:relative;
  top:10px;
  left:30px;
}
#infobox{
  text-align:right;
  }
#layout{
	position:relative;
	width:960px;
	height:auto;
	top:0px;
	}
#cont_o{
	width:960px;
	height:24px;
	background-image:url(images/cont_o.png);
	}
#content{
	width:960px;
	height:auto;
	background-image:url(images/cont_bg.png);
	}
	#sidebar{
		float:left;
		position:relative;
		width:149px;
		height:auto;
		left:30px;
		}
		#side_o{
			width:149px;
			height:11px;
			background-image:url(images/side_o.png);
			}
		#sidecont{
		  position:relative;
		  top:-3px;
			width:149px;
			height:auto;
			background-image:url(images/side_bg.png);
			}
			#sidetext{
				position:relative;
				left:20px;
				}
			#sidetext p{
				padding:1em;
				}
		#side_u{
		  position:relative;
		  top:-3px;
			width:149px;
			height:11px;
			background-image:url(images/side_u.png);
			}
	#quotes{
		float:left;
		position:relative;
		width:680px;
		height:auto;
		left:55px;
		padding-bottom:10px;
		}
		.quote{
			background-color:#ffffff;
			border:2px solid #4d577f;
			margin:1em;
			}
		.title{
			background-color:#e2e3e5;
			}
			.ttext{
				margin-left:5px;
				}
		.qtext{
			position:relative;
			padding: 2px 1em;
			padding-bottom: 5px;
			}
#footer{
	clear:both;
	position:relative;
	width:960px;
	height:41px;
	background-image:url(images/footer.png);
	font-size:15px;
	}
	#ftext{
		position:relative;
		text-align:center;
		top:0px;
		}
#fk{
	clear:both;
	}
.commlink{
  font-size:12px;
  text-align:right;
  padding-right:10px;
  }	
.comment{
  position:relative;
  left:230px;
  background-color:#ffffff;
	border:2px solid #4d577f;
	margin: 0.7em 1em;
  width:400px;
  }
.vcard{
  position:relative;
  background-color:#e2e3e5;
  padding-bottom:3px;
  padding-left:5px;
  padding-top:3px;
}
.gravatar{
  position:relative;
}
.infos{
  position:absolute;
  left: 50px;
  top: 5px;
}
.author{
  padding-left:5px;
}
.date{
  padding-left:10px;
  font-size:13px;
  font-style:italic;
}
.comment-text{
  padding: 2px 1em;
}
#commentform{
  position:relative;
  left:50px;
}
#paging{
  width:300px;
  margin:auto;
  text-align:center;
  }
textarea{
  border: 1px solid #000000;
  background-color: #e2e3e5;
  }
input{
  margin-top:3px;
  border: 1px solid #000000;
  background-color: #e2e3e5;
  }
option{
  background-color: #e2e3e5;
  }
select{
  border: 1px solid #000000;
  background-color: #e2e3e5;
  }


/*--------------------linkgestaltung--------------------*/


a {
	color:#4d577f;
	text-decoration:none;
     }
a:link {
	color:#4d577f;
	text-decoration:none; 
     }
a:visited { 
	color:#4d577f;
	text-decoration:none;
     }
a:link:focus{
	color:#4d577f;
	text-decoration:none; 
     }
a:link:hover, 
a:visited:hover {
	color:#4d577f;
	text-decoration:none; 
    }
a:link:active, 
a:visited:active {
	color:#4d577f;
	text-decoration:none;
     }

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img { 
	text-decoration: none;
	border: none;
     }
a:visited img { 
	text-decoration: none;
	border: none;
     }
a:link:active img, 
a:visited:active img {
	text-decoration: none;
	border: none;
      }
