/*  
Theme Name: des-kolping1
Theme URI: ./.
Description: ./.
Version: 1.0
Author: Benedikt Vollmer
Author URI: ./.

	
@charset 'utf-8';

._spacer {
	height: 0px;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "";
}

strong, b {
font-weight: bold;
}

em, i {
font-style: italic;
}

.hideme {
position: absolute;
left: -9999em;
top: -9999em;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

q:lang(de) {
quotes: '' '' '' '?';
}

q:lang(en) {
quotes: '' '' "" "";
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
img { 
-ms-interpolation-mode: bicubic; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* --------------------------------------------------------------------------------------- */


		* {
			margin: 0px;
			padding: 0px;
		}
		body {
			font-family: arial, helvetica;
			font-size: 12px;
			background: url("images/bgbody.gif") repeat-x scroll;
			text-align: center;
		}
		#main {
			background: #fff;
			margin: 0px auto 50px auto;
			width: 800px;
			padding: 15px;
			text-align: left;
		}
		#head {
			width: 800px;
			height: 250px;
			margin: 0px 0px 10px 0px;
			background: url("images/head.jpg") no-repeat;
		}
		#head h1 {
			display: none;
		}
		#sys {
			width: 800px;
		}
		#inhalt {
			width: 600px;
			display: block;
			float: left;
		}
		#sidebar {
			width: 190px;
			float: right;
		}
		#sidebar #navigation, #sidebar #subnavigation, #sidebar #termine, #sidebar #kalender {
			background: #fff;
			padding: 10px;
			margin-bottom: 10px;
		}
		#sidebar ul {
			list-style: none;
		}
		#navigation ul {
			font-size: 1.2em;
			list-style: none;
		}
		#navigation ul li {
			list-style: none;
		}
		#navigation ul li a {
			display: block;
			border-bottom: #666 1px dotted;
			padding: 5px;
			height: 1.4em;
			line-height: 1.4em;
		}
		#subnavigation ul li {
		}
		#subnavigation ul li a {
			display: block;
			padding: 4px;
			border-bottom: #666 1px dotted;
			height: 1em;
			line-height: 1em;
		}
		#foot {
			width: 780px;
			clear: both;
			margin: 10px 0px 0px 0px;
			background: #fff;
			padding: 10px;
		}
		.content {
			background: #fff;
			padding: 15px 15px 0px 15px;
			margin-bottom: 10px;
		}
		.content#text {
			padding: 15px 15px 0px 15px;
		}
		.content#complete {
			padding: 15px;
			display: block;
		}
		.content h1 {
			color: #FF6600;
			font-size: 1.6em;
			font-weight: normal;
			padding-bottom: 15px;
		}
		.content h2 {
			color: #333333;
			font-size: 1.4em;
			font-weight: bold;
			padding-bottom: 10px;

		}
		.content h3 {
			color: #333333;
			font-size: 1.2em;
			font-weight: bold;
			padding-bottom: 10px;

		}
		.content p, .content ul li, .content ol li {
			font-size: 1em;
			line-height: 1.7em;
			padding-bottom: 10px;
			color: #333333;
		}
		.content table {
			font-size: 12px;
			line-height: 1.2em;
		}
		.content table tr td {
			font-size: 1em;
		}
		.content ul li, .content ol li {
			margin-left: 28px;
		}
		.content ul li {
			list-style-type:square;
			list-style-type-color: #FF6600;
		}
		.content ol li {
			list-style-type: decimal;
		}
		#sidebar h2 {
			font-size: 1.4em;
			font-weight: bold;
			color: #FF6600;
			padding-bottom: 10px;
		}
		a {
			color: #FF6600;
			text-decoration: none;
		}
		p a {
			text-decoration: underline;
		}
		a:hover {
			text-decoration: underline;
		}
		#sidebar a {
			text-decoration: none;
		}
		#sidebar a:hover {
			text-decoration: underline;
		}
		#meta {
			font-size: 1em;
			display: block;
			width: 100%;
			color: #999;
			padding-top: 5px;
			padding-bottom: 15px;
			border-top: #999 1px dotted;
			clear: both;
		}
		.content a h1 {
			text-decoration: none;
		}
		#wp-calendar {
			width: 160px;
		}
	#wp-calendar table tr td, #wp-calendar table thead, #wp-calendar caption {
		font-size: 12px;
	}
	#wp-calendar a img {
		border: none;
	}
	#cathead {
		background: #fff;
		padding: 15px;
		margin: 0px auto 0px auto;
			color: #000;
			font-size: 1.6em;
			font-weight: normal;
	}
	#catnavi {
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		width: 790px;
		border-bottom: #ccc 1px solid;
		margin-bottom: 15px;
	}
	#catnavi ul {
		padding-bottom: 15px;
	}
	#catnavi ul li {
		float: left;
		padding: 0px 10px 0px 10px;
	}
	#catnavi ul li a {
	}
