html{
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	font-size:13px;
	height: 98%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

img{
	border-width:0px;
}
a img{
	border-width:none;
}

a:hover img{
	border:none;
	text-decoration:none;
}

.LogoSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F5F4F2;
	background-color: #ff0000;
}

.center {
	background-color:#ffffff;
	padding:5px;
	font-size:13px;
	height:100%;
}

.white-text{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:14px;
}

a.white-text {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width:0px;
}

a:hover.white-text {
	color:#FFFFFF;
	font-weight:bold;
	
}

a:visited.white-text {
	color:#FFFFFF;
	font-weight:normal;
}

a:active.white-text {
	color:#FFFFFF;
	font-weight:normal;
}


.loginDiv{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:170px;
}



/* general styles */
a {
	text-decoration: none;
	color:#666666;
	background: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
	background: none;
}
a:active {
	text-decoration: none;
	color:#666666;
	background: none;
}
a:hover {
	text-decoration: underline;
	/*border-bottom-style:dashed;
	border-bottom-width:thin;*/
}




/*************************** STARTPAGE TABLE **************************/
.Startpage_table
{
	border-style:solid;
	border-color:#aaaaaa;
	border-width:1px;
}

.Starpage_headline
{
	/*background-color:#D8E8FF;*/
	/*font-weight:bold;*/
	height:15px;	
	padding: 0 .8em .3em .5em;
	
}

.Starpage_headline h1{
	font-size:26px;
}

.Starpage_headline#top
{
	text-align:center;
}



INPUT,TEXTAREA,SELECT
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	color:#000000;
}


.external_text {
	background: url(pics/external.png) center right no-repeat;
	padding-right: 13px;
}

/* Erroros */
.error
{
	color: #FF0000;
}



/************************ TABLES *********************************/
.StdTable
{
	background-color:#f9f9f9;
	margin:1em 1em 1em 0; 
	border-style:solid; 
	border-width:1px; 
	border-collapse:collapse; 
	border-color:#e0dfe3;
}
.StdTable th
{
	background-color:#660000;
	text-align:left;
	color:#FFFFFF;
}

.StdTable img 
{
	border: none;
	border-width:0px; 
	margin:0px;
}

.ActiveMenu 
{	
	background-color:#f9f9f9;
	border-style:dotted; 
	border-width:3px; 
	border-collapse:collapse; 
	border-color:#e0dfe3;
}

.ActiveMenuHeadline
{
	background-color:#ffdead;
	padding: 0 .8em .3em .5em;
}

/************************ InfoBoxes *********************************/
.WarningBox
{
	background-color:#f9f9f9;
	margin:1em 1em 1em 0; 
	border-style:solid; 
	border-width:3px; 
	border-collapse:collapse; 
	border-color:#e3e155;
}

.ErrorBox
{
	background-color:#f9f9f9;
	margin:1em 1em 1em 0; 
	border-style:solid; 
	border-width:3px; 
	border-collapse:collapse; 
	border-color:#e35555;
}

.GoodieBox
{
	background-color:#f9f9f9;
	margin:1em 1em 1em 0; 
	border-style:solid; 
	border-width:3px; 
	border-collapse:collapse; 
	border-color:#21c00b;
}

.QuestionBox
{
	background-color:#f9f9f9;
	margin:1em 1em 1em 0; 
	border-style:solid; 
	border-width:3px; 
	border-collapse:collapse; 
	border-color:#5555e3;
}
/************************ WIKI STYLE ********************************/

/* general styles */



hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	/*border-bottom: 1px solid #aaa;*/
}


ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}







/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}


.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}

/********************** tabbing ******************/

.tabbing#active
{
	margin:2px; 
	padding:5px; 
	border:1px solid black;
	border-left:2px solid black;
	border-top:2px solid black;
	float:left;
	background-color:#D8E8FF;
	white-space:nowrap;
	font-weight:bold;
}

.tabbing#inactive
{
	margin:2px; 
	padding:5px; 
	border:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	float:left; 
	background-color:#D8E8FF;
	white-space:nowrap;
}

hr#shopping
{
	height: 1px;
	color: #857B58;
	background-color: #857B58;
	border: 0;
	margin: .2em 0 .2em 0;
}

.productSkills
{
	border-style:dotted;
	border-color:#CCCCCC;
	border-width:2px;
}

.productSkills th
{
	text-align:left;
}

.productSkills#product
{
	width:150px;
}

.productSkills#myBasket
{
	width:150px;
}

.productSkills span#kassa
{
	font-weight:bold;
	font-size:18px;
}
