/*
Design by ict-atelier
http://www.ict-atelier.ch
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
fieldset {border:none;}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

/* Title */

#title {
	width: 965px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 3px solid #000000;
}

#title * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
}

#title h1 {
	float: left;
}

#title h2 {
	float: right;
	font-size: 12px;
	padding: 20px 10px 0 0;
}

/* Header */

#header {
	width: 965px;
	height: 144px;
	margin: 0 auto;
	background: url(img/img111.jpg) no-repeat center;
	border-top: 0px solid #9e9e9e;
	border-bottom: 0px solid #9e9e9e;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content */

#content {
	width: 963px;
	margin: 0 auto;

	margin: 0 auto;
	background: url(img/img2.gif);
	border: 2px solid #CCCCCC;

	border: 1px solid #2D2E36;
        color: #DFDFDF
}

#colOne {
	float: left;
	width: 565px;
	padding: 20px;
        color:#282828
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
        background: url(img/img2.jpg) no-repeat center center;

}

/* Content > ColOne */

/* Content > ColTwo */
#ajaxSearch_input{width:130px;border:1px solid #000;}
#ajaxSearch_submit{background:#000; color:#fff; border:1px solid white;}

#colTwo h2 {
	font-size: medium;
	color: #ffffff;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #fffffff;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	width:
                      color: #ffffff;
}

/* Footer */

#footer {
	width: 965px;
	margin: 0 auto;
	background: #464646;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}