﻿/*Farben
	Hell: EAEAEA
	dunkel: a4a4a4
	dunkelgrau: 727272	
	hellgrau: CCCCCC


*/
BODY
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-repeat: repeat-x;
	background-color: #cccccc;
	background-image: url(images/Hintergrund.jpg);
	color: #4D4D4D;
	font-weight: normal;
	font-size: 12px;
}
.PopUpBody
{
	background-image: url(images/popup_back.gif);
	background-color: white
}

.Error_Label_text
{
	color: red;
}

.Label_text_2
{
	font-weight:bold;
	font-size: 12px;
	background-color: transparent;
}

.Label_text_3
{
	font-weight: bold;
	font-size: 18px;
	color: #4D4D4D;
	background-color: transparent;
}

.button_her
{
	border-right: 1px solid;
	overflow: hidden;
	border-top-style: none;
	border-bottom: 1px solid;
	border-left-style: none;
	background-color: transparent;
}

A
{
	font-weight: bold;
	font-size: 12px;
	color: #4D4D4D;
	background-color: transparent;
	text-decoration:none;
}

A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #4D4D4D;
	background-color: transparent;
	text-decoration:none;
}
A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #4D4D4D;
	background-color: transparent;
	text-decoration:none;
}

A.main
{
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	background-color: transparent;
	text-decoration: none;
}

A.main:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	background-color: transparent;
	text-decoration:none;
}
A.main:active
{
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	background-color: transparent;
	text-decoration:none;
}

/*.DropDown
{
	font-size: 10px;
}*/

.box_1
{
	border-right: #a4a4a4 1px solid;
	padding-right: 10px;
	border-top: #a4a4a4 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: #a4a4a4 1px solid;
	padding-top: 10px;
	border-bottom: #a4a4a4 1px solid;
	background-color: #cccccc;
}

.box_2
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:Transparent;
}

.box_abstand
{
	height: 10px;
	background-color:Transparent;
}

.dark
{
	color:#A4A4A4;
}

.abstand
{
	margin:5px 5px 5px 5px;
}

.abstand_oben
{
	margin-top: 5px;
}

.abstand_unten
{
	margin-bottom: 5px;
}

.abstand_links
{
	margin-left: 5px;
}


.abstand_rechts
{
	margin-right: 5px;
}

.border_oben_hell
{
	border-top:solid 1px #EAEAEA;	
}

.border_unten_hell
{
	border-bottom:solid 1px #EAEAEA;	
}

.border_links_hell
{
	border-left:solid 1px #EAEAEA;	
}

.border_rechts_hell
{
	border-right:solid 1px #EAEAEA;	
}

.border_rechts_inactive
{
	border-right:solid 1px #7C7C7C;
}

.abstand_innen
{
	padding:3px;
}

.text_box_size
{
	font-size : 10px;
	font-weight:bold;
	color : #000000;
}


.text_box_allg
{
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:solid 1px #A4A4A4;
	font-size : 10px;
	font-weight:bold;
	color : #000000;
}

.text_box_full
{
	font-weight:normal;
	font-size: 12px;
	color: #727272;	
}

/*Button Styles*/



/* von Goodyear*/

/* styles for Goodyear TireManager form elements */
/*
body {background-color:#CCCCCC;}
*/
/* class "text" for text fields */

input.text,
textarea {
              background-color:#fff;
              border-bottom: solid 1px #ddd;
              border-left: solid 2px #c3c3c3;
              border-right: solid 1px #c3c3c3;
              border-top: solid 2px #7C7C7C;
              color:#666; /* #A7A7A7; default inactive color! active should be #666 */
              font-family:Arial, Helvetica, Verdana, sans-serif;
              font-size:11px;
              padding-bottom:0px;
              padding-top:0px;
              
}

input.text {  height:16px; }
              
/* if necessary */                            
textarea {    height:100px; }
       


/* textform highlights page 1 wird nicht hier gesetzt*/
input.text#part2 {border: solid 2px #FE0202;height:17px;}
input.text#part3 {border: solid 2px #024FFE;height:17px;}


select {  /*width:150px; for test only */
          color:#666;  
          background-color:#fff;
          border-bottom:solid 1px #ddd;
          border-left:solid 2px #c3c3c3;
          border-right:solid 1px #c3c3c3;
          border-top:solid 2px #7C7C7C;
          height:16px;
          font-size: 11px;
 }
option 
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:11px;
}

label 
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
}
              
         
              
