/*
My-babyplaid.com
Base CSS styles
---
Original Author: Oscar Eg Gensmann
Last Changed: 10-07-2003
*/


/* resetting all elements margin and padding
in browsers which support the * selector */

*{margin:0px;padding:0px}

body{
	background-color: #fff;
	text-align:center;  /*centering container element in IE browsers not supporting standards */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}

td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.mainFrame{
	background-color: #666;
	text-align: left;
	/* centering container element in IE browsers not supporting standards */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	overflow: auto;
}

#container{
	width:100%;
	text-align:left;
	margin: 0px auto 0px auto; /* centering container in standard compliant browsers */
	background-color: #fff;
}

#logo{ /* fixing the size of the logo box */
	height:70px;
	text-align: left;
	background-image: url(../../images/kjaeragentur-logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#logo img {margin:10px} /* placing logo image inside the logo box */

/* colored lines */
#stripe1{background-color:#E7E7E7;height:18px}
#stripe2{background-color:#C6CBC6;height:18px}


/* content boxes */
.column1{
	width: auto;
	height:273px;
	background-color: #000;
	float:left;
	border: 1px solid red;
	margin-top: 1px;
}

.column2{
	width:147px;
	background-color: #000;
	float:left;
	border: 1px solid black;
	margin:1px 1px 0px 1px;
	text-align: left;
}

.column3{
	width:250px;
	height:auto;
	background-color: #EFEFE7;
	float:left;
	margin-top: 0px;
}

.column4 {
	background-color: #666;
	float:left;
	margin:1px 1px 0px 0px;
	overflow: auto;
}

/* resetting values for columns inside #content2 */
#content2 .column1,#content2 .column2,#content2 .column3{
	background-color: #C6CBC6;
	height:30px;
	color:#000;
	line-height: 29px;
}

#content2 .column1 p{
	margin:0px 10px;
}

#content2 .column2{
	text-align:center;
}

/* menu list items*/
ul#menu li{
	height:26px;
	line-height:25px;
	background-color: #666;
	margin-bottom:1px;
	padding: 0px 10px;
	padding-left: 25px;
	list-style: none;
	text-align: left;
}


/* menu list items anchor links */
ul#menu a{color: #fff; font-weight:bold; text-decoration:none; font-size: 8pt;}
ul#menu a:hover{text-decoration:underline}


/* shopping basket */
#shoppingbasket{
	background-image: url(/images/kurvebaggrund.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height:110px;
	color: #000;
	border: 0px solid black;
	padding-left: 25px;
	font-size: 8pt;
}

#shoppingbasket p{
	font-weight:bold;
	padding:25px 0px 5px 0px; /* uses padding instead of margin to void overlap in mozilla */
}

#shoppingbasket td{padding: 5px 5px 5px 0px; color: #000; font-size: 8pt;}

/* footer  */
#footer{height:29px;line-height:28px;color:#000;padding:0px 10px}


/* breaker class, used to break floating boxes. Takes up 1px in height as minimum.  */
.breaker{clear:both;height:1px;overflow:hidden;}

.textField {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.button {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	border: 1px solid white;
	background-color: #E72C31;
/*	height: 20px;*/
	text-transform : uppercase;
}

.asterisk {
	color: #E72C31;
	font-weight: bold;
}

a {color: #fff; text-decoration: underline;}
a.zoom{color: #000; text-decoration: none;}
a:hover.zoom{ text-decoration: underline;}

h1 {
	font-size: 12px;
}
