/*****************************************/
/*	..:: Allgemein gültige Styles  ::..  */
/*	..:: ERSTELLT WEPUS 26.12.2010 ::..  */
/*****************************************/

/* IKONS für Sprachumstellung und RSS */
#BUTTON_MENUE {
  height: 25px;
  width: 150px;
  margin: 10px -10px 0px 0px;
  float: right;
}
/* SUBMENUE / Aktenreiter am Hauptinhaltsfenster */
#SUB_MENUE{
	/*Grösse und Farbe festlegen*/
  height: 18px;
  width: 500px;
	background-color: transparent;
	margin: 0px 0px -8px 0px;
  padding:0px 0px 0px 0px;
	float: left;
}
/* Aufzählung */
ol {
  list-style-type: none; /*Zahlen unterdrücken*/
  margin: 0;
  padding: 0;
}
li {
  float: none;
  clear: both;
	text-align: left;
}
/* Formulare */
.textarea{
  width:265px;
}
.textinput{
    height:20px;
    margin:10px 10px 10px 0px;
}
.adresse{
    height:20px;
  	width:100px;
    padding:0px;
    margin:0px 5px 0px 0px;
}
.nummer{
    height:20px;
  	width:50px;
    margin:0px 5px 0px 0px;
}
.login{
    height:20px;
  	width:100px;
    margin:0px 0px 0px 0px;
}

/* LINK-BUTTON-FORM-STYLE (SUBMIT - UND RESET - BUTTON */
input.button, input.button-over, a.button_link:link,a.button_link:visited,a.button_link:hover,a.button_link:active{
  /*width: auto; Länge passt sich automatisch an (aus)*/
  width: 80px;
  height: 25px;
  font-weight: normal; 
  font-size: 14px; 
  color: #ccc;
  font-family: Verdana, Arial, Helvetica; 
  text-align:center;
  text-decoration: none;
 	cursor:hand;
 	cursor:pointer;
 	background-color: #505050;
	/* rand */
  border: 1px solid #FFF;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius: 0;
  /* farbverlauf */
  background: -moz-linear-gradient(top, #303030, #a0a0a0);
  background: -webkit-gradient(linear, left top, left bottom,
  color-stop(0, #303030), color-stop(1, #a0a0a0));
	/* schatten */
  filter: progid:DXImageTransform.Microsoft.gradient
  (startColorStr=#303030, EndColorStr=#a0a0a0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient
  (startColorStr=#333, EndColorStr=#aaa)"; 
  -webkit-box-shadow: 1px 0 0 #303030, -1px 0 0 #303030,
  0 1px 0 #303030, 0 -1px 0 #303030, 0 5px 10px -5px #606060;
  -moz-box-shadow: 1px 0 0 #303030, -1px 0 0 #303030,
  0 1px 0 #303030, 0 -1px 0 #303030, 0 5px 10px -5px #606060;
  box-shadow: 1px 0 0 #303030, -1px 0 0 #303030,
  0 1px 0 #303030, 0 -1px 0 #303030, 0 5px 10px -5px #606060;    
  /* Abstand und Position*/			
  float:left;
  margin:2px 10px 10px 0px;
  padding:1px 0px 3px 0px;   
}

/* BUTTON RESET Abmaße an den Senden-Button anpassen*/
a.button_link:link,a.button_link:visited,a.button_link:hover,a.button_link:active{
  width: 80px;
  height: 19px;
}

/*Effekt durch Mauszeiger*/
a.button_link:hover,a.button_link:active,input.button-over {
  /* schrift */
  color:#FFF;
  /* Textschatten */
  text-shadow:0 0 1px #aaa,
  1px 1px 10px #fff,
  -1px -1px 10px #fff,
  -1px 1px 10px #fff,
  1px -1px 10px #fff;
}

/* ENDE */



