/* CSS-Styhlsheet für gebrauchte-computer.de web.template */

html {
	color               : #000000;
	background          : #ffffff;
	font-family         : Verdana;
	padding             : 0;
	margin              : 0;
	font-size           : 12px;
}

body {
	color              : #000;
	background         : #ffffff;
	margin             : 0;
	padding            : 0;
	font-size          : 12px;
	font-family        : Arial, sans-serif;
	background-image   : url(/nav-unten.gif);
	background-repeat  : repeat-y;
	background-position: left;
}

h1 {
	font-size   : 15px;
	color       : #A30101;
	font-weight : normal;
	margin      : 0px;
	font-family : Verdana;
}

h2 {
	font-size       : 18px;
	color           : #FEAE31;
	padding-bottom  : 5px;
	padding-top     : 10px;
	font-weight     : bold;
	margin          : 0;
	font-family     : Verdana;
}

h3 {
	font-size   : 13px;
	color       : #A43919;
	font-family : Arial;
	font-weight : bold;
	margin-left : 0;
	padding-left: 0;
}

.features {
	border-top : 1px solid black;
}


body#de path {
	display : none;
}

body#de div.liste {
	display : none;
}

body#de div.content2 {
	display : none;
}

body#de div.subblock a img {
	border        : 1px solid #000;
	float         : left;
	clear         : both;
	/* align         : center;*/
	margin-right  : 10px;
	margin-bottom : 10px;
}

td#body {
	background : #FDE7C0;
}


div.liste ul {
	margin-left  : 0;
	padding-left : 0;
}

div.block table {
	width : 100%;
}

div.liste a img {
	border        : 1px solid black;
	float         : left;
	clear         : both;
	margin-right  : 10px;
	margin-bottom : 10px;
}

div.subblock a img {
	border        : none;
	/*align         : center;
	margin-right  : 10px;
	margin-bottom : 10px;*/
}



table.navtop {
	width              : 100%;
	height             : 26px;
	background-image   : url(nav-oben.jpg);
	background-repeat  : no-repeat;
	background-position: top left; 
}

table.navtop td.quali {
	color       : #791E01;
	font-size   : 12px;
	font-weight : bold;
	text-align  : left;
}

table.navtop td.links {
	color         : #791E01;
	font-size     : 12px;
	padding-right : 10px;
}

table.inhalt {
	margin-left : 20px;
	font-size   : 12px;
}

/* Formatiert die Suche */
td.search {
	padding-top    : 10px;
	border-top     : 1px solid white;
	border-bottom  : 1px solid white;
	color          : white;
	font-size      : 11px;
	padding-left   : 8px;
	padding-bottom : 10px;
}

td.search form {
	padding : 0px;
	margin  : 0px;
}

td.search input {
	font-size        : 11px;
	color            : black;
	background-color : #fff;
	border-color     : #FFB72C;
	margin-top       : 2px;
}

td.search input.submit {
	font-size        : 11px;
	color            : white;
	background-color : #721B00;
	border-color     : #C75734;
	margin-top       : 2px;
}



/* Formatiert den Editor-button */
td.edit {
	padding-top : 10px;
}

td.edit input {
	font-size        : 11px;
	color            : white;
	background-color : #721B00;
	border-color     : #C75734;
	margin-top       : 2px;
	margin-left      : 4px;
}

td.edit form.default input{
	background         : none;
	background-repeat  : no-repeat;
	background-position: center;
	width              : 40px;
	height             : 22px;
	border             : none;
	color              : #A7381A;
	font-size          : 0;
	text-align         : right;
}

td.edit form.default input.submit {
	background-image   : url(/edit.gif);
	background-repeat  : no-repeat;
	background-position: left;
	width              : 50px;
	height             : 22px;
	margin-left        : 6px;
}


/* Formatiert die Druckversion */
td.printmodul {
	background-image   : url(/print.gif);
	background-repeat  : no-repeat;
	background-position: left;
	padding-left       : 20px;
	font-size          : 11px;
	font-family        : Arial;
}


/* Formatiert die Navigation */

table.navtable {
	background-image    : url(/nav-mitte.jpg);
	background-repeat   : no-repeat;
	background-position : top left;
}

td.navigation {
	color        : white;
	font-size    : 11px;
	padding-left : 0;
	padding-top  : 10px;
}

td.navigation li {
	font-size       : 11px;
	list-style-type : none;
	padding-left    : 0;
	margin-left     : 0;
	width           : 130px;
	clear           : both;
}

td.navigation li img{
	padding-left  : 0;
	margin-left   : 0;
	border        : none;
	float         : left;
	clear         : both;
	margin-right  : 5px;
}

td.navigation ul {
	padding-left : 0;
	margin-left  : 0;
}

td.navigation a:link,
td.navigation a:visited,
td.navigation a:active {
	color     : white;
	font-size : 11px;
}

td.navigation a:hover {
	color     : #FDDA6F;
	font-size : 11px;
}

td.navigation p {
	padding   : 0;
	margin    : 0;
	font-size : 11px;
}

td.content {
	padding-left : 0;
	font-size    : 12px;
}


