﻿body
{
    font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: normal;
	background-color: White;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: Black;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-style: normal;
    font-weight: 700;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H1
{
	font-size: 2em;
}

H2
{
	font-size: 1.75em;
}

H3
{
	font-size: 1.58em;
	font-weight: 500;
}

H4
{
	font-size: 1.33em;
}

H5, DT
{
	font-size: 1em;
	font-weight: 700;
}

H6
{
	font-size: .8em;
	font-weight: 700;
}

TFOOT, THEAD
{
	font-size: 1em;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
}

A:link
{
    color: #E60000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
    color: #E60000;
}

A:active
{
	text-decoration: none;
    color: #E60000;
}

A:hover
{
	/*text-decoration:	underline;*/ /*color:	#3333cc;*/
	text-decoration: underline;
    color: #E60000;
}

A.Navig:link
{
    color: #333333;
    /*color: black;*/
    font-size: 12px;
}

A.Navig:visited
{
	color: DimGray;
    color: #333333;
}

A.Navig:hover {
    /*color: #ff8c00;*/
    color: #E60000;
}

A.SubNavig:link
{
    color: #333333;
    font-size: 11px;
}

A.SubNavig:visited
{
	color: #333333;
    font-size: 11px;
}

A.SubNavig:hover {
    color: #E60000;
}

A.NaviBtn:link
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: black;
	text-align: Center;
}

A.NaviBtn:visited
{
	color: black;
	text-align: Center;
}

A.NaviBtn:hover
{
	color: #ff8c00;
	text-align: Center;
}

input type="submit".Navig:hover
{
	color: #ff8c00;
}


SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

IMG.Btn
{
	cursor: hand;
}

.BUTTON
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	cursor: hand;
}

.BUTTON:hover
{
	color: #ff8c00;
}


#btnLogout
{
	cursor: hand;
}

#imgStart
{
	cursor: hand;
}

LABEL
{
	font-size: 12px;
}

TBODY
{
	font-size: 1.0em;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: normal;
}

#content
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/*ab hier neu eingefügt 27.11.2013*/
#NavMain
{
    padding-left: 12px;
    position: fixed;
}


#NavMain, #Nav1, #Nav2, #Nav3, #Nav4, #Nav5, #Nav6
{
    background-color: #E2E2E2;
    border: 0px;
}


/*      div.Right bezieht sich auf class="Right", div#Right auf id="Right"      */

div#Right
{
    /* float:right; */
    padding-left: 40px;
    width:200px;

    /* eingefügt, da ffox manchmal nicht rechts floatet */
    position:absolute;
    top: 4px;
    left: 980px;
 }

div#Left
{
    float:left; 
    /*margin:1000px,1000px,1000px,1000px;*/
    /*padding:1000px,1000px,1000px,1000px;*/
    /*min-width:980px;*/
    width:112px;
}

div#Content 
{
    margin-right:226px;
    margin-left:112px;
    min-width:860px;
}

#DataGrid 
{
    margin-right:224px;
}

#ImageBtnKorb 
{ 
    background-image:  url(Ressourcen/ic_warenkorb.gif);
    color: #EEEEEE;

}

