/*
	standardfarben
	orange: #F89E1C 		menubereich
	helles blau: #3AADC4;
	mittleres blau: #00687D; Titel, Verweise, bold
	mittleres blau: #00414E;
	
	firefox 70ex ca. 490px bei 10pt andere browser leider anders
	
body
	, p, form, td, li, dl, div, a, thead, th


* {
	
*/

html:lang(de) {
	quotes: "\201E" "\201D" "\201A" "\2019";
}

html:lang(de-DE) {
	quotes: "\00BB" "\00AB" "\203A" "\2039";
}

div:lang(de) {
	quotes: "\00BB" "\00AB" "\203A" "\2039";
}

html:lang(de-CH) {
	quotes: "\00AB" "\00BB" "\2039" "\203A";
}

html:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

html:lang(fr) {
	quotes: "\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A";
}

/* TODO ist das richtig */
html:lang(nl) {
	quotes: "\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A";
}

/* nk: ich bin noch nicht so ganz ueberzeugt, ob das hier so klug ist,
aber die alternative wäre bei jeder einzelnen benutzung von hX margin: 0 zu setzen */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}  

body, td , a , li, div, p, thead, th {

	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	line-height:130%;
	color: black;
}

body {
	background-color:#00414E;
	background-image:url(/bauteilnetz/bilder/btn/hintergrund.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#stdws_content_table a:hover {
	text-decoration: underline;
}


#stdws_content_table b {
	color:#00687D;
		}

ol, ul {
	padding-left: 0em;
	margin-left: 1.5em;
	list-style-position: outside;
	margin-bottom: 1.5ex;
	margin-top: 0.5ex;
}


table, td {
	/*
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
		*/
}

td {
	vertical-align: top;
	padding: 0px;
	}

.stdws_layouttable {
	/*
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 123.25ex;
	width: 863px;
	width: 949px;
	width: 1035px;
	width: 1208px;
							*/
	width: 863px;
	table-layout: fixed;
}

img.top_row {
	/*
	margin-top: 14px;
	margin-left: 22px;
	*/
	overflow: visible;
	z-index: 10;
	position: absolute;
	top: 14px;
	left: 23px;
}
		

td.top_row , 
td.top_row_right, 
td.top_row_left,
td.top_row_middle {
	text-align: left;
	vertical-align: top;
	height: 114px;
}

td.top_row {
	width: 694px;
}

td.top_row_left,
td.left_column {
	width: 169px;
}

td.top_middle, 
td.middle_column {
	width: 525px;
}

td.top_row_right,
td.right_column {
	width: 168px;
}

td.top_row_right {
	vertical-align: bottom;
	/*
	padding-left: 14px;
	*/
}

table.designtabelle {
	border: 0;
	width: 100%;
	}

table.designtabelle th {
	font-weight: normal;
	text-align: left;
	}

table.designtabelle td,
table.designtabelle th {
	padding: 0;
	}

td.left_column {
	/*
		width: 19.4%; 
height: 62ex;
	*/
	height: 650px;
	color: white;
}

td.middle_column {
	/*
	width: 60.2%;
				*/
	background-color: white;
}	

td.right_column {
	/*
	width: 19.3%;
	*/
	background-color: white;
	color: black;
}	


div.ecke {
	width: 15px;
	height: 15px;
	background-image: url(/bauteilnetz/bilder/btn/ecke.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
		}
	


/**************************************/

/*
a.menu:before {content:"mmm"; }
a.menuhigh:before {content:"mmm"; }
*/

div#menuleft {
	position: fixed;
	top: 110px;
	left: 0px;
}

#menuleft, #menuleft a {
	font-size: 90%;
	color: white;
	text-decoration: none;
	font-family: Arial,Helvetica,Sansserif;
}

#menuleft a {
	/*
	position: absolute;
	left: 20px;
	*/
}

#menuleft ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2ex;
	margin-top: 0ex;
}	