/* Formatiert Shop-Formular */
.content form table {
	border-collapse: collapse;
	width          : 100%;
	padding-bottom : 5px;
	font-size      : 12px;

}

.content form td {
	border   : 1px solid #000;
	padding  : 4px;
	color    : #000;
}

.content form td#element-2 {
	border    : 1px solid #000;
	padding   : 4px;
	color     : #000;
	background: #EAE9E9;
	
}

.berechnen {
	border :  1px solid #A43919;
	color  : #000;
	margin-bottom: 3px;
}

.kasse {
	border :  1px solid #A43919;
	color  : #000;
	margin-bottom: 3px;
}

.loeschen {
	float              : right;
	text-align         : right;
	font-size          : 0;
	border             : none;
	background         : none;
	margin-right       : 10px;
	color              : #fff;
	height             : 30px;
	width              : 35px;
	background-image   : url(/loeschen.gif);
	background-repeat  : no-repeat;
	background-position: top left;
}




.inhalt th {
	color         : #000;
	font-size     : 12px;
	padding-left  : 5px;
	padding-top   : 5px;
	padding-right : 10px;
	border        : 1px solid #000;
}

.inhalt  tr.odd td {
	color      : #000;
	font-size  : 12px;
	background : #fff;
	padding    : 4px;
	text-align : center;
}



p.shop {
	display: none;
}

table.main {
	background  :  #fff;
	padding-left: 0;
	font-size   : 12px;
}


/* Formatierung der Links */
a.print {
	margin    	: 1.5em 0 0.8em;
	color     	: #000000;
	font-family	: Verdana;
	font-weight     : normal;
}


p {
    	margin-top      : 0.5em;
    	margin-bottom   : 0;
	font-size       : 12px;
	font-family     : Arial, sans-serif;
	color           : #2C0A00;
	text-decoration : none;
}

a:link,
a:visited {
	color           : #6A2100;
	text-decoration : underline;
	margin          : 0;
	padding         : 0;
	font-weight     : bold;
	font-size       : 12px;
}

a:active {
	color     : #6A2100;
	font-size : 12px;
}

a:hover {
	font-size : 12px;
	color     : #FA6B02;
}

.nav1 a:link,
.nav1 a:visited {
	color           : #fff;
	text-decoration : none;
	font-weight     : normal;
}

.nav1 a:active {
	color : #fff;
}

.nav1 a:hover {
	color : #95A3DB;
}

.path a:link,
.path a:visited {
	color           : #FF6B00;
	text-decoration : none;
	font-weight     : normal;
}

.path a:active {
	color : #FF6B00;
}

.path a:hover {
	color : #FFA200;
}

.nav,
.lang {
	clear      : left;
	color      : #666;
	background : #fff none;
	padding    : 0;
	margin     : 0;
	font-weight: bold;
}

.nav1 ul {
	list-style  : none;
	margin-left : 0px;
	padding     : 0;
	width       : 103px;
}

.nav1 li {
	padding-left   : 10px;
	padding-top    : 4px;
	padding-bottom : 4px;
	border-top     : 1px solid #4D5EA6;
	font-size      : 12px;
}

.path {
	font-size      : 11px;
	color          : #000;
	padding-top    : 20px;
	padding-bottom : 10px;
	margin         : 0;
	font-weight    : normal;
}

.modules {
	font-size    : 100%;
	clear        : both;
	color        : #000;
	padding      : 0.3em 0.5em 0.2em;
	margin       : 0;
	border-top   : 1px solid;
	border-bottom: 1px solid;
	font-weight  : bold;
	min-height   : 1.2em;
}

.top a {
	background : #ccc none;
}

.path em {
	font-weight : normal;
}

p img {
	float         : right;
	margin-left   : 15px;
	margin-bottom : 15px;
	border        : none;
}

.search {
	text-align: left;
}

em {
  font-style : normal;
  font-weight: bold;
  margin     : 0;
  padding    : 0;
}

li {
	font-style : normal;
	font-weight: normal;
	margin     : 0;
	padding    : 0;
	clear      : both;
	font-size  : 12px;
}

		
.content1 {
	font-size: 12px;
	color: #00092C;
	font-family : Arial, Helvetica, sans-serif;
}

.modules {
  text-align : right;
}

form.link,
form.link div {
  display : inline;
}


.line {
  color     : #000;
  background: #000000;
}

input.check {
  width : auto !important;
}

th[scope=row],
tbody th {
	text-align: left;
	padding   : 0.1em 0.2em;
}

td.number {
	text-align: right;
	padding   : 0.1em 0.2em;
}





/* formatiert Bilder in Suche */

.inhalt ul img{
	border    : 1px solid #000;
}

ul.simple,
ul.simple li {
	font-size   : 12px;
	list-style  : none;
	margin-left : 0;
	padding-left: 0;
}

.liste ul{
	list-style: none;
	border    : none;
}
	
input.submit {
	border: 1px solid #A30101;
	width : 10em;
	height: 20px;
}


pre {
	margin: 0;
	height: 1.2em;
}


.index img {
	float : left;
	margin: 0.2em;
}

.content1 img {
	border: none;
}


