body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #333;
	margin: 0 0 11px 0;
	background: /*#F5F7FF;*/ url("images/bg.png") repeat;
	margin: 20px;
}


.main {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	width: 846px;
	min-height: 600px;
	background: #FFF;
	padding: 27px;
	box-shadow: 0px 0px 10px #333;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 10px #333;
	-moz-border-radius: 7px;
}

#search{
	margin: 0 auto;
	height: 20px;
	padding: 7px 0;
	width: 846px;
	font-size: 10px;
	text-align: right;
	color: #000;
}

.inputboxSearch{
	width: 180px;
	padding: 2px 5px 1px;
	border: 1px solid #555;
	font-size: 11px;
	background: url(images/bg2.png);
	
}

.copyright{
	margin: 0 auto;
	height: 10px;
	padding: 9px 0 5px;
	width: 846px;
	font-size: 10px;
	text-align: center;
	color: #DDD;
	/*text-shadow: 0px 0px 1px #AAA;*/
}

.copyright a,
.copyright a:visited{
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	/*display: block;
	float: right;
	margin: -7px 0 0 5px;
	padding: 5px 7px 2px;
	background: #555;
	box-shadow: 0px 1px 2px #000;
	border-radius: 0 0 5px 5px;
	text-shadow: 0px 0px 2px #000;
	z-index: -999;*/
}

.copyright a:hover{
	color: #E51900;
	text-decoration: none;
	/*background: #E51900;
	box-shadow: 0px 1px 5px #FFF;*/
}

.menu{
	width: 100%;
	height: 40px;
	border-radius: 7px;
	background: #006AA7;
	/*box-shadow: 0px 0px 3px #999;
	border: 1px solid #999;*/
	
}

.menuchild {
	width: 211px;
	height: 32px;
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0;
	border-right: 1px solid #CCC/*#006AA7*/;
	color: #FFF;
	font-size: 16px;
	/*text-transform: lowercase;
	text-shadow: 0px 0px 1px #CCC;*/
	/*font-weight: bold;*/
}

.active{
	background: #555;
}

a.menuchild,
a.menuchild:visited {
	text-decoration: none;
}

a.menuchild:hover {
	background: #555;
}

.first {
	height: 35px;
	text-transform: none;
	font-size: 18px;
	padding-top: 5px;
}

a.first:hover {
	background: #555;
	border-radius: 7px 0 0 7px;
}

.last {
	border: none;
	width: 210px;
	border-radius: 0 7px 7px 0;
}

a.last:hover {
	background: #555;
	border-radius: 0 7px 7px 0;
}

.content{
	width: 846px;
	margin: 20px 0;
	border-radius: 7px;
}

.image{
	display: block;
	width: 846px;
	height: 350px;
	background: url("images/dm.png") no-repeat;
	/*box-shadow: 0px 0px 2px #333;
	border: 2px solid #FFF;*/
}

.box{
	width: 200px;
	height: 200px;
	margin: 0 10px 0 0;
	border: 2px solid #FFF;
	border-radius: 7px;
	box-shadow: 0px 0px 2px #333;
	background: url("images/bg2.png") repeat;
	float: left;
}

a.image:hover{
	box-shadow: 0px 0px 7px #006AA7;
}

a.box:hover{
	box-shadow: 0px 0px 7px #006AA7;
	opacity: 1;
}

.lastbox{
	margin: 0;
}

.box150{
	height: 150px;
}

.image001{
	width: 200px;
	height: 200px;
	background: url("images/neuro01.png") no-repeat;
}

.image002{
	width: 200px;
	height: 200px;
	background: url("images/neuro02.png") no-repeat;
}

.image003{
	width: 200px;
	height: 200px;
	background: url("images/neuro03.png") no-repeat;
}

.image004{
	width: 200px;
	height: 200px;
	background: url("images/neuro03.png") no-repeat;
}

.image00{
	background: url("images/neuro01.jpg") no-repeat;
}

