/* start general styles */

:root{
 overflow-y:scroll;
}

html, body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			0.78em;
	background-color:	#fff;
	height:				100%;
	width:				100%;
	color:				#999;
	padding:			0;
	margin:				0 auto;
	text-align:			center;
}

img {
	border:				none;
}

a {
	color:				#00a0db;
	text-decoration:	none;
}

a:hover, a:active {
	text-decoration:	underline;
}

form {
	float:				left;
	padding:			0;
	margin:				0;
	color:				#859b34;
	width:				576px;
}

fieldset {
	border:				none;
	margin:				0;
	padding:			0;
	float:				left;
	width:				576px;
}

label {
	color:				#000;
	width:				193px;
	text-align:			right;
	float:				left;
	margin:				2px 25px 15px 0;
}

.clear {
	display:			none;
}

.right {
	float:				right!important;
}

/* end general styles */

/* start of general layout */

#contentHolder {
	width:				986px;	
	margin:				0 auto;
	text-align:			left;
}

#head {
	width:				968px;
	height:				112px;
	padding:			0;
	background:			#fff;
	float:				left;
}

.shadowLeft {
	width:				10px;
	font-size:			1px;
	line-height:		1px;
	background:			transparent url(/c2c/binary/shadowLeft.png) left top repeat-y;
}

.shadowRight {
	width:				10px;
	font-size:			1px;
	line-height:		1px;
	background:			transparent url(/c2c/binary/shadowRight.png) left top repeat-y;
}

#content {
	width:				968px;
	padding:			0;
	background:			#edf2de /*url(/c2c/binary/bg_content.gif) right top repeat-y*/;
	float:				left;
}

#contentBottom {
	width:				968px;
	height:				19px;
	overflow:			hidden;
	margin:				0 auto;
	padding:			0;
	background:			#00a0db;
	color:				#00a0db;
	text-align:			center;
	font-family:		Arial;
	font-size:			9px;
}

#contentBottom a {
	color:				#fff;
	margin:				0 10px;
}

#contentBottom a:hover, #contentBottom a:active {
	color:				#000;
	text-decoration:	none;
}

.headBlock {
	width:				968px;
	height:				19px;
	overflow:			hidden;
	margin:				0 auto;
	padding:			0;
	background:			#8cc63f url(/c2c/binary/headTitle.gif) 80px 6px no-repeat;
}

.shadowBLeft {
	width:				10px;
	height:				10px;
	font-size:			1px;
	line-height:		1px;
	background:			transparent url(/c2c/binary/shadowBLeft.png) left top no-repeat;
}

#shadowBottom {
	width:				968px;
	height:				10px;
	font-size:			1px;
	line-height:		1px;
	background:			transparent url(/c2c/binary/shadowBottom.png) left top repeat-x;
}

.shadowBRight {
	width:				10px;
	height:				10px;
	font-size:			1px;
	line-height:		1px;
	background:			transparent url(/c2c/binary/shadowBRight.png) left top no-repeat;
}

.column1 {
	float:				left;
	width:				626px;
	margin:				15px 0 0 20px;
	overflow:			hidden;
}

.column2 {
	float:				left;
	width:				160px;
	margin:				15px 0 0 0;
}

.column3 {
	float:				left;
	width:				146px;
	margin:				15px 0 0 0;
}

/* end of general layout */

/* start of content */

.article {
	margin:				0 18px 15px 0;
	float:				left;
	width:				589px;
	font-size:			12px;
}

.article .pictures {
	float:				left;
	width:				146px;
	margin:				0 15px 0 0;
	text-align:			right;
	overflow:			hidden;
}

.article img {
	margin:				0 20px 10px 0;
}


.article .pictures img {
	margin:				0 0 7px 0;
}

.article .text {
	float:				left;
	width:				428px;
	margin:				0;
	font-size:			14px;
	color:				#999;
}

.article .text a, .article a {
	font-weight:		bold;
}

