/*
Design by MALERBLUT
http://www.malerblut.com
*/


body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #191919 url(images/img111.gif) repeat-x;
	color: #999999;
}

h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #101010;
	font-family: "Century Schoolbook";
}

h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #101010;
	font-family: "Century Schoolbook";
}

h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #cccccc;
        font-family: arial, verdana, sans-serif;
}

h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #808080;
        font-family: arial, verdana, sans-serif;
}



p, ul, ol, blockquote {
	margin: 0px 0px 50px 0px;
	line-height: 160%;
	font-size: 16px;
        font-family: arial, verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #C4C4C4;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 1200px;
	height: 199px;
	margin: 0 auto 0;
	background: url(images/babys_frontpage.jpg) repeat-x;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #202020;
}

#header h1 {
	padding-top: 13px;
	font-size: 75px;
}

#header h2 {
	font-size: 29px;
	padding-left: 13px;
}




/* Menu */

#menu {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	padding: 20px 50px 0px 0px;
}

#menu ul {
	margin: 0px 0px 0px 122px;
	padding:  0px 10px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#menu a {
	display: block;
	float: left;
	width: 160px;
	height: 21px;
	margin: 0px 5px 0px 5px;
	padding: 7px 11px  1px 8px;
	background: url() no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
        border:  1px solid #909090;
}

#menu a:hover, #menu .active a {
	background-image: url();
	font-size: 15px;
	color: #000000;
        border: 1px inset;
}



/* Navi */

#navi {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
	padding: 30px 50px  0px 40px;
}

#navi ul {
	margin: 0px 0px 0px 101px;
	padding:  0px 10px 0px 0px;
	list-style: none;
	line-height: normal;
}

#navi p {
	margin: 0px 0px 0px 0px;
	padding:  0px 10px 0px 0px;
	list-style: none;
	line-height: normal;
}

#navi a {
	display: block;
	float: left;
	width: 141px;
	height: 10px;
	padding: 13px 1px 16px;
	background: url(images/img333.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
}

#navi a:hover, #navi .active a {
	background-image: url(images/img444.gif);
	color: #e0e0e0;
}






/* naviFoto */



#naviFoto ul {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 40px;
	list-style: none;
	line-height: normal;
}

#naviFoto a {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	margin: 40px 0px 10px 0px;
	padding: 0px 13px 10px 47px;
	background: url() no-repeat center center;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .8em;
	font-weight: bold;
	color: #CCCCCC;
}

#naviFoto a:hover, #naviFoto .active a {
	background-image: url();
	color: #FFFFFF;
}





/* lightbox */



#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#909090;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#909090;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: #909090;
	font-size: 15px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color: #909090;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border: 1px solid #808080;
	background-color: #191919;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px  arial, verdana, sans-serif;
	background-color:#191919;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center;
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
        font-size: 1.2em;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}





.section {
    width: 1200px;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px  0px 0px;
    background-color: #191919;
}

.section ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

.section ul li {
    display: inline;
}

.section ul a {
    width: 100px;
    height: 70px;
    background-color: #191919;
    border: 1px solid #808080;
    display: inline;
    float: left;
    margin: 10px 0px 0px 10px;
    position:relative;
}

.section ul a:hover {
    background-color: #191919;
    border: 1px solid #808080;
}

.section ul a img {
    border: 0px solid #808080;
    width: 100px;
    height: 70px;
    padding: 0px 0px 0px 0px;
}

.section ul a.lightbox-enabled img {
    border: 1px #808080;
}

.section span.code {
    font-family: arial, verdana, sans-serif;
    margin-left: 10px;
    padding-left: 10px;
    font-size: .75em;
}

.section .link {
    font-size: 12px;
    font-style: normal;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
	height: 21px;
	margin-bottom: 20px;
	padding: 7px 0 0 10px;
	background: url(images/img3.gif) repeat-x;
	letter-spacing: normal;
	font-size: .9em;
}

.clear {
    clear:none;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}







/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
}



#colOne {
	float: left;
	width: 1000px;
	padding-top: 55px;
}



#colOne ul {
	width: 950px;
	font-size: 16px;
}






/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img44.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	height: 21px;
	margin-bottom: 20px;
	padding: 7px 0 0 10px;
	background: url(images/img3.gif) repeat-x;
	letter-spacing: normal;
	font-size: 14px;
}

#content h4 {
	height: 21px;
	margin-bottom: 20px;
	padding: 7px 0 0 10px;
	background: url(images/img3.gif) repeat-x;
	letter-spacing: normal;
	font-size: 12px;
}







#cccontent {clear: left; float: left; width: 1000px; margin: 0px 0px 30px 0px; overflow: hidden;}
#ccontent {width: 1000px; margin: 50px auto 0px auto; overflow: hidden; text-align: left;}



#content a{ color: #cccccc; }
#content ul{ margin: 5px 55px 5px 0px;}
#content ol{ margin: 5px 0px 5px 0px; }
#content img{ float: left; padding: 0px; margin: 0px 10px 0px 0px;}




#pics {clear: both; float: left; width: 1000px; overflow: hidden;}

#maxpic {position: relative; float: left; width: 582px; height: 582px; overflow: hidden; margin: 0px 10px 10px 0px; border: 2px solid #151515;}
#maxpic img { width: 582px; height: auto;}

.caption {display: block; position: absolute; width: 562px; height: 43px; padding: 10px; text-align: center; font-style: italic; bottom: 0px; z-index: 100000000;}

#pics ul.minpics {float: right; width: 300px;}
#pics ul.minpics li {float: left; width: 86px; height: 86px; overflow: hidden; margin: 0px 10px 10px 0px; border: 2px solid #151515; cursor: pointer;}
#pics ul.minpics li img {}

#nav {clear: both; width: 200px; float: left; font-size: 13px; }

#picnav {float: left; width: 566px; margin: 0px 10px 0px 0px; padding: 4px 10px 4px 10px; background-image: url(images/img4.gif);}
#picnav a {display: block; float: left; color: #ffffff; text-decoration: none;}
#picnav a.right {float: right;}

#pagenav {float: left; width: 290px; }





/* Footer */

#footer {
	height: 70px;
	padding: 0px 0px 0px 0px;
	background: url(images/img55.gif) repeat-x; position: relative;
}

#footer * {
	color: #000000;
margin: 0;
padding: 0;
}

#footer p {
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 13px;
}