﻿/*##### TEXT AUSZEICHNUNGEN #####*/	
	.bluebubble .lineganz{													/*Trennlinie lang BLAU*/				
		border-top: 2px solid #09ABEC;
		width: 415px;
		height: 5px;
		clear: both;
	}
	.redbubble .lineganz{													/*Trennlinie lang ROT*/
		border-top: 2px solid #E7208C;
		width: 415px;
		height: 5px;
		clear: both;
	}
	.orangebubble .lineganz{												/*Trennlinie lang ORANGE*/
		border-top: 2px solid #FFAA10;
		width: 415px;
		height: 5px;
		clear: both;
	}
	.greenbubble .lineganz{													/*Trennlinie lang GRUEN*/
		border-top: 2px solid #84CB29;
		width: 415px;
		height: 5px;
		clear: both;
	}

	.bluebubble h1{color: #09ABEC;}											/*Ueberschriftsfarbe BLAU*/
	.redbubble h1{color: #E7208C;}											/*Ueberschriftsfarbe ROT*/
	.orangebubble h1{color: #FFAA10}										/*Ueberschriftsfarbe ORANGE*/
	.greenbubble h1 {color: #84CB29}										/*Ueberschriftsfarbe GRUEN*/
	
	.content ul {
	    padding-left: 0;
	    margin-left: 10px;
	}
	.content li {
	    background: no-repeat top left;
	    padding-left: 20px;
	    margin-left: 0px;
	    list-style: none;
	}
	
	.bluebubble .content li     { background-image: url(/pic_alg/liblue.png);}	/*Listen Bullet BLAU*/
	.greenbubble .content li    { background-image: url(/pic_alg/ligreen.png);}	/*Listen Bullet GRUEN*/
	.redbubble .content li      { background-image: url(/pic_alg/lired.png);}		/*Listen Bullet ROT*/
	.orangebubble .content li   { background-image: url(/pic_alg/liorange.png);}/*Listen Bullet ORANGE*/


	.bluebubble.content a{color: #09ABEC;}									/*Linkfarbe BLAU*/
	.redbubble.content a{color: #E7208C;}									/*Linkfarbe ROT*/
	.orangebubble.content a{color: #FFAA10}									/*Linkfarbe ORANGE*/
	.greenbubble.content a{color: #84CB29}									/*Linkfarbe GRUEN*/

	div.content p{															/*Allgemeine textauszeichnungen für den Inhaltsbereich*/
		font-family: arial;
		font-size: 12px;
		line-height: 18px;
		margin: 0px;
		text-align: left;													/*Ausrichtung von Text*/
	}

	div.content h1 p{															/*Main Headline*/
		font-family: helvetica;
		font-size: 18px;
		margin: 0px 0px 0px 0px;
	}
	div.content h1{	
		font-family: helvetica;
		font-size: 18px;
		margin: 0px 0px 0px 0px;
	}
	div.content h2{															/*Sub Headline*/
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	div.content h3,
	div.content h4{															/*Allgemeine textauszeichnungen für den Inhaltsbereich*/
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		margin: 0px;
	}
	div.bluebubble h2{color: #09ABEC;}										/*Farben der Sub Headline abhängig von der Umgebungsfarbe*/
	div.redbubble h2{color: #E7208C;}										/*Farben der Sub Headline abhängig von der Umgebungsfarbe*/
	div.orangebubble h2{color: #FFAA10}										/*Farben der Sub Headline abhängig von der Umgebungsfarbe*/
	div.greenbubble h2{color: #84CB29}										/*Farben der Sub Headline abhängig von der Umgebungsfarbe*/

	div.content ul{															/*Deklaration von Listen Elementen im Inhaltstext*/
		font-family: arial;
		font-size: 12px;
		line-height: 18px;
	}
	div.content a{
		font-family: arial;
		color: #000;
		font-size: 12px;
		line-height: 18px;
		text-decoration: none;
	}
	div.content a:hover{
		text-decoration: underline;
	}
/*	div.bildganz img{width: 415px; height: auto;}
	div.bildhalb img{width: 200px; height: auto;}*/

/*### GBOOK Auszeichnungen ###*/

	.text2_3 h3{															/*Subheadline im Guestbook -> Grün*/
		font-family: helvetica;
		font-size: 18px;
		color: #639210;
		padding: 10px 0 0 0;
		margin: 0;
	}

	div.content .text1_3 p{
		font-family: helvetica;												/*Globale Formatierungen für Tag Monat und Jahr*/
		text-align: center;
		color: #639210;
		line-height: 77%;
	}
	.text1_3 p.day{															/*Formatierung Datum Guestbook -> Tag*/
		font-size: 44px;
	}
	.text1_3 p.month{														/*Formatierung Datum Guestbook -> Monat*/
		font-size: 46px;
		font-weight: bold;
	}
	.text1_3 p.year{														/*Formatierung Datum Guestbook -> Jahr*/
		font-size: 24px;
	}
	.text2_3 p.gbmail a{
		font-family: arial;
		font-size: 12px;
		line-height: 18px;
		text-decoration: none;
		color: #639210;
	}
	.text2_3 p.gbmail a:hover{
		font-family: arial;
		font-size: 12px;
		line-height: 18px;
		text-decoration: underline;
	}
	.gbred{
		font-size: 10px;
		color: red;
	}
	form{
		font-family: arial;
		font-size: 12px;
	}
	.field_small{
		margin: 2px 0 2px 0;
		font-family: arial;
		font-size: 12px;
		border-top: 1px solid #95BD7A;
		border-left: 1px solid #95BD7A;
		border-bottom: 1px solid #BAE59B;
		border-right: 1px solid #BAE59B;
		width: 370px;
	}
	.field_high{
		margin: 2px 0 2px 0;
		font-family: arial;
		font-size: 12px;
		border-top: 1px solid #95BD7A;
		border-left: 1px solid #95BD7A;
		border-bottom: 1px solid #BAE59B;
		border-right: 1px solid #BAE59B;
		width: 370px;
		height: 150px;
	}
	small{
		font-size: 10px;
		color: #639210;
	}