#menuleft li.menu, #menuleft li.menuhigh{
	font-weight: bold;
	margin-left: 0px; 
	padding-left: 1.7em;
	margin-bottom: 1ex;
	margin-top: 0ex;
	
	background-image: url(/bauteilnetz/bilder/btn/menu_linie.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.65ex; 
}

#menuleft ul {
	margin-left:  0px; 
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: disc;
}

#menuleft li.untermenu, #menuleft li.untermenuhigh {
	font-weight: normal;
	margin: 0px; 
	padding: 0px;
	margin-bottom: 0ex;
	list-style: none;
}

#menuleft li.menuhigh, #menuleft a.menu:hover, #menuleft a.menu:active, #menuleft a.menuhigh {
	color: #F89E1C;
	cursor: pointer;
}

#menuleft li.untermenuhigh, #menuleft a.untermenu:hover, #menuleft a.untermenu:active, #menuleft a.untermenuhigh {
	color: #F89E1C;
	cursor: pointer;
}

#menuleft a.menu:hover, #menuleft a.untermenu:hover {
	text-decoration: underline;	
}

/*********************************************/

#menuright, #menuright a {
	font-size: 90%;
	color: black;
	text-decoration: none;
	font-family: Arial,Helvetica,Sansserif;
}

div#menuright {
	/*
	height: 650px;
	*/
	position: fixed;
	top: 115px;
	left: 700px;
	width: 140px;
	overflow: hidden;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.3em;
	border-width: 0px 0px 0px 1px;;
	border-style: dotted;
	margin-bottom: 3em;
	background-color: white;
	margin-top: 0.7ex;
}	

#menuright ol {
	margin-left: 0px;
	padding-left: 0px;
}	

#menuright ol li {
	color: #F89E1C; 
	/* color: #F86A1C; */
	font-weight: bold;
	list-style: none;
	margin-left: 0px; 
	padding-left: 0px;
}


#menuright ul {
	margin-left:  0px; 
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}

#menuright ul li {
	color: black;
	font-weight: normal;
	list-style: none;
	margin: 0px; 
	padding: 0px;
	margin-bottom: 0.2ex;
}

#menuright li.menuhigh, #menuright a.menu:hover, #menuright a.menu:active, #menuright a.menuhigh {
	cursor: pointer;
}


#menuright li.untermenuhigh, #menuright a.untermenu:hover, 
#menuright a.untermenu:active, #menuright a.untermenuhigh {
	/*font-weight: bold; */
	cursor: pointer;
}

#menuright li.untermenuhigh {
	font-weight: bold;
}

#menuright li.untermenuhigh, #menuright a.untermenu:active, #menuright a.untermenuhigh {
	cursor: pointer;
}

#menuright a.menu, #menuright a.menuhigh {
	color: #F89E1C; 
	/*color: #F86A1C; */
}

#menuright a.menu:hover, #menuright a.untermenu:hover {
	text-decoration: underline;	
}


div#stdws_content_table {
	/*
	margin-left: 36px;
	width: 456px;

	margin-left: 54px;
	width: 420px;
	
	border-width: 1px;
	border-color: black;
	border-style: solid;
			
			*/
	padding-left: 10%;
	width: 80%;
	
	min-height: 60ex;
	position: relative;
	
	margin-bottom: 3ex;
	padding-bottom: 3ex;
}

/* veranstaltungseinträge */
#stdws_content_table div.vinfo_l {
	color:#2693CE;
	font-weight: bold; 
	float: left; 
	width:7em;
	margin-bottom: 0.2ex; 
}

#stdws_content_table div.vinfo_r {
	margin-left: 7em;
	margin-bottom: 0.2ex; 
}

/* adresseinträge */
#stdws_content_table div.adresse {
	margin-bottom: 1ex;
	}

#stdws_content_table div.adresse_l {
	float: left; 
	width:7em;
	margin-bottom: 0.2ex; 
}

