/** BASIC */

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #1E1E1E;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 201px;
	padding: 3px 2px;
	background: #FFFFFF;
	border: none;
}

/** 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: 12px;
	color: #393939;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;

}

.text1 {
	height: 18px;
	margin-bottom: 14px;
	padding-left: 19px;
	font-size: 13px;
	font-weight: bold;
	background: url(images/titel.gif) no-repeat left center;
}

.text2 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-left:15px;
	background: url(images/news_icon.jpg) no-repeat left center;	
}
.text3 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.text4 {
	color: #588CB6;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #CCC;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	list-style-image: url(images/homepage07.gif);
}

.list1 li {
	margin-bottom: 8px;
}

.list1 a {
	padding-left: 0px;
}

.list2 {
	margin-left: 0px;
	padding-left: 12px;
	list-style: none;
}

.list2 li {
}

.list2 a {
	padding-left: 11px;
	background: url(images/homepage09.gif) no-repeat left center;
}

.sublist {
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	list-style-type: lower-alpha;}

.sublist li {
	padding-bottom: 5px
}

/** LINKS */

a {
	color: #393939;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #585858;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
 color: #CCC;}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */


.bg2 { background: url(images/homepage_01.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage_02.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage_04.jpg) repeat-y left top; }
.bg5 { background: url(images/homepage_03.jpg) repeat-x left top; }
.bg6 { background: url(images/homepage_04.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage_05.jpg) no-repeat left top; }
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


