
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #E2E2E2 url(images/bg_body.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 160%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(images/trenner.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 a {
	padding-left: 17px;
	background: url(images/arrow.gif) no-repeat left center;
	color: #79826C;
}

strong {
	color: #555555;
}


/** LINKS */

a {
	color: #4e7289;
}

a:hover {
	text-decoration: none;
}
.active {text-decoration:none; font-weight:bold;}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 25px;
}

img.borderleft {	float: left;
	margin: 3px 25px 0px 0px;
border:1px solid #ddd;
padding:3px;

}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	width: 749px;
	padding: 15px 14px 15px 15px;
	background: #FFFFFF;
}

/** MENU */

#menu {
	height: 29px;
	background: url(images/bg_header2.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 218px;
	list-style: none;
}

#menu li {
	float: left;
	padding-left: 2px;
}

#menu a {
	display: block;
	float: left;
	width: 99px;
	height: 23px;
	padding: 6px 0px 0px 0px;
	background: url(images/bg_menue.gif) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .active a{
	background: url(images/bg_menue_act.gif) no-repeat left top;
}

#menu a:hover {
	background: url(images/bg_menue_act.gif) no-repeat left top;

}

/** PAGE */

#page {
	width: 749px;
	background: #fff;
}

/** CONTENT */

#content {
	width: 506px;
	padding: 20px 21px 0px 21px;
	background: #fff;
border-left:1px dotted #eee;
}


h2 {
	font-size: 18px;
	color: #494949;
margin-bottom:10px;
}

h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #FA7600;
}

.column-one {
	float: left;
	width: 145px;
}
.column-one p {
margin:5px;
}
.column-one1 {
	float: left;
	width: 180px;
}
.column-one1 p {
margin:5px;
}

.column-two {
	float: right;
	width: 310px;
}
.column-two p {
margin:5px;}

/** BOX STYLE C */

.boxC {
}

.boxC .title {
	height: 39px;
	background: url(images/bg_header3.gif) repeat-x left top;
}

.boxC .title h2 {
	padding: 15px 0px 4px 13px;
	font-size: 12px;
background:#f1f4ed;
	color: #6288a0;
}

.boxC .content {
	padding: 10px 15px;

}



.boxC h3 {
	font-size: 10px;
	color: #FA7600;
}

/** SIDEBAR */

#sidebar {
	width: 200px;
	padding: 43px 0px 0px 0px;
	background: url(images/bg_header3.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	height: 70px;
	padding: 0px 20px;
	background: url(images/bg_footer.jpg) no-repeat left top;
	color: #fff;
}

#footer p {
	padding-top: 36px;
}

#footer .links {
	float: left;
}

#footer .legal {
	float: right;
}

#footer a {
	color: #fff;
}
