* {
	padding: 0;
	margin: 0;	
	letter-spacing: 1px;
}

body {
	font-family: Tahoma,Verdana,Arial, sans serif;
	font-size: 12px; 
	color: #fff;
	background-color: #3588a8;
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
}

.center {
	text-align: center;	
}

#globalWrapper {
	width: 900px;	
}

#wrapper {
	background-color: #003366;
}

#header {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 110px;
	padding: 5px 0px 5px 118px;	
}


#postHeader {
	height: 20px;
	margin-bottom: 20px;
}
#translator {
	float: left;
	font-style: italic;
	font-size: 10px;
	margin: 10px 0 0 10px;
}

#likeButton {
	background-color: #fff;
	float: right;
	width: 352px;
	height: 190px;
	margin: 0 3px 10px 0;
}

#leftMainInfo {
	width: 525px;
	float: left;	
}

.clearfix {
	clear: both;
}

#header h1 {
	color: #CCCD67;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 26px;
}

#header h2 {
	font-style: italic;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

#header h3 {
	background-color: #CCCD67;
	color: #003366;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

h4 {
	padding: 2px 5px;
	background-color: #CCCD67;
	color: #003366;
	font-size: 14px;
}

h5 {
	color: #CCCD67;
	margin-left: 20px;
}

p {
	padding: 10px;
}

ul, ol, dl {
	margin: 5px 0px 5px 40px;
}

dl {
	font-size: 12px;	
}

li, dt {
	margin-left: 10px;
}

dt {
	font-weight: bold;	
	float: left;
	color: #CCCD67;
}

dd {
	margin-left: 65px;
}

a {
	color: white;
	font-weight: bold;
}

a:hover {
	text-decoration: none;	
}

#defLinks, #imgsLeft {
	float: left;
	width: 430px;
}

#defRechts, imgsRight {
	margin-left: 440px;
}

#defRechts dd {
	margin-left: 110px;
}

.box {
	margin-bottom: 20px;
}

#bookInfos {
	height: 340px;	
}

.bookInfo {
	float: left;
	width: 250px;
	display: inline;
	text-align: center;
	border: 1px solid #CCCD67;
	padding: 5px;
	margin: 5px;
	height: 310px;
}

.bookInfo h5 {
	margin-bottom: 5px;	
}

.bookInfo dl {
	margin-left: 0px;
	font-size: 10px;
	margin-bottom: 25px;	
}

.bookInfo img {
	border: none;
}

#rightBanner {
	position: absolute;
	left: 920px;
	top: 75px;
}

#footer {
	border-top: 1px solid #fff;
	text-align: center;
}

.important {
	font-weight: bold;
	color: #CCCD67;
}

.quote {
	font-size: 10px;
	font-style: italic;
	padding: 10px 20px 10px 30px;
}
