/* STYLESHEET for 'PLOWKING.DE' */
/* 2005-12-28, schmidt@goap.net */




/* RESET */
/* BODY */
/* IMAGES */

/* TEXT */

/* LISTS */
/* TABLES */




/* RESET */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}




/* BODY */
body {
				background-color: #ffffff;

				font-family: Verdana, Sans-Serif;

				color: #333333;

				padding-left: 20px;
				padding-top: 60px;
				padding-right: 20px;
				padding-bottom: 20px; }




/* IMAGES */
img { }




/* TEXT	*/
/* Headlines */
h1 {
				width:600px;

				font-family: Verdana, Sans-Serif;

				color: #000000;

				font-weight: bold; }

h2 {
				clear: both;

				font-family: Verdana, Sans-Serif;
				font-weight: bold;

				color: #333333;

				height: 30px;

				text-align: right;

				margin-bottom: 2px; }

h3 {
				font-family: Verdana, Sans-Serif;
				font-weight: bold;

				color: #333333; }


/* Paragraphs, Addresses */
p,address {
				font-size: 80%;
				font-style: normal;

				line-height: 180%;

				text-align: justify;
				text-indent: 20px;

				padding-left: 15px;
				padding-right: 15px;
				padding-bottom: 10px; }
p a:link {
				background-color: #666666;
				color: #ffffff;
				text-decoration: none;
				padding-left: 3px;
				padding-right: 3px; }
p a:visited {
				background-color: #eeeeee;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }
p a:hover {
				background-color: #ffffff;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }


/* UNUSED: Extern Links */
a.extern:link {
				background-color: #666666;
				color: #ffffff;
				text-decoration: none;
				padding-left: 3px;
				padding-right: 3px; }
a.extern:visited {
				background-color: #eeeeee;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }
a.extern:hover {
				background-color: #ffffff;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }


/* Addresses */
address {
				width: 180px;

				float: left;

				text-align: left;
				text-indent: 0px;

				padding-bottom: 10px; }

address a:link {
				background-color: #666666;
				color: #ffffff;
				text-decoration: none;
				padding-left: 3px;
				padding-right: 3px; }
address a:visited {
				background-color: #eeeeee;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }
address a:hover {
				background-color: #ffffff;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }


/* Quotations in Text */
q {
				font-style: italic; }


/* Acronyms */
acronym {
				border-bottom: 1px dotted; }




/* LISTS */
ul,ol,dl {
				list-style-position: outside; }


/* Unordered */
ul {
				list-style-image: url(http://www.plowking.de/style/pics/lists/square.gif);

				font-size: 80%;

				line-height: 140%; }


/* Ordered */
ol {
				list-style-type: decimal-leading-zero;
				list-style-position: inside;

				font-size: 80%;

				line-height: 140%; }

li {}
li a:link {
				background-color: #666666;
				color: #ffffff;
				text-decoration: none;}
li a:visited {
				background-color: #eeeeee;
				color: #333333;
				text-decoration: none; }
li a:hover {
				background-color: #ffffff;
				color: #333333;
				text-decoration: none; }


/* Definitions */
dl {
				list-style-position: inside;

				font-size: 80%;

				line-height: 180%; }
dt {
				font-weight: normal; }
dd {
				font-style: italic;

				margin-left: 0px; }
dd a:link {
				background-color: #666666;
				color: #ffffff;
				text-decoration: none;}
dd a:visited {
				background-color: #eeeeee;
				color: #333333;
				text-decoration: none; }
dd a:hover {
				background-color: #ffffff;
				color: #333333;
				text-decoration: none; }




/* TABLES */
table {
				width: 100%;

				font-size: 80%;

				line-height: 160%;

				margin: 0px;

				padding-left: 15px;
				padding-top: 10px;
				padding-right: 15px;
				padding-bottom: 10px; }
table a:link {
				background-color: #666666;
				color: #ffffff;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }
table a:visited {
				background-color: #eeeeee;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }
table a:hover {
				background-color: #ffffff;
				color: #333333;
				text-decoration: none;
				padding-left: 3px; padding-right: 3px; }

th {
				text-align: left;
				text-transform: uppercase;

				padding-left: 5px;
				padding-right: 5px; }
td {
				vertical-align: top;
				padding-left: 5px;
				padding-right: 5px; }