/* Style Sheet für www.foto-grebler.de Startseite */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	background-color : #FFFFEE;;
}

A:LINK {
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : underline;
		color : #000000;
}

A:VISITED {
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : underline;
		color : #000000;
}
	
A:HOVER {
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : underline;
		color : #551A8B;
}

p,li  	{ 
		font-size:11pt;
}

ul		{
		font-size:11pt;
		font-weight:bold;
		line-height:150%;
}

.FontSmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}
.FontXSmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}


.Headline1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22pt;
	font-weight : bold;
	text-align : center;
	margin-top : 0px;
}

.Headline2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	text-decoration : normal;
	text-align : center;
	margin-bottom : 5px;
}

.Headline3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
}

.Banner-Title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22pt;
	font-weight : bold;
	text-align : center;
	margin-top : 10px;
}

.TableDefault {
	width : 700px;
}

