/* 
	filename: 	gen_photogallery.css
				css-definition / screen
	author:		-quale- at web dot de
	version:	1.0 - 2006-04-22 - quale
*/


body, div, span, h1, h2, h3, p, ul, li, a, img {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	background: #666666 url("/photogallery/img/bg_head.gif") repeat-x;
}


/*  head  */
/*---------------------------------------------------------------------------*/
#page {
	width: 1000px;
}

#page #head {
	height: 70px;
	padding: 0;
	overflow:hidden;
}

#page #head #logo {
	background: url("/photogallery/img/logo.gif") no-repeat;
	width: 261px;
	height: 70px;
	margin-left: 18px;
	margin-right: 50px;	
	float: left;
}

#page #head #logo a.linklogo{
	width: 45px;
	height: 10px;
	margin-top: 60px;
	margin-left: 29px;
	display: block;
}

#page #head .h1div {
	height: 70px;
	float: left;
}

#page #head h1 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;	
	margin-top: 28px;
}

#page #head .nuriadiv {
	height: 70px;
	padding-right: 100px;
	float: right;
}

#page #head a.nuria {
	background: url("/photogallery/img/n_andreu-normal_1.jpg") no-repeat;
	padding: 0;
	width: 125px;
	height: 60px;
	display: block;
}

#page #head a.nuria:hover {
	background: url("/photogallery/img/n_andreu-over.jpg") no-repeat;
}

#page #head p {
	font-size: 16px;
	color: #fff;
	padding-top: 28px;
}

/* border: 1px solid #fff;	 */

/*  content  */
/*---------------------------------------------------------------------------*/

.main {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#descripionText {
	float: right;
	height: 100%;
	overflow: hidden;
}

#descripionText table{
	font-size: 12px;
	margin-right: 40px;
	width: 200px;	/* width: 213px; */
	height: 100%; 
}

/* border: 1px solid #fff;	 */

/*  footer  */
/*---------------------------------------------------------------------------*/


#footer {
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #000011;
	padding-top: 2px;
	height: 85px;
	width: 100%;
}

#footer table {
	margin-left: 10px;
}

/* border: 1px solid #fff;	 */



/*  menü  */
/*---------------------------------------------------------------------------*/

#menue {
	position: absolute;
	left: 37px;
	top: 70px;
	font-size: 12px;
	color: #fff;
	visibility: hidden;
	display: none;
}

#menue .ebene {
	background: #000;
	padding: 4px 5px 5px 5px;
	
}

#menue .ebene .thema{
	font-weight: bold;
	color: #B9BFF7;
	margin: 2px 0 2px 0;
	padding: 1px 8px 1px 8px;
}

#menue .ebene a {
	text-decoration: none;
	color: #B9BFF7;
	padding: 1px 8px 1px 8px;
	display: block;
}

#menue .ebene a:hover {
	background: #009;
}

/* border: 1px solid #fff;	 */

/*  popup nuria-lebenslauf  */
/*---------------------------------------------------------------------------*/

#popupnuria {
	color: #a2a2a2;
	padding: 20px;
	font-size: 14px;
}

#popupnuria h1{
	font-size: 18px;
	color:#cc0033;
	margin-bottom: 10px;
}

#popupnuria h2{
	font-size: 14px;
	color:#cc0033;
	border-bottom: 1px solid #cc0033;
	width: 160px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#popupnuria h3{
	font-size: 14px;
	color:#990000;
}

#popupnuria p{
	font-size: 14px;
	margin-bottom: 10px;
}

#popupnuria table{
	font-size: 14px;
	color: #a2a2a2;
	width: 780px;
	margin-bottom: 10px;
}

#popupnuria table td.year {
	vertical-align: top;
	width: 100px;
}

#popupnuria table td.ad {
	vertical-align: top;
	width: 60px;
}

#popupnuria a {
	text-decoration: underline;
	color: #cc0033;
}