#stdws_content_table div.adresse_r {
	margin-left: 7em;
	margin-bottom: 0.2ex; 
}


/* ein paar dinge fuer das impressum */

.stdws_impressum_text_titel {
	font-weight: bold;
	color:#00687D;
}

.stdws_impressum_text {
	margin-bottom: 1.5em;
}


#stdws_content_table a.vinfo {
}

#stdws_content_table div.stdws_liste_eintrag {
	margin-top: 2em;
	position: relative;
	/*
	border-width: 0px;
	border-color: black;
	border-style: solid;
	*/
}

#stdws_content_table div.stdws_eintrag {
	margin-top: 2em;
	position: relative;
	/*
	border-width: 0px;
	border-color: black;
	border-style: solid;
	*/
}

/*TODO: */
#stdws_content_table h1.stdws_liste_gruppetitel,
#stdws_content_table div.stdws_liste_gruppetitel {
	color:#00687D;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 5px;
}

#stdws_content_table a.stdws_liste_gruppetitel {
	color:#00687D;
	font-size: 100%;
	text-decoration: none;
	
}

#stdws_content_table .stdws_liste_titel {
	color:#00687D;
	font-size: 120%;
font-weight: bold;
}

#stdws_content_table .stdws_gruppetitel {
	color:#00687D;
	font-size: 150%;
	margin-bottom: 1ex;
}



#stdws_content_table .stdws_titel {
	color:#00687D;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 5px;
}


#stdws_content_table div.stdws_liste_gruppeabstrakt {
	color: black;
}

#stdws_content_table div.stdws_gruppeabstrakt {
	color: black;
}

#stdws_content_table div.stdws_index_thema a.stdws_index_thema {
	color:#00687D;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#stdws_content_table div.stdws_index_thema {
	padding-top: 1em;
	}

#stdws_content_table div.stdws_index_absatz a.stdws_index_absatz  {
}

#stdws_content_table div.stdws_index_absatz {
	}

#stdws_content_table div.stdws_liste_absatz {
	background-color: #f2f2f2;
}

#stdws_content_table #stdws_liste .stdws_ueberschrift {
	color:#00687D;
	font-size: 100%;
	font-weight: bold;
	padding-top: 0.2em;
	background-color: #ffffff;
}


#stdws_content_table div.stdws_news_datum_list {
	
	/* 
	font-weight: bold;
	font-style: italic; 
	
	position: absolute;
	left: -65px;
	*/
	font-size: 90%;
	color: black;
	font-weight: normal;
}

#stdws_content_table div.stdws_news_datum {
	color:#00687D;
	font-weight: bold;
}



#stdws_content_table div.stdws_liste_abstrakt {
	margin-bottom: 1ex;
}

#stdws_content_table div.stdws_abstrakt {
	margin-bottom: 1ex;
}

#stdws_content_table div.stdws_absatz {
	margin-bottom: 1ex;
}


#stdws_content_table .stdws_ueberschrift {
	color:#00687D;
	font-weight: bold;
	font-size: 110%;
	margin-top: 3ex;
}

#stdws_content_table div.stdws_absatz_text {
}

#stdws_content_table div.stdws_hoch {
	/*
		text-align: right;
		*/
	margin-top: -1ex;
	margin-bottom: 1ex;
	padding-top: 0pt;
	padding-bottom: 0pt;
	background-image: url(/bauteilnetz/bilder/btn/pfeil_hoch.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px; 
	
	position: absolute;
	right: -30px;
	width: 30px;
	width: 20px;
}

body.stdws_responsiv #stdws_content_table div.stdws_hoch {
	background-image: url(/bauteilnetz/bilder/btn/pfeil_hoch_hd.gif);
	background-size: 15px;
}

#stdws_content_table a.stdws_hoch {
	text-decoration: none;
	}


