/*
Template für iknp.at
http://www.ich-kann-nicht-parken.at

*/
*
{
	padding: 0em;
	margin: 0em;
}
HTML
{
	height: 100%;
	background-color: #FFFFCC;
}
BODY
{
	background-color: #FFFFCC;
	background-image: -moz-linear-gradient(top, #FFFFCC, #FFFF33);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFCC),color-stop(1, #FFFF33));
	height: 100%;
	padding-top: 5px;
}
P
{
	margin-bottom: 1em;
	/*text-align: justify;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #193A59;
}
A
{
	color: #193A59;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
#outer
{
	z-index: 2;
	position: relative;
	/*
The width value below controls the overall width of the design. By default it's set to 82%
(so it'll take up 82% of the browser window's width). You can set it to a different percentage
value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
	width: 855px;
	margin: 0 auto;
}
#logo
{
	background-image: url(../images/logo.png);
	height: 50px;
	width: 700px;
}
/*Menu*/
#menu
{
	text-align: center;
	width: 100%;
	position: relative;
	height: 43px;
	padding: 0em;
	margin-left: 0em;
	border-top: 1px;
	border-top-color: #000;
}
#menu UL
{
	width: 100%;
	padding: 10px 0px 11px;
	background-color: #971F1F;
	background-image: -moz-linear-gradient(top, #7F7E7E, #000000);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7F7E7E),color-stop(1, #000000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F7E7E', EndColorStr='#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F7E7E', EndColorStr='#000000')";
}
LI#current.active
{
	display: inline;
	padding: 10px 1em 12px;
	background-color: #2B2B2B;
	background-image: -moz-linear-gradient(top, #2B2B2B, #000000);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2B2B2B),color-stop(1, #000000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2B2B2B', EndColorStr='#000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2B2B2B', EndColorStr='#000')";
}
#menu UL LI
{
	display: inline;
}
#menu UL LI A
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 1em;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#menu UL LI A:hover
{
	text-decoration: underline;
}
/*Header*/
#header
{
	height: 257px;
	margin-top: 1em;
	background-image: url(../images/header.jpg);
	/*background:-moz-radial-gradient(bottom, #6D6C6C, #333333); /* Firefox
background:-webkit-gradient(radial, center center, 80, center center, 600, from(#6D6C6C), to(#333333)); /* Safari, Chrome*/
}
#header P
{
	padding-left: 1em;
	padding-top: 1em;
	padding-right: 5em;
	font-size: 30px;
	color: #FFFFFF;
}
/*Content*/
.contentpaneopen
{
	text-align: center;
	width: 100%;
}
#content .content-top
{
	height: 15px;
	background: #A8A8A8;
}
#content .content-bottom
{
	height: 15px;
	background: #A8A8A8;
}
#content
{
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	text-align: center;
	width: 100%;
	vertical-align: text-top;
	background: #FFF;
	/*background:-moz-radial-gradient(bottom, #FEFEFE, #D0C9BF); /* Firefox
background:-webkit-gradient(radial, center center, 80, center center, 750, from(#FEFEFE), to(#D0C9BF)); /* Safari, Chrome*/
}
#content TABLE
{
	padding-left: 1em;
}
#content P
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0em 1.5em 0.3em 1em;
	font-size: 15px;
}
.componentheading
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#content H1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#content H2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*color: #1D2F3B;*/
	font-size: 30px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#content H3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2F3B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0em;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
#content H4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2F3B;
	padding: 0em 0em 0.2em;
	font-size: 10px;
}
#content TABLE
{
	text-align: center;
}
#content UL
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 40px;
	padding-right: 20px;
	font-size: 15px;
}
#footer
{
	text-align: center;
	margin: 30px 0px;
	font-size: 0.8em;
}
#footer A
{
	color: #FFFFFF;
	text-align: center;
}
#footer P
{
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
/*Shop**/
.browseProductContainer
{
	border-radius: 1em;
	background-color: #DCDCDC;
	width: 810px;
}
.browseRatingContainer
{
	width: 0px;
}
