
	/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
	
	@media only screen and (min-width:481px){		
       /* styles for mobile browsers smaller than 719px; (481-720) */
	   			#main {  
			float: left;
			width: 100%;
			 margin-left: 15px;
			}
			#page {
		  margin: 0px auto 0;
		  text-align: center;
		  width: 100%;
		}
		#centern{
			width: 100%;
			box-shadow: 0 4px 10px #2b2b2b;
		}
		#centern #content {
				background:#FFFFFF url(../images/contentback.jpg);
				background-position:bottom left;
				background-repeat:repeat-x;
				text-align: center;
				width: 100%;
		}

		#centern #content #websitemain {
		text-align:left;
		color:#444444;
		float:left;
		width:80%;
		padding-left:1em;

		}
		#domainthumbnail {
			line-height: 1.5em;
		}
		#centern #content #website #domaininfos {
			padding-right:5px;
		}
		#centern #footer {
        background:#686868 url(../images/footerback.jpg);
        background-position:top left;
        background-repeat:repeat-x;
        height:50px;
        width: 100%;
        text-align:left;}

		#centern #footer .content {
			color:#B6CCCC;
		}
						/*右侧边*/
		#centern #content #websiterechts {
			width:336px;
			float:left;
			margin-top:20px;
			padding-left:30px;
			background: url(../images/schatten_rechts.jpg);background-position:top left;
			background-repeat: no-repeat;
			text-align:right;
		}
		
		#centern #content #start #searchbox .searchfield, #centern #content #head #searchbox .searchfield {
        -webkit-box-shadow: inset 2px 2px 3px #cfcfcf; /* webkit browser*/ 
        -moz-box-shadow: inset 2px 2px 3px #cfcfcf; /* firefox */ 
        border-radius: 3px 3px 3px 3px;
        box-shadow: inset 2px 2px 3px #cfcfcf;
        border: 3px solid #0899D2;
        font:bold  15px Verdana;
        padding:6px 5px 6px 8px;
        width: 45%;
        height: 1.2em;
		}
    }

	@media only screen and (min-width:720px){
        /* styles for browsers larger than 720px; */
    }

    @media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
			#main {  
			float: left;
			width: 80%;
			 margin-left: 15px;
			}
			#page {
		  margin: 0px auto 0;
		  text-align: center;
		  width: 80%;
		}
		#centern{
			width: 110%;
			box-shadow: 0 4px 10px #2b2b2b;
		}
		#centern #content {
				background:#FFFFFF url(../images/contentback.jpg);
				background-position:bottom left;
				background-repeat:repeat-x;
				text-align: center;
				width: 110%;
				min-height:700px;
		}

		#centern #content #websitemain {
		text-align:left;
		padding: 15px 0 15px 15px;
		color:#444444;
		float:left;
		width:60%;
		}
		#domainthumbnail {
		width:210px;
		float:right;
		'text-align:right;
		margin-bottom: 10px;
		line-height: 1.5em;
		}
		#centern #content #website #domaininfos {
			padding-right:5px;
			min-height: 210px;
		}
		#centern #footer {
        background:#686868 url(../images/footerback.jpg);
        background-position:top left;
        background-repeat:repeat-x;
        height:50px;
        width: 110%;
        text-align:left;}

		#centern #footer .content {
			padding:20px;
			color:#B6CCCC;
		}
				/*右侧边*/
		#centern #content #websiterechts {
			width:336px;
			float:left;
			margin-top:20px;
			padding-left:30px;
			background: url(../images/schatten_rechts.jpg);background-position:top left;
			background-repeat: no-repeat;
			text-align:right;
		}
    }

    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */

	   	   			#main {  
			float: left;
			width: 100%;
			 margin-left: 15px;
			}
			#page {
		  margin: 0px auto 0;
		  text-align: center;
		  width: 100%;
		}
		#centern{
			width: 100%;
			box-shadow: 0 4px 10px #2b2b2b;
		}
		#centern #content {
				background:#FFFFFF url(../images/contentback.jpg);
				background-position:bottom left;
				background-repeat:repeat-x;
				text-align: center;
				width: 100%;
		}

		#centern #content #websitemain {
		text-align:left;
		color:#444444;
		float:left;
		width:80%;
		padding-left:1em;
		}
		#domainthumbnail {
			line-height: 1.5em;
		}
		#centern #content #website #domaininfos {
			padding-right:5px;
		}
		#centern #footer {
        background:#686868 url(../images/footerback.jpg);
        background-position:top left;
        background-repeat:repeat-x;
        height:50px;
        width: 100%;
        text-align:left;}

		#centern #footer .content {
			color:#B6CCCC;
		}

		/*右侧边*/
		#centern #content #websiterechts {
			width:100%;
			float:left;
			margin-top:20px;
			background: url(../images/schatten_rechts.jpg);background-position:top left;
			background-repeat: no-repeat;
			text-align:left;
		}

		#centern #content #start #searchbox .searchfield, #centern #content #head #searchbox .searchfield {
		display:none;
		}
    }


    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */


    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */

    }

    @media only screen and (device-width:768px){
       /* default iPad screens */
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
    }



