/*
File:			custom.css
Description:	Custom styles for Your Theme


/* fuer das bestellformular */
.blue_frame {
	border:1px solid #B2B2A4;
	font-size:12px;
	margin: 0px 0px 4px 0px;
	}
.red	{
	color: #D02A2A;
	}

/* -------- */


table.gutscheine {
	width: 600px;
	padding: 0;
	margin-left:100px;

}


/* -------- */


.links {
 height:auto;
 width:200px;
 border:none;
 float:left; 
 margin:5px;

}

.gutschein_kat {
  background-image: url(http://www.chosy.net/Grafik/Teilnehmer/kat_bg.jpg);
  background-repeat:repeat-x;
  color:black;
  font-variant:small-caps;
  margin-bottom:10px;
  
}

.gutscheineinhalt {
  display:block; 
  border:1px solid;
  border-color:lightgrey;
  -moz-border-radius:2%;
  width:466px;
  float:left; 
  padding:7px;
  margin:5px;
  height:auto;
}

.color_heading {
   border-bottom:1px solid lightgrey;
}


.gutschein {
 text-align:center; 
 float:left;  
 width:900px; 
  border-width:1px;
  border-style:dotted;
  border-color:lightgrey;
  -moz-border-radius:2%;
  margin:5px; 
}

.chosygutschein_main{
  text-align:center; 
  display:block; 
  border-width:1px;
  border-style:solid;
  border-color:lightgrey;
  -moz-border-radius:2%;
  width:200px; 
  float:left;  
 
  
}

.chosygutschein_sub {
  text-align:center; 
  width:190px;
  border-width:2px;
  border-style:dotted;
  border-color:#d02a2a;
  -moz-border-radius:2%;
  margin:0 auto;
  margin-bottom:10px;
}


.gutschein_heading {
    background-image: url(http://www.chosy.net/Grafik/Teilnehmer/headbgs.jpg);
  background-repeat:repeat-x;
  color:white;
  font-variant:small-caps;
  font-size:large;
  border-bottom:1px solid #d02a2a;
}

.gutschein_subing {
  color:gray;
  font-variant:small-caps;
}

.gutschein_textrot {
  color:#d02a2a;
  font-size:large;
  font-variant:bold;
  margin:10px 2px;
  }
 

.gutschein_textklein {
  font-size:x-small;
  font-style:italic;
}


.zusatz{
  text-align:center; 
  display:block; 
  border-width:1px;
  border-style:solid;
  border-color:lightgrey;
  -moz-border-radius:2%;
  width:200px; 
  float:left;
  margin-top:10px; 
}

.mitte {
  width:466px; 
  border:none;
  float:left; 
}


.zusatz_mitte{
  text-align:center; 
  display:block; 
  border-width:1px;
  border-style:solid;
  border-color:lightgrey;
  -moz-border-radius:2%;
  float:left;
  width:480px; 
  margin-top:10px;
  margin:5px;
   
}
.bilder {
  display:block;
  border-width:1px;
  border-style:solid;
  border-color:lightgrey;
  -moz-border-radius:2%;
  width:200px;
  float:right;
  margin:5px;
  padding:2px;
}

img.heading_logo {
  vertical-align:middle;
  width:80px;
  height:53px;
  padding:5px;
  border:0 none;
}

.chosygutschein_chemnitz{
  text-align:center;
  display:block;
  border-width:1px;
  border-style:solid;
  border-color:lightgrey;
  -moz-border-radius:2%;
  width:200px;
  float:left;
  margin:10px;  
}

a.btn_bestellung { margin:0; padding:5px 10px; background:#d02a2a; color:#FFFFFF; border:none; font-weight:bold }
a.btn_bestellung:hover { margin:0; padding:5px 10px; background:#2B7B1B; color:#FFFFFF; border:none; font-weight:bold }