.image01{
	background: url("images/neuro11.jpg") no-repeat;
}

.image02{
	background: url("images/neuro21.jpg") no-repeat;
}

.image03{
	background: url("images/neuro41.jpg") no-repeat;
}

.image04{
	background: url("images/neuro41.jpg") no-repeat;
}

.opacity50{
	opacity: 0.5;
}

.bluebg{
	background: url("images/bg3.png") repeat;
}

.greenbg{
	background: url("images/bg4.png") repeat;
}

.yellowbg{
	background: url("images/bg5.png") repeat;
}

.redbg{
	background: url("images/bg6.png") repeat;
}

.clear{
	height: 20px;
	clear: left;
}

.clear2{
	clear: left;
}

.zero{
	height: 0;
}

.hometitle{
	position: absolute;
	top: 50px;
	width: 500px;
	z-index: -999;
	
}


/* CONTENT */

.column{
	display: block;
	float: left;
}

.left{
	width: 191px;
	padding: 12px 10px;
	margin: 0;
	text-align: right;
	font-size: 14px;
	/*text-transform: uppercase;
	font-style: italic;*/
	font-weight: bold;
	/*text-shadow: 0px 0px 2px #CCC;*/
	color: #555;
}

.right{
	width: 594px;
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid #AAA;
	color: #555;
	font-size: 13px;
	line-height: 1.8;
}

.r12{
	width: 393px;
	margin: 0;
}

.r14{
	width: 180px;
	margin: 0 10px;
	padding: 0 10px;
	border-left: 1px solid #AAA;
}

.column ul li,
.column ol li{
	margin: 10px 0;
	padding: 0;
}

.freetext a{
	padding: 0;
	color: #006AA7;
	text-decoration: none;
	border-bottom: 1px dotted #006AA7;
} 

.freetext a:hover {
	color: #000;
	border-bottom: 1px dotted #333;
}

.column a{
	padding: 0;
	color: #006AA7;
	text-decoration: none;
	border-bottom: 1px dotted #006AA7;
} 

.column a:hover {
	color: #000;
	border-bottom: 1px dotted #333;
}

.text00{
	font-size: 12px;
	line-height: 11px;
}

.text01{
	font-size: 11px;
	line-height: 11px;
}

.column img{
	margin-bottom: 10px;
}

.title{
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 10px 25px;
	color: #006AA7;
}

.title a,
.title a:visited{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.title a:hover{
	color: #006AA7;
	border-bottom: 1px dotted #006AA7;
}

.t02{
	font-size: 14px;
}

.freetext{
	font-size: 13px;
	margin: 0 25px;
	line-height: 1.8;
}

/* Contact-Form */

.cf01{
	padding: 10px;
	margin: 0;
	width: 403px;
}

.cf02{
	padding: 10px;
	margin: 0;
}

.formbody{
	display: block;
	width: 373px;
	height: 500px;
	padding: 5px 15px;
	background: #F5F5F5;
}

.formlabel{
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 5px;
	border: none;
	padding: 0;
	/*font-style: italic;*/
	text-transform: lowercase;
	font-size: 12px;
}

.flend{
	margin-right: 0px;
	padding: 0;
}

form textarea{
	width: 367px;
	height: 170px;
	background-color: #FFF;
	border: 1px solid #DDD;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 14pt;
	font-style: normal;
	padding: 2px;
}

form input{
	width: 175px;
	height: 16px;
	background-color: #FFF;
	border: 1px solid #DDD;
	margin: 0;
	padding: 2px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.big input{
	width: 367px;
}

.button input{
	width: 75px;
	height: 25px;
	float: right;
	background-color: #006AA7;
	border: 1px solid #006AA7;
	margin-top: 5px;
	color: #EEE;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;	
	font-style: normal;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
}

.comment{
	font-size: 10px;
	text-align: left;
	display: block;
	width: 288px;
	margin-right: 10px;
	float: left;
	line-height: 12px;
}

.rc-box{
    display: inline-block;
    padding: 10px 0;
}