/* Copyright 2010 by vfin.de

   Umgesetzt von P91.de */


* {
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A2A2A;
}
body {
	behavior: url("/js/csshover.htc");
	background-color: #EFF4F9;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
}

/* Container */

#hrahmen {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 184px;
	background-image: url(/img/header.png);
	background-repeat: no-repeat;
	background-position: right;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
}

#main {
	padding: 20px;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #FFFFFF;
	background-image: url(/img/mainbg.png);
	background-repeat: repeat-x;
	z-index: 2;
	position: relative;
	line-height: 1.5em;
}
#suche .suche_input, .nl_input, .suche_input {
	margin-top: 0;
	font-size: 10px;
	width: 160px;
	vertical-align: top;
	height: 15px;
	color: #333333;
}
.suche_input {
	width: 320px;
}
#suche {
	padding:162px 3px 0 0;
	text-align: right;
}

#topnavi {
	height: 36px;
	background-image: url(/img/navi.png);
	background-repeat: repeat-x;
	z-index: 1;
}
#topnavi ul {
	list-style-type: none;
	margin: 0 0 0 10px;
}
#topnavi li {
	float: left;
	display: block;
	line-height: 30px;
	color: #E8E8E8;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 3px;
}
#topnavi li:hover {
	background-image: url(/img/navi_a.png);
	background-repeat: repeat-x;

}
#topnavi li a:active, #topnavi li a:link, #topnavi li a:visited, #topnavi li a:hover {
	color: #E8E8E8;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
}
#topnavi li a:hover {
	color: #FFFFFF;
}
/*
*/
.topnavi_sub {
	display: none;
	position: absolute;
	z-index: 1000;

}
#topnavi ul li>ul, #topnav ul li:hover ul, #topnav ul li.sfhover ul {
	top: auto;
	left: auto;
	width: 150px;
}
#topnavi ul li:hover ul, #topnav ul li:hover ul, #topnav ul li.sfhover ul {
	display: block;
}


#topnavi ul li ul li {
	margin: 0;
	width: 150px;
}
#topnavi ul li ul li:hover {
	background-image: none;
	background-color: #555555;
}
#topnav li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-color: #464545;
}
#topnav li ul li {
	display:block;
	float:none;
	clear:both;
}
#topnav li ul li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
small {
	font-size: 11px;
}
/*
*/

.breads, .breads a:link, .breads a:visited, .breads a:active {
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
	text-decoration: none;
}
.breads a:hover {
	text-decoration: underline;
}

.imgr {
	border: 2px solid #ddd;
	padding: 0px;
}
div#content p .imgr {
	margin: 0 0 3px 15px;
}
.vergleichstabelle {
	width: 100%;
	position: relative;
	margin-left: -20px;
	width: 988px;
	margin-bottom: 15px;
}
.vergleichstabelle th {
	text-align: center;
	font-weight: bold;
	color: #2A2A2A;
	background-color: #CCE4F7;
	padding: 5px;
	border-bottom: 1px solid #c3c3c3;
}
.vergleichstabelle td {
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid #c3c3c3;
}



.aright {
	text-align: right;
}
.w210 {
	width: 210px;
}
.w310 {
	width: 310px;
}
.w320 {
	width: 320px;
}


#social {
	margin: 15px 20px 5px 0px;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity:0.6; /* Gecko-Browser */
	opacity:0.6; /* Opera 9+ */
	font-size: 11px;
}
#socials {
	margin: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}
#social:hover {
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Gecko-Browser */
	opacity:1; /* Opera 9+ */
}
#footer {
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	background-color: #424242;
	color: #fff;
	font-size: 11px;
}
#footernavi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
}
#footernavi li {
	float: left;
	padding: 0 8px 0 0;
	display: block;
	color: #FFFFFF;
	font-size: 11px;

	font-weight: bold;
	line-height: 14px;
}
#footernavi li a, #footer a {
	color: #fff;
}
#footmain {
	margin-top: 5px;
	border-top: 1px dotted #999;
	padding-top: 5px;
	color: #CCCCCC;
	display: block;
}

/* Flaoting */
.links {
	float: left;
	z-index: 5;
	position: relative;
}
.rechts {
	float: right;
	z-index: 5;
position: relative;
}
.clear {
	clear: both;
}
.empfl {
	float: left;
	text-align: center;
	width: 100px;
	z-index: 5;
	position: relative;
}
.empfr {
	float: right;
	text-align: left;
	width: 840px;
	z-index: 5;
	position: relative;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #82B310; }

h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; font-weight: bold; }
h4 { font-size: 1.4em; line-height: 1.25; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}
img { border: 0; }
h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: underline;
	color: #CC333C;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