body{
    background: repeat-x fixed right bottom #E3E8ED; font: normal 100% Helvetica, Arial, sans-serif;
	margin:0px;
   padding:0px;
   word-break: break-all;
} 
img{max-width: 100%;}
ul li, ul{
   list-style-type:square;
   padding:0px;
   margin:0px;
}


p, li {
   line-height:18px;
   margin:0px;
   padding:0px;
   margin-bottom:5px;
   color:#535353;
}


a {

	color:black;
	text-decoration:underline;
}


a:hover {
	color:#1a3553;
}

em {
   font-style:normal;
 }

h1 {
	font-size: 3.5em;
	font-weight: bold;
   color:#658f00;
   margin:0px;
   margin-bottom:0px;
   padding: 0px;
}

h2 {
   font-size:0.8em;
   color:#000807;
   padding: 0px;
}

h3 {
   font-size:0.7em;
   line-height:1.5em;
   color:#000807;
   padding: 0px;
   margin: 2px 0px;
}

form {
   margin:0px;
   padding:0px;
}



form fieldset {
   position:relative;
   border:0px;
   margin:0px;
   padding:0px;
   border:0px solid transparent;
}

input{
 	border-top:1px solid #cccccc;
 	border-left:1px solid #cccccc;
 	border-right:1px solid #cccccc;
 	border-bottom:1px solid #cccccc;
	padding-left:3px;
	vertical-align:middle;
 }

#right{float:left;width:160px;margin-left:10px;margin-top:10px;}

* html #page{width:100%;}


#topcontainer {
    font-size:0.9em;
    color: #727272;
}
#topcontainer ul {
    float:right;line-height:18px;
    padding: 7px 6px 0 0;
}
#topcontainer ul li {
    margin-top:0px;
    float:left;
    list-style: none outside none;
}
#topcontainer ul li a {
    border-right: 1px solid #e8e8e8;
    text-decoration: none;
    padding: 0 6px;
    color: #727272;
}
#topcontainer ul li a:hover {text-decoration: underline;}
#topcontainer .topleft {
}


#centern #content #head {
        padding-top:10px;
        height:83px;
		overflow:hidden;
}
#centern #content #head #searchbox {
        margin-top:16px;
        text-align:left;
		overflow: hidden;
}

#centern #content .breadcrumbs {
    text-align:left;
    padding-left:15px;
    padding-top:6px;
    font-size:12px;

	}

/* Website Detailseite ///////////////////////////////////////////////////// */

#centern #content #website {
    text-align: left;clear:both;
}

#centern #content #websiterechts .domainbox h2 {
    padding-right: 5px;
	font-size:0.9em;
}


#centern #content #website #domaininfos div{
    margin-bottom:2px;
}


#websitemain h2{
	font-size:1.2em;
}


/* container for external content. uses vertical scrollbar, if needed */


#domainthumbnail img{
	width:200px;
    border:1px solid #CCCCCC;
    padding:2px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #CCCCCC;
}

#domainthumbnail .zurwebsite {
    font-size:0.9em;
}

