/* ----------------------------------------------------------------
	www.artwareshop.ch Standard CSS
	Autor: guycolle
	Version: 29.06.2006
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */


body {
	background: #FF0000 url(../images/bg.gif) repeat-y center;
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
}

div, h2, h3, h4, h5, h6, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

/*a:link {
	color: #000;
	border-bottom: 0;
}

a:visited {
	color: #000;
	border-bottom: 0;
}

a:active, a:hover {
	color: #FF0000;
	border-bottom: 0;
}*/


.sortLinks {
	color: #FF0000;
}

.sortLinks:link, .sortLinks:visited {
	color: #FF0000;
	text-decoration: underline;
}

.sortLinks:active, .sortLinks:hover {
	color: #000000;
	text-decoration: none;
}

.sortLinksBlack {
	color: #000000;
}

.sortLinksBlack:link, .sortLinksBlack:visited {
	color: #000000;
	text-decoration: underline;
}

.sortLinksBlack:active, .sortLinksBlack:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}

.menu {
	color: #000000;
}

.menuOver {
	color:#FF0000;
}

.menuOverActive {
	color:#FF0000;
	font-weight: bold;
}

.titlenav {
	position: absolute;
	left: 324px; 
	top: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: lowercase;
}

.searchbar {
	position: absolute;
	background: #FFFFFF;
	left: 739px; 
	top: 9px;
	height: 22px;
	width: 152px;
}

/* Main-Container
------------------------------------------------- */
#main-c {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#main-c .top {
	position: relative;
	background: #FFFFFF;
	height: 80px;
}

#main-c .greyline {
	position: relative;
	background: url(../images/greyline.gif) no-repeat;
	height: 10px;
	width: 900px;
}

#main-c .images {
	position: relative;
	background: #FFFFFF;
	height: 175px;
	border-bottom: 1px #999999 dashed;
}

#main-c .headline_search {
	position: relative;
	background: url(../images/bg_headline_search.gif) repeat-y center;
	height: 40px;
}

#main-c .hidden {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	vertical-align: bottom;
	color: #ffffff;
	font-size: 10px;
	visibility: hidden;
}

#main-c #content {
	position: relative;
	width: 900px;
}

#main-c #content #navigation {
	position: relative;
	float: left;
	width: 285px;
	padding-left: 15px;
	padding-top: 20px;
	text-transform: lowercase;
	line-height: 20px;
}

#main-c #content #inhalt {
	position: relative;
	float: left;
	width: 550px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
}
#main-c #content #inhalt td {
	padding-left: 1px;
}




