/* HR */
hr { color:#333333;
	 background-color:#FFFFFF;
	 height:1px;
	 border:none; 
	 border-top:dotted 1px #333333;
	 margin:1px auto;}

	 
/* Tabellen, Body, HTML */	 
.tabelle { height:100%;
		   margin-left:auto; 
		   margin-right:auto;
		   background-color:#FFFFFF;
		   background-repeat: no-repeat;} 


body {	margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		height: 100%;
		background-color:#FFFFFF;
		background-image:url(images/stripe.png);
		background-attachment:fixed;}
		
		
html {	margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 1px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		height: 100%;
		}
		
		
/* Fotos */
.thumbnail
	{	float: left;
		width: 180px;
		border: none;
		margin: 0 5px 5px 0;}


/* TEXTFORMATE */

/* Einleitungstext */
.einleitung 
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:3px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
	line-height: 25px}
	
/* Einleitungstext italic */
.einleitungitalic 
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:3px;
	font-weight:none;
	font-style:italic;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
	line-height: 25px}


/* Lesetext */
.text
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:2px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	line-height: 17px}
	
/* Lesetext bold*/
.textbold
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:2px;
	font-weight:bold;
	font-style:none;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px}
	
/* Lesetext italic*/
.textitalic
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:2px;
	font-weight:none;
	font-style:italic;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px}	
	
	
/* Impressum*/
.impressum
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:2px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px}

/* Impressum italic*/
.impressumitalic
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:2px;
	font-weight:none;
	font-style:italic;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px}
	
	
/* Links, Abstand, Menü */
.linktextmenu
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:8px;
	font-weight:bold;
	font-style:none;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px}
	
/* Links AKTIV Menü */
.linktextmenuact	
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:bold;
	font-style:none;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
	background-color: #B13614;
	padding-left: 2px;
	padding-right: 2px} 

/* Links AKTIV Menü klein*/
.linktextmenuactklein	
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:bold;
	font-style:none;
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
	line-height: 10px;
	background-color: none;
	padding-left: 2px;
	padding-right: 2px} 

/* Links, Abstand, klein */
.linktextklein
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;}	
	
/* Links Menü */
A,A:visited,A:active
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:bold;
	font-style:none;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px}

A:hover
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:bold;
	font-style:none;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
	background-color: #B13614;
	padding-left: 2px;
	padding-right: 2px} 
	
/* Links klein */
A.linkklein,A.linkklein:visited,A.linkklein:active
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px}

A.linkklein:hover
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
	line-height: 10px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px}  
	
/* Links im Text */
A.link2,A.link2:visited,A.link2:active
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:bold;
	font-style:none;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px}

A.link2:hover
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:bold;
	font-style:none;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	line-height: 17px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px} 	
	
/* Links Impressum */
A.linkimp,A.linkimp:visited,A.linkimp:active
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 10px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px}

A.linkimp:hover
	{font-family: Georgia, Serif;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:0px;
	font-weight:none;
	font-style:none;
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
	line-height: 10px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px} 		
