/*Georg Grainer Fotografie + Webdesign*/

/*formatierungen*/

body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background-color : #ffffff;
	color : #000000;
}

/*schriftarten*/

body,td,p,a,b,i,ul,ol,li,h1,h2,h3,h4,div,nobr,span {
	font-family : Arial, Helvetica, sans-serif;
}
tt {
	font-family : "Courier New", Courier, monospace;
}

/*schriftgroessen*/

body,td,p,b,i,ul,ol,li,div,nobr,tt {
	font-size : 13px;
}

/*ueberschriften*/

h1 {
	font-size : 32px;
	text-align : center;
}
h2 {
	font-size : 24px;
	text-align : center;
}
h3 {
	font-size : 20px;
	text-align : center;
}
h4 {
	font-size : 16px;
	font-weight : bold;
	text-align : center;
}

/*format-klassen*/

.gross {
	font-size : 16px;
}
.medium {
	font-size : 11px;
}
.klein {
	font-size : 10px;
}
.link {
	font-size : 13px;
}
.schwarz {
	color : #000000;
}
.einzuga {
	margin-left : 20px;
}
.einzugb {
	margin-left : 40px;
}

/*links*/

a {
	text-decoration : none;
	font-size : 11px;
	color : #003399;
}
a:hover {
	color : #ff3300;
}
a.akt {
	color: #ff0000;
}

