/*
Theme Name: KMS
Theme URI: 
Description: Das KMS-Theme
Version: 1.0
Author: Marcus Kober
Author URI: 
Tags: 
*/

p {
	margin-bottom: 10px !important;
}

a:link, a:active, a:visited {
	color: black;
	font-weight: normal !important;
}
a:hover {
	color: red;
}

h1 a:link, h1 a:active, h1 a:visited {
	text-decoration: none;
	font-weight: bold !important;
}
h1 a:hover {
	text-decoration: underline;
}

h2 a:link, h2 a:active, h2 a:visited {
	font-weight: bold !important;
}


#blogdescription {
	font-weight: bold;
}

#singlearticle {
	margin-top: 40px;
}

#content {
	margin-top: 30px;
}

#content .post {
	/*margin-bottom: 50px;*/
}


hr {
	border: 0;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #a1a8b0;
	background: #a1a8b0;
	height: 2px;
}

#contentcontainer {
	margin-right: 15px;
}

.morelink {
	display: block;
	text-decoration: underline;
	margin-top: 5px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.navigationoben {
	display: block;
	text-adling: center;
	margin-top: 20px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.clear {
	clear: both;
}

#blogseitenleiste {
	margin:0;
	margin-right: 15px;
	padding:0;	
}

#blogseitenleiste ul {	
	margin-left:0;
	padding-left: 0px !important;
}

#blogseitenleiste ul ul {	
	border: 1px solid #a1a8b0;
	background-color: #eff0f2;
	padding-left: 0px !important;
}

#blogseitenleiste ul li ul li {
	padding: 3px;
}

#blogseitenleiste li {	
	margin:0;
	list-style-type: none;
	padding-bottom: 5px;
}

#blogseitenleiste li a:link, #blogseitenleiste li a:active, #blogseitenleiste li a:visited {
	font-weight: bold !important;
	text-decoration: none;
}

#blogseitenleiste li a:hover {
	text-decoration: underline;
}

#blogseitenleiste li span {
	font-size: 11px;
}


#blogseitenleiste .widgettitle { 
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	width: 185px;
	height: 23px;
	margin-top: 10px; 
	margin-bottom: 10px;
	color: white;
	background: url(images/button_events_2.jpg) top left no-repeat;
	
}

.dropdownmenu ul ul a,
.dropdownmenu ul ul a:visited {
	font-weight: normal !important;
}

.dropdownmenu a,
.dropdownmenu a:visited {
	color:#fff;
	font-weight:bold !important;
}


.clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
    margin-bottom: 10px;
  }
  
  .alignleft {
  	margin-right: 15px;
  	}
  	
#calendar_wrap {
	border: 1px solid #a1a8b0;
	background-color: #eff0f2;
	padding: 3px;
	padding-top: 10px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	width: 14%;
	text-align: right;
	background: #d0d0d0;
}

#wp-calendar td.pad {
	background: transparent;
}

#wp-calendar th {
	text-align: center;
}

.commentlist li {
	margin-bottom: 20px;
}
H1 {color:#000;}
