#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   color: #F7F7F7;
   border: 1px #2E2E2E solid;
   background-color: #4169E1;
   background: -moz-linear-gradient(bottom,#4169E1 0%,#87CEEB 100%);
   background: -webkit-linear-gradient(bottom,#4169E1 0%,#87CEEB 100%);
   background: -o-linear-gradient(bottom,#4169E1 0%,#87CEEB 100%);
   background: -ms-linear-gradient(bottom,#4169E1 0%,#87CEEB 100%);
   background: linear-gradient(bottom,#4169E1 0%,#87CEEB 100%);
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
}
#wb_PanelMenu1 a:hover, #PanelMenu1_markup li a:hover
{
   color: #F7F7F7;
   background-color: #FFFF00;
   background: -moz-linear-gradient(bottom,#FFFF00 0%,#383838 100%);
   background: -webkit-linear-gradient(bottom,#FFFF00 0%,#383838 100%);
   background: -o-linear-gradient(bottom,#FFFF00 0%,#383838 100%);
   background: -ms-linear-gradient(bottom,#FFFF00 0%,#383838 100%);
   background: linear-gradient(bottom,#FFFF00 0%,#383838 100%);
   border: 0 #2E2E2E solid;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li
{
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
   padding: 5px 5px 5px 5px;
   border-width: 0;
   border-bottom-width: 1px;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}
#PanelMenu1_panel
{
   background-color: #4169E1;
   display: none;
   position: absolute;
   position: fixed;
   top: 0;
   height: 816px;
   width: 150px;
   z-index: 9999;
}

body
{

   background-color: #DBF5FF;
   background-image: url(images/index_bkgrnd.png);
   background-repeat: repeat-x;
   color: #000000;
   font-family: Keffeesatz, Arial;
   font-size: 13px;
   margin: 0;
   padding: 0;
}
a
{
   color: #000000;
   text-decoration: none;
}
a:visited
{
   color: #000000;
   text-decoration: none;
}
a:active
{
   color: #000000;
}
a:hover
{
   color: #000000;
   text-decoration: none;
}
h1
{
   font-family: Keffeesatz, Arial;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-align-all: center;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Keffeesatz, Arial;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Keffeesatz, Arial;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Keffeesatz, Arial;
   font-size: 21px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Keffeesatz, Arial;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Keffeesatz, Arial;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}

.CustomStyle
{
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}

/* CSS reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,textarea, blockquote{
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
    border: 2px solid;
}
tr{
 /*   background-color:#DBF5FF;    */
    border: 1px solid;
}
tr.data:hover td{
    background-color: #F18484;
    font-weight: normal;
    cursor:pointer;
}
tr.head{
/*    background-color:#57CFFF;     */
    text-align: center;
}
td{
    background-color:#ffffff;
    border: 1px solid;
    margin:0;
	padding:0;
}
td.even{
    background-color:#DBF5FF;
    border: 1px solid;
    margin: 2px;
	padding: 2px;
}
td.odd{
    background-color:#8ADEFF;
    border: 1px solid;
    margin: 2px;
	padding: 2px;
}
td.rs{
    background-color:rgba(255, 255, 15, 1.0);
    border: 1px solid;
    margin: 2px;
	padding: 2px;
}
th
{
/*  color: #000000;    */
  text-align: center;
}
th.head
{
  color: #000000;
  background-color:#57CFFF;
  text-align: center;
}
th.headr
{
  color: #000000;
  background-color:rgba(255, 41, 41, .5);
  text-align: center;
  cursor: pointer;
}
th.headm
{
  color: #000000;
  background-color:#57CFFF;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}
img {
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
header{
	display: block;
}

.container{
    width: 100%;
	height: 100%;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 20px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	position: relative;
	color: #498ea5;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	padding: 0px 0px 5px 0px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{
	font-family: 'Alegreya SC', Georgia, serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #719dab;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}

#neu_sopho{
	font-family: Keffeesatz, Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
	margin: 20px;
	padding: 20px;
	text-align: center;
}
#jQueryTabs1
{
   padding: 4px 4px 4px 4px;
}
#jQueryTabs1 .ui-tabs-nav
{
   font-family: Arial;
   font-size: 13px;
   padding: 4px 4px 0px 4px;
}
#jQueryTabs1 .ui-tabs-nav li
{
   font-weight: normal;
   font-style: normal;
   margin: 0px 2px -1px 0px;
}
#jQueryTabs1 .ui-tabs-nav li a
{
   padding: 8px 10px 8px 10px;
}
.form{
    background-color: rgba(255, 255, 255, 0.6);
	background:#f1f1f1;
    font-family: Keffeesatz, Arial;
    font-size: 12px;
    width: 600px;
    color: black;
    /*margin-left: 100px;
    margin-top: 5px;*/
}
.form1{
    /*background-color: rgba(255, 255, 255, 0.9);*/
	/*background:#f1f1f1;*/
    font-family: Keffeesatz, Arial;
    font-size: 12px;
    width: 270px;
    color: black;
    /*margin-left: 100px;
    margin-top: 5px;*/
}
.form2{
    background-color: rgba(255, 255, 255, 0.6);
		background:#f1f1f1;
    font-family: Keffeesatz, Arial;
    font-size: 12px;
    width: 700px;
    color: black;
}
.menu_edit_links{
   float: left;
   background-color: rgba(255, 255, 255, 0.4);
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 300px;
   height: 50px;
   font-weight: normal;
   text-align: left;
   margin-bottom: 2px;
}
.menu_edit_rechts{
   background-color: rgba(255, 255, 255, 0.4);
   border: 0px solid rgba(122, 192, 0, 0.15);
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 600px;
   height: 50px;
   font-weight: normal;
   text-align: left;
   margin-bottom: 2px;
}
.menu_edit_mitte{
   background-color: rgba(255, 255, 255, 0.4);
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 600px;
   height: 50px;
   font-weight: normal;
   text-align: left;
   margin-bottom: 2px;
}
.menu_login{
   background-color: rgba(255, 255, 255, 0.4);
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 270px;
   height: 150px;
   font-weight: normal;
   text-align: left;
   margin-bottom: 2px;
}
.neu_edit_links{
   float: left;
   /*background-color: rgba(255, 255, 255, 0.9);*/
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 400px;
   height: 65%;
   font-weight: normal;
   text-align: left;
   margin-bottom: 2px;
}
.neu_edit_rechts{
	 float: left;
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*background-color: rgba(255, 255, 255, 0.9);*/
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 300px;
   height: 65%;
   font-weight: normal;
   text-align: left;
   margin-bottom: 2px;
}
.neu_edit_mitte{
	 float: bottom;
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*background-color: rgba(255, 255, 255, 0.9);*/
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 500px;
   font-weight: normal;
   text-align: left;
   margin-top: 50px;
   margin-left: 200px;
}
.neu_edit_links1{
   float: left;
   /*background-color: rgba(455, 455, 455, 0.9);*/
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 250px;
   height: 50px;
   font-weight: normal;
   text-align: left;
   /*margin-bottom: 2px;*/
   /*margin-left: 10px;*/
}
.neu_edit_rechts1{
	 float: right;
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*background-color: rgba(236, 248, 97, 0.9);*/
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 400px;
   height: 50px;
   font-weight: normal;
   text-align: left;
   /*margin-bottom: 2px;*/
}
.neu_edit_mitte1{
	 float: left;
   /*background-color: rgba(455, 455, 455, 0.9);*/
   border: 0px solid rgba(122, 192, 0, 0.15);
   /*border-bottom: 1px solid rgba(122, 192, 0, 0.15);*/
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 700px;
   height: 50px;
   font-weight: normal;
   text-align: left;
   /*margin-bottom: 2px;
   margin-left: 10px;*/
}
.from_name{
   float: left;
   background-color: rgba(255, 255, 255, 0.4);
   border: 0px solid rgba(122, 192, 0, 0.15);
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 300px;
   height: 50px;
   text-align: left;
   font-weight: bold;
}
.from_name_{
   background-color: rgba(255, 255, 255, 0.4);
   border: 0px solid rgba(122, 192, 0, 0.15);
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   width: 600px;
   height: 50px;
   font-weight: bold;
}
.clear {
clear:left;
}
.form input[type="email"]{ width: 400px; }
.form input[id="hwaddr"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.form input[id="msn_edit"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.form input[id="msn_edit1"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: left;
   font-weight: bold;
}
.form1 input[id="hwaddr"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.form input[id="HVTZ"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -20px;*/
   text-align: center;
   font-weight: bold;
}
.form input[id="hwaddrvirt"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.15);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.form input[id="namens"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.15);
   padding: 2px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 14px;
   -webkit-border-radius: 5px;
   margin-bottom: 15px;
   margin-top: -10px;
   text-align: left;
   font-weight: bold;
}
.form select{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 2px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   text-align: center;
   font-weight: bold;
}
.form2 select{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 2px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   text-align: center;
   font-weight: bold;
}
.form input.birthday{width:60px;}
.form input.birthyear{width:120px;}
.form label { color: #000; font-weight:bold;font-size: 12px;font-family:Arial, Helvetica; }
.form1 label { color: #000; font-weight:bold;font-size: 12px;font-family:Arial, Helvetica; }
.form label.month {width: 135px;}
/*.form input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 1px solid rgba(122, 192, 0, 0.15); padding: 2px; font-family: Keffeesatz, Arial; color: #4b4b4b; font-size: 14px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px;text-align: center; }*/
/*.form1 input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 1px solid rgba(122, 192, 0, 0.15); padding: 7px; font-family: Keffeesatz, Arial; color: #4b4b4b; font-size: 14px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; } */
.form input:focus, textarea:focus { border: 2px solid #ff5400; background-color: rgba(248, 248, 152, 0.7); }
.form1 input:focus, textarea:focus { border: 2px solid #ff5400; background-color: rgba(248, 248, 152, 0.7); }
.form .select-style {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(images/select-arrow.png),
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid #FFF;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;}
.form1 .select-style {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(images/select-arrow.png),
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid #FFF;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;}
.form input.buttom{ background: #4b8df9;
 display: inline-block;
  padding: 2px 8px 4px;
  color: #fbf7f7; text-decoration: none;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  border: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family:Verdana, Geneva, sans-serif;
}
.form input.buttom:hover	{
	background-color: #2a78f6;
}
.form1 input.buttom{
	background: #4b8df9;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fbf7f7;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border: none;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
}
.form1 input.buttom:hover	{
	background-color: #2a78f6;
}
.neu_edit_rechts input[id="msn_edit"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.neu_edit_links input{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.neu_edit_rechts1 input[id="msn_edit"]{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.neu_edit_links1 input{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 5px;
   /*margin-top: -10px;*/
   text-align: left;
   font-weight: bold;
}
.neu_edit_rechts textarea{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   /*margin-top: -10px;*/
   text-align: center;
   font-weight: bold;
}
.neu_edit_mitte1 input{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 3px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 5px;
   /*margin-top: -10px;*/
   text-align: left;
   font-weight: bold;
}
.neu_edit_links select{
   background-color: rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(122, 192, 0, 0.5);
   padding: 2px;
   font-family: Keffeesatz, Arial;
   color: #4b4b4b;
   font-size: 12px;
   border-radius: 5px;
   margin-bottom: 15px;
   text-align: center;
   font-weight: bold;
}
.button2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button2:hover {
	text-decoration: none;
}
.button2:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	font-family: Keffeesatz, Arial;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	font-family: Keffeesatz, Arial;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	font-family: Keffeesatz, Arial;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