#centern #content #website .domainbox {
    clear:both;
    border-top:1px dotted;
    border-color: #CCCCCC;
    margin-top:10px;
    margin-bottom:5px;
	word-break: break-all;

}


#centern #content #website ul#similarsites li {
    list-style-type: none;
    font-size: 0.9em;
    width:90px;
    float:left;
	text-align:center;
    margin-left:12px;
    line-height: 15px;
	overflow:hidden;
}
#centern #content #website ul#similarsites li.first {
    margin-left:0px;
}
#centern #content #website ul#similarsites li a{
    text-decoration: none;
}
#centern #content #website ul#similarsites li a:hover {
    text-decoration: underline;
}

#centern #content #website ul#linkstosite li {
    list-style-type: none;
    text-align:left;
    text-decoration: none;
    border-bottom: 1px solid #EEEEEE;
    padding:5px;
    font-size:0.9em;
}
#centern #content #website ul#linkstosite li:hover {
    background-color: #EEEEEE;
    border-bottom: 0px;
    border-top: 1px solid #FFFFFF;
}

#centern #content #website ul#linkstosite li b {
    font-weight: bold;
}
#centern #content #website ul#linkstosite li a {
    text-decoration: none;
}

#centern #content #website ul#incentives li {
    list-style-type: none;
    text-align:left;
    text-decoration: none;
    padding:5px;
    font-size:0.9em;
    margin:4px;
    font-weight:bold;
}

#centern #content #website ul#incentives li a {
    text-decoration: none;
    color: #3A3A3A;
}
#centern #content #website ul#incentives li a:hover {
    text-decoration: none;
    color:black;
}

#centern #content #website .kommentarebox textarea {
    border: 1px solid #2E8EB4;
    font:12px Verdana;
    padding:5px;
    background-repeat:no-repeat;
    width: 400px;
    height: 109px;
    margin-bottom:10px;
    border-radius: 3px 3px 3px 3px;
}

#centern #content #website .kommentarebox input.textinput {
    border: 1px solid #2E8EB4;
    font:12px Verdana;
    padding:2px;
    background-repeat:no-repeat;
    width: 165px;
    height: 19px;
    margin-top:1px;
    margin-bottom:6px;
    border-radius: 3px 3px 3px 3px;
}

#centern #content #website .kommentarebox #rating {
    background:url(../images/bewertungen/bekanntheit_blank.gif);
    height:11px;
    float:left;
    margin-top:3px;
    margin-left:3px;
    width: 108px;
}

#centern #content #website .kommentarebox .comment_options {
    margin-left:50px;
    border-top: 1px solid #EEEEEE;
    padding-top: 3px;
    margin-bottom:5px;
    margin-top:10px;
}

#centern #content #website .kommentarebox .comment_options a {
    font-size: 0.9em;
    text-decoration: none;
    color: #444444;
}

#centern #content #website .kommentarebox .comment_options a.comment {
    display: block;
    background: url(../images/comment-icon.png) no-repeat;
    background-position:0px 1px;
    padding-left: 14px;
    float:left;
}

#centern #content #website .kommentarebox .comment_options a:hover {
    text-decoration: underline;
    color: #444444;
}
#centern #content #website .kommentarebox .comment_options .helpful {
    text-align:right;
    float:right;
    font-size: 0.9em;
    padding-right:4px;
}
#centern #content #website .kommentarebox .comment_options .helpful a {
    padding-left: 2px;
    padding-right: 2px;
}

#website .kommentarebox .comment_input {
    clear:both;
    display:none;
    padding:10px;
    border-top:1px solid white;
}
#website .kommentarebox .comment_input .commenterror {
    float:left;
    width: 336px;
}
#website .kommentarebox .comment_input .commenterror p {
    margin-left: 0px !important;
    width: 336px !important;
}
#website .kommentarebox .comment_input textarea {
    width:315px !important;
    height: 61px !important;
}

#website .kommentarebox .comment_text {
    float:left;
}
* html #website .kommentarebox .comment_text {width: 350px;}
#website .kommentarebox .comment_attributes {
    margin-left:434px;
}
* html #website .kommentarebox .comment_attributes {margin-left:334px;}

