@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	/* [disabled]padding:0; */
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
  table { border-collapse:collapse;border-spacing:0; }
  
  /*---Links---*/
a:link {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:focus {
	text-decoration:none;
	color: #000000;
}
.mailaddress {
	padding: 5px;
}

/*----Farben----*/
body {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif ;
	font-size: 90%;
	line-height:180%;
	color: #777;
	background-color:#e4d7b5;
	background-image:url(Images/steine.jpg);
	background-repeat:repeat;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/*----layouts----*/

.zentrierer {
	text-align:center;	
}
.rahmen1 {
	width: 80%;
	margin: auto;
	background-color: #e7c97a;
	/*border-style: solid;
	border-width: 0px;
	border-left-width: 7px;
	border-right-width: 7px;
	border-color: #F6F2E7;*/
	/*padding-left: 2px;
	padding-right: 2px;*/
	text-align:center;
}
.rahmen2 {
	width: 98%;
	margin: auto;
	background-color: #bcb5a3;
	border-style: solid;
	border-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-color: #e0d9c7;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
}
.container {
	width: 70%;
	margin: auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px;
	border-left-width: 12px;
	border-right-width: 12px;
	border-color:#8F8E6E ;
	padding: 2%;
	text-align:left;
}
.titelbild {
	/*background-image:url(introbild.jpg);*/
	/*text-align:center;
	width:1024px;
	max-width: 100%;*/
	/*max-height:100%,*/
}
.ornament {
	text-align: center;
}
.fotto {
	text-align: center;
}
bildunterschrift {
	text-align: center;
	font-style:italic;
	color: #813a0b;
}

/*----typografie----*/
p {
	color: #666;
	padding-bottom:7px;
}
.titel {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 500%;
	text-transform: uppercase;
	text-align:center;
	color: #b2591e;
}
.subhead1 {
	width:100%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 100%;
	text-align:center;
	font-weight: 200;
	line-height:140%;
	letter-spacing: 1px;
	color: #777;
}
.disclaimer {
	font-weight: 200;
	font-style:italic;
	letter-spacing: 2px;
	text-align:center;
}
h2 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 140%;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #544731;
	line-height:100%;
	padding-top:7px;
}
.datum {
	color: #a14102;
	font-size: 80%;
	line-height:70%;
	margin-bottom:12px;
}
.bildunterschrift {
	font-weight: 200;
	font-style:italic;
	line-height:100%;
	
}
.dropcap {
    font-size: 400%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    float: left;   
    line-height: 0.8em;
    padding: 0 2px 0 0;       
    color: #888;         
    position: relative;
    left: -3px;
	top: 5px;
}
.text {
}
.kunst {
}



