/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 107px;
	font-size: 9px;
	color: #979DA2;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #979DA2;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}

.text2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #6C7176;
}

/** LINKS */

a {
	color: #FF8500;
}

#content a {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 10px;
	color: #979DA2;
}

a.link1:hover {
	text-decoration: underline;
}

.ebene1 a {
	display: block;
	padding: 7px 17px 8px 0px;
	background: url(images/menu_inactive.gif) no-repeat;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.ebene1 a:hover {
	background: url(images/menu_active.gif) no-repeat;
}

.ebene1_act a {
	display: block;
	padding: 7px 17px 8px 0px;
	background: url(images/menu_active.gif) no-repeat;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}



/** STYLES */

.style1 {
	font-size: 9px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg3 {
	background: url(images/footer_middle.gif) repeat-x;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 5px;
	background: url(images/separator1.gif) repeat-x;
}

