html {
	height:100%;
	}

body {
	margin-top:40px;
	background-color:#FFF
}

#page980 {
	width:980px;
	height:609px;
	margin: auto;
}

/* page definition */
/* ------------------------------------------------------------------------------------------------------ */ 
#head {
	width: 802px;
	height:160px;
	padding-top:20px;
	margin-left:178px;
}

#Navigation {
	width:180px;
	float:left;
}

#main {
	width: 980px;
}

#logo {
	width:108px;
	margin:300px 10px 0px 60px;
	float:left;
}

#contentFrame {
	width:500px;
	height: 401px;
	float:left;
}

#content {
	width: 455px;
	padding: 10px 10px 20px 15px; /*20px von rechts weniger, weil Scrollbalken im IFrame sein kann*/
}

#done {
	width:968px;
	padding-left:12px;
	margin:auto;
}

#Product {
	overflow:hidden;
}

#ProductText {
	width:300px;
	float:left;
	margin-bottom:10px;
}

#ProductImage {
	padding:5px 0px 5px 0px;
	float:right;
	margin-bottom:10px;
}

#CategoryImage {
	padding:5px 10px 5px 0px;
	float:left;
}
/* ------------------------------------------------------------------------------------------------------ */ 


/* Navigation */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Navigation ul {
	width:180px;
}

#Navigation ul li {
	width:180px;
	list-style:none;
	margin-bottom:2px;
}

#Navigation ul li a, #Navigation ul li a:link, #Navigation ul li a:visited {
	width:165px;
	font:bold 14px Arial, Helvetica, Sans;
	line-height:20px;
	padding-left:15px;
	color:#656565;
	text-decoration:none;
	display:block;
}

#Navigation ul li a:hover {
	color:#FFF;
	background-color:#000;
}

.NavigationAktiv {
	color:#ffffff;
	background-color:#000;
}

/* ------------------------------------------------------------------------------------------------------ */ 


/* content */
/* ------------------------------------------------------------------------------------------------------ */ 
#content h1 {
	font: bold 20px Arial,Sans;
	line-height:25px;
	margin-bottom:10px;
	color:#000000;
}

#content h2 {
	font:14px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	margin-bottom:8px;
}

#content h3 {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	margin-bottom:8px;
}

#content p {
	font: normal 12px Arial,Sans;
	line-height:16px;
	color:#000000;
	margin-bottom: 10px;
}

#content td { 
	font: normal 12px Arial,Sans;
	line-height:16px;
	color:#000000;
}

#content th { 
	font: bold 12px Arial,Sans;
	line-height:16px;
	color:#000000;
}

#content a, #content a:link, #content a:visited {
	color:#000000;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content ul { 
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
}

#content ol { 
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:15px;
}

#content ol li {
	list-style-type:decimal;
	margin-left:30px;
}

#content li {
	color:#000000;
	margin: 0px 0px 3px 12px;
	list-style-type:disc;
}

#content li a, #content li a:link, #content li a:visited {
	color:#000000;
	text-decoration: underline;
}

#content li a:hover {
	text-decoration: none;
}

.artable {
	margin-bottom:20px;
}

.artable td, .artable th {
	border:1px solid #cccccc;
	padding:2px;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Done */
/* ------------------------------------------------------------------------------------------------------ */ 
#done p {
	font:normal 9px Verdana, Arial, Helvetica, Sans;
	color:#838383;
}

#done a, #done a:link, #done a:visited {
	font:normal 9px Verdana, Arial, Helvetica, Sans;
	color:#838383;
}

#done a:hover {
	color:#373737;
}

/* ------------------------------------------------------------------------------------------------------ */ 

/* Formular */
/* ------------------------------------------------------------------------------------------------------ */ 
input, select, textarea {
	font:normal 11px Arial, Helvetica, sans-serif;
/*	line-height:16px;*/
/*	color:#21409a;*/
/*	height:14px;*/
/*	width:400px;*/
	border:solid 1px #d0c7c7;
	background:#ffffff;
	padding:1px;
	margin:0px 0px 3px 0px;
	padding:0px;
}

#Links {
	width:290px;
	height:10px;
	text-align:right;
	margin:130px 30px 0px 0px;
	float:left;
}

#Links input {
	font-size:14px;
	border:2px solid #d0c7c7;
	padding:2px 5px 2px 5px;	
}

#Category input {
	font-size:12px;
	border:2px solid #d0c7c7;
	padding:1px 2px 1px 2px;
	overflow: visible;
}

.button {
	font-size:14px;
	border:2px solid #d0c7c7;
	padding:2px 5px 2px 5px;
}

.formfieldInputMessage {
	height:80px;
	width:400px;
	border:solid 1px #d0c7c7;
	background:#ffffff;
}

.formfieldInputCapatcha {
	height:14px;
	width:20px;
	border:solid 1px #d0c7c7;
	background:#ffffff;
	padding:2px;
	margin:0px 0px 3px 0px;
}

.formfieldSubmit {
	height:20px;
	width:20px;
	padding:2px;
	border:solid 1px #d0c7c7;
	background:#ffffff;
	margin:0px 0px 2px 0px;
}

.formfieldSelect {
	border:solid 1px #d0c7c7;
}

.formfieldCheckbox {
	border:none;
}

.formfieldError {
	color:#eb6a0b;
}

