/* JBP China-Blog */

html {
	background-color: #fff;
	background-image: url('images/wasserzeichen.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	margin: 0;
	padding: 0;
}

body {
	width: auto;
	
	margin: 0;
	padding: 0;

	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: bottom left;
}

#seitenleiste {
	position: absolute;
	left: 0;
	top: 0;
	
	width: 320px;
	
	border-right: 1px solid #000;;
	background-color: #000;
}

#logo {
	float: right;
	margin-right: 25px;
	margin-top: 75px;
}

#china {
	clear: both;
	
	float: right;
	margin-right: 25px;
	margin-top: 75px;
	margin-bottom: 15px;
}

#navigation {
	clear: both;
	
	float: right;
	margin-top: 50px;
	margin-right: 25px;
	
	list-style: none;
}

	#navigation li {
		display: block;
		text-align: right;
	}

#inhalt {
	width: auto;
	
	margin: 0;
	margin-top: 150px;
	margin-left: 360px;
	margin-right: 175px;
}

#spezial {
	position: fixed;
	top: 15px;
	right: 15px;
	
	width: 114px;
	height: 114px;
}


/* -- Fonts */

.invisible { display: none; }

#navigation * {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	
	list-style: none;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	border-bottom: 1px dotted #fff;
}

#navigation h2 {
	width: 250px;
	
	font-size: 15px;
	margin-top: 20px;
	
	border-bottom: 2px solid #333;
}

#inhalt, #inhalt * {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #000;
	
	line-height: 21px;
}

#inhalt h2, #inhalt h2 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#inhalt h2 a:hover {
	border-bottom: 1px dotted #000;
}



/*-- Wordpress */

#comment {
	width: 400px;
}

.postmetadata {
	font-size: 10px;
}

.post {
	margin-bottom: 50px;
}
