body {
    margin: 0;
    padding: 0;
    background: url('../gfx/bg-body.png') left top repeat-y #b8daf6;
    text-align: left;
    font-family: tahoma;
    font-size: 12px;
    color: #6a6a6a;
}

.all-page {
    width: 970px;
}

p {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 17px;
}

a img {
    border: 0;
}

a {
    text-decoration: underline;
    color: #005b85;
}

a:hover {
    text-decoration: none;
}

.cleaner {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.all-page-top {
    position: absolute;
    left: 0; 
    top: 0;
    width: 970px;
    height: 150px;
}

.all-page-top .inner{
    background: url('../gfx/bg-top.png') 15px 15px no-repeat;
    width: 970px;
    height: 150px;
    position: relative;
}

.all-page-top .inner img.logo{
    position: absolute;
    top: 27px;
    left: 33px;
}

.all-page-top ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 30px;
    top: 114px;
}

.all-page-top ul li{
    margin: 0 11px 0 0;
    padding: 0 0 0 0;
    float: left;
    list-style-type: none;
}

.all-page-top ul li a{
    display: block;
    float: left;
    line-height: 36px;
    text-decoration: none;
    background: url('../gfx/tabs/left-passive.png') left top no-repeat;
}

.all-page-top ul li a span{
    color: #005b85;
    font-size: 12px;
    display: block;
    float: left;
    line-height: 36px;
    padding: 0 15px 0 11px;
    text-decoration: none;
    background: url('../gfx/tabs/right-passive.png') right top no-repeat;
    cursor: pointer;
}

.all-page-top ul li a.activ,.all-page-top ul li a:hover{
    background: url('../gfx/tabs/left-active.png') left top no-repeat;
}

.all-page-top ul li a.activ span{
    color: #5c5c5c;
    font-size: 14px;
    background: url('../gfx/tabs/right-active.png') right top no-repeat;
}

.all-page-top ul li a:hover span{
    color: #5c5c5c;
    background: url('../gfx/tabs/right-active.png') right top no-repeat;
}

.search {
    top: 45px;
    right: 46px;
    position: absolute;
    width: 283px;
}

.search form{
    margin: 0;
    padding: 0;
}

.search form input.text{
    display: block;
    background: url('../gfx/search/input.png') left top no-repeat;
    border: 0;
    width: 174px;
    height: 21px;
    padding: 9px 7px 0 8px;
    margin: 2px 8px 6px 0;
    font-size: 12px;
    float: left;
}

.search form input.button{
    float: left;
}

.col-left {
    float: left;
    width: 615px;
    margin: 0 0 100px 0;
    padding: 150px 0 0 0;
}

.col-right {
    float: left;
    width: 328px;
    margin: 150px 0 100px 0;
    padding: 17px 0 0 0;
    border: 1px solid #e3e3e3;
    border-top: 0;
    background: #f3faff;
}

.col-left .content{
    padding: 20px 28px 0 30px;
}

.col-left .content-user input{
	width: 97%;
}


.col-left .content-user{
    padding: 20px 28px 0 30px;
}

h1 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 26px;
    padding: 0;
    color: #303030;
    font-weight: normal;     
}

h1.content-h1 {
    margin: 0 0 5px 0;
}

.yellow-button {
    display: block;
    float: left;
    background: url('../gfx/button/left.png') left top no-repeat;
    margin: 0 0 12px -2px;
    line-height: 50px;
    height: 50px;
    text-decoration: none; 
}

.yellow-button span{
    display: block;
    background: url('../gfx/button/right.png') right top no-repeat;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0 18px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-style: italic;
    font-family: "trebuchet ms";
    letter-spacing: -1px;
    float: left;
}

a.button{
    float: left;
    background: url('../gfx/button/left.gif') left top no-repeat;
    margin: 0 6px 20px 0;
    line-height: 19px;
    text-decoration: none; 
}

a.button span{
    display: block;
    background: url('../gfx/button/right.gif') right top no-repeat;
    line-height: 19px;
    padding: 0 9px;
    font-size: 10px;
    color: #005b85;
    float: left;
    cursor: pointer;
}

a.button:hover{
    text-decoration: underline; 
}

.col-right .box{
    margin: 0 0 20px 0;
    padding: 0 0 1px 0;
}

.col-right .box p.header{
    margin: 0 0 7px 13px;
    background: url('../gfx/icons/right-col-header.png') left top no-repeat;
    line-height: 28px;
    padding: 0 0 3px 10px;
    color: #fff;
}

.col-right .box ul{
    margin: 0 0 16px 0;
    padding: 0 22px;
    list-style: none;
}

.col-right .box ul li{
    margin: 0 0 4px 0;
    padding: 0 10px 0 12px;
    list-style-type: none;
    line-height: 17px;
    min-height: 16px;
    background: url('../gfx/icons/circle-right.png') left 6px no-repeat;
    clear: left;
}

.col-right .box ul li span{
    padding: 0 20px 0 0;
    background: url('../gfx/icons/rss.png') right top no-repeat;
    line-height: 16px;
    display: block;
    float: left;
}

.col-right .box ul li ul{
    margin: 0 0 0 6px;
}

.col-right .google{
    margin: 0 0 16px 25px;
}

.col-left .google{
    margin: 0 0 16px 0;
}

.col-left p.headline{
    margin: 0;
    background: url('../gfx/headers/full.png') left top no-repeat;
    line-height: 37px;
    padding: 0 0 3px 10px;
    color: #fff;
}