#stdws_content_table img.stdws_liste_absatzimage,
#stdws_content_table a img.stdws_absatz_rightimage,
#stdws_content_table img.stdws_absatz_leftimage {
	/* width: 152px; 
	width: 140px;
	*/
	padding-bottom: 1ex;
	border: 0px;
}
#stdws_content_table img.stdws_liste_absatzimage {
	padding-left: 1em;
	width: 140px;
	float: right;
	padding-top: 1em;
}

#stdws_content_table a img.stdws_absatz_rightimage {
	padding-left: 1em;
	width: 140px;
	float: right;
	margin-top: 1.7em;
}

#stdws_content_table img.stdws_absatz_leftimage {
	padding-right: 1em;
	float: left;
	width: 140px;
}

#stdws_content_table ul.stdws_liste_moreinfo,
#stdws_content_table ul.stdws_liste_download,
#stdws_content_table ul.stdws_liste_verweis, 
#stdws_content_table ul.stdws_moreinfo,
#stdws_teaser_table ul.stdws_moreinfo,
#stdws_content_table ul.stdws_download,
#stdws_content_table ul.stdws_verweis, 
#stdws_content_table ul.stdws_hoch, 
#stdws_content_table ul.stdws_zurueck 
{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0.2ex;
}


#stdws_content_table ul.stdws_liste_moreinfo li,
#stdws_content_table ul.stdws_liste_verweis li,
#stdws_content_table ul.stdws_liste_download li,
#stdws_content_table ul.stdws_moreinfo li,
#stdws_teaser_table ul.stdws_moreinfo li,
#stdws_content_table ul.stdws_verweis li,
#stdws_content_table ul.stdws_download li,
#stdws_content_table ul.stdws_hoch li,
#stdws_content_table ul.stdws_zurueck li
{
	list-style: none;
	padding-left: 1.5em;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
}

#stdws_content_table ul.stdws_liste_moreinfo li, 
#stdws_content_table ul.stdws_moreinfo li, 
#stdws_teaser_table ul.stdws_moreinfo li 
{
	background-image: url(/bauteilnetz/bilder/btn/pfeil_rechts.gif);
}

#stdws_content_table ul.stdws_liste_moreinfo li, 
#stdws_content_table ul.stdws_moreinfo li
{
	clear: right;
	float: right;
}

#stdws_content_table div.stdws_liste_moreinfo {
	padding-top: 1ex;
} 

#stdws_content_table ul.stdws_liste_verweis li, 
#stdws_content_table ul.stdws_verweis li 
{
	background-image: url(/bauteilnetz/bilder/btn/pfeil_rechts.gif);
}

#stdws_content_table ul.stdws_liste_download li, 
#stdws_content_table ul.stdws_download li 
{
	background-image: url(/bauteilnetz/bilder/btn/pfeil_runter.gif);
}

#stdws_content_table ul.stdws_zurueck li 
{
	background-image: url(/bauteilnetz/bilder/btn/pfeil_zurueck.gif);
	clear: right;
	float: right;
	margin-top: 10pt;
}

#stdws_content_table ul.stdws_hoch li 
{
	padding-bottom: 1ex;
	background-image: url(/bauteilnetz/bilder/btn/pfeil_hoch.gif);
	clear: right;
	float: right;
}

#stdws_content_table ul.stdws_liste_moreinfo li a,
#stdws_content_table ul.stdws_liste_verweis li a,
#stdws_content_table ul.stdws_liste_download li a,
#stdws_content_table ul.stdws_moreinfo li a,
#stdws_teaser_table ul.stdws_moreinfo li a,
#stdws_content_table ul.stdws_verweis li a,
#stdws_content_table ul.stdws_download li a,
#stdws_content_table ul.stdws_hoch li a,
#stdws_content_table ul.stdws_zurueck li a
 {
	color:#00687D;
	font-weight: bold;
	text-decoration: none;
    vertical-align: top;
}