.btn_ok
{
	background-image: url(images/butt_OK.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 44px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	border-bottom-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.btn_small
{
	background-image: url(images/butt_small.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	border-bottom-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

/*.btn_75
{
	background-image: url(img/butt_75.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	border-bottom-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	overflow: hidden;
		vertical-align: middle;
	text-align: center;
	cursor: pointer;
}*/

.btn_medium
{
	background-image: url(images/butt_medium.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	border-bottom-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	overflow: hidden;
		vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.btn_large
{
	background-image: url(images/butt_large.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	border-bottom-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	overflow: hidden;
		vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.ContentDiv
{
	 border: #808080 1px solid; 
	 background-color: #cccccc;	 
	 padding-left: 10px;
	 overflow: hidden;
}

.ContentDivNP
{
	 border: #808080 1px solid; 
	 background-color: #cccccc;	 
	 overflow: hidden;
}

.ContentDivInactive
{
	 border: #b5b5b5 1px solid; 
	 background-color: #dbdbdb;	 
	 padding-left: 10px;
	 overflow: hidden;
	 /*color:#737373;*/
}

.Button_Nav
{
	border: none;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	background-color: transparent;
	cursor: pointer;
	
}

.button_left_active
{
	background-image: url(images/ol_active.gif);	
	width: 114px;	
	color: #737373;
}

.button_left_inactive_ra
{
	background-image: url(images/ol_inactive_right_active.gif);
	width: 114px;
	color: #A0A0A0
}

.button_left_inactive
{
	background-image: url(images/ol_inactive.gif);
	width: 114px;
	color: #A0A0A0
}

.button_middle_active
{
	background-image: url(images/om_active.gif);
	width: 114px;
	color: #737373;

}

.button_middle_inactive
{
	background-image: url(images/om_inactive.gif);
	width: 114px;
	color: #A0A0A0
}

.button_middle_inactive_ra
{
	background-image: url(images/om_inactive_right_active.gif);
	width: 114px;
	color: #A0A0A0
}

.button_middle_inactive_la
{
	background-image: url(images/om_inactive_left_active.gif);
	width: 114px;
	color: #A0A0A0
}

.button_right_active
{
	background-image: url(images/or_active.gif);
	width: 120px;
	color: #737373;

}

.button_right_inactive_la
{
	background-image: url(images/or_inactive_left_active.gif);
	width: 120px;
	color: #A0A0A0
}

.button_right_inactive
{
	background-image: url(images/or_inactive.gif);
	width: 120px;
	color: #A0A0A0
}

.tblRad
{
	border:1;
	border-collapse: collapse;
	border-spacing: 0;
	padding-top: 0;
	padding-bottom: 0;	
	
}
.tblRadHeader
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:10px;
    font-weight:bolder;
    color: White;
    background-color: #808080;
    text-align:center;    
}
.tblRadFooter
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:10px;
    color: White;
    background-color: #808080;
    text-align:center;
}
A.sizeSelected
{
	font-weight: bold;
	font-size: 12px;
	color: #323232;
	background-color: transparent;
	text-decoration:none;
}
A.sizeUnselected
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
	text-decoration:none;
}
A.SelectedRim
{
	font-weight: bold;
	font-size: 12px;
	color: #FEDF31;
	background-color: transparent;
	text-decoration:none;
}

.rechts
{
	text-align:right;
}

.inactiveColor
{
	color:#737373;
}

.news_DateTime
{
	font-size : 12px;
	font-weight:bold;
}

.news_Header
{
	font-size : 12px;
	font-weight:bold;
}

.news_Teaser
{
	font-size : 12px;
}

.news_Ueberschrift
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/*line-height: 0px;*/
}

.strong_highlight_color
{
	color:#ff8d1d;
}

.btn_main
{
	background-repeat: no-repeat;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	border-bottom-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.btn_25
{
	background-image: url(images/butt_25.gif);
	width: 25px;	
}

.btn_40
{
	background-image: url(images/butt_40.gif);
	width: 40px;	
}

.btn_50
{
	background-image: url(images/butt_50.gif);
	width: 50px;	
}

.btn_75
{
	background-image: url(images/butt_75.gif);
	width: 75px;	
}

.btn_100
{
	background-image: url(images/butt_100.gif);
	width: 100px;	
}

.btn_125
{
	background-image: url(images/butt_125.gif);
	width: 125px;	
}
.btn_135
{
	background-image: url(images/butt_135.gif);
	width: 135px;	
}
.btn_150
{
	background-image: url(images/butt_150.gif);
	width: 150px;	
}
