/*Georg Grainer Fotografie + Webdesign*/
/*http://www.grainer.de*/

/*formatierungen*/

body {
	margin : 10px 0px 0px 10px;
	background-color : #ffffff;
	color : #000000;
	scrollbar-darkshadow-color:#54a1ab; 
	scrollbar-track-color:#c3d9df; 
	scrollbar-face-color:#e1ecef; 
	scrollbar-shadow-color:#54a1ab; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#54a1ab;
}
img {
	border-color: #000000;
	color: #000000;
}
fieldset {
    background-color : #ffffff;
    border : 1px solid #666666;
    display : inline; 
    padding : 10px;
}
legend {
    background-color : #ffffff;  
    border : none; 
    padding : 1px;
	color: #666666;
}

/*schriftarten*/

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

/*formulare*/

form,input,textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}
.feld {
	background-color: #e1ecef;
	width: 300px;
	padding-left: 2px;
	border: 1px solid #54a1ab;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}
.txtfeld {
	background-color: #e1ecef;
	width: 300px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

/*schriftgroessen*/

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

/*listen*/

ul {
	list-style-type : circle;
}
ol {
	list-style-type : decimal;
	list-style-position : outside;
}

/*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 : 17px;
	text-align : center;
	color: #999999;
}

/*format-klassen*/

.none {
	font-size : 1px;
	color : #ffffff;
}
.graufett {
	font-weight : bold;
	color : #999999;
	margin-bottom : 8px;
}
.grau {
	color : #999999;
}
.gruen {
	color : #66cccc;
}
.gross {
	font-size : 16px;
}
.norm {
	font-size : 12px;
}
.klein {
	font-size : 10px;
}
.klitze {
	font-size : 9px;
}
.unfett {
	font-weight : normal;
}
.einzuga {
	margin-left : 100px;
}
.einzugb {
	margin-left : 50px;
}
.vabstand {
	margin-top: 0;
	margin-bottom: 0;
}

/*links*/

a {
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	color : #66cccc;
}
a:hover {
	color : #666666;
}
a.akt {
	color: #000000;
}
a.prx {
	text-decoration : none;
	font-size : 9px;
	font-weight : bold;
	color : #54a1ab;
}
a.prx:hover {
	color : #c3d9df;
}