#stdws_content_table ul.stdws_liste_moreinfo li a:hover,
#stdws_content_table ul.stdws_liste_verweis li a:hover,
#stdws_content_table ul.stdws_liste_download li a:hover,
#stdws_content_table ul.stdws_moreinfo li a:hover,
#stdws_teaser_table ul.stdws_moreinfo li a:hover,
#stdws_content_table ul.stdws_verweis li a:hover,
#stdws_content_table ul.stdws_download li a:hover,
#stdws_content_table ul.stdws_hoch li a:hover,
#stdws_content_table ul.stdws_zurueck li a:hover
 {
	text-decoration: underline;
}

#stdws_content_table div.stdws_footer {
	margin-top: 3ex;
	font-size: 70%;
	position: absolute;
	bottom: 5px;
	right: 0px;
	visibility: hidden;
	}

/*
	***************************************************************************************************************************
	für die Standardformulare
*/
table.stdws_form {
	width: 100%;
	}
.stdws_form_label_ueberschrift	 {
	padding-top: 5pt;
	font-size: 110%;
	font-weight: bold;
	color: #00687D;
	}


.stdws_form_hilfe {
	text-align: left;
	padding-left: 5pt;
	font-weight: bold;
	cursor: help;
}
	
.stdws_form_required_ast {
	padding-top: 2pt;
	padding-left: 2px;
	padding-right: 5px;
	font-size: smaller;
}

/* Style für Selectpopup */

.stdws_form_selectpopup {
	font-size: 100%;
	width: 100%;
}

/* darstellung von fehlern */

.stdws_form_label, .stdws_form_label_fehler  {
	text-align: left;
	padding: 0pt 0pt 0pt 0pt;
	font-weight: bolder;
}


.stdws_form_label_fehler {
	color: red;
}

.stdws_fehler, .stdws_form_fehler {
	color: red;
	font-weight: bolder;
}

.stdws_form_checkbox {
        font-size: 90%; 
        margin-top: 2px; 
        margin-bottom: 0px; 
        margin-right: 1ex; 
        margin-left: 0;
        font-weight: normal;
        color: black;
}

.stdws_form_dropdown {
	width: 100%;
	font-size: 90%;
}

.stdws_form_dropdown, .stdws_form_input, .stdws_form_input_s, .stdws_form_input_w {
	/*
		width: 250px;
	padding: 0px 0pt 0px 0px;
		*/	
	width: 100%;
	font-size: 90%;
	margin: 0px 0px 0.4em 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	color: black;
	background: white;
	/* 
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	*/
}

.stdws_form_input_s {
	/*
	width: 50px;
		*/	
	width: 18%;
	float: left;
}

.stdws_form_input_w {
	/*
	width: 190px;
	*/
	width: 72%;
	float: left;
}

div.stdws_formslashsep {
	padding-left: 0.2em;
	width: 5%;
	float: left;
}	

.stdws_form_textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	width: 100%;
	height: 10em;
	font-size:80%;
	margin: 1px 0pt 1px 0pt;
	font-weight: normal;
	color: black;
}

.stdws_form_button {
	width: 125px;
	font-size:90%;
	margin: 2pt 0pt 2pt 0pt;
}

table.stdws_form td {
        padding-top: 5px;
}

/**********************************/
/*
	Kleinkram
*/

div.teaser_right {
	font-weight: bold;
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 1ex;
}

/* laut vorlage
div#stdws_content_table{
	margin-left: 36px;
	width: 456px;
}
*/

#stdws_content_table img.stdws_liste_absatzimage,
#stdws_content_table a img.stdws_absatz_rightimage,
#stdws_content_table img.stdws_absatz_leftimage {
}


div#stdws_teaser_table {
	/*
	border-width: 1px;
	border-color: black;
	border-style: solid;
					*/

	padding-left: 10%;
	width: 80%;
	
	position: relative;
	
	margin-top: 1ex;
	margin-bottom: 1ex;
}

#stdws_teaser_table div.stdws_absatz {
	margin-bottom: 1ex;
	float: left; 
	width: 48%;
	margin-right: 0px;
	margin-left: 0px;
}

