/* /////////////////////////////////
	FOTO-TEAM PRO CSS 
	http://www.fototeam-pro.de
///////////////////////////////// */

/*allgemeine Einstellungen*/

* html #containerer {
	height:100%;
}
body {
	background-color:#FFFFcc;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:#666666;
	height:100%;
}
h1 {
	font-size:120%;
	color:#FF6600;
}
#neushop a {
font-weight:bold;
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:focus { 
	outline:none;
}
ul li {
list-style-image:url(../img/warum/check.gif);
list-style-position:outside;
}
form, input, submit {
	background-color:#fed073;
	border:solid 1px;
	border-color:#FF6600;
}
/*spezielle Einstellungen*/
#header {
	background-image:url(../img/header.jpg);
	width:900px;
	height:405px;
	margin-left:auto;
	margin-right:auto;
}
#header ul li {
	list-style:none;
	font-weight:bold;
	display:inline;
	padding-right:10px;
	height:10px;
}
#hmenue {
	font-size:60%;
}
#hlmenue {
	float:left;
	font-size:80%;
	margin-left:220px;
	margin-top:20px;
	color:#FF6600;
}
#bmenue {
	padding-top:330px;
	padding-left:10px;
}
#bmenue a {
	font-weight:bold;
	padding-right:20px;
	font-size:90%;
}
#bmenue a:hover {
	color:#FFFFcc;
}
#sidebar a:hover {
	color:#FFFFcc;
}
#con {
	position:relative;
	min-height:100%;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	padding:10px;
	width:600px;
	float:left;
}
#sidebar {
	background-image:url(../img/menue.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:25px;
	float:right;
	width:250px;
	padding:5px;
}
#thumbnails{
	padding-top:25px;
}
#footer {
	background-image:url(../img/footer.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	font-size:60%;
	height:66px;
	color:#FF6600;
	padding:0px 0px 0px 0px;
	text-align:center;
	clear:both;
}
#foot {
	/*background-image:url(../img/foot.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;*/
	height:33px;
}

