/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:10px; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none; padding:0;margin: 0; }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

a:focus { outline: none; }

legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{ }

a:hover { text-decoration:none; }


/*	html
*******************************************************************************/
html {
	min-height: 100.2%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	font-family: arial;
	font-size: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #918a18;

}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.fliesstextbildlinks {margin-left: 180px; }
.fliesstextbildrechts  {width: 500px; }

.nurtext {margin-left: 180px; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin: 50px auto;
	padding: 0px;
	height:100%;
	width: 650px;
	color:#000;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height: 100px;
	border-bottom: 1px solid #958a16;
	
}




/*	kontakt
*******************************************************************************/
#kontakt {
	position:absolute;
	margin-top: 105px;
	width: 645px;
	text-align: right;
	color: #a7a18c;
	font-size: 10px;	

}


/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top: 50px;
	left: 5px;
}

#logo a {
	display:block;
	height:40px;
	width:300px;

}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {

}

#main {
	float:left;
	width: 650px;
}

#main-block {}

#main-block2 {
margin-top: 20px;
	padding: 10px;
	color: #958a16;

}


/*	MainNavi
------------------------------------------------------------------------------*/

#navigation {
	position: absolute;
	width: 170px;
	height: 93px;
	float: right;
	position: relative;
	bottom: 0px;
}

#header-nav {
   position: absolute;
   bottom: 0;
   float: right;
	text-align: right;
   width: 170px;
	z-index: 101;
	right: 15px;
}

/* Style der Links (default) */
#header-nav ul li a {
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #a7a18c;
  padding-left: 7px;
}

/* Style der Links (default) */
#header-nav ul.nav1st li a visited {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cdcea2;
}

#header-nav ul li a:hover {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin-left: 30px;
   background-image: url(link_arrow.jpg);
   background-repeat: no-repeat;
   background-position: 0px -15px;		
}

/* Style für die aktive Kategorie */
#header-nav .current {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #958a16;
   background-image: url(link_arrow.jpg);
   background-repeat: no-repeat;
   background-position: 0px 3px;	
}

#nav2nd {
	position: absolute;
   float: right;
	text-align: right;
	top: 105px;
	z-index: 101;
	right: 5px;
	height: 15px;
	width: 610px;
}

/* Style der Links (default) */
#nav2nd a {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 6px;
	color: #a7a18c;
	float: right;
	display: block;
}

#nav2nd li {
display: inline;
}

#nav2nd a:hover {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	float: right;
   background-image: url(link_arrow.jpg);
   background-repeat: no-repeat;
   background-position: 0px -15px;			
}

/* Style für die aktive Kategorie */
#nav2nd .current {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #958a16;
	float: right;
   background-image: url(link_arrow.jpg);
   background-repeat: no-repeat;
   background-position: 0px 3px;				
}

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#090;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block h3 {
	color:#a7a18c;
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height:1.4em;
	padding-top: 5px;
	padding-left: 35px;
	background-image:url(h3_back.gif);
	width: 60%;
	background-position: 0 9px;
	background-repeat: no-repeat;
	margin-top: 5px;
}


.portfolio {
	color:#a7a18c;
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height:1.4em;
	padding-top: 5px;
	padding-left: 35px;
	background-image:url(h3_back.gif);
	width: 60%;
	background-position: 0 9px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.backlink {
	color:#a7a18c;
	clear: both;
	font-family: verdana, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 36px;
	background-image:url(backlink.gif);
	background-position: 38px  3px;
	background-repeat: no-repeat;
}



/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:disc;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#a7a18c;
}

#main-block a:hover {
	color:#000;
}

/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}



/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}

/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 630px; 
}

.zweispalter_1 {
  width: 300px;
}

.zweispalter_2 {
  width: 300px;
  margin-left: 20px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}


.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
   outline: none;
	margin-left: 10px;
   margin-top:10px;
}

.highslide:hover  {

}


.highslide-image {

}

.highslide-image-blur {
border: 1px solid red;
 }

.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.highslide-caption a, .highslide-caption a:link {
	color:#a7a18c;

}

.highslide-caption a:visited {
	color:#a7a18c;
}

.highslide-caption a:hover {
	color:#000;
}

.highslide-display-block {
    display: block;

}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
   text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
   background-color: black;
   padding-left: 22px;
   background-image: url(http://krischerfoto.kreischer.de/js/highslide/graphics/loader.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	 font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}    


 .ecardthumb {
    width: 95px;
    height: 95px;
    padding: 3px;
    margin: 1px;
    text-align: center;
    vertical-align: middle;
    float: left;
    border: 1px solid white;
  }
  
  .clear {
    clear: both;
  }
  
  
  
  
.vierspalter {
  width: 100%; 
}

.vierspalter h3 {
	margin-bottom: 10px;
}

.vierspalter img {
	margin-left: 10px;
}

.vierspalter_1 {
  width: 146px;
  margin-left: 0px;
}

.vierspalter_2 {
  width: 149px;
  margin-left: 10px;
}

.vierspalter_3 {
  width: 149px;
  margin-left: 10px;
}

.vierspalter_4 {
  width: 149px;
  margin-left: 10px;
}


.vierspalter_1,
.vierspalter_2, 
.vierspalter_3,
.vierspalter_4 {
  float: left;
}


