/*Georg Grainer Fotografie + Webdesign*/

/*formatierungen*/

body {
	margin : 0px 0px 0px 0px;
	background-color : #ffffff;
	color : #333333;
}
table {
	border-color : #000000;
}

.rahmen {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/*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 : 12px;
}
tt {
	font-family : "Courier New", Courier, monospace;
}

/*schriftgroessen*/

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

/*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;
	color : #666666;
}

/*farben*/

.weiss {
	color : #ffffff;
}

/*format-klassen*/

.gross {
	font-size : 16px;
}
.mittel {
	font-size : 11px;
}
.norm {
	font-size : 12px;
}
.klein {
	font-size : 10px;
}
.klitze {
	font-size : 9px;
}
.einzuga {
	margin-left : 20px;
}
.einzugb {
	margin-left : 40px;
}
.grau {
	color : #666666;
}
.schwarz {
	color : #000000;
}
.ci {
	color : #cc6633;
}
.klgrau {
	font-size : 11px;
	color : #666666;
}
.kleingr {
	font-size : 10px;
	color : #666666;
}
.graufett {
	color : #666666;
	font-weight : bold;
}

/*links*/

a {
	text-decoration : none;
	font-size : 12px;
	color : #cc6633;
}
a:hover {
	color : #666666;
	text-decoration : none;
}
a.akt {
	color: #666666;
}