@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Exo:700italic);
@media all {
* {
	padding: 0;
	margin: 0;
}
h1 {
	margin-bottom:1em;
}
h3, h4, h5, h6, p, blockquote, address, pre, ul, ol, dl, table {
	margin-bottom: 1em;
}

blockquote {
	font-size:15px;
	text-shadow: 1px 1px 3px #fff;
	font-style:italic;
	line-height:1.3em;
	margin: 1.5em 2em;
}
ul, ol, dl {
	margin-left: 1em;
	margin-bottom: 30px;
	
}
li {
	margin-left: 1em;
	margin-bottom: 7px;
}
dd {
	margin-left: 2em;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type: decimal;
}
ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 13px;
}
ol ol {
	list-style-type: lower-alpha;
}
ul ol {
	list-style-type: decimal;
}
ol ul {
	list-style-type: square;
}
ol ol ol, ol ol ul, ol ul ul, ol ul ol, ul ul ul, ul ul ol, ul ol ol, ul ol ul {
	list-style-type: circle;
}
option {
	padding-left: 0.2em;
	padding-right: 0.3em;
}
fieldset, a img {
	border: none;
}
div#main-col2.float-left img {
	border-radius: 10px;
}
html {
	overflow-y:scroll;
}
body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #d5d5d5;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 22px;
	border-bottom:2px solid #415f98;
	font-family: 'Exo', sans-serif;
	color:#1d448c;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #fff;
}
h2 {
	font-family: 'Exo', sans-serif;
	font-size: 17px;
	color:#1d448c;
	margin-bottom:0.5em;
	text-shadow: 1px 1px 1px #fff;
}
h3 {
	font-size: 17px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff;
}
h4 {
	font-size: 15px;
	color:#1d448c;
	text-shadow: 1px 1px 1px #fff;
}
h5 {
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
	font-weight:bold;
}
h6 {
	font-size: 11px;
	color:#999999;
	text-shadow: 1px 1px 0px #fff;
}
a {
	text-decoration: none;
	color:#1d448c;
}
a:hover {
	text-decoration:underline;
}
.clear-both {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
hr {
	border: none;
	border-bottom: 1px solid #CCC;
}
a {
	border:none;
}
/* Formular */

div.csc-mailform fieldset li {
    list-style: none outside none;
    margin-bottom: 0.5em;
    padding: 0;
}
div.csc-mailform fieldset ol {
	border: 1px solid #CCC;
	border-radius:10px;
	margin-bottom: 10px;
	margin-top:10px;
	background-color: #f7f7f7;
}
input#field-3, textarea#field-4, input#field-5, input#field-6, input#field-7, textarea#field-13 {
	width: 350px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}
input#field-14, .csc-form-confirmation-false input, .csc-form-confirmation-true input {
	background-color: #efefef;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
div.csc-mailform legend {
	color: #333333;
}
table.contenttable {
	width: 100%;
}
thead {
	line-height: 40px;
}
td {
	padding: 5px 10px;
	line-height: 20px;
	border-right: 1px solid #999M
}
tr.tr-odd {
	background-color: #efefef;
}
div.sb_download_text div.description {
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom:3px;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
}
div.sb_download_text div.links a img{
	border-radius: 0px !important;
}
div.sb_download_text div.links a {
	font-size:15px;
}
div.tx-t3scontent-pi1-accordion div.description {
	border: none;
}
div.tx-t3scontent-pi1-accordion div.links a {
	color: #1D448C;
}
caption.csc-textpic-caption {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom:6px;
}