.comment_comments div {
    background-color: #EDF6F9;
}
.comment_comments div.nofirst {
    border-top:1px solid white;
}
.comment_comments div.comment {
    border-bottom: 1px solid #E1E3E8 !important;
}
.comment_comments p.description {
    margin-left:40px !important;
}
.comment_comments .comments_head {
    display:block;
    height:6px;
    background:url(../images/comment_pick.png) no-repeat;
    
}
.comment_comments .write_comment_hint textarea {
    margin:5px !important;
    padding:4px !important;
    width:350px !important;
    font:11px Arial !important;
    color: #C4C4C4;
    height:14px !important;
    border-color: #E1E3E8 !important;
    
}

.comment_comments .showmorecomments:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ratingimage {
    height:11px;
    float:left;
    margin-top:3px;
    margin-left:3px;
    width: 108px;
}

.ratingtext {
    font-size:0.9em;clear:both;margin-top:18px;color:#B7B7B7;
}
.ratingwebsitehint {
    font-size:0.9em;clear:both;margin-top:2px;color:#B7B7B7;
}
.ratingwebsitehint_no {
    display:none;
}

*+html .ratingtext {margin-top:4px;}
* html .ratingtext {margin-top:4px;}

* html .comment_attributes {margin-left:500px;padding-left:96px;}
* html #commentform .actionbutton {width:190px;}
*+html #commentform .actionbutton {width:190px;}

* html .comment_input textarea {margin-left:-50px;}
* html .comment_input .actionbutton {width:180px;}
*+html .comment_input textarea {margin-left:-50px;}
*+html .comment_input .actionbutton {width:180px;}

.helpful div, .helpful a {
    float:left;
    margin-right:5px;
}

.helpful a.disslike {
    background-position: 0px -12px;
}

.helpful a.disslike:hover {
    background-position: -10px -12px;
}
.helpful a.like:hover {
    background-position: -10px 0px;
}

.helpful a.like, .helpful a.disslike {
    background-image: url(../images/likes.png);
    background-repeat: no-repeat;
    width:6px;
    height:12px;
    display:block;
}

.helpful .loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    display:none;
}

#centern #content #website .kommentar {
    clear:both;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #EEEEEE;
}

#centern #content #website .odd {
    
}
#centern #content #website .kommentar p {
    line-height:17px;margin-top:3px;
    margin-left:50px;
}
#centern #content #website .kommentar .image {
    float:left;
    margin-right:5px;
}
#centern #content #website .kommentar .head a {
    font-weight: bold;
    text-decoration: none;
}
#centern #content #website .kommentar .head a:hover {
    text-decoration: underline;
}
#centern #content #website .kommentar .image img {
    border:1px solid #CCCCCC;
    padding:1px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #CCCCCC;
}
.rating1, .rating2, .rating3, .rating4, .rating5, .ratinga1, .ratinga2, .ratinga3,
.ratinga4, .ratinga5{
    width: 22px;
    height:11px;
    float:left;
    display:block;
    padding:0px;
    margin:0px;
    cursor: pointer;
    overflow:hidden;

}
.rating5 {width:20px;}

.ratinga1 {background:url(../images/bewertungen/bekanntheit_01.gif); width: 22px;height:11px;}
.ratinga2 {background:url(../images/bewertungen/bekanntheit_02.gif);width: 22px;height:11px;}
.ratinga3 {background:url(../images/bewertungen/bekanntheit_03.gif);width: 22px;height:11px;}
.ratinga4 {background:url(../images/bewertungen/bekanntheit_04.gif);width: 22px;height:11px;}
.ratinga5 {background:url(../images/bewertungen/bekanntheit_05.gif);width: 20px;}

.ratingfull1 {background:url(../images/bewertungen/rating_1_5.gif);font-size:0.8em;}
.ratingfull2 {background:url(../images/bewertungen/rating_2_5.gif);font-size:0.8em;}
.ratingfull3 {background:url(../images/bewertungen/rating_3_5.gif);font-size:0.8em;}
.ratingfull4 {background:url(../images/bewertungen/rating_4_5.gif);font-size:0.8em;}
.ratingfull5 {background:url(../images/bewertungen/rating_5_5.gif);font-size:0.8em;}

