/* stickermonster.de 
	sm-main.css, 20070801, mechko@mk0.eu*/

/* Farbtabelle:*/

.black {
 background-color: #000000;
}

.white {
 background-color: #ffffff;
}

.green {
 background-color: #7fff00;
}

.yellow {
 background-color: #ffe800;
}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#kopf {
	width: 100%; 
	height: 160px; 
	margin: 0px; 
	padding: 20px 0px 0px 0px; 
	border: 0px solid yellow;
}

#koerper {
  position:relative;
  margin:0px auto 0px auto;
  padding: 0px;
  width: 640px;
  height: 100%;  
  border-left: 1px solid gray;
  border-right: 1px solid gray
}

td {
	color: #ffe800; 
	font-size: 10pt; 
	font-family: Arial, Sans Serif;
	padding-bottom: 10px;
	vertical-align: top;
}

p {
	color: #7fff00; 
	font-size: 10pt; 
	font-family: Arial, Sans Serif;
}

#done {
	color: #7fff00; 
	font-size: 12pt;
	font-family: Arial, Sans Serif;
}

select {
	width: 200px;
	color: black;
	background-color: #ffe800;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	border: 1px solid #7fff00;
}

#runrunrun {
	padding: 0px 7px 0px 7px;
}

a:link, a:visited, a:active, a:hover {
	color: #575000;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color:  #ffe800; 
	font-size: 12pt; 
	font-family: Arial, Sans Serif;
}


.faq:link, .faq:visited, .faq:active, .faq:hover {
	color: #ffe800;
	font-size: 8pt; 
	font-family: Arial, Sans Serif;
	/*font-weight: bold;*/
	text-decoration: none;
}

b.faqb {
	margin-left: 5px;	  
	color: #ffe800;
	font-size: 10pt; 
	font-family: Arial, Sans Serif;
	font-weight: bold;
	text-decoration: none;
}

