﻿/* ************** Elements ************** */

html, body {
color: #000000;
background: #ffffff;
/* ************** damit IE die Hauptbox richtig zentriert ************** */
text-align : center;
}

p, ul, li {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #d38153;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

small {
font-size: 10px;
}

input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
/* font-size: 12px; */
font-size: 11px;
color: #000000;
}

/* ************** Links original ************** */

a:link {
color: #4784c3;
text-decoration: underline;
}
a:active {
color: #d38153;
text-decoration: underline;
}
a:visited {
color: #83589e;
text-decoration: underline;
}
a:hover {
color: #0000cc;
text-decoration: underline;
}



/*  Links von aktueller thyssenkrupp.com-Site 
http://www.thyssenkrupp.com/lib/styles/typo.css

a {
	color:#2269b6;
	text-decoration:none;
	text-align:left;
}	
		
a:visited {
	color:#5995c8;
	text-align:left;
}

a:hover {
	text-decoration: underline;
}

*/