.article .text a {
	font-size:			13px;
}

.article .text p a {
	color:				#8cc63f;
	font-size:			14px;
}

.article h2 {
	text-transform:		uppercase;
	font-family:		Arial;
	font-size:			20px;
	line-height:		20px;
	font-weight:		bold;
	margin:				0 0 3px 0;
}

.article p {
	margin:				0 0 20px 0;
	font-size:			14px;
	color:				#999;
}

.article .text h1, .article h1 {
	text-transform:		uppercase;
	font-family:		Arial;
	font-size:			16px;
	line-height:		18px;
	font-weight:		bold;
	margin:				0 0 10px 0;
	padding:			0;
	color:				#000;
}

.article h3 {
	text-transform:		uppercase;
	font-family:		Arial;
	font-size:			16px;
	line-height:		15px;
	font-weight:		bold;
	margin:				20px 0 2px 0;
	color:				#00a0db;
}

.article .text h4, .article h4 {
	font-size:			16px;
	margin:				0;
	color:				#00a0db;
}

.article .text h5, .article h5 {
	font-size:			13px;
}

.article .text p, .article p {
	margin:				2px 0 10px 0;
}

.article .text .intro, .article .intro {
	font-size:			14px;
	background:			none;
	margin:				0 0 22px 0;
	padding:			0 0 8px 0;
	font-weight:		normal;
	color:				#666;
}

.article .imgHolder {
	width:				83px;
	overflow:			hidden;
	margin:				15px 10px 0 0;
	float:				left;
}

.article .txtHolder {
	float:				left;
	width:				482px;
	margin:				15px 0 0 0;
	font-size:			14px;
	color:				#666;
}

.article .txtHolder a {
	font-weight:		bold;
}

.article br {
	clear:				left;
}

.article .txtHolder p {
	margin:				0 0 5px 0;
	width:				482px;
}

.article dl {
	width:				575px;
	margin:				0;
}

.article dt {
	float:				left;
	width:				25px;
	text-align:			right;
}

.article dd {
	float:				left;
	margin:				0 0 10px 10px;
	width:				540px;
}

.article dd a {
	margin:				0;
	padding:			0;
	display:			block;
}

.article dd span {
	display:			inline;
}

.article dd p {
	display:			inline;
}

/* end of content */

/* start of contact */

form br {
	clear:				left;
}

.article form h3 {
	color:				#000;
	width:				193px;
	text-align:			right;
	float:				left;
	margin:				0 0 20px 0;
	padding:			0 25px 0 0;
	display:			block;
	text-transform:		none;
}

form span {
	float:				left;
	display:			block;
	margin:				2px 0 20px 0;
}

.mandatory {
	color:				#859b34;
	float:				none;
	display:			inline;
	width:				auto;
}

.alert {
	visibility:			hidden;
}

input {
	width:				210px;
	float:				left;
	margin:				0 0 15px 0;
	font-size:			10px;
}

.medium {
	width:				120px;
}

.small {
	width:				36px;
	margin:				0 3px;
	position:			relative;
	top:				-2px;
}

.radio, .checkbox {
	width:				12px;
	margin:				0 5px 15px 0;
}

.check {
	width:				auto;
	text-align:			left;
}

.check2 {
	width:				auto;
	margin:				0 3px 0 0;
	text-align:			left;
}

textarea {
	width:				210px;
	height:				128px;
	font-size:			10px;
}

.send {
	position: relative;
	left: 400px;
	width: 117px;
	height: 33px;
	margin: 0;
	padding: 20px 0 20px 0;
}

/* end of contact */

