/*Georg Grainer Fotografie + Webdesign*/

/*formatierungen*/

body {
	margin : 0px 0px 0px 0px;
	background-color : #669966;
	color : #000000;
}

/*schriftarten*/

body,table,tr,td,p,a,b,i,ul,ol,li,h1,h2,h3,h4,div,nobr,span {
	font-family : Arial, Helvetica, sans-serif;
}
form,input,textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
tt {
	font-family : "Courier New", Courier, monospace;
}

/*schriftgroessen*/

body,table,tr,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;
}
.klein {
	font-size : 10px;
}
.klitze {
	font-size : 9px;
}
.kopf {
	font-size : 10px;
	color : #999999;
}
.einzuga {
	margin-left : 20px;
}
.einzugb {
	margin-left : 40px;
}

/*links*/

a {
	text-decoration : none;
	font-size : 13px;
	color : #666666;
}
a:hover {
	color : #ff0000;
	text-decoration : underline;
}
a.akt {
	color: #ff0000;
}
a.bild {
	text-decoration : none;
	font-size : 10px;
	color : #666666;
}
a.bildakt {
	text-decoration : none;
	font-size : 10px;
	color: #ff0000;
}