/* Allgemeine Formatierungen */

body {
	background-image:url(kinderkostuem/kinderkostueme_01.png);
	background-repeat:repeat-x;
	background-color:#fcf9c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}
	
* {
	margin:0px;
	padding:0px;
	}
	

	
h1,h2,h3,h4,h5,h6 {
	color:#cc5700;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
a {
	font-weight:normal;
	text-decoration:underline;
	color:#000;
	outline:none;
	}
	
a img {
	border:none;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
li {
	margin:5px;
	list-style:inside;
	}
	
ol li {
	list-style:decimal;
	}
	

/* Div Tags */

#design {
	background-image:url(kinderkostuem/kinderkostueme_06.png);
	width:959px;
	height:auto;
	overflow:visible;
	margin:auto;
	text-align:center;
	}
	
#header {
	background-image:url(kinderkostuem/kinderkostueme_03.png);
	height:256px;
	width:959px;
	}
	
#content {	
	background-image:url(kinderkostuem/kinderkostueme_05.png);
	height:auto;
	min-height:226px;
	width:864px;
	padding-left:95px;
	background-position:top;
	background-repeat:no-repeat;
	}
	
#footer {
	background-image:url(kinderkostuem/kinderkostueme_08.png);
	height:330px;
	width:959px;
	clear:both;
	z-index:100;
	position:relative;
	top: -1px;
	}

#left {
	min-height:100px;
	width:162px;
	float:left;
	text-align:center;
	padding-top:14px;
}

#middle {
	min-height:100px;
	width:430px;
	float:left;
	text-align:left;
	padding:15px;
}

#right {
	min-height:100px;
	width:160px;
	float:left;
	text-align:left;
}

.sub {
	width:124px;
	padding-left:28px;
	padding-top:2px;
	height:14px;
	display:block;
	margin-bottom:1px;
	}
	
.sub:hover {
	color:#000000;
	}

.btn {
	background-color:#ddc6c1;
	display:block;
	width:135px;
	height:18px;
	padding-left:15px;
	padding-top:2px;
	color:#000000;
	margin-top:1px;
	margin-left:1px;
	}
	
.btn:hover {
	background-color:#e7b4aa;
	color:#000;
	}
	
#footer-color {
	background-color:#d4ddcc;
	width:100%;
	height:89px;
	position:relative;
	bottom:0;
	z-index:99;
	clear:both;
	margin-top:-89px;
	}
	