.holder538 {
	width:				597px;
	float:				left;
	overflow:			hidden;
	margin:				0 19px 15px 0;
}
.holder538 .top {
	height:				4px;
	width:				597px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

.holder538 .content {
	width:				579px;
	float:				left;
	overflow:			hidden;
	padding:			6px 9px 10px 9px;
	margin:				0;
}

.holder538 .content * {
	float:				left;
}

.holder538 .content h1 {
	font-family:		arial;
	font-size:			35px;
	width:				417px;
	margin:				10px 0 5px 20px;
}

.holder538 .content h1 a {
	color:				#000;
}

.holder538 .content p {
	width:				417px;
	margin:				0 0 5px 20px;
	font-size:			10px;
	line-height:		14px;
}

.holder538 .content .order {
	float:				right;
	margin:				4px 10px 0 0;
}

.holder538 .content .more {
	text-transform:		uppercase;
	margin:				4px 0 0 20px;
	font-family:		arial;
	font-size:			14px;
	font-weight:		bold;
}

.holder538 .content .imgHolder {
	width:				123px;
	overflow:			hidden;
	margin:				0 10px 0 0;
}

.holder538 .content .txtHolder {
	width:				446px;
	overflow:			hidden;
	margin:				0;
}

.holder538 .content .txtHolder h3 {
	text-transform:		uppercase;
	margin:				0 0 2px 0;
	padding:			0;
	font-family:		arial;
	font-size:			14px;
	line-height:		16px;
	font-weight:		bold;
}

.holder538 .content .txtHolder p {
	width:				428px;
	margin:				0 0 2px 0;
}

.holder538 .content .txtHolder .more {
	margin:				4px 0 0 0;
}

.holder538 .bottom {
  height:				4px;
	width:				597px;
	font-size:		1px;
	line-height:	1px;
	float:				left;
	overflow:			hidden;
}
.article .holder538 .bottom {
  border-bottom: 2px solid #FFFFFF;
}
.holder159 {
	width:				159px;
	float:				left;
	overflow:			hidden;
	margin:				0 19px 15px 0;
}

.holder159 .top {
	height:				4px;
	width:				159px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

.holder159 .content {
	width:				137px;
	float:				left;
	overflow:			hidden;
	padding:			6px 11px 7px 11px;
	text-align:		center;
	margin:				0;
}

.holder159 .content img {
	margin:				0 0 6px 0;
}
.holder159 .content h3 {
	color:				#00a0db;
	font-size:    12px;
	font-family:	arial;
	margin:				0 auto;
	padding:			0;
	display:			inline;
}

.holder159 .content h3 img {
	margin:				0;
}

.holder159 .content h3 a {
	color:				#00A0DB;
}

.holder159 .bottom {
	height:				4px;
	width:				159px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

.holder405 {
	width:				405px;
	float:				left;
	overflow:			hidden;
	margin:				0 19px 15px 0;
}

.holder405 .top {
	height:				4px;
	width:				405px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

.holder405 .content {
	width:				387px;
	float:				left;
	overflow:			hidden;
	/*padding:			12px 9px 13px 9px;*/
	padding:			6px 11px 7px 11px;
	margin:				0;
}

.holder405 .content * {
	float:				left;
}

.holder405 .content a {
	float:				right;
}

.holder405 .content h2 {
	font-family:		Arial;
	font-size:			13px;
	line-height:		15px;
	font-weight:		bold;
	width:				195px;
	/*margin:				5px 0 7px 5px;*/
	margin:				0px 0 7px 5px;
	float:				left;
	text-transform:		uppercase;
}

.holder405 .content h2 a {
	color:				#000;
	float:				left;
}

.holder405 .content p {
	width:				195px;
	margin:				0 0 9px 5px;
	font-size:			10px;
	line-height:		13px;
	float:				left;
	padding:			0;
}

.holder405 .content .more {
	text-transform:		uppercase;
	margin:				4px 0 0 5px;
	font-family:		arial;
	font-size:			12px;
	font-weight:		bold;
	width:				195px;
	display:			block;
	float:				left;
}

.holder405 .bottom {
	height:				4px;
	width:				405px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

.holder150 {
	width:				150px;
	float:				left;
	overflow:			hidden;
	margin:				0 19px 10px 0;
}

.holder150 .top {
	height:				4px;
	width:				150px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

.holder150 .content {
	width:				150px;
	float:				left;
	overflow:			hidden;
	padding:			0 5px;
	text-align:			left;
	margin:				0;
}

.holder150 .content .date {
	font-size:			14px;
	margin:				7px 0 0 7px;
}

.holder150 .content p {
	margin:				3px 0 4px 7px;
}

.holder150 .content .more {
	text-transform:		uppercase;
	margin:				7px 0 4px 7px;
	font-family:		arial;
	font-size:			11px;
	font-weight:		bold;
	display:			block;
}

.holder150 .bottom {
	height:				4px;
	width:				150px;
	font-size:			1px;
	line-height:		1px;
	float:				left;
	overflow:			hidden;
}

/* start of navigation */

.navigation, .navigation ul {
	float: left;
  list-style:			none;
	margin:				0 0 20px;
	padding:			0;
	width:				146px;
}

.navigation li {
	float: left;
  text-transform:		uppercase;
	font-size:			12px;
	font-weight:		bold;
	font-family:		Comic sans MS;
	color:				#000;
	background-color:	#00a0db;
	padding:			8px;
	border-bottom:		2px solid #fff;
	width: 130px;
}

.navigation li a {
  float: left;
	color:				#fff;
}

.navigation .home {
float: left;
	background-color:	#00a0db;
	font-family:		Arial;
	font-size:			10px;
	margin:				0;
	padding:			8px 0 0 0;
	height:				30px;
  width: 146px;	
}

.navigation .searcher {
float: left;
	background:			#00a0db;
	margin:				0 0 -2px 0;
	padding:			8px 0 0 8px;
	font-family:		Arial;
	font-size:			10px;
	border-bottom:		none;
	position:			relative;
	top:				-2px;
	width: 138px;
}
.navigation .searchform {
float: left;
	background:			#00a0db;
	width: 130px;
}

.navigation .home a {
float: left;
	background:			#00a0db;
	background-image:	none;
	padding:			0 0 0 6px;
}

.navigation li ul {
float: left;
	margin:				2px 0 5px 0;
	width:				auto;
}

.navigation li ul li {
float: left;
	text-transform:		none;
	font-size:			12px;
	font-weight:		normal;
	font-family:		Arial;
	margin:				0 0 3px 0;
	background:			#00a0db url(/c2c/binary/icon_nav.gif) left top no-repeat;
	padding:			0 0 0 10px;
	border-bottom:		none;
  width: 120px;
}

.navigation li ul li a {
float: left;
	padding:			1px;
}

.navigation li ul li a:hover, .navigation li ul li a.hi {
float: left;
	background-color:	#fff;
	color:				#000;
	text-decoration:	none;
}

.navigation form {
	margin:				0 0 20px 0;
	background:			#00a0db;
	padding:			0 0 10px 0;
	float:				left;
	width: 138px;
}

.navigation .search {
width:				100px;
	margin:				5px 0 0 0;
}
.navigation .searchbutton, .article .searchbutton {
width:				19px;
	height:				17px;
	margin:				6px 0 0 4px;
}

.article .searchbutton {
	position:			relative;
	top:				-5px;
}

/* end of navigation */

/* start of language */
.lang {
  text-align: right;
  width:				150px;
	float:				left;
	overflow:			hidden;
	margin:				0 19px 7px 0;
}
.lang a {
  margin: 0 0 0 5px;
}

.weg {
	display:none;
}

.send2  {
	float:right;
	height:33px;
	margin:0;
	padding:20px 0;
	position:relative;
	width:117px;
}
.back {
	float:left;
	height:33px;
	margin:0;
	padding:20px 0;
	position:relative;
	width:117px;
}
.radioLeft {
	float: left;
	height:	12px;
	width: 12px;
	margin: 0px 5px 5px 5px;
	padding: 0;
	/*margin: 0 0 10px;*/
	color: #000;
}
/* end of language */