/*
  ADMIN Headlines
*/
h1
{
 color: #fff;
 font-size: 20px;
 font-family: Arial black;
 font-style: bold;
 font-weight: bold;
 letter-spacing:-3px;

 margin:0px;
 padding:0px;
}


/*
  Große Headlines
*/
h2
{
 font-size: 30px;
 font-family: Arial black;
 font-style: bold;
 font-weight: bold;
 letter-spacing:-3px;

 margin:0px;
 padding:0px;
}
h2.color_1 { color: #9ceffd; }
h2.color_2 { color: #f7f960; }
h2.color_3 { color: #daa0dc; }
h2.stores { color: #ffffff; }

/*
  Kleine Überschriften für Home, Collection-Show
*/
h3
{
 font-size: 12px;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;

 margin:0px;
 padding:0px;
 padding-bottom:6px;
}
h3.home { color: #ffffff; }
h3.collection { color: #000000; }
h3.color_3 { color: #daa0dc; }

/*
  Normaler Text
*/
p
{
 font-size: 11px;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;

 margin:0px;
 padding:0px;
}

/*Text für HOME*/
p.home_1 { color: #9ceffd; text-align: justify; }
p.home_2 { color: #f7f960; text-align: justify; }
p.home_3 { color: #daa0dc; text-align: justify; }

/*Text für CONTACT*/
p.contact_1 { color: #9ceffd; }
p.contact_2 { color: #f7f960; }
p.contact_3 { color: #daa0dc; }

/*Text für STORES*/
p.stores_1 { color: #9ceffd; }
p.stores_2 { color: #f7f960; }
p.stores_3 { color: #daa0dc; }

/*Text schwarz*/
p.black { color: #000000; }

/*Text weiß*/
p.white { color: #ffffff; }


/*
  Punkte bei den Seitenzahlen
*/
span.points
{
 font-size: 14px;
 color: #ffffff;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
}


/*
  Die Textfelder
*/
input.contact, textarea
{
  display:block;

  width:260px;

  color: #000;
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
}
input.home
{
  display:block;

  width:150px;

  color: #000;
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
}


/*
  Der Sendebutton
*/
.send_button
{
 color: #ffffff;
 background-color: #000000;
 font-family: Arial;
 font-size: 12px;
 text-align: center;
 width: 119px;
 height: 20px;
 border: 1px solid #ffffff;
 padding-bottom:3px;
}


/*
  DIV für die Hauptnavigation...
*/
div.main_navi
{
  float:left;
  width:65px;
  height:15px;
  text-align: center;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
}


/*
  TEXT Links Normal...
*/
a.text_link
{
 color: #ffffff; font-size: 11px; text-decoration: underline; font-weight: normal; font-family: Arial;
}
a.text_link:hover
{
 color: #828282; font-size: 11px; text-decoration: underline; font-weight: normal; font-family: Arial;
}

/*
  TEXT Links Bunt...
*/
a.text_link_stores_1
{
 color: #9ceffd; font-size: 11px; text-decoration: underline; font-weight: normal; font-family: Arial;
}
a.text_link_stores_2
{
 color: #f7f960; font-size: 11px; text-decoration: underline; font-weight: normal; font-family: Arial;
}
a.text_link_stores_3
{
 color: #daa0dc; font-size: 11px; text-decoration: underline; font-weight: normal; font-family: Arial;
}

/*
  TEXT Links Collection...
*/
a.text_link_collection
{
 color: #daa0dc; font-size: 12px; text-decoration: none; font-weight: normal; font-family: Arial;
}
a.text_link_collection:hover
{
 color: #ffffff; font-size: 12px; text-decoration: underline; font-weight: normal; font-family: Arial;
}
a.text_link_collection_active
{
 color: #ffffff; font-size: 12px; text-decoration: underline; font-weight: normal; font-family: Arial;
}


/*
  MAIN Navigation...
*/
a.main_navigation_normal
{
 color: #ffffff; font-size: 12px; letter-spacing:-1px; text-decoration: none; font-weight: normal; font-style: normal; font-family: Arial;
}
a.main_navigation_active
{
 color: #000000; font-size: 12px; letter-spacing:-1px; text-decoration: none; font-weight: normal; font-style: normal; font-family: Arial;
}


/*
  PAGE für Collection
*/
a.page_link
{
 color: #ffffff; font-size: 12px; text-decoration: none; font-weight: normal; font-style: normal; font-family: Arial;
}
a.page_link_active
{
 color: #ffffff; font-size: 12px; text-decoration: underline; font-weight: normal; font-style: normal; font-family: Arial;
}
a.backforward_link
{
 color: #f7f960; font-size: 11px; text-decoration: none; font-weight: normal; font-style: normal; font-family: Arial;
}
a.backforward_link:hover
{
 color: #f7f960; font-size: 11px; text-decoration: underline; font-weight: normal; font-style: normal; font-family: Arial;
}
a.backforward_link_null
{
 color: #f7f960; font-size: 11px; text-decoration: none; font-weight: normal; font-style: normal; font-family: Arial;
}
