/*
  Style Sheet
---------------------------------------------
  Style Name  :  Spielgruppe Teddybär Site
=============================================
  Die Darstellung ist 800 Pixel breit.
  Das Menu links vertikal angeordnet.
  background-color:#FFFFFF; --> weiss
=============================================

Versionshistory:
V01.00	2005-05-30	Roger Schoch   created...
*/




/* ----------------------- */
/*  HMTL - Tags & Klassen  */
/* ----------------------- */
body {
  /* Standard - Schriftart */
  font-family:"Comic Sans MS";
  font-size:1.0em;
  color:#666666;
  background-color:#FFCC00;
  margin-top:0px;
}

table {
	/* Standard - Schriftart */
    font-family:"Comic Sans MS";
	font-size:1.0em;
}


a {
  text-decoration:none;
  color:#B33B00;
}

a:link, a:visited {
  color:#FF7600;
  text-decoration:underline;
}  

a:hover {
  text-decoration:none;
  color:#FF7600;
}  



h1, h1.csc-firstHeader {
  margin-top:0px;
  font-size:1.2em;
  margin-bottom:0px;
  color:#FF7600;
/*  background-image:url(images/strich.jpg);
  background-position:left;
  background-repeat:no-repeat; */

}


h2 {
  margin-top:0px;
  font-size:1.1em;
  margin-bottom:0px;
  color:#FF7600;

}

h3 {
  margin-top:0px;
  font-size:1em;
  margin-bottom:0px;
  color:#FF7600;
}


form {padding: 0px; margin: 0px;}
input    {color:#FF7600 ; font-weight:bold; font-size:1.0em; font-family:Geneva, Arial, Helvetica, sans-serif;  padding:0px; margin:0px; background-color:#ffffff;}
textarea {color:#FF7600; font-weight:bold; font-size:1.0em; font-family:Geneva, Arial, Helvetica, sans-serif;  padding:0px; margin:0px; margin-top:2px; margin-bottom:5px;}
select   {color:#FF7600; font-weight:bold; font-size:1.0em; font-family:Geneva, Arial, Helvetica, sans-serif;  padding:0px; margin:0px; background-color:#ffffff;}


/* ----------------------- */
/*  IDs                    */
/* ----------------------- */

#header {
  width:802px;
  position: relative; 
  left: 50%; 
  margin-left: -400px; /* half the width of the div */ 
  height:200px;
  background-color:#FFFFFF;
  background-image:url(images/logo.jpg);
  background-repeat:no-repeat;
}

#container {
  width:800px;
  position: relative; 
  left: 50%; 
  margin-left: -400px; /* half the width of the div */ 
  background-color:#FFFFFF;
  border-style:solid;
  border-color:#FF7600;
  border-color:#000000;
  border-width:1px;
  border-top-width:0px;
    
}


#mainmenu_container {
  float:left;
  border-width:0px;
}



#mainmenu {

  width:230px;
  float:left;
}



#content {
  padding-bottom:20px;
  padding-right:25px;
  float:left;
  width:510px;
}


#footer {
  clear:both;
  width:800px;
  text-align:center;
  padding-bottom:2px;
}





/* ----------------------- */
/*  Klassen                */
/* ----------------------- */

.tx-cscounter-pi1 {
  width:400px;
  position: relative; 
  left: 50%; 

 
}

a.menuItem:link, a.menuItem:visited {
  text-decoration:none;
  color:#333333;
  font-weight:normal;
}

a.menuItem:hover {
  text-decoration:underline;
  color:#333333;
  font-weight:normal;
}


.mainMenuItemL1 {
  width:210px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:10px;
}

.mainMenuItemL1Act {
  width:210px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:10px;
 
}



/***************** Formulare *********************/
.csc-mailform {
  margin-top:20px;
  border: 0px;
}

.csc-mailform-field label {
  margin:2px;
  line-height:15px;
  color:#666666;
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 120px;
  display: block; 

  margin-bottom:5px;
  font-size: 1em;
}

.csc-mailform-field input {
  margin-bottom:5px;
}

.csc-mailform-submit {
  margin-left: 160px;
  margin-top:20px;
  border-style:solid;
  border-width:1px;
  border-color:##0066FF;
  background-color:#fff;
  color:#333333;

}