.full-top {
    width: 556px;
    height: 9px;
    line-height: 0;
    font-size: 0;
    background: url('../gfx/rounded/full/top.png') left top no-repeat;
}

.full-middle {
    width: 554px;
    background: #f3faff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.full-bottom {
    width: 556px;
    height: 9px;
    line-height: 0;
    font-size: 0;
    background: url('../gfx/rounded/full/bottom.png') left top no-repeat;
    margin-bottom: 40px;
}

.full-middle ul{
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    list-style-type: none;
    float: left;
    width: 133px;
}

.full-middle ul li{
    margin: 0 0 6px 0;
    padding: 0 10px 0 22px;
    list-style-type: none;
    line-height: 17px;
    min-height: 16px;
    background: url('../gfx/icons/circle-right.png') 10px 6px no-repeat;
    clear: left;
}

.half {
    float: left;
    width: 272px;
}

.half-right {
    float: right;
}

.half p{
    margin: 0;
    background: url('../gfx/headers/half.png') left top no-repeat;
    line-height: 37px;
    padding: 0 0 3px 10px;
    color: #fff;
}

.half .top {
    width: 267px;
    height: 6px;
    line-height: 0;
    font-size: 0;
    background: url('../gfx/rounded/half/top.png') left top no-repeat;
    margin: 0 0 0 2px;
}

.half .middle {
    width: 265px;
    background: #f3faff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin: 0 0 0 2px;
}

.half .bottom {
    width: 267px;
    height: 6px;
    line-height: 0;
    font-size: 0;
    background: url('../gfx/rounded/half/bottom.png') left top no-repeat;
    margin-bottom: 40px;
    margin: 0 0 0 2px;
}

.half .mb {
    margin-bottom: 4px;
}

.half ul{
    margin: 0 0 12px 0;
    padding: 5px 0 0 0;
    list-style-type: none;
}

.half ul li{
    margin: 0 0 6px 0;
    padding: 0 10px 0 26px;
    list-style-type: none;
    line-height: 17px;
    min-height: 16px;
    background: url('../gfx/icons/circle.png') 13px 6px no-repeat;
}

.half .middle a{
    display: block;
    padding: 0 0 0 30px;
    line-height: 15px;
}

.half .middle a.de{
    background: url('../gfx/flags/de.png') 10px center no-repeat;
}

.half .middle a.gb{
    background: url('../gfx/flags/gb.png') 10px center no-repeat;
}

.half .middle a.fr{
    background: url('../gfx/flags/fr.png') 10px center no-repeat;
}
.half .middle a.pl{
    background: url('../gfx/flags/pl.png') 10px center no-repeat;
}
.half .middle a.dot{
    background: url('../gfx/icons/circle-right.png') 8px center no-repeat;
    padding: 0 0 0 20px;
}

.half .middle a.dot span{
    display: block;
    line-height: 15px;
}

.half .middle a.dot span.de{
    background: url('../gfx/flags/de.png') 222px center no-repeat;
}

.half .middle a.dot span.gb{
    background: url('../gfx/flags/gb.png') 222px center no-repeat;
}

.half .middle a.dot span.fr{
    background: url('../gfx/flags/fr.png') 222px center no-repeat;
}
.half .middle a.dot span.pl{
    background: url('../gfx/flags/pl.png') 222px center no-repeat;
}
.col-left .img{
    width: 148px;
    float: left;
    margin: 0 0 30px 0;
}

.col-left .img img{
    border: 1px solid #e3e3e3;
}

.col-left .info {
    float: left;
    width: 407px;
}

.col-left .info p{
    margin: 0 0 10px 0;
}

.col-left .info h2{
    color: #303030;
    font-size: 12px;
    margin: 0 0 2px 0;
    padding: 0;
    line-height: 18px;
} 

.col-left .info h2 a{
    color: #303030;
    font-size: 12px;
    text-decoration: none;
}

.col-left .info h2 a:hover{
    text-decoration: underline;
}

.col-left .info a.web{
    color: #005b85;
    font-size: 12px;
    text-decoration: underline;
    padding: 0 0 0 25px;
    background: url('../gfx/icons/www.png') left center no-repeat;
    line-height: 15px;
    display: block;
    margin: 0 0 30px 0;
}

.col-left .info a.web:hover{
    text-decoration: none;
}

.col-left a.detail{
    color: #005b85;
    font-size: 12px;
    text-decoration: underline;
    padding: 0 0 0 25px;
    background: url('../gfx/icons/www.png') left center no-repeat;
    line-height: 15px;
    display: block;
    margin: 0 0 40px 0;
}

.col-left a.detail:hover{
    text-decoration: none;
}

.col-left ul.links{
    margin: 0;
    padding: 25px 0 0 0;
    list-style-type: none;
}

.col-left ul.links li{
    margin: 0 0 7px 0;
    padding: 0 10px 0 22px;
    list-style-type: none;
    line-height: 17px;
    min-height: 16px;
    background: url('../gfx/icons/circle-right.png') 10px 6px no-repeat;
}
/*css class for langauge*/
.language {
	color:#6A6A6A;
	float:right;
	margin-left:10px;
	margin-right:30px;
	text-decoration:none;
}

.language a{
	text-decoration:none;
}

.language a.last{
	margin-left:2px;
}

.language img{
	margin-top:20px;
}

/*for message*/
.message {
	width:250px;
	margin: 0 0 25px 0;
    padding: 0 0 0 70px;
	font-size: 20px;
	font-weight: bold;
	font-family: "trebuchet MS";
	color: #CC0033;
	margin-top:50px;
	
}

