body {
	background: #ffffff;
	color: #00000;
	font: normal 12px "Arial", sans-serif;
	margin: 0;
}

.clear {
	clear:both;
}

/* Links - Nicht in Aufzählungen */

a {
	color: #465505;
	text-decoration: underline;
}

#content p {
	margin: 0px 0 7px 0;
	font: normal 12px "Arial", sans-serif;
	color: #000000;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: justify;
}

#footer_top a {
	font: bold 12px "Arial", sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#footer_top a:hover {
	font: bold 12px "Arial", sans-serif;
	color: #999999;
	text-decoration: underline;
}

/* UL */
#menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 14px;
}

#menu li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0px;
}

#menu li a {
	font: bold 12px "Arial", sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
	background: #3b3d41 url('http://www.drost.at/script-version/images/bg_menu.jpg') repeat-x;
}

#menu li a:hover {
	font: bold 12px "Arial", sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: #3b3d41 url('http://www.drost.at/script-version/images/bg_menu_hover.jpg') repeat-x;
}

#sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url('http://www.drost.at/script-version/images/bg_sub_menu_li_point.jpg');
}

#sub_menu li {
	display: inline;
	padding: 0;
	padding-left: 15px;
	margin: 0px;
}


#sidebar ul {
	margin: 0px;
	padding: 0px;
	background: #e9ebeb url('http://www.drost.at/script-version/images/bg_sidebar_li.jpg') repeat-y;
	list-style-image: url('http://www.drost.at/script-version/images/bg_sidebar_li_point.jpg');
	list-style-position: inside;
}

#sidebar li {
	padding-left: 15px;
	padding-top: 7px;
	height: 21px;
}

#sidebar li a {
	font: normal 11px "Arial", sans-serif;
	color: #000000;
	text-decoration: none;
}

#sidebar li a:hover {
	font: bold 11px "Arial", sans-serif;
	color: #555555;
	text-decoration: none;
}

/* Überschriften */
#sidebar h2 {
	background: #556607 url('http://www.drost.at/script-version/images/bg_sidebar_h1.jpg') repeat-x;
	font: bold 12px "Arial", sans-serif;
	color: #ffffff;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	height: 23px;
}

#content h1 {
	font: normal 18px "Arial", sans-serif;
	color: #3b3b3b;
	margin: 15px 0 5px 0;
}

#content h2 {
	font: bold 16px "Arial", sans-serif;
	font-style: italic;
	color: #3b3b3b;
	margin: 15px 0 5px 0;
}

#content h3 {
	font: bold 13px "Arial", sans-serif;
	color: #3b3b3b;
	maring: 7px 0 2px 0;
}


/* Divs */
#header {
	background: #3b3d41 url('http://www.drost.at/script-version/images/bg_header.jpg') repeat-x;
	width: 835px;
	height: 148px;
	margin: auto;
}

#menu {
	top: 75px;
	background: #3b3d41 url('http://www.drost.at/script-version/images/bg_menu.jpg') repeat-x;
	width: 835px;
	height: 42px;
	position: absolute;
}

#sub_menu {
	top: 125px;
	width: 835px;
	height: 20px;
	position: absolute;
}

#suche {
	margin-top: 0px;
	float: right;
	width: 270px;
}

#body {
	width: 835px;
	margin: auto;
}

#sidebar {
	width: 218px;
	float: left;
}

#content {
	background: #f0f3f3;
	padding: 20px;
	padding-top: 0px;
	float: right;
	width: 577px;
}

#footer {
	background: #313131 url('http://www.drost.at/script-version/images/bg_footer.jpg') repeat-x;
	width: 617px;
	height: 69px;
	float: right;
}

#footer_top {
	margin-top: 15px;
	margin-left: 12px;
	font: bold 12px "Arial", sans-serif;
	color: #ffffff;
}

#footer_bottom {
	margin-top: 7px;
	margin-left: 12px;
	color: #ffffff;
	font: normal 11px "Arial", sans-serif;
}

/* Textfelder */
#suche_feld {
	width: 157px;
	height: 21px;
	border: 1px solid #4a4a4a;
	margin-top: 8px;
	float: left;
}

#suche_button {
	margin-top: 3px;
	margin-left: 5px;
}

.width_350 {
	width: 350px;
}

input {
	font: normal 12px "Arial", sans-serif;
	border: 1px solid #000000;
}

textarea {
	border: 1px solid #000000;
	height: 100px;
	font: normal 12px "Arial", sans-serif;
}