
html,body {
height: 100%;
font: normal 12px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
margin: 0;
padding: 0;
background: #F7F7F7;
}

p{
margin-left: 0px;
padding: 0;
font-size: 12px;
color: #000;
}

hr{
border: 1px solid #FEDA4C;
width: 600px;
}

td p{
margin: 0;
padding: 5px 0;
}

tr,td{
margin:0;
padding:0;
}

td img{
margin: 5px 15px 5px 10px;
padding: 5px 0;
}

a{
color: #1E5090;
text-decoration: none;
}

a:hover{
color: blue;
text-decoration: none;
}

.listen ul{
list-style-type: none;
}

.listenpunkt li{
list-style-type: square;
}

/******************************* Basics Ende ******************************/

/******************************* Headings ****************************/



h1{
padding: 0px;
margin: 0 10px 20px 0px;
color: #1E5090;
font-size: 18px; 
border-bottom: 2px solid #1E5090;
width: 600px;
}

h2{
padding: 1px 0;
margin: 15px 10px 10px 0px;
color: #1E5090;
font-size: 18px;
}

h3{
padding: 1px 0;
margin: 15px 0px 10px 5px;
color: #1E5090;
font-size: 14px;
}


h4{
padding: 0;
margin: 0;
color: #1E5090;
font-size: 10px;
font-style:italic;
text-align: center;
}

#english-h2 h2{
padding: 1px 0;
margin: 5px 10px 5px 0px;
color: #1E5090;
font-size: 14px;
}
/******************************* Headings Ende ****************************/

/***************************** Header *************************/


#headerwrap{
z-index: 20;
position: fixed;
top: 0px:
left: 0px;
height: 100px;
width: 100%;
background-color: #1E5090;
border-bottom: 1px solid #013567;
}

#header{
position: absolute 0px 0px;
margin: 0 auto;
width: 1000px;
padding-top: 12px;
}

#header img{
border: none;
}


#lang{
float: right;
margin: 50px 0 0;
}
/***************************** Header Ende *************************/



/********************************* Content Start - Text Content ***********************/

#contentzwei{
width: 600px;
margin: 152px 140px;
bottom: 20px;
padding-bottom: 50px;
}

#contentzwei p{
margin-left: 0px;
}

#agblist ol li{
margin: 0;
padding: 0;
}

#agblist p{
margin: 0;
padding: 0;
}

#contentmitmenu{
width: 600px;
margin: 52px 140px;
bottom: 20px;
padding-bottom: 50px;
}
/********************************* Content Ende - Text Content ***********************/

/********************************* Content Start ***********************/

#content{
min-height: 100%;
height:auto !important;
overflow: hidden !important;
margin: 0 auto;
padding: 10px; /*Abstand Text-Rand */
width: 800px; /* Seitenbreite */
}

/********************************* Content Ende ***********************/



/********************************* Container Start ***********************/

#container {
min-height: 100%;
height:auto !important;
overflow: hidden !important;
margin: 0 auto 50px;
padding: 10px; /*Abstand Text-Rand */
width: 800px; /* Seitenbreite */
background: #fff;
border-left: 5px solid #909090;
border-right: 1px solid #909090;
z-index: 3;
-moz-box-shadow: 2px  0  5px  #aaa, -2px  0  5px  #aaa;
	-webkit-box-shadow: 2px  0  5px  #aaa, -2px  0  5px  #aaa;
	box-shadow: 2px  0  5px  #aaa, -2px  0  5px  #aaa;
}
/********************************* Container Ende ***********************/

/********************************** Start Menu ******************************/

#menuposition{
position: fixed;
top:100px; 
margin-top: 30px;
margin-left: -101px;
width: 161px;
z-index: 20;
float: left;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=95);
opacity: .95;
}

/* Menu Link-Styles */

#menu a{
border: none;
display: block;
font-size: 14px;
font-weight: bold;
color: #fff;
padding: 8px;
}

#menu li ul li a{
color: #fff;
display: block;
}

/* Button Styles */

ul#menu, ul.sublink{
width: 180px;
background: #00498E;
padding:0px;
-moz-border-radius: 8px;                /* Rounded Corners */
border-radius: 8px;
}

ul.sublink{
-moz-box-shadow: 2px 2px 2px #C1BFBF;
-webkit-box-shadow: 5px 5px 5px #ccc;
box-shadow: 2px 2px 8px #C1BFBF;
}

ul.sublink:first-child{
-moz-border-radius-topleft: none;                /* Rounded Corners */
border-top-left-radius: none;
}

ul#menu li{
border-bottom: 1px solid white;
position: relative;
display: block;
}

ul#menu li:last-child{                        /* Border-Bugfix */
border: none;
}

/* Button Hover */

li.mainmenu:hover, ul.sublink li:hover{                        /* Hover */
background: #01509A;
}

li.mainmenu:active, ul.sublink li:active{                        /* Active */
background: #00276F;
-moz-box-shadow:inset 0 0 10px #00266B;                /* Press-Shadow */
-webkit-box-shadow:inset 0 0 10px #000000;
box-shadow:inset 0 0 10px #00266B;
margin: 1px 0px 0px 0px;                                        /* Dynamic-Click */
}

