/*Georg Grainer Fotografie + Webdesign*/
/*http://www.grainer.de*/

/*formatierungen*/

body {
	margin : 0px 0px 0px 0px;
	background-color : #000000;
	color : #ffffff;
	scrollbar-darkshadow-color:#bbbbbb; 
	scrollbar-track-color:#333333; 
	scrollbar-face-color:#ffcc00; 
	scrollbar-shadow-color:#cccccc; 
	scrollbar-highlight-color:#666666; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#333333;
	
	background-repeat:no-repeat;
	background-attachment:fixed; 
	padding:0px;
	background-position:center
}
img {
	border-color: #000000;
	color: #000000;
}

/*schriftarten*/

body,td,p,a,b,i,ul,ol,li,h1,h2,h3,h4,div,nobr,span {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}
body,td,p,b,i,ul,ol,li,h1,h2,h3,h4,div,nobr,span {
	color : #ffffff;
}

/*schriftgroessen*/

body,td,p,b,i,ul,ol,li,div,nobr,tt {
	font-size : 12px;
}

/*auswahl*/

select, textarea {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #666666;
	color : #ffffff;
	border : 1px solid #ffffff;
	font-size : 11px;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #666666;
	color : #ffffff;
	border : 1px solid #ffffff;
	font-size : 11px;
}
.button {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #ffffff;
	color : #000000;
	border : 2px groove #cccccc;
	font-size : 11px;
	font-weight : bold;
}

/*klassen*/

.achtung {
	font-size : 16px;
	font-weight : bold;
	color : #ffcc00;
}

/*links*/

a {
	text-decoration : none;
	font-size : 12px;
	color : #ffffdd;
	font-weight : bold;
}
a:hover {
	color : #ffffff;
}
a.akt {
	color: #ffffff;
}