@charset "UTF-8";
@import url("../style/reset.css");
@import url("../style/text.css");
@import url("../style/960.css");
@import url("../style/royalslider.css");

/* ------------------------------------- Base ----------------------------------------- */

html, body {
	color:#737f99;
	-webkit-text-size-adjust:none;
	}

body {
	background-image:url(../image/bgrnd-body.gif);
	}

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

a:hover {
	text-decoration:underline;
}

h2, h3 {
	color:#306cbf;
	font-weight:300;
	/*text-shadow: #808080 0px 1px 1px;*/
}

strong {
	color:#4c5566;
}

br {
	margin:0;
}

hr.space {
	margin-bottom:40px;
}

.t1 {
	background-color:#CCC !important;
}

.t2 {
	background-color:#999 !important;
}

#toTop {
	bottom:10px !important;
	height: 30px;
	position:fixed;
	right:10px !important;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999');
	z-index:9990;
}

a.more {
	cursor: pointer;
	white-space:nowrap;
}
a.more:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid #00aaff;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: 0 6px 0 6px;
	position: relative;
	top: -1px;
}

strong.title {
	display: inline-block;
	max-width: 200px;
	min-width: 200px;
	position: relative;
	width: 200px;
}

blockquote {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
width: 85%;
margin-bottom: 20px;
padding-left: 10%;
line-height: 1.45;
position: relative;
color: #383838;
}

.grid_6 blockquote {
width: 75%;
padding-left: 20%;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 60px;
position: absolute;
left: 35px;
top: -15px;
color: #bfbfbf;
}

blockquote cite {
color: #999999;
font-size: 12px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}

/* ------------------------------------ Button ---------------------------------------- */

