body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	color: #000000;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

ul, ol, li {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
	list-style-image:url(./graphic/listbutton.gif)
}

.bildunterschrift {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 10px;
	color: #000000;
}

tr {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color:#000000;
}

th {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px; color: #1A2C59;
	text-align:left;
}

hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #1B2967;
	padding: 0;
}

a {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

a:hover {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

p {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color: #000000;
}

.nav {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 11px;
	color: #000000;
		text-decoration: none;
	font-weight: bold;
}

.nav:hover {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 11px;
	color: #000000;
text-decoration: underline;
	font-weight: bold;
}

.navselected {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

.navselected:hover {
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 18px;
	color: #840000;
	text-decoration: none;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

h4 {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

h5 {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

h6 {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;

}

.maile {
	font-weight: bold;
	font-family: Times, Times New Roman, Palatino, Bookman, New Century Schoolbook, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


/* default styles for extension "tx_croncssstyledimgtext" */
/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */
	-->
		/*]]>*/

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;

}


/* default styles for extension "tx_veguestbook_pi1" */
 
  .tx-veguestbook-pi1 h2.tx-guestbook-form-error {
    font-size:100%;
    font-weight:bold;
    background:none;
    padding:0px;
  }
 
  .tx-veguestbook-pi1 ul li {
    color:#990000;
  }
 
  .tx-veguestbook-pi1 ul {
    margin-bottom:1.0em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-result {
    font-size:100%;
    font-weight:bold;
    float:left;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-pagination {
    font-size:100%;
    font-weight:bold;
    float:right;
  }
 
  .tx-veguestbook-pi1 h2.tx-guestbook-header {
	width:100%;
    clear:both;
    background:#990000;
    color:#FFF;
    display:block;
    font-size:14px;
    padding:0.125em 0.125em 0.125em 0.25em;
    font-weight:bold;
    margin-top:0.25em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-left {
    float:left;
    width:250px;
    background:#EFEFEF;
    padding:0.25em;
    min-height:100px;
	  font-size:10px;
  }
 
  * html .tx-veguestbook-pi1 .tx-guestbook-left {
    height:4em;
	  font-size:10px;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-left p {
    font-size:10px;
    color:#333;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-right {
    float:left;
    width:475px;
    font-size:12px;
    background:#FFF;
    padding-left:10px;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-latest p,
  .tx-veguestbook-pi1 .tx-guestbook-right p {
    font-size:100%;
    color:#333;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
  .tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
    font-size:100%;
    color:#990000;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-right h3 {
    font-size:100%;
    color:#990000;
    font-weight:bold;
    background:none;
    padding:0.25em 0em 0em 0em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
    font-size:100%;
    color:#333;
    font-style: italic;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-latest {
    display:block;
    padding:0.25em;
    clear:both;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date {
    background:#EEE;
    display:block;
    margin-top:0.25em;
    padding:0.125em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-latest-more a {
    background:#EEE;
    display:block;
    margin-top:0.25em;
    padding:0.125em 0.5em 0.25em 0.125em;
    text-align:right;
    font-weight:bold;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-latest-more a:hover {
    background:#990000;
    color:#FFF;
    text-decoration:none;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-field {
    clear:both;
    width:100%;
    display:block;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-field label {
    clear:both;
    display:block;
    float:left;
    width:250px;
    font-size:12px;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
    float:left;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
    float:left;

  }
 
  .tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
    width:450px;
    display:block;
    float:left;
    margin-bottom:0.5em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
    color:#990000;
  }
 
   
  .tx-veguestbook-pi1 fieldset {
    border:none;
  }
 
  .tx-veguestbook-pi1 legend {
    display:none;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap {
    float:left;
    display:block;
    background:#F7F7F7;
    border:1px solid #CCC;
    padding:0.25em;
    margin-top:0.5em;
  }
 
  * html .tx-veguestbook-pi1 .tx-guestbook-freecap {
    margin-left:2.25em;
  }
 
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap img {
    float:left;
    display:block;
    pading-left:0.25em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap input {
    float:left;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap label {
    clear:both;
    display:block;
    float:none;
    width:auto;
    margin-bottom:0.5em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap p {
    font-size:100%;
    padding:0.25em;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
    display:none;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
    color:#990000;
  }
 
  .tx-veguestbook-pi1 .tx-guestbook-clear {
    clear:both;
    display:block;
  }
 
  .tx-veguestbook-pi1 input.tx-guestbook-submit {
    width:10em;
    font-size:100%;
    display:block;
    margin-bottom:1em;
    margin-left:6em;
  }
  
.tx-kesmallads-pi1-content  {
	font-size: 14px;
	text-decoration: none;}

.tx-kesmallads-pi1-phone {
	margin-top:15px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	}

.tx-kesmallads-pi1-category {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	}

.tx-kesmallads-pi1-submitDate {
	margin-top:25px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	border-style:inset;
	background-color: #CEFF63;
	width:100%;
    padding:0.25em 0.25em 0.25em 0.25em;
	}

.tx-kesmallads-pi1-title {
	font-size: 18px;
	text-align: center;
	margin-top:5px;
	}
	
.tx-kesmallads-pi1-image {
	float: right;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
	margin-left:10px;
}

.tx-kesmallads-pi1-browsebox {
	margin-top:25px;
	font-size: 16px;
	text-align: center;
	border-style:outset;
	width:100%;
}

.tx-kesmallads-pi1-browsebox-strong {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.tx-kesmallads-pi1-modeSelector {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	align: center;
	border-style:outset;
	width:100%;
}

.tx-kesmallads-pi1-modeSelector-SCell {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	align: center;
}

.tx-kesmallads-pi1-searchbox {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	align: center;
}

.tx-kesmallads-pi1-searchbox-button {
	font-size: 14px;
	text-align: center;
}