
/* --- CSS RESET --- */

@import "reset.css";


/* --- Fonts --- */
body {
	font-family: 'Verdana','Arial', sans-serif;
	font-size: 12px;
	color: #4c627f;
}

p {
	padding: 0 0 12px 0;
	line-height:18px;
}

p a {
	color: #96b5db;
	text-decoration: none;
}

p a:hover,
p a:focus {
	color: #96b5db;
	text-decoration: underline;
}

h1 {
margin:0;
line-height:24px;
padding: 0 0 12px 0;
}

.lowercase {
	text-transform: lowercase;
}

/* --- Center --- */

#center {
	position: absolute;
	left:50%;
	margin-left:-480px;
	overflow:hidden;
	/* height: 95%;*/ 
	top:5%;
	width:960px;
}

html>body #center {
	height: 95%;
}

* html #center { /* IE6 hack, fixing display problem of percentage heights */
	height: 800px;
}

/* --- Top --- */

#top {
	position:absolute;
	width: 960px;
	left: 50%;
	top:0;
	margin-left:-480px;
	background-color: white;
	height:105px;
	z-index:2;
}

#navi1 {
	position: absolute;
	bottom:0px;
	left: 59px;
}

#navi2 {
	position: absolute;
	bottom:-27px;
	left: 59px;
	z-index:2;
}

#navi1 ul,
#navi2 ul {
	display:inline;
	line-height: 27px;
}

#navi1 li,
#navi2 li {
	display:inline;
	text-transform:lowercase;
	padding-right: 21px;
	vertical-align:middle;
	
}

#navi1 a,
#navi2 a {
	color: #96b5db;
	text-decoration:none;
}

#navi1 a:hover,
#navi1 a.active,
#navi2 a:hover,
#navi2 a.active {
	color: #4c627f;
	text-decoration:none;
}

#logo {
	position: absolute;
	right:43px;
	height: 100px;
	width: 232px;
	/* background: url(../img/style/logo/bc_logo_blau.png); */
	bottom:-2px;
}

#logo a {
	width: 232px;
	height:100px;
}

/* --- Content --- */

#content {
	position:absolute;
	overflow:hidden;
	top: 105px;
	left:0;
	height:100%;
	/* background: url(../img/backgrounds/bc_hintergrund_01.jpg) no-repeat; */
}

#text {
	position: absolute;
	top: 15px;
	padding: 0px;
	width: 528px;
	left:18px;
}

#textTop {
	position: realtive;
	top:0px;
	width:528px;
	height:32px;
	background: url(../img/style/frames/bc_textfeld_oben.png) no-repeat;
}

#textFrame {
	position: relative;
	top:0px;
	width:532px;
	background: url(../img/style/frames/bc_textfeld_mitte.png) repeat-y;
	/* padding: 6px 43px; */
	left:-2px;
	overflow:hidden;
	height: 400px;
}

#textContent {
	position: absolute;
	margin: 0px 43px;
	width: 447px;
	height: 400px;
	overflow:auto;
}

#textBottom {
	position: relative;
	top:0px;
	width:532px;
	background: url(../img/style/frames/bc_textfeld_unten.png) no-repeat;
	left:-1px;;
	height:40px;
	
}

/* ------------------ */
/* --- Startseite --- */
/* ------------------ */


/* --- Body --- */

.makeItBlue {
 	background-color: #96b5db;
}

#centerStart {
	position: absolute;
	left:50%;
	margin-left:-480px;
	/* overflow:hidden; */
	/* height: 95%;*/ 
	top:5%;
	width:960px;
	height:580px;
}

/* --- Top --- */

#bluetop {
	position:relative;
	width: 960px;
	left: 50%;
	/*top:5%;*/
	margin-left:-480px;
	height:105px;
	background-color:#96b5db;
}

#logoStart {
	position: absolute;
	right:43px;
	height: 100px;
	width: 232px;
	/* background: url(../img/style/logo/bc_logo_blau.png); */
	bottom:-2px;
}

/* --- Slideshow --- */

#centerSlideshow {
	top:25px;
	position: relative;
	left: 50%;
	margin-left:-480px;
	height: 418px;
	width:960px;
	overflow:hidden;
}


#fadeLeft {
	position: absolute;
	top:0;
	left:0;
	width: 50px;
	background: transparent url(../img/style/frames/bc_fade_links.png) no-repeat;
	height: 418px;
	overflow:hidden;
	z-index: 10;

}

#fadeRight {
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	background: transparent url(../img/style/frames/bc_fade_rechts.png) no-repeat;
	height: 418px;
	overflow:hidden;
	z-index: 10;
}

/* All pictures */

#slideshow {
	position: relative;
	/* width:10000px; */
	height:418px;
	background-color:#96b5db;
	overflow:hidden;
	width: 960px;
}

/* Wrapper for 1 picture */

.bildWrapper {
	background: url(../img/style/frames/bc_rahmen_mitte.png) repeat-x;
	position: absolute;
	height: 418px; /* hšhe ist abhŠngig von paulo */
	/* left: wird ermittelt */
	background-color: #96b5db;
	/* overflow:hidden; */
	/* margin-left:100px; */ /* kommt noch */ 
	padding: 20px 44px 31px 30px;/* padding: kommt noch vom Paulo */
}

* html .bildWrapper {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.bebe-cashmere.com/img/style/frames/bc_rahmen_mitte.png',sizingMethod=scale);
}

#slideshow img {
	height: 367px;
	border: 1px solid #bebebe;
}

.left {
	background: url(../img/style/frames/bc_rahmen_links.png) no-repeat;
	position:absolute;
	top: 0;
	left: 0;
	width: 28px; 
	height: 418px; 
	/* float:left; */
	background-color: #96b5db;
	overflow:hidden;
	z-index:2;
}

.right {
	background: url(../img/style/frames/bc_rahmen_rechts.png) no-repeat;
	position:absolute;
	top:0;
	right: 0;
	width: 43px; 
	height: 418px; 
	/* float:left; */
	background-color: #96b5db;
	overflow:hidden;
	z-index:2;
}



/* --- Bottom --- */

#bluebottom {
top:25px;
	position: relative;
	width:960px;
	background-color:#96b5db;
	height:27px;
}

#naviBottom {
	position: absolute;
	left: 50%;
	margin-left: -421px;
}

#naviBottom ul /* fŸr Startseite*/ {
	display:inline;
	line-height: 27px;
}

#naviBottom a,
#naviBottom a:hover {
	color: #fff;
	text-decoration:none;
}

#naviBottom li /* fŸr Startseite*/ {
	display:inline;
	text-transform:lowercase;
	padding-right: 21px;
	vertical-align:middle;
}


/* --- Contact ---*/

tr {
	height:18px;
	line-height: 18px;
}

th {
	height: 18px;
	vertical-align: top;
}

.leftColumn {
	width: 250px;
}

.inputForm {
	width: 100%;
	border: 1px solid #96b5db;
	margin-bottom: 3px;
	text-align: left;
	padding: 0;
	font-family: 'Verdana','Arial', sans-serif;
	font-size: 12px;
	color: #4c627f;
}

.error {
	border: 1px solid #ff7777;
}

.errortext {
	color: #ff7777;
}

.gaptop {
	margin-top:22px;
}

#Message {
	margin-top:0;
}

.buttonForm {
	background-color: #96b5db;
	border: 1px solid #96b5db;
	color: #fff;
	margin-right:5px;
}

/* --- TinyMCE Classes --- */

.imgLeft {
	float:left;
	padding-right:8px;
}

.imgRight {
	float:right;
	padding-left: 8px;
}

