/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



body {
text-align: center;
}

body.start {
	margin: 0;
	margin-left: 11em;
	border-width: 0;
	background-image: url("../images/start_bg.jpg");
	background-repeat: repeat-x;
	
}

input {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 1px;
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 8pt;
}

textarea {
	width: 500px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 1px;
	vertical-align: text-top;
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 8pt;
}

button {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 1px;
	background-color: #ffffff;
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 8pt;
}

#container {
	background-image: url("../images/bg_back.gif");
	background-repeat: repeat-x;
}

#body {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 8pt;
	line-height:1.3;
	margin: 0 auto;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	padding-left: 3px;
	padding-right: 5px;
	width: 620px;
	background-image: url("../images/bg_body.gif");
	background-repeat: no-repeat;
	text-align: left;
}

#navigation {
	margin-left: 75px;
	margin-top: 40px;
	height: 30px;
}

#navigation li {
	vertical-align: baseline;
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 20px;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#content {

}

#footer {
	padding: 1px;
	border-top: 1px solid #ccc;
	font-size: 7pt;
}

#footer p {
	text-align: center; 
}

.content_box {
margin-left: 5px;
margin-top: 7px;
}

div.month_output_dayblock {
	margin: 10px;
}

div.day_output_dayblock {
	margin: 10px;
}

div.day_output_heading {
	width: 600px;
	border-width: 0 0 1px 3px;
	border-style: solid;
	border-color: #600;
	padding: 3px;
	font-size: 12pt;
}

div.calendar_output_metadata {
	font-size: 8pt;
	color: #666;
}

.bold {
	font-weight: bold;
}


.header {
	margin: 1em 2em 0 2em;
	}

h1 {
	text-align: center;
	font-size: 15pt;
}

h2 {
	font-size: 13pt;
}


p {
	text-align: justify;
}


p.blog_date_day {
	margin: 0;
	padding: 0;
	color: #ccc;
	position: absolute;
	left: 120px;
	font-weight: bold;
	font-size: 20pt;
	vertical-align: bottom;
	line-height: 1;
	
}

img {
	border: 0;
	padding: 0;
}

img.banner {
	border: 0;
	padding: 0;
}

img.navigation {
	border: 0;
	padding: 0;
	vertical-align: text-bottom;
}

a {
	color: #663300;
	text-decoration: underline;
	border-width: 0;	
}

a:hover {
	color: #FF9933;
}


table.calendar {
	width: 610px;
	margin: 3px;
	margin-left: 10px;
	padding: 3px;
}

td.calendar_weekdays {
	font-size: 8pt;
	width: 86px;
	padding-left: 5px;
	text-align: center;
}

.calendar_number {
	text-align: center;
	text-decoration: none;
	font-size: 8pt;
}

.calendar_day:hover {
	background-color: #f1c2c1;
}

.calendar_day {
height: 20px;
background-color: #ebebeb;
margin: 3px;
padding: 3px;
border: 3px solid white;
}

.blog_artikel {
	width: 550px;
	margin: 20px 0 20px 60px;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #ccc;
	padding: 0 0 0 0;
}

.blog_artikel_text {
	margin: 0;
	padding: 10px;
}

.blog_heading {
	margin: 0;
	font: 17pt 'Georgia', 'Geneva', 'Arial', sans-serif
}

.blog_information {
	margin: 0;
	border: 1px solid #ccc;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	color: #999;
	font-size: 7pt;
}

.blog_postmetadata {
	margin: 0 0 0 9px;
}

.galerie {
text-align: center;
}

.galerie img {
margin: 5px;
border: 1px solid #ccc;
padding: 2px;
}
.galerie .copyright {
text-align:right;
font-size:8pt;
margin-bottom:10px;
color:#888;
}