body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1,h2,h3,p,ul,li,img,label {
	margin: 0;
	padding: 0;
	border-style: none;
}

a{
	text-decoration: none;
}

table {
	border-spacing: 0;
}

p {
	font-size: 12px;
}

#wrapper
{
	width: 1099px;
	float: left;
	background-image: url("images/background.jpg");
}

/*-------------- horizontal Menue top --------------*/
#menue_top {
	margin-top: 22px;
	margin-left: 21px;
	padding: 6px 12px 7px 8px;
	background: url("images/bg_topmenue.png");
	white-space: nowrap;
	float: left;
	display: inline;
}

#menue_top li {
	display: inline;
	padding-right: 20px;
	}

#menue_top li a {
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/*-------------------------------------------------
Bug fixes
-------------------------------------------------*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */



/*-------------------------------------------------
Blog
-------------------------------------------------*/

.left_column {
	width: 600px;
	float: left;
}

.blog_entry_list {
	background: url("images/dotted.gif") repeat-x left bottom;
	padding-bottom: 15px;
}

.blog_entry, .blog_entry_list {
	float: left;
	width: 430px;
	margin: 20px 0 0 40px;
	display: inline;
}

.blog_entry h1, .blog_entry_list h1 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	width: 440px;
	float: left;
}

.blog_entry h1 a, .blog_entry_list h1 a {
	color: #000;
}

.blog_entry p, .blog_entry_list p {
	width: 430px;
	margin: 10px 0 0 0;
	float: left;
}

.blog_entry p a, .blog_entry_list p a {
	color: #000;
	text-decoration: underline;
}


.comment_box {
	width: 430px;
	margin-top: 20px;
	float: left;
}

.comment_box h3 {
	font-family: georgia, times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	background: url("images/headline_bg_black.jpg");
	padding: 0 10px 0 8px;
	margin-bottom: 20px;
	float: left;
}

.comment_box input, .comment_box textarea, .comment_box label {
	width: 332px;
	margin-left: 40px;
	float: left;
}

.comment_box input {
	margin-bottom: 12px;
}

.comment_box label {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 2px 4px;
}

.comment_box label span {
	color: #a30696;
}

.comment_box textarea {
	height: 127px;
}


.right_column {
	width: 260px;
	float: left;
}

.sidebar {
	width: 260px;
	margin: 20px 0 10px 25px;
	float: left;
	text-align: right;
}

.sidebar h2 {
	font-family: georgia, times;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0 10px 0 8px;
	margin-bottom: 7px;
	background: url("images/headline_bg_black.jpg");
	float: right;
	
}

.sidebar ul {
	float: right;
}

.sidebar ul li {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	float: right;
	list-style: none;
	width: 100%;
	margin-right: 10px;
}

.sidebar ul li a {
	color: #000;
	background: url("images/link_arrow.gif") no-repeat;
	padding-left: 12px;
}






.widget {
	width: 260px;
	margin: 20px 0 10px 25px;
	float: left;
	text-align: right;
}

.widget h2 {
	font-family: georgia, times;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0 10px 0 8px;
	margin-bottom: 7px;
	background: url("images/headline_bg_black.jpg");
	float: right;	
}

.widget ul {
	float: right;
}

.widget ul li {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	float: right;
	list-style: none;
	width: 260px;
	margin-right: 10px;
}

.widget ul li a {
	color: #000;
	background: url("images/link_arrow.gif") no-repeat;
	padding-left: 12px;
}


.navigation {
	font-size: 12px;
	width: 430px;
	padding: 20px 0 30px 40px;
	float: left;
}

.navigation a {
	color: #000;
}

.right_column {
	list-style: none;
}

.comment-author a {
	color: #000;
	text-decoration: underline;
}

.comment {
	margin-bottom: 20px;
}

.commentmetadata a {
	color: #646464;
}

.alignleft {float: left;}
.alignright {float: right;}

.pagetitle {margin: 20px 0 0 40px;}

.commentlist {
	font-size: 12px;
	margin: 0 0 0 20px;
	float: left;
}

.avatar {
	display:none;
}

.sociable {width: 300px;margin-top: 15px;float: left;}

.sociable ul li {
	list-style: none;
	float: left;
	margin-right: 6px;
}

.sociable_tagline {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 0 0;
	float: left;
}

.more-link {display:block;float: left;width: 470px;}








