/*Georg Grainer Fotografie + Webdesign*/
/*http://www.grainer.de*/

/*formatierungen*/

body {
	margin : 20px 10px 10px 10px;
	background-color : #ffffff;
	color : #000000;
	scrollbar-darkshadow-color:#bbbbbb; 
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-shadow-color:#cccccc; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:#cccccc; 
	scrollbar-arrow-color:#cccccc;
}
img {
	border-color: #000000;
	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;
	color : #000000;
}

/*seitenlayout fuer den ausdruck*/

@page { size: 21.0cm 29.7cm;
        margin-top: 1.8cm;
        margin-bottom: 1.5cm;
        margin-left: 2cm;
        margin-right: 2cm
}

/*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;
}

/*format-klassen*/

.none {
	font-size : 1px;
	color : #ffffff;
}
.gross {
	font-size : 16px;
}
.norm {
	font-size : 12px;
}
.medium {
	font-size : 11px;
}
.klein {
	font-size : 10px;
}
.klitze {
	font-size : 9px;
}
.fuss {
	font-size : 8px;
	vertical-align:top;
}
.unfett {
	font-weight : normal;
}
.einzuga {
	margin-left : 20px;
}
.einzugb {
	margin-left : 40px;
}
.vabstand {
	margin-top: 0;
	margin-bottom: 0;
}
.linie {
	width: 500px; 
	color: #666666; 
	height: 1px; 
	text-align: center; 
}

/*links*/

a {
	text-decoration : none;
	font-size : 12px;
	color : #003399;
}
a:hover {
	color : #6699ff;
	text-decoration : none;
}
a.akt {
	color: #6699ff;
}
a.sub {
	text-decoration : none;
	font-weight : bold;
	line-height: 20px;
	font-size : 11px;
	color : #003399;
}
a.sub:hover {
	color : #6699ff;
	text-decoration : none;
}
a.subakt {
	color: #6699ff;
	font-weight : bold;
	font-size : 11px;
}
a.top {
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	color : #003399;
}
a.top:hover {
	color : #6699ff;
	text-decoration : none;
}
a.topakt {
	color: #6699ff;
	font-weight : bold;
	font-size : 11px;
}
