* { margin: 0px; padding: 0;}

body { 
  background-image: url("../img/bg-50proquali.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: repeat;
  background-color:#6792c5;
  font:  normal normal bold 12px/14px verdana, sans-serif;
	overflow:auto;
} 

a{
 text-decoration: none;
}

a:link {
 color: #ffffff;
}
a:visited {
 color: #ffffff;
}
a:hover {
 color: #ffffff;
 text-decoration: none;
}
a:active {
 color: #ffffff;
}

hr
{
     background-color:#737272; border:0px;width:100%;height:1px; margin:10px;
}

input[type=submit], input[type=button],
.OrangeBtt
{
     color:#fff;
font-weight:bold;
     border: 0px solid #014689;
     background-color: #014689;
     width:200px;
     height:25px;
}

input[type=text],input[type=password], textarea
{
    border: 2px solid #ccc;
}


table,img {
    border: 0px solid #fff;
}

.myBox {

    color: #000;
    padding: 0px;
    text-align: left;
    background-color: #fff;
    border: 0px solid #fff;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.myBoxFehler {

    color: #000;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border: 2px solid red;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.myButton {
    margin: 0px auto;
    color: #fff;
    padding: 5px;
    height:25px;
    background-color: #fff;
    border: 2px solid #ccc;

 /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px ;
    -moz-border-radius: 20px;
}
.myButtonSubmit {
    margin: 0px auto;
    color: #fff;
    padding: 3px;
    height:25px;
    background-color: #014689;
    border: 2px solid #ccc;


 /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px ;
    -moz-border-radius: 15px;
}

.myProduct {
    cursor:hand; /* für den ie6 -> a auf div*/
    font: normal normal bold 12px/25px verdana, sans-serif;
    position:static;
    margin: 5px 5px;
    color: #000;
    padding: 5px;
    text-align: center;
    background-color: #acc0e0;
    border: 0px solid #ccc;
    width:210px;
    height:100px;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.myDropDownList
{
    margin: 0px;
    color: #000;
    padding: 5px;
    border: 2px solid #ccc;
    
 /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px;
}

#logo {
position: absolute;
top: 0px;
left:0px;
z-index: 9999;
}

#balken {
position: absolute;
top: 0px;
left: 0px;
width: 99%;
z-index: 1;
text-align: right;
    border: 0px solid #ccc;
}

#balken2 {
font: normal normal normal 12px/14px verdana, sans-serif;
position: absolute;
margin: 0px 0px;
padding: 0px;
top: 30px;
left: 1050px;
text-align: center;
z-index: 2;
}

#menu {
position: absolute;
top: 130px;
left: 30px;
margin: 0px 0px;
padding: 0px 0px;
z-index: 1;
border: 0px solid #ccc;
}

#contentt {
position: absolute;
top: 130px;
left: 230px;
z-index: 1;
font-size:50px;
font:  normal normal normal 20px/25px verdana, sans-serif;
color:#01468c;
text-transform: uppercase;
}


#content {
link-color:#000000;
position: absolute;
top: 160px;
width:900px;
left: 220px;
z-index: 1;
margin: 5px 5px;
padding:30px;
border: 0px solid #ccc;
line-height:20px;
text-align: left;
}



#button {
font: normal normal Bold 18px/30px verdana, sans-serif;
position: static;
z-index: 1;
width: 165px;
margin: 10px 5px;
padding-left: 13px;
background-color:#ffffff;
}

#extra
{
    font: normal normal bold 12px/14px verdana, sans-serif;
    color: #fff;
    margin: 5px 5px;
    padding: 0px 0px;
    text-align: center;
}


#clickdiv
{   text-align:left;
    position:absolute;
    width:210px;
    height:100px;
    z-index: 999;
    border: 0px solid #ccc;
}

#menulink
{
    font: normal normal bold 12px/20px verdana, sans-serif;
}

.LeftMenuPin,.LeftMenuLink
{
    font: normal normal bold 12px/20px verdana, sans-serif;
}

#quicklink
{
    font: normal normal bold 12px/10px verdana, sans-serif;
    text-align:center;
    z-index: 999;
    border: 0px solid #ccc;
}

#unterquicklink
{   font: normal normal normal 9px/10px verdana, sans-serif;
    text-align:center;
    z-index: 999;
    border: 0px solid #ccc;
    margin-bottom:5px;
}

.grau, a.grau
{
 color:#737272;
}

.hellblau, a.hellblau
{
 font-size:16px;
 color:#387c7c;
}

.schwarz, a.schwarz
{
 color:#000000;
}

.UpL
{
	position:relative;
	top:-30px;
	left:0px;
}
.UpR
{
	position:relative;
	top:-30px;
	left:5px;
}



.RadGrid_Simple .rgSelectedRow
{
    background:#014689 !important;
    color:#FFFFFF !important;
}
*+html .RadGrid_Simple .rgSelectedRow .rgSorted{background-color:#014689 !important}
* html .RadGrid_Simple .rgSelectedRow .rgSorted{background-color:#014689 !important}

.RadGrid_Simple .rgSelectedRow a,
.RadGrid_Simple .rgHoveredRow a,
.RadGrid_Simple .rgActiveRow a
{
	color:#FFFFFF !important;
}

.RadGrid_Simple .rgSelectedRow td,
.RadGrid_Simple .rgSelectedRow td.rgSorted
{
	border-color:#014689 #014689 !important;
}

.RadGrid_Simple .rgActiveRow td,
.RadGrid_Simple .rgActiveRow td.rgSorted,
.RadGrid_Simple .rgHoveredRow td,
.RadGrid_Simple .rgHoveredRow td.rgSorted
{
	border-color:#014689 #014689 !important;
}