/* Rounded-Fix */

ul#menu:hover li:first-child{
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}

ul#menu:hover li:last-child{
-webkit-border-radius:0 0 0 8px;
border-radius:0 0 0 8px;
}

ul#menu:hover li ul li:first-child{
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}

ul#menu:hover li ul li:last-child{
-webkit-border-radius:0 0 0 8px;
border-radius:0 0 8px 8px;
}

/* Untermenu Styles */

ul.sublink {
display:none;
left: 180px; /* Abstand zur Menuleiste 182(alter wert)*/
top: 0px;
position: absolute;
}

#menu li:hover ul {
display: block;
}

/********************************** Menu Ende ******************************/


/********************** Helper-Classes ***********************/

.noborder{
border: none;
}

.unterschrift p{
text-align: center;
font-size: 10px;
color: #1E5090;
}

.clear{
clear: both;
}


.artikel{
background-color: #eee;
}

.ausnahmen {
width: 150px;
}

.ausnahmen2 {
width: 25px;
}

.link{
margin-top: 20px;
text-align: center;
}

.bilder img{
margin-left: auto;
margin-right: auto;
}

.shop{
width: 200px;
}

.shop a{
font-size: 16px;
font-weight: bold;
}

.shop a:hover{
text-decoration: underline;
}

.zentrieren{
padding-top: 10px;
text-align: center;
}

#textilien  img{
width: 200px;
}

.nachaussen{
margin-left: -50px;
}

.nachinnen{
margin-left: 50px;
}

/********************** Helper-Classes Ende ***********************/


/**************************** Footer  Start **********************************/

#footer{
bottom: 0;
position: fixed;
width: 100%;
background-color: #eee;
height: 50px;
border-top: 1px solid #C3C3C3;
text-align: center;
color: #5A5A5A;
padding-bottom: 2px;
z-index: 13;
}

#footer p{
margin-top: 10px;
font-size: 10px;
line-height: 1.7;
}

/**************************** Footer  Ende **********************************/

/**************************** Tabellen Start **********************************/
#table{
margin: 0 10px;
}

#table-index td{
padding: 10px 0;
}

#table-index tr td{
height: 30px;
}
	
	.small{
		font-size: 10px;
	}

#tabelle tr,td{
height: 0px;
border: none;
padding: 0;
margin: 0 auto;
}

#tabelle td{
min-width: 280px;
}

#tabelle table{
border: none;
padding: 0;
margin: 0 auto;
width: 650px;
}

#tabelle p{
margin-left: 5px;
}

#tabelle h2{
margin-left: 5px;
}

#tabelle h1{
margin-left: 5px;
}

#warenkorb tr td{
padding: 0 8px;
}

#fachbuch table{
display:inline-table;
border-collapse:collapse
}

#fachbuch tr td{
border: 1px solid #000;
padding: 5px;
}

.artikel{
background-color: #eee;
}

.ausnahmen {
width: 150px;
}

.ausnahmen2 {
width: 25px;
}

.link{
margin-top: 20px;
text-align: center;
}


.bilder img{
margin-left: auto;
margin-right: auto;
}

.shop{
width: 200px;
}

.zentrieren{
padding-top: 10px;
text-align: center;
}

/* SHOPUEBERSCHRIFTEN */
.shopueberschrift{
margin-right: 135px;
}

.shopueberschrift1{
margin-right: 80px;
}

.shopueberschrift2{
margin-right: 10px;
}

.shopueberschrift3{
margin-right: 240px;
}

/* SHOPUEBERSCHRIFTEN - ENDE */

#textilien  img{
width: 200px;
}

#gelbelinie {
position: absolute;
left: 31%;
}

#shoptable{
width: 700px;
margin-top: 20px;
}

#shoptable table tr td{
border: none;
}

#bestelldet tr td{
padding: 5px 10px;
}

#menuie{
margin-top:80px;
margin-left:528px;
}

#menuie a{
font-style:italic;
}

#menuiefarbe{
margin-top:80px;
margin-left:350px;
}

#menuiefarbe a{
font-style:italic;
}

#menuiekarte{
margin-top:80px;
margin-left:495px;
}

#menuiekarte a{
font-style:italic;
}

#menuiefk{
margin-top:80px;
margin-left:520px;
}

#menuiefk a{
font-style:italic;
}

#menuiein{
margin-top:80px;
margin-left:400px;
}

#menuiein a{
font-style:italic;
}

#contentdown{
width: 600px;
margin: 110px 140px;
bottom: 20px;
padding-bottom: 50px;
}

#contentdown p{
margin-left: 0px;
}

#banner {
box-shadow:  1px 1px 8px 2px #686868;
border-radius: 3px; 
border-color: white;
border-width: 2px;
border-style: solid;
margin-left: 129px;
margin-top: -37px;
}

img#logo-ncsralpantone{
display: block;
width: 140px;
float: right;
position: relative;
top: -18px;
left: 20px;
margin-bottom: 20px;
}

h1#ncsralpantone{
	width: 73%;
}