

/* ----------    body   ---------- */

body { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px; 
	color: #000000;
}


/* ----------      a    ---------- */

a {
	font-family: Verdana;
	font-size: 12px; 
	color:  #000000;
	font-weight: 500;		
	text-decoration: none;	
}

a.text {
	font-family: Verdana;
	font-size: 12px; 
	color: #f5f5f5;
	font-weight: 500;		
	text-decoration: none;	
}

a:link {
	color:  #000000;
	text-decoration: none;	
}
   
a:visited {	
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}
   
/*a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #969D9F;
}*/

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

a#text {
	font-family: Verdana;
	font-size: 12px; 
	color: #f5f5f5;
	font-weight: 500;		
	text-decoration: none;	
}

a.text {
	font-family: Verdana;
	font-size: 12px; 
	color: #f5f5f5;
	font-weight: 500;		
	text-decoration: none;	
}

a:link#text {
	color:  #ffffff;
	text-decoration: none;	
}

a:link.text {
	color:  #ffffff;
	text-decoration: none;	
}

a:visited#text {	
	color: #ffffff;
	text-decoration: none;
}

a:visited.text {	
	color: #ffffff;
	text-decoration: none;
}

/* ----------    table  ---------- */

table.all {
	width: 100%;
	height: 100%;
}


/* ----------      td   ---------- */

td {
 	font-family: Verdana;
 	color: #000000;
 	font-size: 12px;
 	text-decoration: none;
}


/* ----------    text   ---------- */

.title {
	font-family: Verdana;
	font-size: 15px;
	color: #000000;	
	font-weight: 700;	
	letter-spacing: 1px;		
}

.subtitle {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
	font-weight: 700;	
}

.text {
	font-family: Verdana;
	font-size: 12px;
	color: #f5f5f5;	
	line-height: 15px;	
}

.text2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
	font-weight: 500;	
	font-style: normal;
	font-variant: normal;
	word-spacing: 1px;	
	letter-spacing: 1px;	
	text-decoration: none;	
	text-indent: 0px;	
	line-height: 14px;		
}

.error {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #7A0000;	
	line-height: 15px;		
}

/* ----------  backgrounds  ---------- */

.green {
	background-image: url(../bilder/bg.jpg);	
}

.gray {
	background-image: url(../bilder/bgtext.jpg);	
}

.lightgray {
	background-image: url(../bilder/gaestebuch/bgbuch.jpg);	
}

