/*--------------------------------------------------------------------------------

	Projekt: tatjanaundmichael.com
	Programmierung:	Josef Kahofer / www.kahofer.net 
	Farben: orange: FF9900, hellgrau: EBEBEB, dunkelgrau: 2E2E2E
	
----------------------------------------------------------------------------------*/

/* ### HTML ###################################################################### */
html {
	margin: 0px;
	padding: 0px;
}

/* ### BODY ###################################################################### */
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #2E2E2E;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(tatmi_bg_body.jpg);
	background-repeat: no-repeat;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website #################################################################### */
/* +++++++++++++++++++++ layout +++++++++++++++++++++ */
/* ++++++++++++++++ container ++++++++++++++++ */
.main_container {
	padding-bottom: 10px;	
}
.container {
	background-color: #EEEEEE;
	zoom: 1;
	filter: alpha(opacity=93);
	opacity: 0.93;
	font-size: 17px;
	margin: 0 auto;
	width: 1024px;
	hight: 700px;
	border: 1px solid #FF9900;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 30px;
}

/* ++++++++++++++++ header mit navigation ++++++++++++++++ */
.header {
	height: 60px;
	width: 1024px;
	border-bottom: 2px solid #FF9900;
	margin-bottom: 40px;
}
.navigation {
	width: 960px;
	margin-left: 32px;
	padding-top: 35px;
}

/* +++++++ details in navigation.css +++++++++++++++++ */


/* +++++++++++ content +++++++++++ */
.content {
	width: 1024px;
/*	height: 534px;*/
	height: 625px;
	margin-right: 30px;	
	padding-bottom: 20px;
/*	border: 1px solid #000000;	*/
}
td {	
	font-size: 15px;
	line-height: 17px;
	color: #2E2E2E;
}

#inner_content {
	width: 960px;
	height: 600px;
/*	border: 1px solid #000000;	*/
 	overflow: auto;
	position: relative;
	z-index: 1;
	left: 32px;
	top: 0px;
/*	margin-bottom: 20px;*/
}
.lightbox_thumbs {
	/*float: left; 
	border: 1px solid #dedede;
	padding: 3px; 
	margin: 0 5px 5px 0;
	width:108px; */
	height:70px; 
	overflow:hidden; 
	float:left; 
	margin-right:5px; 
	margin-bottom:5px;
}

/* ### Footer ###################################################################### */