*.itemBorder{
	border : 1px solid #000000	;
}

*.itemTextMain{
	text-decoration : none;
	color : #3366CC;
	font-size : 12px;
	font-weight : bold;
}

*.itemTextPopup{
	text-decoration : none;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
}

body {
	scrollbar-arrow-color:#3366CC;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#3366CC;
	scrollbar-shadow-color : #000000;

	border : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	cursor : default;
	background-color : White;
	
	background-attachment: fixed;
	background-image: url(../grafiken/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a{
	color : Gray;

}
hr{
	color : Gray;
}

h5{
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #000000;
	background-color: #ffffff;
	border: thin solid Black;
	text-align : left;
}

font{
	color: #000000;
	font-size: 12px;
}

input{
	color: #000000;
	font-size: 11px;
	border: 2px solid Black;
	background-color: #ffffff;
	height : 17px;
	cursor : hand;
}

