/*----------------------------------
babyvip.css
(c) 2007 Andreas Hiller
created by Andreas Hiller - ahiller.de

Internet-Seiten von babyvip-sindelfingen.de
------------------------------------*/

/* --------------------------------
Standard-Elemente
-----------------------------------*/

html,body {
	background-color: rgb(212,239,252);
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0);
}

Form {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}


input	{
	font-size: 12px;
}

fieldset {
	border-style: none;
}

table	{
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;

}



a {
 color: rgb(70,70,70);
 text-decoration: none;
}

p a   {
	 text-decoration: underline;
}



p a:hover {
	color: rgb(180,44,71);
}



p {
	font-family: Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}


h1 {
  font-family: Arial, sans-serif;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top:5px;
	padding-bottom:0px;
	font-size: 15px;
	font-weight: bold;
	color: rgb(180,44,71);
}

h1 a{
  font-family: Arial, sans-serif;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top:5px;
	padding-bottom:0px;
	font-size: 15px;
	font-weight: bold;
	color: rgb(180,44,71);
}

h2 {
	font-size: 12px;
	padding-top: 5px;
	margin-left	: 0px;
	font-weight: bold;
	margin-bottom: 3px;
}


#content img {

border: 1px solid white;
}

.mitarbeiter dl.csc-textpic-image {


margin-right: 5px;
height: 135px;
}

.mitarbeiter dt {

}

.mitarbeiter dd.csc-textpic-caption {
padding-top: 3px;
font-size: 11px;

}

/* Mailform */

.csc-mailform {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

.csc-mailform label{
	padding-right: 0px;
	float: left;
	text-align: left;
	width: 70px;
}

.csc-mailform-field {
	margin-bottom:8px;
}

.csc-mailform-field input, .csc-mailform-field textarea{
		padding-left: 3px;
		padding-top:1px;
		margin-left: 80px;
		display: block;
}
.csc-mailform-field textarea{
	padding-top: 3px;
}



.csc-mailform-submit {
  margin-top: 5px;
	margin-left: 37px;
	padding: 0px;

}	
.csc-mailform-submit input {
	border: 1px solid #03A8EC;
	margin-right: 2px;
}

*HTML .csc-mailform-submit {
	margin-left: 40px;
}



.pictures img {

}

.termin3spalten {
width: 680px;
}

.termin3spalten p {
float: left;
width: 170px;
background: Transparent;
margin-right: 1px;
padding-bottom: 2px;
margin-bottom: 10px;
}

.termin3spalten h1 , .termin3spalten h2{
clear: both;
}

/* ----------------------------------------------
Navigation
---------------------------------------------- */

/* Hauptnavigation oben  */

#navitop table {
display: none;
margin:0px;
padding:0px;
}

#navitop table td {
margin:0px;
padding:0px;
}

#navitop {
display: none;
	position: absolute;
	left: 120px;
	top: 90px;
	font-weight: bold;
	font-size: 13px;
  margin-left: 0px;
  margin-top: 0px;
  z-index:20;


}


#navitop ul {
padding:0;
margin:0;
list-style-type:none;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon 
- style list-elements
*/

#navitop li {
float:left;
position:relative;
}

#navitop ul li {
  margin-right: 2px;

}

#navitop ul ul {
  padding-top: 5px;

}

#navitop ul ul li {
height: auto;
background-color: transparent;
background-image: none;
border-bottom: none;

}

/* style the links for the top level */
#navitop a, #navitop a:visited {
display:block;
text-align: center;
font-size:14px;
font-weight: bold;
text-decoration:none; 
color:rgb(180,44,71); 
height:auto;
padding-bottom: 3px;
padding-top:2px;
line-height:16px;
background-color: rgb(212,239,252);
border: 1px solid rgb(10,10,10); 
padding-right: 5px;
}

/* style the Links for the second level */
#navitop ul ul a, #navitop ul ul a:visited {
margin-top:0px;
font-size: 11px;
width: 190px;
font-weight: normal;
height:auto; 
text-align: left;
padding: 1px 5px 1px 14px;
color: black;
border: none;
background-color: transparent;
background-image: url(pic/dotred.png);
background-repeat: no-repeat;
background-position: 1px 4px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #navitop a, * html #navitop a:visited {
width:116px;
w\idth:116px;
}





/* hide the sub levels and give them a positon absolute so that they take up no room */
#navitop ul ul {
visibility:hidden;
position:absolute;
top:23px;
left:0; 
width:190px;
background: transparent;
}

/* another hack for IE5.5 */
* html #navitop ul ul {
top:23px;
t\op:23px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navitop table {position:absolute; top:0; left:0;}



/* yet another hack for IE5.5 */
* html #navitop ul ul a{
width:200px;
w\idth:200px;
}


/* style the top level hover */
#navitop a:hover{
line-height: 16px;
height:auto;
background-color: rgb(222,243,253);
margin-top:0px;
}


#navitop :hover > a, #navitop ul ul :hover > a {
background-color: rgb(222,243,253);
}


/* style the second level hover */
#navitop ul ul a:hover{
color: black;
border: none;
height:auto;
background-color: transparent;
padding: 1px 5px 1px 14px;

font-size: 11px;
font-weight: bold;
}
*HTML #navitop ul ul a:hover{
padding: 1px 5px 1px 14px;
}

/* make the second level visible when hover on first level list OR link */
#navitop ul li:hover ul,
#navitop ul a:hover ul{
visibility:visible; 
}
/* Meta Rechts */


#meta-right {
  margin-top: 0px;
	font-size: 11px;
	margin-left: 0px;
	color: rgb(70,70,70);
	font-weight: normal;
}

#meta-right ul,ol{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#meta-right ul li a {
	text-decoration: none;
	color: rgb(70,70,70);
	display: block;
}

#meta-right ul li {
	padding-bottom: 1px;
}

#meta-right ul a:hover {
	color: rgb(180,44,71);
}




/* --------------------------------
Layout
-----------------------------------*/

#header {



}

.title h1 {
	padding:0px;
	font-size: 24px;
	padding-top: 18px;
	margin-left: 160px;
	background-image: none;
	color: rgb(0,0,0);
}


.title {
	height: 50px;
}



#column{
	z-index:7px;
	background: transparent;
}

#leftcolumn {
	background: transparent;
}

.logo {
}


.pictures {
  display: none;



}




#centercolumn {
	text-align: left;
	background: transparent;
	padding-bottom: 0px;

}



#content {
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: transparent;
	width: 660px;
}


.step2 {
margin-left: 100px;
}

.step1 {
margin-left: 40px;
}



#rightcolumn {
  display: none;
	position: absolute;
	top: 140px;
	left: 798px;
	width: 70px;
	z-index: 5;
	padding-left: 10px;
	background-image: url(pic/verlauf.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 300px;
}



