body, h1, h2, h3, h4, h5, h6, form, p, ol, ul{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

body{
	font-family: Verdana, Arial;
	font-size: 12px;
	vertical-align: top;
	text-align:left;
	background: #4e4e4e;
	/*background: url(images/bg.gif) repeat;*/
	background: url(images/PageTexture3.jpg) repeat;
	color: #000;	
}

table{
	font-family: Verdana, Arial;
	font-size: 12px;
}

a{
	line-height: 14px;
	text-decoration: underline;
	color: #000;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 1px;
	border-color:#777777;
}

ul, ul li{
	list-style-type: none;
}

#header{
	margin: 0 auto;
	width: 960px;
	border: 1px solid #a0d746;
	height: 114px;
	text-align: left;
	vertical-align: top;
	/*background: url(images/bg_meins.jpg) repeat-x;*/
	background: url(images/bg_top.jpg) repeat-x;
	color: #fff;	
}

h1{
	padding: 40px 10px 10px;
	font-family: Sans Serif, Arial;
	font-size: 40px;
	font-weight: bold;
}

h1 a{
	text-decoration: none;
	/*color: #a2d645;*/
	color: #0099FF;
}

h1 a:hover{
	/*text-decoration: bold;*/
}

.description{
	padding: 0 20px;
	font-family: Verdana;
	font-size: 9px;
	color: #999;
}

#top-menu{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	vertical-align: top;
	color: #c5da28;
}

#top-menu ul{
	margin: 20px 0 19px 0;
}

#top-menu ul li{
	display: inline;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial;
	
}

#top-menu ul li a{
	border: 1px solid #a0d746;
	padding: 10px 20px;
	text-decoration: none;
	background: #CCCCCC url(images/bg_top-menue.gif) repeat-x;
	color: #dbf22c;
/*	background: #aaa333;*/
}

#top-menu ul li a:hover{
	text-decoration: underline;
}

#container{
	border: 1px solid #4e4e4e;
	width: 960px;
	height: 100%;
	text-decoration: left;
	vertical-align: top;
	background: #333;
	color: #FF0000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page{
	padding: 0px 10px 10px 10px;
	/*text-decoration: left;*/
	vertical-align: top;
/*	background: #336663;*/
	color: #FF0000;
}

.narrowcolumn{
	float: left;
	width: 756px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
/*	text-decoration: left;*/
	vertical-align: top;
	line-height: 22px;
	text-align: left;
	color: #F5F5F5;
}

.widecolumn{
}

.post{
	line-height: 8px;
	text-align: left;
	vertical-align: top;
	/*background: #CCCCCC url(images/bg_entry.jpg) repeat-x;*/
	background: #F5F5F5 url(images/bg_entry.gif) repeat-x;
	border: 1px solid #4e4e4e;
	color: #333;
	float:left; /* hinzugefügt,4 Beiträge nebeneinander */
	width: 156px;	/* hinzugefügt,4 Beiträge nebeneinander */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 176px; /* hinzugefügt,für feste Höhe meiner Beiträge */
	overflow:hidden; /*wo noetig wird der Beitrag in der Höhe abgeschnitten, nötig v.a. fuer den IE */
}

/* von mir */
.post_wide {
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	/*background: #CCCCCC url(images/bg_entry.jpg) repeat-x;*/
	background: #F5F5F5 url(images/bg_entry_sidebar.gif) repeat-x;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	color: #333;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.post_wide a{
line-height: 28px;
text-decoration:none;
}

.werbung{
	line-height: 14px;
	text-align: left;
	vertical-align: top;
	background: #0099FF;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	color: #333;
	float:left /* hinzugefügt,zwei Beiträge nebeneinander */;
	width: 208px;	/* hinzugefügt,zwei Beiträge nebeneinander */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 270px; /* hinzugefügt,für feste Höhe meiner Beiträge */
}

/*Post Ueberschrift*/
.post h2{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.post h2 a{
	text-decoration: none;
	color: #00426F;
}

.post h2 a:hover{
	text-decoration: none;
}

.post h3{
	font-size: 10px;
	color: #000;
    font-weight: bold
}

.post h3 a{
	text-decoration: none;
	color: #00426F;
}

.post h2 a:hover{
	text-decoration: none;
}

.entry p{
	padding: 0 0 0 0;
}

.navigation{
	margin: 0 0 0px 0;
	padding: 0px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #333;
	color: #ccc;
}

.navigation a{
	color: #fff;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #eee;
	padding: 10px;
	font-size: 11px;
	background: #f3f3f3;
	color: #333;
}

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px solid #e6e6e6;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #333;
}

cite{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}

#sidebar{
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	width: 184px;   
	text-align: left;
	vertical-align: top;
	background: #333;
	color: #ccc;
}

#sidebar a{
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

#sidebar ul{
	list-style:  none;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	background: #F5F5F5 url(images/bg_entry_sidebar.gif) repeat-x;
	/*background: #CCCCCC url(images/bg_sidebar.jpg) repeat-x;*/
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar ul li{
	font-weight: normal;
	color: #000;
}

#sidebar ul li h2{
	list-style:  none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#sidebar ul ul{
	list-style:  none;
	margin: 0;
	background:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#sidebar ul ul li{
	/*list-style:disc;*/
	list-style-image: url(/wordpress/wp-content/themes/YDT/images/bullet.gif);
	margin: 0 0 0 0;
	/*background: #0022ff;*/
	font-weight: normal;
}

#wp-calendar{
	margin: 5px 0 0;
	font-family: Arial;
}

#wp-calendar caption{
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	color: #666;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	background: #AFF6FA;
	color: #000;
}

#footer{
	clear: both;
	text-align: center;
	vertical-align: top;
	background: #333;
	color: #a0d746;
}

#footer p{
	padding: 10px 20px;
}

#footer a{
	color: #a0d746;
}


/*fuer den Sitemap Generator, this will add 8px of margin under each list item*/
/*.ddsg-sitemap li {
  margin: 0 0 8px 0;
  padding-left: 15px;
}*/
.ddsg-sitemap ul {
  margin: 0 0 10px 0;
  padding-left: 18px;
}

.diggbutton {
float:right;
padding:3px 5px 5px 5px;
}

