body{
	margin:0px;
	padding:0px;
	
	font-family: Helvetica, Arial, sans-serif;
	color:gray;
	font-size:12px;
	
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/transparent.png', sizingMethod='image/scale/crop');*/
	
}

a{
	color:gray;
	text-decoration:none;
}

img{
	border:0;
}

#wrapper{
	width:1203px;
	margin:40px auto;
/*	padding:20px;*/
}

#leftcolumn{
	position:relative;
	width:200px;
	float:left;
	height:700px;
}

#logo{
	
}

.navigationlist ul{
/*	float: left;*/
	list-style-type: none;
	list-style-position:inside;
	margin-left:0px;
	padding:0px;
	clear:both;
}

#navigationlist ul li{
	color: gray;
	text-transform: uppercase;
/*	margin: 0px 0px 3px 0px;*/
/*	padding: 0px;*/
}

#gallerynavigation ul li {
	font-size:14px;
	width:190px;
	overflow:hidden;
}


#gallerynavigation{
	margin-top: 50px;
}

#morenavigation{
	margin-top: 50px;
}

#categorynavigation ul{
	display:none; /*will carsten nicht - ist aber trotzdem (unsichtbar) da*/
	margin:5px auto 10px 10px;
}

#copyright{
	font-size:10px;
	width:200px;
	height:14px;

}

#imgdescr{
	vertical-align:bottom;
	position:absolute;
	margin-top:auto;
	margin-bottom:0px;
	bottom:0px;
	font-size:14px;
}

#content{
	width:1000px;
	height:700px;
	overflow:hidden;
}
h2{
	margin-top:0px;
}
#largeimage{
	text-align:right;
}

#textentries{
/*	clear:left;*/
	width:1000px;
	float:right;
}

.textentry{
	width:500px;
	margin-bottom:50px;
}

.textentry_meta{
/*	font-size:0.8em;*/
	font-style:italic;
	margin:10px 0;
}

#thumbnailstripcontainer{
	position:relative;
}

#thumbnailstrip{
	
	position:relative;
	width:1200px;
	margin:10px 0;
	height:52px;
	overflow:hidden;
	/*mit scrollbar*/
/*	overflow-x:auto; */
}

#leftarrow{
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
/*	behavior: url(/alotta/user/carstenkofalk.com/gfx/iepngfix.htc);*/
}
#rightarrow{
	position:absolute;
	top:0px;
	left:1170px;
	z-index:301;
/*	behavior: url("/alotta/user/carstenkofalk/iepngfix.htc");*/
}

#thumbnailpanel{
	
	position:relative;
	left:0;
	float:left;
	padding:2px 0px;
	white-space:nowrap !important; /*so wird die breite der übergeordneten container ignoriert*/
	width:auto;
	
	border:0;
	border-collapse:collapse;
	border-spacing:0px;
	
	

}
#thumbnailpanel td{
	border:0;
	padding:0;
	margin:0;
}

#thumbnailpanel img{
	float:left;
	display:inline;
	height:50px;
}


#adminnavigation{
	width:160px;
	height:auto;
	float:left;
}

#adminaction{
	float:left;
	width:800px;
}

