@charset "UTF-8";
/* HEADLINES FÜR BEREICH AKTUELLES */

a:link, a:active, a:visited {
	color: #D80000;
	text-decoration: none;
}

a:hover {
	color: #D80000;
	text-decoration: underline;
}

h1
{
	color: #D80000;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:100;
	/*display:inline;*/
	font-size: 30pt;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	line-height: 45px;
}

h2
{
	color: #D80000;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:100;
	/*display:inline;*/
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}

h3
{
	color: #D80000;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:100;
	/*display:inline;*/
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.imgOutline {
    border: 1px solid #bdbdbd;
	padding: 2px;
}

#contactForm label {
    float: left;
    width: 80px;
}

#contactForm input, #contactForm textarea {
    border: 1px solid #999999;
    width: 400px !important;
    margin-bottom: 3px;
}

#contactForm label.error {
    margin-right:170px !important;
    margin-top:-22px !important;
    float: right !important;
}

#contactForm .sbtButton {
    width: 140px !important;
    background-color: #D80000 !important;
    cursor: pointer;
	margin-left: 342px;
	color: white;
}

#contactForm .sbtButton:hover {
    width: 140px !important;
    background-color: #FFFFFF !important;
    cursor: pointer;
	margin-left: 342px;
	color: black;
}

#pwdRemindForm label {
    float: left;
    width: 100px;
}

#pwdRemindForm input, #pwdRemindForm textarea {
    border: 1px solid #D80000;
    width: 250px !important;
    margin-bottom: 3px;
}

#pwdRemindForm label.error {
    margin-right:170px !important;
    margin-top:0px !important;
    float: right !important;
}

#pwdRemindForm .sbtButton {
    width: 140px !important;
    background-color: #D80000 !important;
    cursor: pointer;
	margin-left: 112px;
	color: white;
}

#pwdRemindForm .sbtButton:hover {
    width: 140px !important;
    background-color: #FFFFFF !important;
    cursor: pointer;
	margin-left: 112px;
	color: black;
}




#profileForm label {
	float: left;
	width: 180px;
	padding-right: 10px;	
}

#profileForm .smallInput {
	width: 100px !important;
	float: none;
}

#profileForm .smallestInput {
	width: 50px !important;
	float: none;
}

#profileForm .smallestSelect {
	width: auto; !important;
	float: none;
}

#profileForm select {
	float: left;
	width: 252px;
	border: 1px solid #999999;
}

#profileForm input, #productForm textarea {
	float: left;
	width: 250px;
	border: 1px solid #999999;
}

#profileForm .sbtButton {
    width: 140px !important;
    background-color: #D80000 !important;
    cursor: pointer;
	margin-left: 112px;
	color: white;
}

#profileForm .sbtButton:hover {
    width: 140px !important;
    background-color: #FFFFFF !important;
    cursor: pointer;
	margin-left: 112px;
	color: black;
}

.profileFormSubmit {
	float:right;
	height:19px;
	position:relative;
	right:9px;
	text-align:right;
	top:-12px;
}