.button{
	color: #595959;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size:14px;
	font-weight:bold;
	display: block;
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	background: #f0f0f0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmM2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#f2f2f2 0%, #c2c6cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c2c6cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c2c6cc',GradientType=0 ); /* IE6-8 */
	border: solid 1px #b3b3b3;
	border-bottom-color:#808080;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#fff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#fff');
}
.button:hover{
	border: solid 1px #808080;
	color: #4d4d4d;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-8 */
	text-decoration:none;
	-webkit-transition: background 0.8s ease-out;
	-moz-transition: background 0.8s ease-out;
	-o-transition: background 0.8s ease-out;
	transition: background 0.8s ease-out;
}
.button:active {
	border: solid 1px #8c8c8c;
	background: #a8a8a8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YThhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#a8a8a8 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8a8), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8a8a8 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8a8a8 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8a8a8 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(top,  #a8a8a8 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
}
.left {
	margin: 0;
	border-right: solid 1px #bfbfbf;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.middle {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
	border-left: solid 1px #f1f1f1;
	border-right: solid 1px #bfbfbf;
}
.middle:hover,
.right:hover { border-left: solid 1px #808080 }
.middle:active,
.right:active { border-left: solid 1px #7f7f7f }
.right {
	border-left: solid 1px #f1f1f1;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.icon{
	padding: 0 10px;
}

.icon img{
	top:5px;
	position:relative;
}

.green{
	background: #008000;
	background: -moz-linear-gradient(top, #5ce55c 0%, #008000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ce55c), color-stop(100%,#008000));
	background: -webkit-linear-gradient(top, #5ce55c 0%,#008000 100%);
	background: -o-linear-gradient(top, #5ce55c 0%,#008000 100%);
	background: -ms-linear-gradient(top, #5ce55c 0%,#008000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ce55c', endColorstr='#008000',GradientType=0 );
	background: linear-gradient(top, #5ce55c 0%,#008000 100%);
	border: #388c38 solid 1px;
	color:#003300;
	text-shadow: 0 1px 0 #6cd96c;
}

.green:hover{
	background: -webkit-linear-gradient(top, #66ff66, #009900);
	background: -moz-linear-gradient(top, #66ff66, #009900);
	background: -ms-linear-gradient(top, #66ff66, #009900);
	background: -o-linear-gradient(top, #66ff66, #009900);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ff66', endColorstr='#009900',GradientType=0 );
	background: linear-gradient(top, #66ff66 0%,#009900 100%);
	color:#003300;
	text-shadow: 0 1px 0 #6cd96c;
}

.green:active{
	background: -webkit-linear-gradient(top, #137200, #1daf00);
	background: -moz-linear-gradient(top, #137200, #1daf00);
	background: -ms-linear-gradient(top, #137200, #1daf00);
	background: -o-linear-gradient(top, #137200, #1daf00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137200', endColorstr='#1daf00',GradientType=0 );
	background: linear-gradient(top, #137200 0%,#1daf00 100%);
	color:#003300;
	text-shadow: 0 1px 0 #6cd96c;
}

.blue{
	background: #57ccf7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3Y2NmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc3YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #57ccf7 0%, #0077b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57ccf7), color-stop(100%,#0077b3));
	background: -webkit-linear-gradient(top,  #57ccf7 0%,#0077b3 100%);
	background: -o-linear-gradient(top,  #57ccf7 0%,#0077b3 100%);
	background: -ms-linear-gradient(top,  #57ccf7 0%,#0077b3 100%);
	background: linear-gradient(to bottom,  #57ccf7 0%,#0077b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ccf7', endColorstr='#0077b3',GradientType=0 );
	border: #0281ae solid 1px;
	color:#0a1133;
	text-shadow: 0 1px 0 #80d5ff;
}

.blue:hover{
	background: #80dfff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwZGZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #80dfff 0%, #0088cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80dfff), color-stop(100%,#0088cc));
	background: -webkit-linear-gradient(top,  #80dfff 0%,#0088cc 100%);
	background: -o-linear-gradient(top,  #80dfff 0%,#0088cc 100%);
	background: -ms-linear-gradient(top,  #80dfff 0%,#0088cc 100%);
	background: linear-gradient(to bottom,  #80dfff 0%,#0088cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dfff', endColorstr='#0088cc',GradientType=0 );
	color:#0a1133;
	text-shadow: 0 1px 0 #80d5ff;
}

.blue:active{
	background: #008fb5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGZiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #008fb5 0%, #00aeff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fb5), color-stop(100%,#00aeff));
	background: -webkit-linear-gradient(top,  #008fb5 0%,#00aeff 100%);
	background: -o-linear-gradient(top,  #008fb5 0%,#00aeff 100%);
	background: -ms-linear-gradient(top,  #008fb5 0%,#00aeff 100%);
	background: linear-gradient(to bottom,  #008fb5 0%,#00aeff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fb5', endColorstr='#00aeff',GradientType=0 );
	color:#0a1133;
	text-shadow: 0 1px 0 #80d5ff;
}

.orange{
	background: #ffbf00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzU5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffbf00 0%, #b35900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbf00), color-stop(100%,#b35900));
	background: -webkit-linear-gradient(top,  #ffbf00 0%,#b35900 100%);
	background: -o-linear-gradient(top,  #ffbf00 0%,#b35900 100%);
	background: -ms-linear-gradient(top,  #ffbf00 0%,#b35900 100%);
	background: linear-gradient(to bottom,  #ffbf00 0%,#b35900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#b35900',GradientType=0 );
	border: #bf8f00 solid 1px;
	color:#591e00;
	text-shadow: 0 1px 0 #ffb266;
}

.orange:hover{
	background: #ffdf80;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGY4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjUwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffdf80 0%, #bf5000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdf80), color-stop(100%,#bf5000));
	background: -webkit-linear-gradient(top,  #ffdf80 0%,#bf5000 100%);
	background: -o-linear-gradient(top,  #ffdf80 0%,#bf5000 100%);
	background: -ms-linear-gradient(top,  #ffdf80 0%,#bf5000 100%);
	background: linear-gradient(to bottom,  #ffdf80 0%,#bf5000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf80', endColorstr='#bf5000',GradientType=0 );
	border: #d9a300 solid 1px;
	color:#591e00;
	text-shadow: 0 1px 0 #ffb266;
}

.orange:active{
	background: #bf5000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmNTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmJmNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bf5000 0%, #ffbf66 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf5000), color-stop(100%,#ffbf66));
	background: -webkit-linear-gradient(top,  #bf5000 0%,#ffbf66 100%);
	background: -o-linear-gradient(top,  #bf5000 0%,#ffbf66 100%);
	background: -ms-linear-gradient(top,  #bf5000 0%,#ffbf66 100%);
	background: linear-gradient(to bottom,  #bf5000 0%,#ffbf66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5000', endColorstr='#ffbf66',GradientType=0 );
	color:#591e00;
	text-shadow: 0 1px 0 #ffb266;
}

.red{
	background: #ff0000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#ff0000 0%, #3f0001 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#3f0001));
	background: -webkit-linear-gradient(top,  #ff0000 0%,#3f0001 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#3f0001 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#3f0001 100%);
	background: linear-gradient(top,  #ff0000 0%,#3f0001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#3f0001',GradientType=0 );
	border: #ff4141 solid 1px;
	color:#FFF;
	text-shadow: 0 1px 0 #000;
}

.red:hover{
	background: #b00003;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwMDAwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#b00003 0%, #ff4141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b00003), color-stop(100%,#ff4141));
	background: -webkit-linear-gradient(top,  #b00003 0%,#ff4141 100%);
	background: -o-linear-gradient(top,  #b00003 0%,#ff4141 100%);
	background: -ms-linear-gradient(top,  #b00003 0%,#ff4141 100%);
	background: linear-gradient(top,  #b00003 0%,#ff4141 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00003', endColorstr='#ff4141',GradientType=0 );
	color:#FFF;
	text-shadow: 0 1px 0 #000;
}

.red:active{
	background: #3f0001;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#3f0001 0%, #ff0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f0001), color-stop(100%,#ff0000));
	background: -webkit-linear-gradient(top,  #3f0001 0%,#ff0000 100%);
	background: -o-linear-gradient(top,  #3f0001 0%,#ff0000 100%);
	background: -ms-linear-gradient(top,  #3f0001 0%,#ff0000 100%);
	background: linear-gradient(top,  #3f0001 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0001', endColorstr='#ff0000',GradientType=0 );
	color:#FFF;
	text-shadow: 0 1px 0 #000;
}

.inactive:hover{
	border: solid 1px #b3b3b3;
	border-bottom-color:#808080;
	background: -webkit-linear-gradient(top, #f2f2f2, #c2c6cc);
	background: -moz-linear-gradient(top, #f2f2f2, #c2c6cc);
	background: -ms-linear-gradient(top, #f2f2f2, #c2c6cc);
	background: -o-linear-gradient(top, #f2f2f2, #c2c6cc);
	text-decoration:none;
}
.inactive:active {
	border: solid 1px #b3b3b3;
	border-bottom-color:#808080;
	background: -webkit-linear-gradient(top, #f2f2f2, #c2c6cc);
	background: -moz-linear-gradient(top, #f2f2f2, #c2c6cc);
	background: -ms-linear-gradient(top, #f2f2f2, #c2c6cc);
	background: -o-linear-gradient(top, #f2f2f2, #c2c6cc);
	text-decoration:none;
}
.right.inactive:hover{
	border-left: solid 1px #f1f1f1;
}

.selectbutton {
	border: 1px solid #c2c5cc;
	border-radius: 5px;
	color:#737f99;
	display:inline-block;
	text-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px #fff;
	padding: 4px 5px;
	white-space: nowrap;
	vertical-align: middle;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.selectbutton:hover {
	border-color: #999;
	background: #f0f0f0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmM2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#f2f2f2 0%, #c2c6cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c2c6cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c2c6cc',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	color:#4c5566;
	text-decoration:none
}
.selectbutton:active, .selectbutton:focus {
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	box-shadow: inset 0 1px 2px #aaa;
	background: linear-gradient(top,#E6E6E6 0,gainsboro 100%);
}
.selectbutton.down:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid #999;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 0 6px 0 6px;
	position: relative;
	top: -1px;
}
.selectbutton.down:hover:after {
	border-top-color: black;
}
.up:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 4px solid #999;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 0 6px 0 6px;
	position: relative;
	top: -1px;
}
.selectbutton.up:after:hover {
	border-top-color: #000 !important;
}

.centertext {
	float:none;
	margin:0 auto;
	text-align:center;
	width:250px;
}

/* ------------------------------------- Head ----------------------------------------- */

#header {
	height:70px;
}

#header h1{
	display:none;
}

#header #combase {
	background-size: 160px;
	background-image:url(../image/logo-combase.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:35px;
	position:relative;
	top:18px;
	width:160px;
}

#header #korona {
	background-image:url(../image/logo-korona.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:40px;
	position:relative;
	top:18px;
	width:180px;
}

.navbar {
	float:right;
	position:relative;
	top:18px;
	right:-10px;
}

.hiddennavbar {
	top:-60px;
}

.navbar .button{
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999');
}

.hiddennavbar {
	top:-60px;
}

input.search {
	background-color:#f2f2f2;
	background-image:url(../image/icon-search.png);
	background-position: -5px -7px;
	background-repeat:no-repeat;
	border-radius: 20px;
	border: 1px solid #b3b3b3;
	box-shadow: 0px 1px 0px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#fff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#fff');
	height:16px;
	margin-top:4px;
	padding-left:20px;
	padding-right:10px;
	width:40px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

input.search:focus {
	background-color:#fff;
	outline: none;
	width:85px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

/* -------------------------------------- Main ---------------------------------------- */

.box {
	background: #ffffff;
	color:#4c4c4c;
	font-size:1em;
	-moz-box-shadow: 0px 1px 4px #666;
	-webkit-box-shadow: 0px 1px 4px #666;
	box-shadow: 0px 1px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#666666');
	margin-bottom:20px;

}

.box.gradient {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUyZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e2e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e2e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e1e2e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e1e2e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e1e2e5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#e1e2e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e2e5',GradientType=0 ); /* IE6-8 */
}

.box.topimg {
	background-repeat:no-repeat;
	background-position: center top;
}

.box.last {
	padding-bottom: 40px;
}

div.box > .wp_syntax {
	margin-left:40px;
	width: 850px;
}

div.box > p,
div.box > ul,
div.box > ol,
div.box > form,
div.box > h2,
div.box > h3 {
	padding-left:40px;
	padding-right:40px;
}

div.box .single > p,
div.box .single > ul,
div.box .single > ol,
div.box .single > form,
div.box .single > h2,
div.box .single > h3 {
	padding-left:40px;
	padding-right:40px;
}

div.box > h2,
div.box > h3 {
	padding-top:40px;
}

div.box h3 a,
div.box h3 {
	color:#900;
	font-size:1.2em;
	font-weight:normal;
	text-shadow:none;
}

div.box > h2 {
	font-size:2.2em;
	margin-bottom:40px;
	text-shadow:none;
}

div.box > h3 {
	color:#306cbf;
	font-size:1.6em;
	font-weight:300;
}

div.box > h3.alternate {
	color:#900;
}

p.first,
h2.first,
h3.first {
	margin-top:40px;
}

h2.second {
	font-size:1.6em !important;
}

div.box .alpha p,
div.box .alpha fieldset,
div.box .alpha ul,
div.box .alpha ol,
div.box .alpha h2,
div.box .alpha h3 {
	padding-left:40px;
	padding-right:0;
}

div.box .omega p,
div.box .omega fieldset,
div.box .omega ul,
div.box .omega ol,
div.box .omega h2,
div.box .omega h3 {
	padding-left:0;
	padding-right:40px;
}

.section {
	background-image:url(../image/edge.png);
	background-repeat:no-repeat;
	background-position:center top;
	border:none;
	padding-top:20px;
	position: relative;
}

table.subnav {
	border-collapse: separate;
	margin:0;
	margin-left: 30px;
	margin-top: 40px;
	padding:0;
	height:30px;
	line-height:30px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 860px;
}

table.subnav  tr td {
	border-left: 1px solid #e6e6e6;
	text-align: center;
}

table.subnav  tr td:first-child {
	border-left-width: 0px;
}

table.subnav  tr td:hover {
	background-color: #f2f2f2;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

table.subnav  a {
	color: #333333;
	display: block;
	position: relative;
	width: 100%;
}

table.subnav  a:hover {
	color:#3399ff;
	text-decoration: none;
}

table.specs {
	border-collapse: separate;
	margin:0;
	margin-left: 40px;
	margin-top: 40px;
	padding:0;
	height:30px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 860px;
}

table.specs th{
	border-left: 1px solid #fff;
	font-size: 1.8em;
	font-weight: 100;
	letter-spacing: 1.5px;
	line-height:30px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

table.specs th:first-child {
	font-weight: 300;
}

table.specs th.one{
	background: #25a401;
	background: -moz-linear-gradient(top, #27df03 0%, #208f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27df03), color-stop(100%,#208f00));
	background: -webkit-linear-gradient(top, #27df03 0%,#208f00 100%);
	background: -o-linear-gradient(top, #27df03 0%,#208f00 100%);
	background: -ms-linear-gradient(top, #27df03 0%,#208f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27df03', endColorstr='#208f00',GradientType=0 );
	background: linear-gradient(top, #27df03 0%,#208f00 100%);
	color:#FFF;
	text-shadow: 0 -1px 1px #0b4000;
	width: 200px;
}

table.specs th.two{
	background: #57ccf7;
	background: -webkit-linear-gradient(top, #57ccf7, #01a0d9);
	background: -moz-linear-gradient(top, #57ccf7, #01a0d9);
	background: -ms-linear-gradient(top, #57ccf7, #01a0d9);
	background: -o-linear-gradient(top, #57ccf7, #01a0d9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6be0ff', endColorstr='#04a5f0',GradientType=0 );
	background: linear-gradient(top, #6be0ff 0%,#04a5f0 100%);
	color:#FFF;
	text-shadow: 0 -1px 1px #003673;
	width: 200px;
}

table.specs th.three{
	background: #ffbf66;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjUwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#ffbf66 0%, #bf5000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbf66), color-stop(100%,#bf5000));
	background: -webkit-linear-gradient(top,  #ffbf66 0%,#bf5000 100%);
	background: -o-linear-gradient(top,  #ffbf66 0%,#bf5000 100%);
	background: -ms-linear-gradient(top,  #ffbf66 0%,#bf5000 100%);
	background: linear-gradient(top,  #ffbf66 0%,#bf5000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf66', endColorstr='#bf5000',GradientType=0 );
	color:#FFF;
	text-shadow: 0 -1px 1px #402300;
	width: 200px;
}

table.specs td {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

table.specs tbody td:first-child {
	background: #e5e5e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border-left: none;
	color: #8c8c8c;
	font-weight: normal;
	padding-left: 10px;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
}

table.specs tr:nth-child(even) {
    background-color: #fafafa;
}

table.specs a.button {
    float: none;
    margin: 0 auto;
    width: 100px;
}

table.specs tfoot td {
	height: 110px;
	text-align: center;
	vertical-align: middle;
}

table.specs tfoot td:first-child {
    border: 0 solid;
}

table.specs .price td{
	color: #ff9900;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 1.5px;
}

table.specs .price td .button{
	font-size: 0.6em !important;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.specs .price td:first-child{
	color: #8c8c8c;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: normal;
}

table.specs .footnote{
	color: #cccccc;
	font-size: 0.45em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	padding: 10px;
	padding-bottom: 0;
}


table.specs td.sline{
	color: #4c4c4c !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
}

/* ------------------------------------- Start --------------------------------------- */

div#intro {
	height:450px;
	padding:0;
}

.royalSlider.standard {
	height:450px;
	overflow:hidden;
	position:relative;
	width:940px;
}
.royalSlider.standard .royalWrapper {
	overflow:hidden;
	position:relative;
	background: #e6e6e6 url(../image/bgrnd-slider.png) repeat top left;
	width:100%;
	height:100%;
}
.royalSlider.standard .arrow{
	background:url(../image/control-sliderarrow.png) no-repeat 0 0;
	width: 50px;
	height: 100%;
	top:45px;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index:25;
}
.royalSlider.standard .arrow.left{
	background-position: 0px center;
	border: 0px solid #FFF !important;
	left: 0;
}
.royalSlider.standard .arrow.left:hover{
	background-position: -100px center;
}
.royalSlider.standard .arrow.right{
	background-position: -50px center;
	border: 0px solid #FFF !important;
	right: 0;
}
.royalSlider.standard .arrow.right:hover{
	background-position: right center;
}
.royalSlider.standard .arrow.disabled {
	/*display:none !important;*/
}
.royalSlider.standard .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
}
.royalSlider.standard .royalControlNavOverflow a{
	background: url(../image/control-bullet.png) no-repeat 0 0 transparent;
	width:17px;
	height:17px;
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	text-indent:-9999px;
}
.royalSlider.standard .royalControlNavOverflow a:hover{
	background-position: 0 -15px !important;
}
.royalSlider.standard .royalControlNavOverflow a.current {
	background-position: 0 -30px !important;
}
.royalSlider.standard .royalCaption {
	z-index:20;
	display:block;
	position:absolute;
	left:0;
	text-shadow:#000 0 1px 2px;
	top:0;
	color:#FFF;
	white-space: nowrap;
}
.royalSlider.standard .royalCaptionItem {
	clear:both;
	font-size:2.5em;
	font-weight:300;
	line-height:1.5em;
	position:relative;
	margin:0;
}
.royalSlider.standard .royalCaptionItem.small {
	font-size:1.6em;
	line-height:1.2em;
}
.royalSlider.standard .royalCaptionItem .button {
	font-size:13px;
	font-weight:normal;
	line-height:30px;
}

.titleteaser,
.teaser {
	overflow:hidden;
	padding:0;
	position:relative;
}

.titleteaser img,
.teaser img{
	position:relative;
}

.titleteaser h2.static{
	color: #ffffff;
	margin-top: -400px;
	margin-left: 450px;
	position: relative;
	width: 410px;
	z-index: 100;
}
.titleteaser p.static{
	color: #ffffff;
	margin-top: -50px;
	margin-left: 700px;
	position: relative;
	width: 410px;
	z-index: 100;
}

.teaser {
	height:180px;
}

.teasertext {
	color: #666666;
	padding: 10px;
	position:relative;
	text-decoration: none;
	top:85px;
	z-index:999;
}

.bigteaser {
	background-position: -350px -125px;
	background-repeat:no-repeat;
}

.bigteaser h2{
	font-size:1.8em !important;
	margin-top:120px;
	margin-bottom:20px !important;
}
.bigteaser h2 a{
	color:#900;
}
.bigteaser h2 a:hover{
	text-decoration:none;
}

div#corpnews {
	padding-top:10px;
	padding-bottom:0px;
}

div#corpnews>div{
	height: 100%;
}

div#corpnews h3 {
	color:#306cbf;
	font-size:22px;
	font-weight:300;
	text-shadow: #a6a6a6 0px 1px 1px;
	padding-top:0px;
	margin-bottom:10px;
}

div#ticker ul {
	list-style: none;
	padding-left:10px;
}

div#ticker ul li{
	font-size:14px;
	line-height:24px;
}

div#ticker ul li:before {
	content: "\25BA \0020";
	color:#900;
	font-size:0.9em;
	padding-right:5px;
}

div#ticker {
	padding-left:40px;
	padding-right:40px;
	margin-bottom:20px;
}


div#routing {
	padding-top:10px;
	padding-bottom:0px;
}


div#routing h3 {
	color:#306cbf;
	font-size:22px;
	font-weight:300;
	text-shadow: #a6a6a6 0px 1px 1px;
	padding-top:0px;
	margin-bottom:10px;
}

div#routing ul {
	list-style: none;
}

div#routing ul li{
	font-size:14px;
	line-height:20px;
}

div#routing ul li:before {
	content: "\25BA \0020";
	color:#900;
	font-size:0.9em;
	padding-right:5px;
}

div#routing a:hover {
	text-decoration: none;
}

div.detailbox {
	background-color:#f2f2f2;
	border: 1px #e9e9e9 solid;
	margin-bottom: 20px;
	padding: 40px;
}
.alpha div.detailbox {
	margin-left: 40px;
}
.omega div.detailbox {
	margin-right: 40px;
}
div.detailbox h3{
	margin-left: 0 !important;
	padding-left: 0 !important;
}

div.detailbox ul {
	list-style: none;
	margin-left:0 !important;
	padding-left:0 !important;
}

div.detailbox ul li{
	font-size:14px;
	line-height:24px;
	margin-left:0 !important;
	padding-left:0 !important;
}

div.detailbox ul li:before {
	content: "\25BA \0020";
	color:#900;
	font-size:0.9em;
	padding-right:5px;
}

/* ------------------------------------ Overview -------------------------------------- */

.oviewteaser{
	height:300px;
	overflow:hidden;
}

.oviewteaser img{
	position: relative;
}

/* ------------------------------------- Detail --------------------------------------- */

#posdetail {
	background-image:url(../image/bgrnd-pos-big.jpg);
}
#entrydetail {
	background-image:url(../image/bgrnd-entry-big.jpg);
}
#resourcedetail {
	background-image:url(../image/bgrnd-resource-big.jpg);
}
#skizzehgg {
	background-image:url(../image/bgrnd-skizze1-big.jpg);
}
#skizzeas {
	background-image:url(../image/bgrnd-skizze2-big.jpg);
}
#skizzezh {
	background-image:url(../image/bgrnd-skizze3-big.jpg);
}
#skizzeze {
	background-image:url(../image/bgrnd-skizze4-big.jpg);
}
#about {
	background-image:url(../image/bgrnd-about-big.jpg);
}
#friendsbonus {
	background-image:url(../image/bgrnd-friendsbonus-big.jpg);
}
#retailnow {
	background-image:url(../image/bgrnd-vegas-big.jpg);
}
#payment {
	background-image:url(../image/bgrnd-payment-big.jpg);
}
#shop {
	background-image:url(../image/bgrnd-shop-big.jpg);
}
#gears {
	background-image:url(../image/bgrnd-gears-big.jpg);
}
#genius {
	background-image:url(../image/bgrnd-genius-big.jpg);
}
#freizeitpark {
	background-image:url(../image/bgrnd-freizeitpark-big.jpg);
}
#gastronomie {
	background-image:url(../image/bgrnd-gastronomie-big.jpg);
}
#franchise {
	background-image:url(../image/bgrnd-franchise-big.jpg);
}
#convinience {
	background-image:url(../image/bgrnd-convinience-big.jpg);
}
#npapers {
	background-image:url(../image/bgrnd-npapers-big.jpg);
}
#music {
	background-image:url(../image/bgrnd-music-big.jpg);
}
#tank {
	background-image:url(../image/bgrnd-tank-big.jpg);
}
#back {
	background-image:url(../image/bgrnd-back-big.jpg);
}
#charlotten {
	background-image:url(../image/bgrnd-charlotten-big.jpg);
}
#italia {
	background-image:url(../image/bgrnd-italia-big.jpg);
}
#ody {
	background-image:url(../image/bgrnd-ody-big.jpg);
}
#meyer {
	background-image:url(../image/bgrnd-meyer-big.jpg);
}
#schnitzel {
	background-image:url(../image/bgrnd-schnitzel-big.jpg);
}
#pleder {
	background-image:url(../image/bgrnd-pleder-big.jpg);
}
#eurocis {
	background-image:url(../image/bgrnd-eurocis-big.jpg);
}

.topimg > div h2{
	font-size:2.2em;
	margin-top:290px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:40px;
	text-shadow:none;
}

.topimg > div h3{
	font-size:1.6em;
	margin-top:0px;
	padding-top:0px;
	padding-left:40px;
	text-shadow:none;
}

.topimg_group{
	height:400px;
	overflow:hidden;
}

.topimg_group img{
	position: relative;
}

.royalSlider.group {
	background: none;
	height:160px;
	overflow:hidden;
	margin-left:40px;
	padding-top:20px;
	padding-bottom:40px;
	position:relative;
	width:860px;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	background: none;
}
.royalSlider.group .royalWrapper {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
}
.royalSlider.group .arrow{
	background:url(../image/control-sliderarrow-2.png) no-repeat 0 0;
	width: 50px;
	height: 100%;
	top:45px;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index:25;
}
.royalSlider.group .arrow.left{
	background-position: 0px center;
	border: 0px solid #FFF !important;
	left: 0;
}
.royalSlider.group .arrow.left:hover{
	background-position: -100px center;
}
.royalSlider.group .arrow.right{
	background-position: -50px center;
	border: 0px solid #FFF !important;
	right: 0;
}
.royalSlider.group .arrow.right:hover{
	background-position: right center;
}
.royalSlider.group .arrow.disabled {
	display:none !important;
}
.royalSlider.group .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
}
.royalSlider.group .royalControlNavOverflow a{
	background: url(../image/control-bullet.png) no-repeat 0 0 transparent;
	width:17px;
	height:17px;
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	text-indent:-9999px;
}
.royalSlider.group .royalControlNavOverflow a:hover{
	background-position: 0 -15px !important;
}
.royalSlider.group .royalControlNavOverflow a.current {
	background-position: 0 -30px !important;
}
.royalSlider.group .royalCaption {
	z-index:20;
	display:block;
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
}
.royalSlider.group .royalImage {
	margin:0;
}
.royalSlider.group .royalCaptionItem {
	float:left;
	line-height:1.5em;
	position:relative;
	margin:0;
	margin-left:26px;
	margin-right:26px;
	margin-top:0px;
	text-align:center;
	width:120px;
}
.royalSlider.group a {
	color:#4c4c4c;
}
.royalSlider.group a:hover {
	text-decoration:none;
}

/* ------------------------------------ Carousel -------------------------------------- */

.box.carousel{
	overflow:hidden;
	text-align:center;
}
.box.carousel h2,
.box.carousel h3{
	margin: 0;
	padding: 0;
}
.box.carousel h2{
	margin-top: 20px;
}
.box.carousel h3{
	color:#900;
}
.roundabout-holder {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 460px;
  width: 100%;
}
.roundabout-moveable-item {
  height: 400px;
  width: 500px;
  cursor: pointer;
  margin:0;
}
.roundabout-moveable-item img{
  width: 100%;
}

.roundabout-in-focus {
  cursor: auto;
}

/* ----------------------------------- Imageshuffle ----------------------------------- */

div.imgshuffle {
	overflow: hidden;
	position:relative;
}

div.imgshuffle ul {
 	list-style: none;
 	padding: 0px;
 	margin: 0px;
 	position: relative;
 }

div.imgshuffle li {
 	margin: 0px;
 	padding: 0px;
 	position: absolute;
}

div.imgshuffle img {
	cursor:pointer;
	position: absolute;
 	left: 0px;
 	top: 0px;
	width: 100%;
	}

div.imgshuffle .border_left {
	background: -moz-linear-gradient(left,	 rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,	rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,	rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(left,	rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

div.imgshuffle .border_right {
	background: -moz-linear-gradient(left,	 rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,	rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,	rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,	rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.border_top {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	height: 50px;
	left: -10px;
	position: relative;
	top: 50px;
	width: 100%;
	z-index: 100;
}

.border_bottom {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	height: 50px;
	left: -10px;
	position: relative;
	top: -50px;
	width: 100%;
	z-index: 100;
}

img.thumb {
	cursor:pointer;
}

.overlay {
	display:none;
	z-index:10000;
}

.modal {
	background: #fff;
	border:#e5e5e5 1px solid;
	border-radius: 5px;
	color:#4c4c4c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #808080;
	-webkit-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;
	max-width:600px;
	padding: 30px;
	text-shadow:none;
}

/* -------------------------------------- Modul --------------------------------------- */

div.modul h3 {
	font-size: 1.6em;
	font-weight:300;
	margin-top:40px;
}

div.modul div.grid_2 img {
	margin-left:20px;
}

div.modul div.grid_10 a:hover {
	text-decoration: none !important;
}

div.modul p,
div.modul ul{
	margin-bottom:40px;
}

/* -------------------------------------- KMenu --------------------------------------- */

#screensslider {
	height:450px;
	overflow:hidden;
}

.royalSlider.standard.screens .royalWrapper {
	background: #e6e6e6 url(../image/bgrnd_kmenu_title.jpg) repeat top left;
}

.royalSlider.standard.screens .royalCaptionItem {
	font-size: 1.9em;
}

.royalSlider.standard.screens .royalCaptionItem.small {
	font-size:1.6em;
	line-height:1.2em;
}

.appstore{
	background: #1f5299;
	background: -moz-linear-gradient(top, #1f5299 0%, #0d101a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f5299), color-stop(100%,#0d101a));
	background: -webkit-linear-gradient(top, #1f5299 0%,#0d101a 100%);
	background: -o-linear-gradient(top, #1f5299 0%,#0d101a 100%);
	background: -ms-linear-gradient(top, #1f5299 0%,#0d101a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5299', endColorstr='#0d101a',GradientType=0 );
	background: linear-gradient(top, #1f5299 0%,#0d101a 100%);
	border: #5285cc solid 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor:pointer;
	float:right;
	height:50px;
	left:0px;
	position:relative;
	text-align:center;
	top:0px;
	width:160px;
}

.appstore a img{
	margin-top:5px;
}
/* -------------------------------------- Scene --------------------------------------- */
.scene {
	height: 350px;
	margin-left: -10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}


/* -------------------------------------- Forms --------------------------------------- */

div.wpcf7{
	padding-left: 40px;
	padding-right: 40px;
}

div.wpcf7 br{
	display:none;
}

div.wpcf7 textarea{
	width:95%;
	margin-bottom:20px;
}

fieldset{
	background-color:#f2f2f2;
	border: 1px #e9e9e9 solid;
	clear:both;
	margin-bottom:20px;
	padding:10px;
	padding-left:180px;
	position:relative;
	}

fieldset legend{
	color:#000;
	font-weight:bold;
	margin-left:-165px;
	margin-top:0px;
	position:absolute;
	}

fieldset label{
	float: left;
	min-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	}

fieldset input, fieldset select{
	display:block;
	margin-bottom:10px;
	position:relative;
	}

.wpcf7-checkbox,
.wpcf7-radio {
	display: block;
	margin-left:200px;
	}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
	display: block;
	float: left;
	overflow: hidden;
	width: 130px;
	}

.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item input{
	display: inline;
	}

/* ---------------------------------- MembersArea ------------------------------------ */

#widget1 {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 40px;
}

/* ----------------------------------- CloudLogin ------------------------------------ */

.cloudlogin {
    background-color: #e5e5e5;
    height: 400px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 600px;
}
.loginhead {
    background-color: #999999;
    background-image: url(../image/bluesky.jpg);
    background-position: -400px -400px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
    float: left;
    height: 100%;
    text-align: right;
    width: 200px;
}
.rbutton,.lbutton {
    cursor: pointer;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    text-shadow: #000 0px 1px 1px;
}
.lbutton {
    right: 20px;
    top: 75px;
}
.rbutton {
    right: 20px;
    top: 110px;
}
.loginform {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    height: 100%;
    width: 400px;
}
.registerform {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    float: right;
    height: 100%;
    width: 400px;
}
.arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #999;
    border-right:  12px solid transparent;
    border-bottom:12px solid transparent;
    margin: 0;
    position: relative;
    top: -1px;
    float: left;
}
.loginform .arrow {
    border-left: 12px solid #023479;
    margin-top: 160px;
}
.registerform .arrow {
    border-left: 12px solid #025196;
    margin-top: 220px;
}
.cloudlogin .loginform form {
    position: absolute;
    left: 250px;
    top: 160px;
}
.cloudlogin .registerform form {
    position: absolute;
    left: 250px;
    top: 220px;
}
.cloudlogin form label{
    float: left;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
}
.cloudlogin form input, .cloudlogin form select{
    width: 180px;
}
.cloudlogin form input.button{
    margin-top: 20px;
    margin-left: 105px;
}
.cloudlogin .description{
    margin-left: 50px;
    margin-right: 40px;
    margin-top: 40px;
}
.cloudlogin .error{
    background-color: #e5cece;
    border: 1px solid #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #990000;
    position: relative;
    text-align: center;
    top: 300px;
    margin: auto auto;
    width: 290px;
}

.cloudlogin .wpcf7-mail-sent-ok{
    background-color: #c7d7c5;
    color: #0c8000;
}

.cloudlogin .wpcf7-response-output{
    border-width: 1px !important;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 !important;
    margin-top: 60px !important;
    margin-right: 40px !important;
    position: relative;
    text-align: center;
}

/* ----------------------------------- Breadcrumbs ------------------------------------ */

#breadcrumb ul {
	height:30px;
	line-height:30px;
	border: 1px solid #c2c5cc;
	border-radius: 5px;
	font-size:0.85em;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

#breadcrumb ul li {
	list-style-type:none;
	margin-left:10px;
	padding-left:0px;
	display:inline-block;
	float:left;
}

#breadcrumb ul a {
	color:#737f99;
	display:inline-block;
	background-image:url(../image/bcrumb-separator.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	outline:none;
}

#breadcrumb ul a:hover {
	color:#3399ff;
	text-decoration: none;
}

#breadcrumb img {
	border:none;
	margin: 7px 0px;
}

/* ------------------------------------- Footer --------------------------------------- */

#footer {
	font-size: 0.85em;
	padding-bottom:40px;
}

#footer .selectbutton img{
	margin-right:5px;
}

#sociallinks {
	text-align:right;
}

#sitechange {
	background-color:#d4d5d9;
	background-image:url(../image/top_shadow.png);
	background-repeat:repeat-x;
	border-top: 1px solid #a6a6a6;
	display:none;
	height:100px;
	padding:20px;
}
#sitechange ul {
	list-style: none;
}
#sitechange ul li{
	float:left;
	padding:0;
	margin:0;
	margin-right:30px;
}
#sitechange ul li img{
	margin-right: 10px;
}
#sitechange ul li a{
	color:#306cbf
}

/* ------------------------------------- Hub --------------------------------------- */

body.hub {
	background-color: #fff;
	background-image:none;
	width: 100%;
	height: 100%;
}
body.hub #wrapper {
	width: 940px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body.hub #main{
	display: none;
	height: 560px;
	margin-top: -275px;
	position: absolute;
	top: 50%;
	width: 960px;
}
body.hub #combase{
	cursor: default !important;
}
body.hub h1{
	margin: 0;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0;

}
div.hub {
	background-size: 380px 235px;
	height: 220px;
	padding: 0;
	position: relative;
}

div.hub.handel {
	background-image: url(../image/bgrnd_hub_einzelhandel.jpg);
}
div.hub.franchise {
	background-image: url(../image/bgrnd_hub_franchising.jpg);
}
div.hub.fpark {
	background-image: url(../image/bgrnd_hub_freizeitpark.jpg);
}
div.hub.museum {
	background-image: url(../image/bgrnd_hub_museum.jpg);
}

div.hub h2,
div.hub h3,
div.hub p{
	margin: 0;
	padding: 0;
}

div.hub h2{
	color: #fff;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #262d4d; /* layer fill content */
	font-size: 22px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin-left: 205px;
	margin-top: 20px;
	padding-left: 20px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5); /* drop shadow */
	width: 155px;
}
div.hub h3{
	background-color: #dadee5; /* layer fill content */
	border-bottom: solid 5px #121d33;
	bottom: 0;
	color: #121d33;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	opacity: .90; /* layer alpha */
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	width: 360px;
	white-space: nowrap;
}
div.hub p{
	background-color: #ffffff;
	bottom: 45px;
	color: #121d33;
	font-size: 14px;
	height: 55px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	opacity: .90; /* layer alpha */
	position: absolute;
	width: 360px;
}
body.hub div.footer {
	font-size: 11px;
	text-align: center;
}

/* ---------------------------------- Design 2013 ------------------------------------ */

.navcontact h2,
.navcontact h3{
	border-left: 1px solid #8fa7bf;
	color: #697b8c;
	font-size: 14px;
	line-height: 15px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-left: 15px;
}
.navcontact h2{
	margin-top: 20px;
}
.navcontact h3{
	color: #4d5966;
	font-weight: bold;
}

#footer h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li a{
	color: #737f99;
}

.mediumheader {
	height: 280px;
}

.mediumheader .hliner{
	background-color: #262d4d;
	color: #fff !important;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	height: 80px;
	margin-top: 190px;
	width: 500px;
}

.mediumheader .hliner h2{
	color: #fff;
	font-size: 35px;
	font-weight: 100;
	line-height: 45px;
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

.mediumheader .hliner h2.small{
	font-size: 22px;
	font-weight: 300;
	line-height: 27px;
	padding-top: 3px;
	padding-right: 10px;
}

.mediumheader .hliner h3{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

.mediumheader .hliner h3.quote {
	font-size: 13px;
	font-style: italic;
	margin-top: -8px;
	padding-right: 20px;
	text-align: right;
}

.mediumheader .haction{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	height: 258px;
	margin: 0;
	margin-top: 10px;
	opacity: 0.90;
	padding: 0;
	width: 288px;
}

.mediumheader .haction input.text{
	width: 235px !important;
}


.simpleform{
	padding-left: 0;
}

.actionbox{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0px 1px 4px #666;
	-webkit-box-shadow: 0px 1px 4px #666;
	box-shadow: 0px 1px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#666666');
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.actionbox h4{
	color: #990000 !important;
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}

.actionbox h3{
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 15px;
	padding: 0 !important;
}

.actionbox h2{
	font-size: 19px;
	line-height: 24px;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0 !important;
}

.actionbox p{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:10px;
	line-height: 15px;
	padding: 0 !important;
}

.simpleform textarea,
.simpleform input.text,
.actionbox textarea,
.actionbox input.text{
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 245px !important;
}

.simpleform textarea,
.actionbox textarea{
	height: 50px;
	padding-top: 5px;
}

.mediumheader .actionbox input.text{
	width: 235px;
}

.actionbox button,
.actionbox input.button{
	float: none;
	width: 225px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

.simpleform input.button,
.simpleform input.text
{
	float: none;
	margin: 10px auto;
}

.simpleform label{
	color: #000;
	display: block;
	float: none;
	font-weight: bold;
	margin-left: 50px;
	width: auto;
}

.mediumheader .actionbox button,
.mediumheader .actionbox input.button{
	margin-left: 35px;
	margin-right: 35px;
}

.actionbox .disclaimer{
	font-size: 11px;
	text-align: center;
}

.actionbox .disclaimer img{
	margin-top: -5px;
	margin-right: 5px;
}

.actionbox .wpcf7{
	margin: 0;
	padding: 0;
}

.actionbox .wpcf7 p{
	margin: 0;
	padding: 0;
}

ul.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.iconlist li.listelement{
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: -20px 0;
	margin: 0;
	padding: 0;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}

li.listelement.label{
	background-image: url(../image/label.png);
}

li.listelement.coins{
	background-image: url(../image/coins.png);
}

li.listelement.speed{
	background-image: url(../image/performance.png);
}

li.listelement.gov{
	background-image: url(../image/gov.png);
}

li.listelement.moneyback{
	background-position: -3px 0 !important;
	background-size: 13% !important;
	background-image: url(../image/moneyback-badge.png);
}

div.teaser2 {
	background-size: 300px 180px;
	height: 180px;
	padding: 0;
	position: relative;
}

div.teaser2.basic {
	background-image: url(../image/bgrnd_teaser_basic.jpg);
}
div.teaser2.bbasic {
	background-image: url(../image/bgrnd_teaser_bbasic.jpg);
}
div.teaser2.cloud {
	background-image: url(../image/bgrnd_teaser_cloud.jpg);
}
div.teaser2.filial {
	background-image: url(../image/bgrnd_teaser_filial.jpg);
}
div.teaser2.bfilial {
	background-image: url(../image/bgrnd_teaser_bfilial.jpg);
}

div.teaser2 h2,
div.teaser2 h3,
div.teaser2 p{
	margin: 0;
	padding: 0;
}

div.teaser2 h3{
	color: #fff;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #262d4d; /* layer fill content */
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-left: 150px;
	margin-top: 20px;
	padding-left: 10px;
	width: 140px;
}
div.teaser2 p{
	background-color: #fff; /* layer fill content */
	border-bottom: solid 5px #262d4d;
	bottom: 0;
	color: #262d4d;
	font-size: 15px;
	font-weight: normal;
	height: 50px;
	line-height: 20px;
	opacity: .90; /* layer alpha */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	width: 280px;
}

.feedbackbar {
	background: #f0f0f0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmM2Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#f2f2f2 0%, #c2c6cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c2c6cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#c2c6cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c2c6cc',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0px 0px 8px #555555;
	-webkit-box-shadow: 0px 0px 8px #555555;
	box-shadow: 0px 0px 8px #555555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#555555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#555555');
	border-bottom: 1px solid #818181;
	height: 45px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 999;
}

.feedbackbar h1{
	display:none;
}

.feedbackbar .logo {
	background-size: 160px;
	background-image:url(../image/logo-combase.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:35px;
	position:relative;
	top:5px;
	width:160px;
}

.feedbackbar h2,
.feedbackbar h3{
	border-left: 1px solid #8fa7bf;
	color: #697b8c;
	font-size: 16px;
	line-height: 15px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-left: 15px;
}
.feedbackbar h2{
	color: #243e59;
	font-weight: normal;
	margin-top: 8px;
}
.feedbackbar h3{
	color: #990000;
	font-weight: bold;
}
.feedbackbar p{
	color: #243e59;
	font-size: 16px;
	font-weight: normal;
	line-height: 43px;
	text-align: right;
}
.feedbackbar p .button{
	display: inline-block;
	float: none;
	height: 30px;
	line-height: 30px;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-moz-box-shadow: 0px 1px 0px #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #e5e5e5;
	box-shadow: 0px 1px 0px #e5e5e5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#e5e5e5')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#e5e5e5');
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#666;
}
input:-moz-placeholder,
textarea:-moz-placeholder
 {
  color:#000;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE10 */
  color:#666;
}
input.placeholder,
textarea.placeholder {
  color:#666;
}

.commentmetadata {
	font-size: 16px !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

p.posttags a {
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #4d4d4d;
  font-weight: normal;
  line-height: 27px;
  padding: 3px;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

p.posttags a:hover {
  background-color: #cccccc;
  border: 1px solid #b3b3b3;
  color: #000;
  text-decoration: none;
}

/* --------------------------------- WordPress Core ---------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
	clear: both;
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 40px;
}

.wp-caption.alignright {
    margin: 5px 40px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* --------------------------------- Landing Page ---------------------------------- */

.lp h2{
	margin-bottom: 20px !important;
}

.lp h3{
	font-size: 18px !important;
	line-height: 18px;
}

.lp ul{
	padding: 0 !important;
}

.lp li{
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.lp fieldset {
	margin-right: 40px;
	padding: 20px !important;
}

.lp fieldset p{
	margin: 0 !important;
	padding: 0 !important;
}

.lp fieldset .button{
	clear: both;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.lp fieldset input.text,
.lp fieldset select{
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 175px !important;
}

.lp fieldset input.single{
	clear: both;
	float: none;
	margin: 10px auto;
	width: 220px !important;
}

.lp fieldset select{
	margin-right: 10px;
}

.lp .section{
	margin-top: 30px !important;
}

.lp .alpha img{
	margin-left: 40px !important;
}