/* -------------------------------------------------- */
/* StyleSheet fuer http://www.galerievorort.at/            */
/*                                                    */
/*   Copyright (c) 2003        by P.R. Horn, Vienna   */
/* -------------------------------------------------- */


/*                                                    */
/* Eigenschaften fuer einzelne Tags                   */
/*                                                    */


//neu
IMG	{

		border 			:	0px;
		margin-bottom 	:	10px;
}

BODY {
	font-size			: 9pt;
	color					: #000000;
	line-height			: 14pt;
	font-family 		: Verdana, Helvetica, Arial, sans;
	
	background-image	: url("grey.gif");

}

//alt


P, TD, TH, DIV, UL, DD, DL, LI, BR {
	font-size	:	9pt;
	color			: 	#000000;
	line-height	:	14pt;
	font-family :	verdana;
	text-align	: 	left;
 

   }

PRE {

   font-family      : "Courier New", Courier, Mono, monospace; 
   margin-left      : 5%; 
   margin-right     : 0px; 
   white-space      : pre; 
}



H1, H2, H3, H4, H5, H6 {   

	
	color				: #454545;

}

.hr	{

	color					: #454545;
	width					: 600px;
	height				: 1px;
	background-color	:url("design/green.gif");

}


H1 {
	font-size          :  12pt;
	margin-top: 15px;	
}

H2 {
	font-size          :  10pt;
	}

H3 {

	font-size          :  8pt;
;
}


H5 {   

	font-size          :  12pt;   
	line-height:20pt; 
	text-align:left;
}

H6 {   

	text-align : justify	; 
	font-size  : 28pt		; 
 	line-height: 38pt		;
	font-weight: normal	; 
}



CODE { 
   font-family      : "Courier New", Courier, Mono, monospace; 
   background       : transparent;
   color            : #000080;
}

/*                                                    */
/* Erscheinungsbild der Links                         */
/*                                                    */

A:link 		{   color: #006400;   }
A:visited 	{   color: #006400;   }
A:hover 		{   color: #006400;   }
A:active 	{   color: #006400;   }

	



A IMG {  
	color           : white;
   background      : transparent;
	border-width    : 0;
	border-style    : none;
	border-color    : inherit;
}

/*                                                    */
/* sonderformate                         */
/*                                                    */


.motto { font-size:18pt; line-height:20pt; }
.rechts { text-align:right;}

.bild {

	float:left;
	border:1px solid #000;
	margin:10px 10px 5px 0;

}

.stilpadding
{

	margin:10pt 0 10pt 25pt;	
}

td {

	background-color 		:	#ccc;
	height					:	30px;
}	
