@charset "UTF-8";

/* CSS für Homepage b-schick.de */

/*

 NAVIGATION
  gelb: #F9E524
  weiß: #FFFFFF
  weinrot: #862239
  hellrot: #CC3333
  blassrot: #AF6E7D
 
 BG
  weinrot: #862239
  
 BUTTONS
*/

/* FARBEN */


.bg_gelb,.navi_gelb
{  background-color: #F9E524; }

.bg_weiss,.navi_weiss
{  background-color: #FFFFFF; }

.bg_weinrot,div#site
{  background-color: #862239; }

.bg_rot,div.navi_gelb:hover,div.navi_weiss:hover
{  background-color: #CC3333; }


.f_gelb,div.navi_gelb:hover,div.navi_weiss:hover
{  color: #FFFFFF; }

.f_blass,a
{  color: #AF6E7D; }

.f_weinrot,.navi_gelb,.navi_weiss
{ color: #862239; }

.f_weiss,h1,h2,h3
{ color: #ffffff; }

.f_fett,.navi_gelb,.navi_weiss
{ font-weight: bold; }


body
{
	padding: 0px;
  	margin: 0px;
  	background-color: #aaaaaa;
	font-family: arial, arial;
	font-size: 10pt;
  	font-style: normal;
  	color: white;
}

h1
{
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
}

h2
{
	font-size: 16pt;
}

h3
{
	font-size: 11pt;
}

hr
{
	border: 1px solid #254c99;
}

a
{
	text-decoration: none;
  	cursor: pointer;  
}

img
{
  border: 0px;
}

img.rand
{
  border: 3px solid #f19300;
  margin: 5px;
}

input,textarea
{
	border: 1px solid #f19300;
  	font-family: verdana, tahoma, arial;
}


div#site
{
  position: relative;
  left: 50%;
  margin-left: -425px;
  width: 850px;
  min-height: 500px;
}

div.navi_gelb
{
  width: 121px;
}

div.navi_weiss
{
  width: 122px;
}

div.navi_gelb,div.navi_weiss
{
  height: 20px;
  float: left;
  font-size: 9pt;
  padding-top: 4px;
  cursor: pointer;
  text-align: center;
}

div#inhalt
{
  padding: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

div#fusszeile
{
  text-align: center;
  color: #ffffff;
}


#bgb 
{
  position: fixed;
  z-index:3000 !important;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  filter:Alpha(opacity=60);
  background-color: black;
  padding: 0px;
  width: 100%;
  height: 100%;
}

div#start_images img
{
  float: left;
  margin-left: 28px;  
}

div#navi_leiste a
{
color: #862239;
}

div.vita_datum
{
  width: 170px;
}

div.vita_info
{
  float: left;
  width: 530px;
}

div.vita_datum,div.vita_info
{

  font-size: 10pt;
  text-align: left;
}

div#vita_zeile
{
	position: relative;
	left: 50%;
	margin-left: -350px;
	width: 700px;
}

div#vita
{
	margin: 0;
	padding: 0;
}


/* MENU: Produkt */
div#menu_produkt
{
  margin-left: 150px;
  background-color: white;
}

div#text_produkt
{
  min-height: 100px;
  background-color: white;
  width: 250px;
  float: left;
  padding: 10px;
  padding-left: 20px;
  color: #004091;
  font-weight: bolder;
}

div.menu_edition
{
  left: 16px;
  width: 150px;
  border: 0px solid red;
  float: left;
}

