html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li
						{background: transparent;border: 0;margin: 0; padding: 0; vertical-align: baseline; }


/*Google Horizontal Navigation Menu*/
ul.googleTab {
    list-style: none;
	background: #fbfbfb;
	padding:0 5px;
	font-size:13px;
	color:#3366cc;
	overflow:hidden;

	background:-moz-linear-gradient(0% 100% 90deg,#f5f5f5, #ffffff);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
}
ul.googleTab li	{
	float:left;
	padding:7px 8px;
	border-top:solid 2px #bad3ea;
}
ul.googleTab li.active{
	border-top: solid 3px #1a54e1;
	color:#363636;
	font-weight:bold;
}
ul.googleTab li:hover	{
	background:#e4ebf8;
	cursor:pointer;
}


/*Dropdown Menu - Mehr*/
.menu{
      font: 13px/27px Arial,sans-serif;
      color:#3366CC;
      height:30px;
}
.menu a:hover{
    background-color:#e4ebf8;

}
.menu a {
    text-decoration: none;
    padding: 4px 8px 7px; 
    color:#3366CC;
    outline:none;
	
}
.menu ul{
    list-style: none;
    margin:0; 
    padding:0 0 0 10px;
		
}
.menu ul li{
    padding:0;
    float:left;
	  width: 110%;

}
.menu ul li ul li{
    padding:0;
    float:none;
    margin: 0 0 0 0px;
    width:100%;
}
.menu ul li ul{
    position: absolute;
    border: 1px solid #C3D1EC;
    box-shadow: 0 -1px 5px #CCCCCC;
    margin-top: -1px;
    display:none;
    padding: 0px 16px 0px 0;
}
.menu .active ul{
    display:block !important;
	
}
.menu .active a{
    background-color: white;
    border: 1px solid #C3D1EC;
    border-bottom: none;
    box-shadow: 0 -1px 5px #CCCCCC;
    display: block;
    height: 30px;
    padding: 0 8px 0 8px;
  z-index: 1;
  position: relative;
}

.menu .active a:hover{
    background-color:white;
}
.menu .active ul a:hover{
    background-color:#e4ebf8;
}

.menu .active ul a{
    border: 0 !important;
    box-shadow: 0 0 0 #CCCCCC;
    border:0;
    width: 100%;
}

/*
.arrow {
    border-color: #3366CC transparent transparent;
    border-style: solid dashed dashed;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
*/
.arrow {
    border: solid #0134CC;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    /* transform: rotate(45deg); */
    -webkit-transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 2px;
}


#more {
    background: #fbfbfb;
    height:30px;
    padding-top:3px;
    //background:-moz-linear-gradient(0% 100% 90deg,#f5f5f5, #ffffff);
    //background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
}


/*Allgmeines*/
.a {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
 	 font-size: 13px;
	}

.b {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
 	 font-size: 24px;
	}

h1 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
 	 font-size: 24px;
	 color: #888;
	}	
	
h2 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
 	 font-size: 18px;
	 color: #888;
	}
	
h3 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
 	 font-size: 16px;
	 color: #888;
	}

a:active { color:#0134CC; text-decoration: none;}
a:link {  color:#0134CC; text-decoration: none;}
a:visited {  color:#0134CC; text-decoration: none;}
a:hover {  color:#0134CC; text-decoration: underline}

   
.center {
   text-align: center;
   }
.right {
   text-align: right;
   }   
    
.noborder {
	border:none;
	}
	
#index_body {
padding:5px 10px 20px 10px;
margin: 0;

}
#index_nav{
	margin: -30px 0px 0px 0px; padding: 20px;
}



#editview_paper{
background: #fff; padding: 30px; border: 1px solid #E2E2E2; 
} 

.scrollup {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  padding-top: 6px;
  display: none;
  color: #000;
  font-size: 25px;
  background: #fff;
  text-align: center;
  border: 3px solid #EEEEEE;
  font-weight: bold;
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.scrollup, a:hover {
    text-decoration: none;
}

.back {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 247px;
  text-decoration: none;
  padding-top: 6px;
  color: #000;
  font-size: 25px;
  background: #fff;
  text-align: center;
  border: 3px solid #EEEEEE;
  font-weight: bold;
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.back, a:hover {
  text-decoration: none;
}

.next {
  float:left; margin: 10px 0 0 30px;  
  background-image: url("../images/next.png");
  background-repeat: no-repeat;          
  height: 20px;
  width: 20px;
}