#morecomments {
    display: block;
    background-color: #F2F2F2;
    padding: 5px;
    text-align:center;
    font-weight:bold;
    font-size: 0.9em;
    cursor: pointer;
    margin: 5px 0px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    
}
#morecomments:hover {
    text-decoration: underline;
}

.bekanntheit_alt {display:none;}

#ratingdesc {width:200px;float:left;margin-left:5px;}

.smallthumb, .smallerthumb {
    border:1px solid #CCCCCC;
    padding:1px;
    border-radius: 3px 3px 3px 3px;
    width:72px;
    height:59px;
    background-color: #FFFFFF;
}

.smallerthumb {
    width:39px;
    height:32px;
    background-color: #FFFFFF;
}


/* Footer ////////////////////////////////////////////////////////////////// */


#centern #footer .content p { color:#B6CCCC; line-height:16px;}
#centern #footer .content a { color:#B6CCCC; text-decoration: none;}
#centern #footer .content a:hover {text-decoration: underline;color:#FFFFFF}

#centern #footer .content .row {clear:both;padding-top:5px;}
#centern #footer .content .row h6 {
    width:160px;
    float:left;
    font-size:0.9em;
    font-weight:bold;
    margin:0px;
}

/* Start Seite ///////////////////////////////////////////////////////////// */

/* Info Seiten ///////////////////////////////////////////////////////////// */


/* Allgemeine Tags ///////////////////////////////////////////////////////// */

.bekanntheit1,.bekanntheit2,.bekanntheit3,.bekanntheit4,.bekanntheit5 {
        background:url(../images/bekanntheit.gif);
        height:11px;
        width:1px;
        display:inline-block;
        margin-top:3px;
        margin-left:3px;
}
.bekanntheit1 {width:21px;}
.bekanntheit2 {width:42px;}
.bekanntheit3 {width:63px;}
.bekanntheit4 {width:84px;}
.bekanntheit5 {width:108px;}

.bekanntheit {}

*+html .suchergebnis .bekanntheit {
    margin-left:-3px;
    margin-top:-13px;
}
*+html #domaininfos .bekanntheit{
    margin-left:1px;
    margin-top:-13px;
}
* html .suchergebnis .bekanntheit {
    margin-left:-3px;
}

* html .bekanntheit1,* html .bekanntheit2,* html .bekanntheit3,* html .bekanntheit4,
* html .bekanntheit5 {
    font-size:0.8em;
}

