/* Grundeinstellungen ____________________________________________________ */

body	{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #5e5047;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFE3B1;
	line-height: 150%;
}

a:link				{ color: #da7731; }
a:visited			{ color: #da7731; }
a:hover				{ color: #333333; }
a:active			{ color: #da7731; }

h1					{ font-family: "Times New Roman", Times, serif; font-size: 23px; color: #b96c00; font-style: italic; font-weight: bold; line-height: 120%; padding: 10px;}
.h1-sub				{ font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; font-size: 13px; color: #5e5047; font-weight: bold; font-style: normal; padding-left: 20px; }
h2,h3,h4,h5,h6		{ color: #cc9933; font-weight: bold; font-size: 18px; }

.text-klein			{ font-size: 12px; }
.text-farbe			{ font-weight: bold; color: #b96c00; }
.text-app			{ color: #b96c00; font-weight: bold; font-size: 17px; }
.rahmen				{ border: 1px solid #FF9900; }
.pointer			{ cursor: pointer; }

/* __________________________________________________________________ Ende */
