/* including other styles follow */
@import url("font-opensans.css");
@import url("font-quicksand.css");


/* --- general resets --------------------- */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, 
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu,
nav, section, summary, time, mark, audio, video, embed, object {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-variant: normal;
	text-transform: none;
	speak: none;
}
body {
	font-size: 13px;
	line-height: 22px;
	font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
	height: auto !important;
	overflow: visible;
}

.info {
	font-size: 12px;
	line-height: 22px;
	font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
	font-style: italic;
	height: auto !important;
	color: grey;
	overflow: visible;
}

h1, h2, h3 {
    color: #13b0f3;
    font-family: "Quicksand","Open Sans","Helvetica","Tahoma","Arial",sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
h1 {
    font-size: 24px;
    line-height: 28px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px; 
	line-height: 28px;
}
h3 {
	font-size: 18px; 
	line-height: 22px;
}
p {
	font-size: 13px;
	line-height: 22px;
	font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
	color: #333333;
	font-weight: 500;
	margin-top: 15px;
}
p:first-child {
	margin-top: 0px;
}
p:before {
	width: 30px;
	display: inline-block;
}
ul {
	list-style-type: square;
	padding-left: 15px;
}
ul li {
	font-size: 13px;
	line-height: 22px;
	padding-left: 5px;
}
ul li ul {
	padding-left: 0px;
}
ul li ul li {
	list-style-type: none;	
	padding-left: 0px;
}
ul li ul li:before {
	content: "- ";
}
table {
	max-width: 800px;
	color: #333333;
}
table.contenttable {
	width: 100%;
	background-color: #FFFFFF;
	border-spacing: 2px;
}
.contenttable th, .contenttable td {
	padding: 10px;
}
.contenttable td.headline { background-color: #383b47; color: #ffffff; }
.contenttable td.hellgrau { background-color: #e7e8ea; }
.contenttable td.dunkelgrau { background-color: #dbdcde; }
.contenttable tr.tr-even td { background-color: #dfe0e4; }

hr {
    background: #cccccc none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 10px 0 4px 0; 
}

/* --- Header --------------------- */
.lngchange {
	height: 30px;
	width: 100%;
	background-color: #bfc0c4;
}
.lngchange a {
	color: #333;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 11px;
	margin-right: 10px;
}
.lngchange a.de {
	background: transparent url('../images/icn_de.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 1px;
	padding-left: 20px;
}
.lngchange a.en {
	background: transparent url('../images/icn_uk.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 1px;
	padding-left: 20px;
}
.corga-header {
	width: 755px;
	height: 86px;
	overflow: hidden;
	margin: auto;
}
.corga-header .header-logo {
	background: transparent url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: 197px 66px;
	margin-left: 15px;
	margin-top: 20px;
	width: 197px;
	height: 66px;
	float: left;
}
.contentslider {
	border-top: 5px solid #12b0f3;
    height: 80px;
	margin-top: 20px;
    background: #18272d url("../images/contentslide.jpg") no-repeat scroll left top;
}
.contentslider h2{
	color: #FFFFFF;
	padding: 15px;
}
/* --- Content --------------------- */
.content {
	padding: 0px 15px;
	margin-bottom: 10px;
}
.corga-content {
	margin: 20px auto 10px;
	width: 735px;
	padding-left: 15px;	
}


.corga-content-left {
	margin-left: 15px;
	width: 735px;
	padding-left: 15px;	
}


/* --- Footer --------------------- */
.corga-footer {
	clear: both;
	width: 735px;
	margin: auto;
	padding-left: 15px;
}


#footer {
	border-top: 1px solid #383b47;
	color: #383b47;
	font-size: 11px;
	text-align: center;
}

/* --- Links --------------------- */
a,
a:link,
a:visited,
a:active,
a:focus {
	text-decoration: none !important;
	font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a,
a:visited {
	outline: 0px;
}
a:hover {
	color: inherit;
}
.download, .download-link {
	background: transparent url('../images/icn_download.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 3px;
	padding-left: 22px;
	color: #333333;
	font-style: italic;
}
.mail {
	background: transparent url('../images/icn_mail.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 3px;
	padding-left: 19px;
	color: #333333;
	font-style: italic;
}
.internal-link, .internal-link-new-window, .interneURL {
	background: transparent url('../images/icn_internallink.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 1px 1px;
	padding-left: 18px;
	color: #333333;
	font-style: italic;
}
.external-link, .external-link-new-window, .externeURL {
	background: transparent url('../images/icn_externallink.png');
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: 0px 1px;
	padding-left: 19px;
	color: #333333;
	font-style: italic;
}
a:hover.download, 
a:hover.external-link, a:hover.external-link-new-window, a:hover.externeURL,
a:hover.internal-link, a:hover.internal-link-new-window,  a:hover.interneURL,
a:hover.mail, a:hover.person {
	text-decoration: underline !important;
}
/* --- Corga Navigation ------------------ */
.header-menu {
	float: right;
	position: relative;
	top: 14px;
	width: 510px;
	height: auto;
}
.menuicn {
	color: #12b0f3;
	border-radius: 2px;
	line-height: 33px;
	transition: all 0.4s ease-in-out 0s;
	border: 1px solid transparent;
	float: right;
	position: relative;
	display: block;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.menuicn:hover {
	background-color: #12b0f3;
	color: #ffffff;
}


/* --- Form Elements --------------------- */
select {
	border: 1px solid #bfc0c4;
    border-radius: 3px;
    color: #444;
    font-size: inherit;
    line-height: inherit;
	margin: 3px 12px 3px 0;
    padding: 3px;
}
input {
	border: 1px solid #bfc0c4;
    border-radius: 3px;
    color: #444;
    margin: 3px 3px 3px 0;
	padding: 5px;
}

input[type="submit"], button {
    background-color: #13b0f3;
    border: 1px solid #13b0f3;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    min-width: 120px;
    padding: 7px 15px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}
input[type="submit"]:hover, button:hover {
    background-color: #008dcf;
    border: 1px solid #008dcf;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.inplength6 { width: 423px; }
.inplength5 { width: 350px; }
.inplength4 { width: 277px; }
.inplength3 { width: 204px; }
.inplength2 { width: 131px; }
.inplength1 { width: 58px; }

table.admin {
    border-spacing: 2px;
}
table.admin th {
	background-color: #383b47;
	color: #FFFFFF;
	padding: 6px;
	line-height: 18px;
}
table.admin tr.even {
	background-color: #eceef2;
	padding: 6px;
	line-height: 18px;
	text-align: center;
}
table.admin tr.uneven {
	background-color: #f8f9fa;
	padding: 6px;
	line-height: 18px;
	text-align: center;
}
ul.error-container {
    background-color: #990000;
    background-image: url("../images/icn_error.png");
    background-position: 98% 10px;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 3px;
    list-style: outside none none;
    margin-bottom: 15px;
    min-height: 50px;
    padding: 5px 55px 10px 20px;
}
ul.error-container li {
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
}


/* --- Errors added by hpcaiyin ---------------- */
.error-header {
	color: #990000;
    font-size: 24px; 
	line-height: 28px;
    font-weight: bold;
    padding: 15px 0px;
}

.error {
    color: #990000;
    font-weight: bold;
    padding: 5px 0px;
}

/* --- Responsive Elements --------------------- */
@media only screen (min-width: 992px) {
	.inplength6 { width: 623px; }
	.inplength5 { width: 550px; }
	.inplength4 { width: 477px; }
	.inplength3 { width: 304px; }
}

@media only screen and (min-width: 0px) and (max-width: 650px) {
	.inplength6 { width: 223px; }
	.inplength5 { width: 150px; }
	.inplength4 { width: 127px; }
	.inplength3 { width: 104px; }
	.inplength2 { width: 81px; }
}

/* --- social image added by hpcaiyin --------------------- */
.social-image {
	    float: right;
	    margin: 0 0 10px 10px;
	}