.TagCloud {word-wrap:break-word; word-break:normal; margin-top:0px; padding:2px 15px 5px 15px; font-family:Arial; color:#bcbcbc; text-align:center; line-height:1.5em;}
.TagCloud * { line-height:18px; line-height:1.1em;margin:4px 1px 4px 1px;text-decoration:none;color: #535353;}
.TagCloud a:hover {text-decoration:underline;}
a.TagCloud_cnt1, a.TagCloud_cntW1-3 { font-size:10px;  }
a.TagCloud_cnt2, a.TagCloud_cntW4-6 { font-size:11px; }
a.TagCloud_cnt3, a.TagCloud_cntW7-9 { font-size:12px;  }
a.TagCloud_cnt4, a.TagCloud_cntW10-12 { font-size:13px; }
a.TagCloud_cnt5, a.TagCloud_cntW13-15 { font-size:14px; font-weight:bold; }
a.TagCloud_cnt6, a.TagCloud_cntW16-18 { font-size:15px; font-weight:bold;  }
a.TagCloud_cnt7, a.TagCloud_cntW19-21 { font-size:16px; font-weight:bold; }
a.TagCloud_cnt8, a.TagCloud_cntW22-24 { font-size:17px; font-weight:bold;  }
a.TagCloud_cnt9, a.TagCloud_cntW25-27 { font-size:19px; font-weight:bold; }
a.TagCloud_cnt10, a.TagCloud_cnt11, a.TagCloud_cnt12, a.spTagCloud_cnt13, a.TagCloud_cnt14,
a.TagCloud_cnt15, a.TagCloud_cnt16, a.TagCloud_cnt17, a.spTagCloud_cnt18, a.TagCloud_cnt19,
a.TagCloud_cnt20, a.TagCloud_cntW28-30, a.TagCloud_cntW31-33, a.TagCloud_cntW34-36,
a.TagCloud_cntW37-39, a.TagCloud_cntW40-42,
a.TagCloud_cntW40 { font-size:20px; font-weight:bold; }


span.TagCloud_cnt1, span.TagCloud_cntW1-3 { font-size:10px;  }
span.TagCloud_cnt2, span.TagCloud_cntW4-6 { font-size:11px; }
span.TagCloud_cnt3, span.TagCloud_cntW7-9 { font-size:12px;  }
span.TagCloud_cnt4, span.TagCloud_cntW10-12 { font-size:13px; }
span.TagCloud_cnt5, span.TagCloud_cntW13-15 { font-size:14px; font-weight:bold; }
span.TagCloud_cnt6, span.TagCloud_cntW16-18 { font-size:15px; font-weight:bold;  }
span.TagCloud_cnt7, span.TagCloud_cntW19-21 { font-size:16px; font-weight:bold; }
span.TagCloud_cnt8, span.TagCloud_cntW22-24 { font-size:17px; font-weight:bold;  }
span.TagCloud_cnt9, span.TagCloud_cntW25-27 { font-size:19px; font-weight:bold; }
span.TagCloud_cnt10, span.TagCloud_cnt11, span.TagCloud_cnt12, span.spTagCloud_cnt13, span.TagCloud_cnt14,
span.TagCloud_cnt15, span.TagCloud_cnt16, span.TagCloud_cnt17, span.spTagCloud_cnt18, span.TagCloud_cnt19,
span.TagCloud_cnt20, span.TagCloud_cntW28-30, span.TagCloud_cntW31-33, span.TagCloud_cntW34-36,
span.TagCloud_cntW37-39, span.TagCloud_cntW40-42,
span.TagCloud_cntW40 { font-size:20px; font-weight:bold; }

/* simple css-based tooltip */


.clearfix {
    clear:both;
    height:0;
}


.actionbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #7bbedb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7bbedb;
	box-shadow:inset 0px 1px 0px 0px #7bbedb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3fafdf), color-stop(1, #0984bd) );
	background:-moz-linear-gradient( center top, #3fafdf 5%, #0984bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fafdf', endColorstr='#0984bd');
	background-color:#3fafdf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #2e8eb4;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #727272;
        cursor: pointer;
}.actionbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0984bd), color-stop(1, #3fafdf) );
	background:-moz-linear-gradient( center top, #0984bd 5%, #3fafdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0984bd', endColorstr='#3fafdf');
	background-color:#0984bd;
        cursor: pointer;
}.actionbutton:active {
	position:relative;
	top:1px;
}



/* Scrollable jQuery Tools */


/* prev, next, prevPage and nextPage buttons */

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; } 


/* left */
a.left { margin-left: 0px; } 
a.left:hover  { background-position:-30px 0; }
a.left:active  { background-position:-60px 0; }

/* up and down */
a.up, a.down { 
    background:url(../images/scrollable/arrow/vert_large.png) no-repeat; 
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover  { background-position:-30px 0; }
a.up:active  { background-position:-60px 0; }

/* down */
a.down 	{ background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

.logo {
    width: 283px;
    height: 80px;
    display: block;
}
.lang_en .logo { background:url(../images/logo_en.gif) !important;}

.lang_en #centern #footer, 



.ad600-1{text-align:center;}
#navigate{}
#navigate ul li{	
list-style: none;}
#navigate ul li a{
	font-size: 1.2em;
	line-height: 22px;    
    text-decoration: none;
	}
#navigate ul li a:hover{
	text-decoration: underline;
	}

#buyitsite h2{
	text-align:left;
	font-size: 1.2em;
}
#buyitsite li{	
list-style: none;
text-align:left;
font-size: 1.2em;
line-height: 22px;    
}

#buyitsite li span {
	margin-left:30px;
}
#buyitsite li span a{
	color: blue;
}