* {
	margin: 0px;
	padding: 0px;
}

/** ##BLOCK##: Fonts **/

@font-face {font-family: "FontSiteSansCond"; src: url('../fonts/FontSiteSans-Cond-webfont.eot');}
@font-face {font-family: "FontSiteSansCond"; src: url('../fonts/FontSiteSans-Cond-webfont.ttf') format('truetype');}
@font-face {font-family: "FontSiteSansCond"; src: url('../fonts/FontSiteSans-Cond-webfont.woff') format('woff');}

@font-face {font-family: "FontSiteSansLightCond"; src: url('../fonts/FontSiteSans-LightCd-webfont.eot');}
@font-face {font-family: "FontSiteSansLightCond"; src: url('../fonts/FontSiteSans-LightCd-webfont.ttf') format('truetype');}
@font-face {font-family: "FontSiteSansLightCond"; src: url('../fonts/FontSiteSans-LightCd-webfont.woff') format('woff');}

/** ##BLOCK##: General **/

a {
	color: #ED151E;
}

a img {
	border: none;
}

p {
	line-height: 20px;
	margin-bottom: 10px;
}

hr {
	border: none;
	background: url(../images/spacer_dashed_grey.png) repeat-x 0px 0px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

blockquote {
	background-color: #F8F8F8;
	border: 2px solid #DCDCDC;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 10px;
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	border-radius: 7px;
}

small {
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

small.info {
	background-color: #A2A2A2;
	color: #FFFFFF;
}

small.error {
	background-color: #FF3300;
	color: #FFFFFF;
}

small.success {
	background-color: #33CC33;
	color: #666666;
}

small.warning {
	background-color: #FFCC33;
	color: #666666;
}

small.pending {
	background-color: #99ccff;
	color: #FFFFFF;
}

small.fakturiert {
	background-color: #00cccc;
	color: #FFFFFF;
}

/** ##BLOCK##: General Classes **/

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.red {
	color: #ED1B24;
}

.hint {
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rounded_border {
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	border-radius: 6px;
}

/** ##BLOCK##: Tables **/

table tr th {
	text-align: left;
	font-weight: normal;
}

table tr td {
	vertical-align: top;
}

table.table_default tr.odd, table.table_default_service tr.odd {
	background-color: #DCDCDC;
	word-break: break-all;
	word-wrap: break-word;
}

table.table_default tr.even, table.table_default_service tr.even {
	background-color: #F8F8F8;
	word-break: break-all;
	word-wrap: break-word;
}

table.table_default tr.odd.highlighted td, table.table_default_service tr.odd.highlighted td,
table.table_default tr.even.highlighted td, table.table_default_service tr.even.highlighted td {
    background-color: #fff14f;
}

table.table_default tr th, table.table_default_service tr th {
	color: #FFFFFF;
	background-color: #ED1F27;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED1F27), color-stop(100%,#CF101A));
	background: -webkit-linear-gradient(top, #ED1F27 0%, #CF101A 100%);
	background: -o-linear-gradient(top, #ED1F27 0%, #CF101A 100%);
	background: -moz-linear-gradient(top, #ED1F27 0%, #CF101A 100%);
    background: -ms-linear-gradient(top, #ED1F27 0%, #CF101A 100%);
    background: linear-gradient(top, #ED1F27 0%, #CF101A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1F27', endColorstr='#CF101A', GradientType=0);
}

table.table_default tr th,
table.table_default tr td {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

table.table_default_service tr th,
table.table_default_service tr td {
    padding: 2px 10px 2px 10px;
    font-size: 12px;
}

table.table_default tfoot > tr, table.table_default_service tfoot > tr {
	background-color: #F8F8F8;	
}

table.table_default tfoot > tr > td, table.table_default_service tfoot > tr > td {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

table.table_border {
	border-collapse: collapse;
	border-style: hidden;
}

table.table_border tr th,
table.table_border tr td {
	border: 1px solid #FFFFFF;
}

table.table_hidden_text td {
	line-height: 22px;
}

table.table_tooltip tr td {
	padding: 3px 5px 3px 5px;
}

table.table_tooltip tfoot tr td {
	border-top: 1px solid #6D6E6C;
}

/** ##BLOCK##: Headlines **/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
}

h1 small {
	font-style: normal;
	font-size: 12px;
	padding: 0px;
	margin-left: 15px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 13px;
}

/** ##BLOCK##: Lists **/

ol,
.cmsContent ul, ul.list_default,
ul.list_arrows,
ul.downloads {
	margin-bottom: 10px;
}

.width380 {
    width: 380px;
}

ol li {
	margin-left: 20px;
	margin-bottom: 5px;
}

.cmsContent ul li, ul.list_default li {
	list-style: none;
	background: url(../images/icons/list_default.png) no-repeat 0px 3px;
	padding-left: 20px;
	margin-bottom: 5px;
}

ul.list_arrows li {
	list-style: none;
	background: url(../images/arrows/arrow_small_red.png) no-repeat 0px 5px;
	padding-left: 12px;
	margin-bottom: 5px;
}

ul.downloads li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 40px;
    width: 160px;
}

ul.downloads li.pdf {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icons/filetypes/pdf.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}

ul.downloads li.doc  {background: url(../images/icons/filetypes/doc.png) no-repeat 0px 0px;}
ul.downloads li.docx {background: url(../images/icons/filetypes/docx.png) no-repeat 0px 0px;}
ul.downloads li.gif  {background: url(../images/icons/filetypes/gif.png) no-repeat 0px 0px;}
ul.downloads li.jpg  {background: url(../images/icons/filetypes/jpg.png) no-repeat 0px 0px;}
ul.downloads li.pdf  {background: url(../images/icons/filetypes/pdf.png) no-repeat 0px 0px;}
ul.downloads li.png  {background: url(../images/icons/filetypes/png.png) no-repeat 0px 0px;}
ul.downloads li.xls  {background: url(../images/icons/filetypes/xls.png) no-repeat 0px 0px;}
ul.downloads li.zip  {background: url(../images/icons/filetypes/zip.png) no-repeat 0px 0px;}

ul.videos li {
    list-style: none;
}

ul.downloads li a, ul.videos li a {
	color: #666666;
	font-weight: bold;
}

ul.downloads li a:hover, ul.videos li a:hover {
	color: #ED1B24;
}

ul.videos {
    margin-top: 20px;
}

ul.videos li div a {
    line-height: 30px;
    padding-left: 15px;
}

ul.downloads li span {
	display: block;
	font-size: 11px;
	margin-top: 2px;
}

ul.list_checked li {
	list-style: none;
	background: url(../images/icons/checked_big.png) no-repeat 0px 0px;
	padding-left: 30px;
	margin-bottom: 10px;
	min-height: 23px;
	font-size: 15px;
	clear: both;
	overflow: hidden;
}

ul.list_checked li .left {
	width: 30%;
	float: left;
}

ul.list_checked li .right {
	width: 70%;
	float: left;
}

.textRight {
    text-align: right;
}

table.table_default thead tr th a {
    color: #fff;
}

table.table_default tr.dark th {
    background: none;
    background-color: #666666;
}


#productVersionDuplicateForm .articleMessage.visible {
    display: inline;
}

#productVersionDuplicateForm .articleMessage.invisible {
    display: none;
}

.hidden {
    display: none;
}

#productVersionDuplicateForm .stacktrace {
    overflow: scroll;
    height: 300px
}

table.table_default tr.noTopPadding td {
    padding-top: 0;
}