* {
	font-size: 100.1%;
}

body {
	background-color: #e0e0e0;
	margin: auto;
	padding: 0;
}

#site {
	margin: auto;
	width: 800px;
	background: #f5f5f5 url(../images/background.png) repeat-y;
	padding: 0 25px 0 25px;
}

#header {
	background-color: #7a7a7a;
}

#header ul {
	margin: 1px 0 0 0;
	list-style: none;
	float: right;
}

#header ul li {
	display: inline;
}


.menu_item, .menu_item_active {
	float: right;
	margin: 0;
	padding: 80px 20px 15px 20px;
	text-decoration: none;
	background-color: #808080;
	font: 14px Verdana;
	color: #b1b1b1;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#menu_description {
	float: left;
	width: 330px;
	height: 75px;
	display: block;
	color: #acacac;
	margin: 15px;
	font: italic normal lighter 14px Times;
}

#menu_description strong {
	color: white;
	font: normal normal bolder 18px Times;
}

#header ul li a:hover, .menu_item_active {
	background-color: #5f86a9;
	color: #98b3cb;
}

#header h1 {
	height: 40px;
	background-color: #d8d8d8;
	font: 25px Arial;
	color: #444;
	margin: 0;
	padding: 12px 0 0 30px;
	border-top: 1px solid #ffffff;
	font-variant: small-caps;
}

#navigation {
	padding: 0;
	margin: 0;
	float: right;	
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li a {
	display: block;
	padding: 10px;
	margin: 2px 0 2px 0;
	width: 210px;
	text-decoration: none;
	background-color: #d8d8d8;
	font: 12px Verdana;
	color: #444;
}

#navigation ul li a:hover {
	background-color: #b5c4d0;
}

.bigLine {
	height: 15px;
	background-color: #e0e0e0;
	border: 0;
	margin: 0;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}


#footer {
	padding: 15px;
	background-color: #e0e0e0;
	border-bottom: 1px solid white;
}

.footer_part {
	background-color: #e0e0e0;
	width: 225px;
	float: left;
	padding: 0 15px 0 15px;
	
	font: 11px Arial, sans-serif;
	color: gray;
}

.footer_part h4 {
	font: 13px Georgia, Times, serif;
	color: black;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 0 0px 0;
}

.footer_part ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.footer_part ul li {
	padding-bottom: 5px;
}

#content {
	padding: 30px;
	width: 500px;
	float: left;
	font: 14px Arial, Helvetica, Arial;
}

#content h3, .category_header {
	font: 18px Georgia, Times, serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 0;
}

#content h4 {
	font: 14px Arial;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#content h5 {
	font: 12px Arial;
	font-weight: bold;
}

#content p img {
	border: 1px solid gray;
}

.category_header {
	border-bottom: 1px solid #ccc !important;
}

.item_subtitle {
	border-bottom: 1px solid #ccc;
	display: block;
	font: 11px Arial;
	font-variant: normal;
}

.comments_invite {
	float: left;
	text-align: right;
	display: block;
	width: 500px;
	margin-bottom: 20px;
}

#content a, .footer_part a {
	color: #4554e0;
	text-decoration: none;
}

#content a:hover, .footer_part a:hover {
	text-decoration: underline;
	
}

#content ul {
	list-style-type: square;
}

#content ul li {
	margin-bottom: 7px;
}

em.type {
	background: #eee;
	color: black;
	margin-right: 2px;
	padding: 1px;
	font: 10px Arial;
	font-variant: normal;
}

#content p strong {
	background-color: #ffff99;
}

#entry_preface {
	margin: 15px 0 15px 0;
	display: block;
}

.category_count {
	font: 10px Arial;
	color: gray;
}

/*
a[href^="http:"] {
	padding-right: 14px;
	background: url(../images/external_link.gif) no-repeat right;
}*/


/* NUR FUER DIE KOMMENTARE ************/

.comment_header {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 3px;
}

.comment_header em {
	font: 11px Arial;
	font-variant: normal;
}

#comment_form label {
	display: block;
	float: left;
	width: 80px;
	padding: 4px;
}

#username, #homepage {
	border: 1px solid #ddd;
	padding: 4px;
	font: 12px Arial;
	width: 250px;
}

#comment_content {
	width: 500px;
	height: 150px;
	border: 1px solid #ddd;
	font: 12px Courier;
	padding: 4px;
}

.pagination {
	padding: 3px 10px 3px 10px;
	text-decoration: none !important;
	background-color: #d8d8d8;
	font: 12px Verdana !important;
	color: #444 !important;
}

.pagination:hover {
	background-color: #b5c4d0 !important;
}

#pagination_active {
	background-color: #b5c4d0;
}

#category_active {
	background-color: #b5c4d0 !important;
}

#flash_message {
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #eeffee;
	border: 1px solid #bbccbb;
	color: #556655;
}

#username {
	font: 18px Arial;
}

#search_results li {
	list-style: none;
}

#widgets {
	margin-top: 20px;
}