#stdws_teaser_table img.stdws_absatz_image {
	width: 100%;
	border-width: 0px;
}

#stdws_teaser_table .stdws_ueberschrift {
	color:#00687D;
	font-weight: bold;
	font-size: 110%;
}

#stdws_teaser_table div.stdws_absatz_text {
}


div#stdws_content_table form#anmelden label {
	width: 100px;
	/* 	
			color: red;
			border: 1px solid black; 
	*/
	float: left;
}

div#stdws_content_table form#anmelden input {
	width: 150px;
}

div#menuleft form#anmelden input {
	width: 80px;
	font-size: 80%;
	margin-top: 3pt;
	padding: 1pt;
	border: none;
}

div#menulilorechts {
	margin-top: 0px;
	color: black; 
	font-size: 100%;
	margin-bottom: 1ex;
}

div#menulilorechts .angemeldet_als {
	font-size: 90%;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	font-weight: bold;
	}
	
div#menulilo {
	margin-left: 20px; 
	color: white; 
	font-size: 80%;
}

body.stdws_chtml {
	background-image: none;
	background-color: white;
	width: 600px;
}	

.btk_preise_footer,
.btk_ohnegewaehr_footer {
	font-size: 0.9em;
	padding-left: 50px;
	padding-right: 20px;
	text-align: justify;
}

.btk_preise_footer,
.btk_preise_footer * {
	color: #666;
}

.btk_ohnegewaehr_footer,
.btk_ohnegewaehr_footer * {
	color: #aaa;
}

.btk_copyright_footer {
	color: #aaa;
	font-size: 0.9em;
	margin-top: 2ex;
	margin-bottom: 0.5ex;
	text-align: right;
	padding-right: 20px;
}

div#btn_mode_titel {
	color: white;
	margin-bottom: 0.3ex;
	font-size: 150%;
}

#btn_mode_titel a {
	color: white;
	text-decoration: none;
	font-size: 100%;
}

#btn_mode_titel a:hover {
	text-decoration: underline;
}

/* nk: Für das kleine menue oben rechts */
.verwaltungsnavigation {
	border-bottom: 1px solid #000;
	font-size: 8pt;
	margin: 0 0 10px -8px;
	padding: 0 0 3px;
	text-align: center;
	}
	
#div_formular_hilfe {
	margin: 7px; 
	font-size: 0.9em;
	background-color: #f2f2f2;
	border: 1px solid grey;
	padding: 1ex;
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	margin-top: 3em;
}

#div_formular_hilfe b {
		color: #00687D;
		background-color: transparent;
	}
	
img.btk_icon_hilfe_img {
	border: 0px;
	float: left;	
	}

div.btk_icon_hilfe {
	display: block;
	margin-left: 25px;	
	}

img.btk_icon_menu_img {
	border: 0px;
	float: left;
	padding-right: 3pt;	
	margin-left: -13pt;
	}

	
div#menu_btksuche {
	margin-bottom: 10pt;
	}
	
#menu_btksuche form input {
	font-size: 70%;
	border: 1px solid grey;
}	

#menu_btksuche form select {
	font-size: 80%;
	width: 100%;
	border: 1px solid grey;
}	

#menu_btksuche form button {
	font-size: 70%;
	width: 30%;
	border: 1px solid grey;
}

#menuright ol.katalogpartner a {
	font-weight: normal;
}

#menuright ol.katalogpartner a:hover {
	text-decoration: underline;
}

@media  (max-width: 470px) {
	body.stdws_chtml.stdws_responsiv {
		padding-left: 4%;
		padding-right: 4%;	
	}

	body.stdws_chtml.stdws_responsiv #stdws_content_table {
		width: 95%;
		padding: 0;
	}
}

@media  (max-width: 400px) {
	body.stdws_chtml.stdws_responsiv #stdws_content_table {
		width: 93%;
	}
}
