/* Created using the Movable Type Style Generator <http://styles.movalog.com/generator/> */
/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}


/* * theme * */

/* basic page elements */

body
{
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: medium;
}

a { color: #009999; text-decoration: none; }
a:hover { color: #000000; text-decoration:underline;}

#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:hover { color: #FFFFFF; }

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

textarea {  font-family:Verdana, Arial, Helvetica, sans-serif; }

.empty { margin-top:28px; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #009999;
	font-weight:bold;
	background: #FFFFFF;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
	color: #009999;
}

.archive-header { 
	font-size: 100%;
	font-weight:normal;
	line-height:1.1;
	color:#000000;
	margin-bottom:23px;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{

}

.entry-more-link a { text-decoration:none; color:#000000; }
.entry-more-link a:hover { text-decoration:underline; color:#000000; }

.entry-more-link img { vertical-align:middle; margin-left:3px; }

/* page layout */

body
{
	width: 791px;
	color: #000000;
	background: #ffffff;
	background-image: url("http://");	background-repeat: repeat;	
}

#container
{
	width: 791px;
	background: #FFFFFF;

}

#container-inner
{

}

#banner
{
	width: 100%; 
	background-color: #ffffff;
	background-image: url("http://");	background-repeat: repeat;
	height: 125px;
}

#banner-inner
{
	padding:23px 0 0 20px;
	
}

#banner-header
{
	margin: 0;
	padding:0;
	background:url(img/banner_header.gif) top left no-repeat;
	height:25px;
	text-align: left;
}

#banner-header a
{
	display:none;
}

#banner-description
{
	margin-top: 4px;
	margin-bottom: 0;
	margin-left:-1px;
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight:normal;
	background: none;
}

.date-header
{
	width:100px;
	float:right;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #009999;
	font-size:66%;
	margin:0;
	
}

.entry { margin-bottom:17px; }


.entry-header
{
	width:379px;
	margin: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #009999;
	font-size: 100%;
	font-weight:normal;
	line-height:1.1;
	padding:0;
		
}

.entry-header a { text-decoration:none; }
.entry-header a:hover { text-decoration:underline; color:#009999; }

.entry-content,
.comment-content,
.trackback-content
{
	width:379px;
	float:left;
	font-family: Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;
	text-align:left;
	color: #000000;
	font-size: 80%;	
	margin: 0;
}

.entry-content p { margin:7px 0; }
.comment-content p { margin:13px 0 0 0; }

.entry-info
{
	float:right;
	width:100px;
	vertical-align:bottom;
	text-align:left;
	padding-top:8px;
}

.comment-info
{
	float:right;
	width:100px;
	vertical-align:bottom;
	text-align:left;
	padding-top:13px;
}

.entry-info-inner {
	position:relative;
	bottom:1px;
	right:1px;
	text-align:left;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	width:100px;
	background: #FFFFFF;
	display:block;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #009999;
	font-size:66%;
	
}

.entry-footer a,
.comment-footer a
{ text-decoration:none; }

.entry-footer a:hover,
.comment-footer a:hover
{ text-decoration:underline; color: #009999; }

.entry-links { font-size:66%; color:#009999; padding-top:16px; padding-bottom:15px; }
.entry-links a { text-decoration:none; color:#009999; }
.entry-links a:hover { text-decoration:underline; color:#009999; }

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
	

}

.content-nav { padding:0 0 36px 0; margin:0; text-align:left; }

.content-nav #previous { float:left; display:inline; background:url(img/previous_icon.gif) left no-repeat; padding-left:12px; font-size:80%; text-decoration:none; color:#000000; }
.content-nav #next { float:right; display:inline; background:url(img/next_icon.gif) right no-repeat; margin-right:150px; padding-right:12px; font-size:80%; text-decoration:none; color:#000000; }
.content-nav #previous:hover, .content-nav #next:hover { text-decoration:underline; color:#000000; }

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	background: #e6ecf2;
}

.comments-open-footer
{
	margin: 10px 0;
}

.comment_icon { float:left; margin-top:10px; margin-right:1px; padding:0;}

.comments-open { margin:0;}

/* modules */

.module
{
	margin: 0 0 20px 0;
	
}

.module-content
{
	padding:0;
	margin:0;
	background: #ffffff;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 66%;
	
}

.module-calendar .module-content { margin: 5px 0 10px 0; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table
{
	font-size: 10px;
}

.module-powered { border-width: 0; }
.module-powered .module-content
{
	margin-bottom: 0;
	padding-bottom: 0;
	background: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #292e33;
	font-size: x-small;
	
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
	margin: 0;
	padding:0;
	list-style: none;
}

.module-list .module-list
{
	margin:0;
	padding:0;
	list-style: none;
}

.module-list-item
{
	margin-bottom: 5px;
	color: #000000;
	line-height: 1.2;
}

.module-list-item a { color:#000000; text-decoration:none; }
.module-list-item a:hover { color:#000000; text-decoration:underline; }

.module-search input { font-size:100%; vertical-align:middle; }
.module-search #search { margin-top:6px; height:17px; width:175px; border:1px solid #999999;  }
.module-search input#search-arrow { margin-left:5px; margin-top:5px; vertical-align:middle; }

.module-photo img { border: 3px solid #fff; }

/* copyright */

#copyright {
	padding-left:265px;
	padding-top:19px;
	padding-bottom:20px;
	font-size:66%;
	color:#666666;
}

#copyright a { color:#666666; text-decoration:none; }
#copyright a:hover { color:#666666; text-decoration:underline; }

/* ad */

#advertisement 
{
	margin: 17px 0 24px 0;
	
}

#advertisement  h2 {
	font-size:66%;
	color:#009999;
	margin-bottom:4px;
}

#xalmiento { width:195px; background-color:#ebf7f7; padding-bottom:8px; }
#xalmiento img.logo { margin:14px 0 10px 14px; }

#xalmiento p { margin:0; padding:7px 0 4px 13px; font-size:70%; line-height:1.4; }

#xalmiento p.arrows { width:195px; margin:0; padding:0 0 2px 0; background:url(img/xalmiento_arrows.gif) right no-repeat; font-weight:bold; }

#xalmiento a { color:#000000; text-decoration:none; }
#xalmiento a:hover { color:#000000; text-decoration:underline; }

/* comments */

.comment { margin:0; padding:0; clear:both; }
#comments { margin:0; padding:0; clear:both; }

form { margin:0; padding:0; }

.comments-open-header { margin-top:24px; margin-bottom:8px; }

textarea#comment-text { width:372px; margin-top:7px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; }

.commenter-profile img
{
	vertical-align: middle;
	border-width: 0;
}

.comments-open-content { margin:0; padding:0; }

#comments-open-data { margin:0; padding:0; }
#comments-open-data p { display:inline; margin:0; padding:0; }

#comments-open-data input { width:110px; vertical-align:middle; margin-top:10px; margin-right:4px; padding-left:4px;}
* html #comments-open-data input { width:114px; vertical-align:middle; margin-top:7px; margin-right:10px; padding-left:4px;}

#name-email { display:inline; margin:0; padding:0; width:119px; }
#name-email p { display:inline; margin:0; padding:0; width:119px; }


p#comments-open-text { display:block; }

input#comment-post { width:120px; height:20px; margin-right:0; vertical-align:middle; background-color:#009999; border:1px solid #009999; color:#ffffff; font-weight:normal;  border-style:outset;}

p#note { width:372px; font-size:66%; margin-top:18px; }

.comments-open-moderated { width:372px; font-size:66%; margin-top:18px; }

.comments-content {}

.impressum-body
{
	width:379px;
	float:left;
	font-family: Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;
	text-align:left;
	color: #000000;
	font-size: 80%;	
	margin: 0;
}

.impressum-body p { margin:0; padding:0 0 7px 0; }

.suchen-body
{
	width:379px;
	float:left;
	font-family: Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;
	text-align:left;
	color: #000000;
	font-size: 80%;	
	margin: 0;
}

.suchen-body p { margin:0; padding:0 0 7px 0; }

.suchen-body h2 { font-size: 120%;  margin-top:0; margin-bottom:20px; }
.suchen-body h3 { font-size: 110%; margin-top:0; margin-bottom:20px; }

/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 100%; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      width: 215px;
      float:left;
   }

   .layout-two-column-left #alpha-inner
   {
   	  margin-left:18px;
	  padding: 0;
   }

   .layout-two-column-left #beta
   {
   	float:right;
    width:576px;
   }

   .layout-two-column-left #beta-inner
   {
      margin-left:50px;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;      background: #FFFFFF;
      float:left;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
	border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
   }

   .layout-three-column #beta
   {
   	float:left;
      margin: 15px 15px 0 15px;
      width: 320px;      background: #FFFFFF;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
   
   .layout-three-column #gamma
   {
      margin: 0;
       width: 180px;      background: #FFFFFF;
      float:right;
   }

   .layout-three-column #gamma-inner
   {
      padding: 10px 10px 0 10px;
	border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
   }   

/* contacts form */

.email { padding:10px 20px; text-align:left; vertical-align:top; }
.email ul { width:460px; margin:0; padding:0; }
.email ul form { width:460px; margin:0; padding:0; }
.email ul form table { width:50%; margin:auto; padding:0; }
.email ul form input { width:428px; margin:0; padding-left:4px;}
.email ul form textarea { width:432px;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; }
* html .email ul form textarea { width:430px;  font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:80%; }
.email p { margin:0; padding:0 0 6px 0; font-size:80%; }
.email p.small { margin:0; padding:0 0 6px 0; font-size:66%; }

.email ul form input.button { width:auto; background-color:#009999; border:1px solid #009999; color:#ffffff; font-weight:normal;  border-style:outset;}
.email ul form input.button { padding:1px 4px; }
* html .email ul form input.button { padding:0; }

/* emailform */

#emailform { padding:20px; background-color:#ffffff; }
#emailform  p { margin:0; padding:0 0 6px 0; font-size:80%; }
#emailform form input { width:452px; margin:0; padding-left:4px; font-size:80%; }
#emailform form input.button { width:auto; background-color:#009999; border:1px solid #009999; color:#ffffff; font-weight:normal;  border-style:outset;}
#emailform form input.button { padding:1px 4px; }
* html #emailform ul form input.button { padding:0; }
#emailform form textarea { width:456px; font-size:80%; }
* html #emailform form textarea { width:454px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; }

.text-button { width:auto; background-color:#009999; border:1px solid #009999; font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-weight:normal; font-size:80%; text-decoration:none;  border-style:outset; }
.text-button:hover { width:auto; background-color:#009999; border:1px solid #009999; font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-weight:normal; font-size:80%; text-decoration:none; border-style:outset;  }
.text-button { padding:2px 9px; }
* html .text-button { padding:3px 9px 1px 9px; vertical-align: text-top; }

.impressum-header
{
	width:379px;
	margin: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #009999;
	font-size: 100%;
	font-weight:normal;
	line-height:1.1;
	padding:0 0 7px 0;
		
}

.back { background:url(img/previous_icon.gif) left no-repeat; padding-left:12px; padding-bottom:2px; font-size:100%; }

#home-link { font-size:66%; margin-bottom:20px; }
#home-link a
{
	color: #000000;
}

#relaunch-link { font-size:66%; margin-bottom:20px; }
#relaunch-link a
{
	color: #000000;
}