#inhalt ul { margin-bottom: 0; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; list-style-position: inherit; margin-left: 15px; padding-left: 15px;  }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Forms */
label       {  }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

.mr3 {
	margin-right: 3px;
}
.tabelle {
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}
table.tabelle td {
	padding: 3px;
}
.table_row {
	background-color: #EDF1F7;
}
table.tabelle th {
	background-image: url(../img/navh.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 20px;
	color: #fff;
	text-align: left;
	padding: 1px 5px 1px 5px;
}
/* Allgemeines */
a:link, a:visited, a:active {

	text-decoration: none;
	color: #6B7B05;
}
a:hover {
	text-decoration: underline;
}
.klein {
	font-size: 11px;
}
.bluelink, a.bluelink:visited, a.bluelink:active, a.bluelink:link {
	color: #1d5a9e;
}
.white, a.white:link, a.white:visited, a.white:active {
	color: #fff;
}
.block {
	display: block;
}
.bold {
	font-weight: bold;
}
.green {
	color: #6B7B05;
}
.red {
	color: #D75555;
}
.w200 {
	width: 200px;
}
.contentimg {
	float: right;
	margin: 0 0 3px 10px;
	padding: 3px;
	border: 3px solid #eee;
}
.justify {
	text-align: justify;
}
.underline {
	text-decoration: underline;
}
ul ul {
	margin: 0 1.5em 0 1.5em;
}

.bold {
	font-weight: bold;
}
.red, a.red:link, a.red:visited, a.red:active {
	color: #CC333C;
}
a.red:hover {
	text-decoration: underline;
}

.detailtabelle {
	border: 1px solid #ccc;
	width: 500px;
	margin: 5px 15px 15px 0;
}
td.dh {
	background-color: #CCE4F7;
	font-weight: bold;
	text-align: left;
}
.detailtabelle td {
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table {
	border: 1px solid #ccc;
	width: 100%;
}
table#vergleichstabelle {
	margin: 20px 0 20px 0;
}
table#vergleichstabelle th {
	background: #CCE4F7 url(/img/icon-table-sort.png) no-repeat 2px 2px;
	padding: 4px 4px 4px 14px;
	line-height: 1.20em;
}
table#vergleichstabelle td {
	line-height: 1.10em;
}
tr {
	padding: 4px;
}

tr.altRow {
	background-color: #fff;
}

td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



table#vergleichstabelle th.sortedASC {
	background: url(/img/icon-table-sort-asc.png) no-repeat 2px 0px #E5F1FB;
}

table#vergleichstabelle th.sortedDESC {
	background: url(/img/icon-table-sort-desc.png) no-repeat 2px 4px #E5F1FB;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over, tr.cla:hover, tr.clap:hover{
	background-color: #FFFFCC;
	cursor: pointer;
}
tr.clap {
	background-color: #F4FBC5;
	cursor: pointer;
}
tr.hide {
	display: none;
}



.newsblock, .newsblockimg {
	background-image: url(../img/vert_bg.png);
	background-repeat: repeat-y;
	padding: 5px;
	margin-bottom: 2px;
	background-position: right;
}
.newsblockimg {
	float: right;
	width: 770px;
	text-align: left;
}
.newsimg {
	float: left;
	width: 150px;
	padding: 5px;
	text-align: center;
}
.newsblock h3 {
	margin: 2px 0 7px 0;
	color: #1D5A9E;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a.newsblock, .newsblock a {
	color: #1D5A9E;
}
.ncontainer {
	border: 1px solid #ccc;
}
.containerhead {
	background-image: url(../img/navh.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	color: #535353;
	padding: 1px 5px 1px 5px;
}
a.containerhead {
	color: #fff;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
.shopgal {
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #E5F1FB;
	cursor: pointer;
	margin: 7px;
	-moz-border-radius: 3px;
	width: 200px;
}

.shopgal img {
	margin-bottom: 5px;
}

.shopgal:hover {
	border: 1px solid #82B310;
}

.shopgal_img {
	height: 31px;
}
.ticks {
	margin: 15px 0 0 25px;
	list-style-image:url('/img/icons/icon_accept.gif');
}
