@charset "utf-8";

body {
	/*background: #efefef; */
    /*background-color: #6aa4df;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto 20px auto;
}

a, a:visited, a:active { text-decoration: none; color: #027ee7; } 
a:link { text-decoration: none; color: #027ee7; } 
a:hover { text-decoration: underline; color: #ff5a00; } 

h1, h2, h3 { font-family: "Trebuchet MS"; margin: 0; padding: 0; }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0066cc;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0066cc;
}

img { border: none; }

p { margin: 0; padding: 10px 0 10px 0; line-height: 1.8em; }

ul { margin: 0; padding: 0; list-style-type: none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.dotted { background: url("images/dotted.gif") repeat-x bottom; }

.underlined {
	background: url("images/dotted.gif") repeat-x bottom;
	margin-bottom: 5px;
	padding: 0 0 3px 0;
}

/* Input fields */
textarea, input[type="password"], input[type="text"], select {
	padding: 3px;
	border: 1px solid #bcbcbc;
}

select {
	padding: 2px;
}

textarea:focus, input[type="password"]:focus, input[type="text"]:focus, select:focus {
	background: #f9f9f9;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 335px;
}


/*************** Design Elements ***************/
#topbar { float: left; background: #f8f8f8; margin-bottom: 15px; width: 100%; border-bottom: 2px solid #ddd; }
#topbar .content { width: 980px; padding: 7px 0 7px 0; margin: 0 auto 0 auto; }
#topbar .content-left { float: left; }
#topbar .content-right { float: right; }

#wrap { width: 980px; margin: 0 auto 0 auto; }
#inner-wrap { float: left; width: 980px; background: url("images/bg_innerwrap.png") repeat-y left; margin: 0; }

#header { float: left; margin: 0 0 15px 0; }

#header .logo { float: left; width: 700px; }
#header .search { float: right; margin: 15px 0 0 0; }
#header .search .searchinput { float: left; width: 230px; background: #e2f2ff; border: 1px solid #b1ddff; font-size: 12px; padding: 5px; color: #004177; -moz-border-radius: 5px; }
#header .search .searchinput:focus { background: #e2f2ff; }
#header .search .searchbutton { float: left; margin-left: 5px; }


#mainnav { float: left; background: url("images/bg_navbar.gif") no-repeat; height: 25px; width: 965px; padding: 10px 10px 0 5px; color: #ccc; font-size: 12px; font-weight: bold; /* margin-bottom: 10px; */ }
#mainnav a { padding: 9px 7px 9px 7px; color: #fff; }
#mainnav a:hover { color: #fff5c5; }
#mainnav li { display: inline; padding: 10px 0 10px 0; border-right: 1px solid #69a9df; }

#mainnav li.green-highlight { background: green url("images/bg_navbar_greenhighlight.png") repeat-x; border-right: 1px solid #77bc00; }
#mainnav li.green-highlight a {  }
#mainnav li.red-highlight { background: red url("images/bg_navbar_redhighlight.png") repeat-x; }
#mainnav li.red-highlight a {  }

#content { float: right; background-color: #fff; width: 725px; padding: 20px 0 20px 0; margin: 0; }
#content .title { margin: 0 0 0 0; font-size: 20px; font-weight: normal;  /*color: #505050;*/ }

.readmore {
	float: right;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.footer {
    width: 980px;
	border-top: 1px solid #ccc;
	font-size: 11px;
	padding: 7px 0;
	color: #000;
    margin: 0 auto 0 auto;
}

.footer .footernav {
	float: left;
	width: 430px;
}

.footer .copyinfo {
	float: right;
	width: 380px;
	text-align: right;
}

.footer a { font-size: 12px; text-transform: uppercase; font-weight: bold; }

.error, .important, .error a, .important a { color: #ae0000; font-weight: bold; padding: 5px 0 5px 0; }
.good, .good a { color: #169b00; font-weight: bold; padding: 5px 0 0 0; }

#pagination { margin: 15px auto 15px auto; width: 100%; }
#pagination .normalpage, .activepage, .normalbutton, .inactivebutton, .abbrv {
	float: left;
	padding: 4px;
	margin: 0 2px 0 0;
	text-align: center;
}

#pagination .normalpage { border: 1px solid #9aafe5; }
#pagination .activepage { background-color: #2e6ab1; border: 1px solid #2e6ab1; color: #fff; }
#pagination .normalbutton { border: 1px solid #9aafe5; font-weight: bold; }
#pagination .inactivebutton { border: 1px solid #ddd; color: #999; }
#pagination .abbrv { /*border: 1px solid #9aafe5;*/ }

/***** Sidebar ******/
#sidebar { float: left; width: 218px; background-color: #fff; padding: 20px 10px 20px 0; }
#sidebar h1 { padding: 0 5px 5px 0; font-size: 18px; font-weight: normal; color: #505050; text-align: left; }

#sidebar li { list-style-position: inside; list-style-type: square; background: url("images/dotted.gif") repeat-x bottom; padding: 4px; }
#sidebar li a { color: #000; font-weight: normal; }
#sidebar li:hover { background-color: #f0f0f0; }

#sidebar .sidebox { background-color: #f7f7f7; border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: 20px; }
#sidebar .sidebox .sidecontent { padding: 5px; }

#sidebar .sidebox .sidecontent .blogroll {  }
#sidebar .sidebox .sidecontent .blogroll a { font-weight: normal; }

/**** Main Page ****/
.list { float: left; width: 721px; border: 2px solid #e5e5e5; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; margin: 15px 0 15px 0; }
.list .title { width: 691px; background: #f8f8f8; border-bottom: 1px solid #ddd; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; padding: 5px 15px 5px 15px; }
.list .content { float: right; background-color: #fff; padding: 10px; }

#random { float: right; width: 370px; border: 2px solid #e5e5e5; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; margin: 0 0 10px 20px; text-align: center; }
#random .title { width: 370px; background: #f8f8f8; border-bottom: 1px solid #ddd; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; padding: 5px 0 5px 0; }
#random .content { float: right; background-color: #fff; padding: 10px; }

#last-comments { float: right; width: 290px; margin: 10px 0 10px 0; }
#last-comments .content { float: left; background-color: #fff; }


/*************** Angebotsliste ***************/
.sortoptions {
	margin: 5px 0 5px 0;
}

.angebote {
	float: left;
	width: 341px;
	padding: 0;
	margin: 5px 4px 5px 5px;
}

.angebote .boxtitle {
/*	min-height: 28px;
	height: auto !important;
	height: 28px;
*/

	min-height: 34px;
	height: auto !important;
	height: 34px;

	line-height: 17px;
	font-size: 15px;
}

.angebote .boximage {
	margin: 5px 0 5px 0;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

/* blaue box */
.angebote .bluebox_content { 
	padding: 10px;
	border: 1px solid #69a9df;
	
	/** css3 candy **/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* rote box für exklusivangebote */
.angebote .redbox_content {
	background: url("images/badge_exclusive.gif") no-repeat 109% -27%;
	padding: 10px;
	border: 1px solid #cc3d3d;
	
	/** css3 candy **/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* link zum angebot (allgemein) */
.angebote .golink {
	float: right;
	background-color: #6face8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	margin-top: 5px;
}
.angebote .golink a { color: #fff; }
.angebote .redbox_content .golink {	background-color: #cc3d3d; } /* link zum angebot (exklusiv spezifisch) */


/* countdown */
.angebote .countdown {  }

.angebote .cd-more-than-1-day { color: #027ee7; }
.angebote .cd-less-than-1-day { color: #900; }
.angebote .cd-less-than-1-minute { font-weight: bold; color: #900; }
.angebote .cd-elapsed { color: #666; }


/*************** Merchantlist Function Styles ***************/

/* Detailed list */
.merchantlist-detail { border-bottom: 1px solid #ddd; }

.merchantlist-detail li { padding: 10px; }
.merchantlist-detail li:hover { background-color: #f8f8f8; }

.merchantlist-detail .left { float: left; width: 234px; }

.merchantlist-detail .image a { background-color: #fff; float: left; width: 234px; padding: 0; margin: 0 5px 0 0; border: 1px solid #d5d5d5; text-align: center; }
.merchantlist-detail .image a:hover { border: 1px solid #0080ca; }

.merchantlist-detail .options { float: left; width: 234px; margin: 5px 0 0 5px; }

.merchantlist-detail .info { float: right; width: 440px; }
.merchantlist-detail .info h3 { font-size: 18px; font-weight: normal; color: #000; width: 450px; margin-bottom: 5px; }

.merchantlist-detail .description {  }

/* Select Display */
#merchantlist-select { width: 100%; font-size: 13px; border: 1px solid #69b0ff;  }
#merchantlist-select:hover { background-color: #f8f8f8; border: 1px solid #4495ee; }
#merchantlist-select .firstoption { font-weight: bold; }
#merchantlist-select .option {  }

/* Mosaic Display */
.merchantlist-mosaic { float: left; }
.merchantlist-mosaic .image { float: left; text-align: center; background-color: #fff; width: 131px; height: 35px; margin: 3px; overflow: hidden; }
.merchantlist-mosaic .image a { float: left; background-color: #fff; width: 129px; height: 33px; border: 1px solid #d5d5d5; }
.merchantlist-mosaic .image a:hover { border: 1px solid #0080ca; }

/* List by Rows */
.merchlist-excerpt { float: left; /*width: 183px;*/ width: 230px; list-style-type: square; list-style-position: inside; margin: 0px; line-height: 18px; color: #d5d5d5; overflow:auto; }
.merchlist-excerpt li { padding: 0 5px 0 5px; }
.merchlist-excerpt .inactive { color: #d5d5d5; }


/*************** News Style ***************/
#newsitems { font-size: 11px; line-height: 18px; }
#newsitems li { border: none; list-style-type: none; list-style-position: outside; color: #993300; padding: 0px; }
#newsitems li a { font-weight: normal; color: #cc6600; }
#newsitems .snippetlink { text-align: right; font-weight: bold; }

/*** SEARCH RESULTS ***/
.searchresults {
	line-height: 19px;
}

.searchresults h1 {
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;	
}

.searchresults li {
	list-style-type: square;
	list-style-position: inside;
}

/*************** Detailseiten ***************/
#detailseite { padding: 5px 0 5px 0; }
.breadcrumb { background: url("images/dotted.gif") repeat-x bottom; padding-bottom: 5px; margin-bottom: 5px; font-size: 11px; font-weight: bold; }

.factbox { float: left; width: 370px; }
.factbox_content { line-height: 18px; padding-left: 5px; border: none; }
.factbox_content table td { padding: 2px 0 2px 0; }

.box320 { float: left; width: 320px; }
.box320_top { background: url("images/box320_top.gif") no-repeat; height: 10px; margin: 0px; padding: 0px; }
.box320_content { line-height: 18px; padding: 0 10px 0 10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.box320_bottom { background: url("images/box320_bottom.gif") no-repeat; height: 10px; }

#detailseite .divide { padding: 5px 0 5px 0; margin: 7px 0 0 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }

#detailseite .useoffer { margin: 10px 0 0 0; text-align: center; }

#detailseite .similiar-contents { padding: 0px; margin: 0px; }
#detailseite .similiar-contents li { list-style-type: square; list-style-position: inside; padding: 3px; border-bottom: 1px solid #fff; border-top: 1px solid #fff; font-weight: bold; color: #7e7e7e; }
#detailseite .similiar-contents li:hover { background-color: #f7f7f7; border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; }

#detail_ad { float: right; width: 218px; text-align: center; }
#detail_ad .ad { margin-bottom: 10px; padding: 0px; }

#detailseite .comments { float: left; width: 100%; padding: 10px 0 10px 0; margin-top: 20px; }

/*** Kommentare ********/
.commentlist {
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 11px;
	list-style-position: inside;
}

.commentlist li {
	width: auto;
	font-size: 11px;
	margin: 10px 0 10px 0;
}

.commentlist blockquote {
	margin: 5px 0 0 0;
	padding: 2px;
	border-top: 1px solid #ccc;
	background-color: #f7f7f7;
}

.commentlist blockquote p {
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.commentlist cite {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 14px;
}

.commentform {
	margin: 10px 0 0 0;
}

/*************** Hilfeseiten ***************/
#help .helpbox { float: left; width: 714px; margin-bottom: 15px; }
#help .helpbox .gotop { float: left; width: 28px; }
#help .helpbox .question { float: right; width: 676px; background-color: #73b7f1; font-weight: bold; padding: 6px 0 6px 10px; color: #fff; }
#help .helpbox .answer { float: right; width: 676px; /* width: 936px; */ background-color: #f5f5f5; padding: 5px; color: #555; }

#helpindex { float: left; width: 700px; /*background-color: #f9f9f9; border: 1px solid #ececec;*/ padding: 5px 5px 10px 5px; font-size: 12px; margin-bottom: 15px; }
#helpindex li { line-height: 18px; list-style-type: square; color: #73b7f1; list-style-position: inside; }


/*************** Tagcloud ***************/
#tagcloud { width: 100%; background-color: #fafafa; float: left; margin: 10px 0 10px 0; border: 1px solid #e0e0e0; border-left: none; border-right: none; }
#tagcloud h2 { background-color: #eee; padding: 3px 3px 3px 7px; margin: 0 0 5px 0; color: #505050; }
#tagcloud ul { float: left; padding: 5px; }
#tagcloud li { float: left; padding: 4px; display: inline; }


/*************** Öffentliche Sitemap ***************/
.sitemap { float: left; width: 340px; margin: 15px 10px 20px 0; line-height: 19px; color: #d5d5d5; }
.sitemap .maptitle {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #0066cc;
}
.sitemap li { list-style-type: square; list-style-position: inside; }


/*************** Rating ***************/
.ratingblock {
	display: block;
	padding: 0px;
}

.loading {
	height: 30px;
	background: url("../images/loading.gif") 50% 50% no-repeat;
}
	
.unit-rating {
	list-style: none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url("../images/ratingstars.gif") top left repeat-x;		
}

.unit-rating li {
    text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.unit-rating li a:hover{
	background: url('../images/ratingstars.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/ratingstars.gif') left bottom !important;
	position: relative;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	border-bottom: none !important;
	padding: 0px !important;
}

.voted { color:#999; }
.thanks { color:#36AA3D; }
.static { color:#5D3126; }