/***** © Dana Junghanß *****/

/******************* CSS DANATUR GALERIE & GRAFIK  ***********************/

/*------------------------ CONTAINER ------------------------*/

#gg_container{
	margin: 20px;
	width: auto;
	padding: 5px;
	height: auto;
	background-color: #6b1a1a;
}

/*------------------------ NAVIGATION ------------------------*/

#nav_container{
	margin: auto;
	margin-bottom: 10px;
	width: 500px;
	height: auto;
	float: left;	
}

#nav_left{
	margin: 0px;
	height: auto;
	width: 167px;
	float: left;
	text-align: right;
}

#nav_center{
	margin: 0px;
	height: auto;
	width: 200px;
	float: left;
	text-align: center;
}

#nav_right{
	margin: 0px;
	height: auto;
	width: 133px;
	float: right;
	text-align: left;
}

/*------------------------ BIG IMAGE ------------------------*/

#gg_container_big{
	margin: 5px;
	width: auto;
	height: auto;
	text-align: center;
}

img.gg_bild_big{
	width: auto;
	height: auto;
}

/*------------------------ THUMBS ------------------------*/

#thumbs_container{
	margin: 5px;
	width: auto;
	height: auto;
	text-align: center;
}

img.thumbs{
	margin: 4px;
	height: 47px;
	width: 63px;
	border: 0px;
}
