/*  ========================================== 
Stylesheet für www.josenoguero.com, Juli 2009
Autor: J. M. Jiménez
==========================================  */

/* ======================================
   1. Kalibrierung und allgemeines Styles
   ====================================== */

*	{
	padding: 0;
	margin: 0;
	}

body	{
		color: #797877;
		background-color: #fff;
		font-family: "Times New Roman", Times, serif;
		font-size: 62.5%;
		}
		
h1	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 4em;
	font-weight: normal;
	padding: 0;
	}
h2	{
	font-size: 2.2em;
	font-weight: normal;
	padding: 10px 0 12px 0;
	}
h2.titelsub	{
			clear: both;
			}
h2.titelaus	{
			padding: 6px 0 0 0;
            }
h3	{
	font-size: 1.9em;
	margin-bottom: 1em;
	}
h4	{
	font-size: 1.3em;
	}
p	{
	font-size: 1.5em;
	}
p.autor	{
		font-size: 1.3em;
		padding: 0 0 18px 239px;
		}
p.hinweis	{
			font-size: 1.3em;
			padding: 0 0 10px 239px;
			}
dl	{
	font-size: 1.4em;
	padding: 70px 0 0 102px;
	}
dt	{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 3em;
	line-height: 0.7em;
	}
dd	{
    line-height: 1.4em;
	margin: 0 0 0 3em;
	padding: 0;
	}

address	{
		text-align: left;
		font-size: 1.5em;
		font-style: normal;
		letter-spacing: 1px;
		line-height: 1.6em;
		padding: 126px 0 75px 239px;
		}

a	{
	text-decoration: none;
	outline: none;
	}
a:link	{
		color: #c4c3c0;
		}
a:visited	{
			color: #c4c3c0;
			}
a:hover,
a:focus,
#werkseite #navi02 a,
#texteseite #navi03 a,
#katalogeseite #navi04 a,
#vitaseite #navi05 a,
#kontaktseite #navi06 a	{
						color: #797877;
						}
a img	{
		border: 0;
		}


/* ================================
   2. Styles für die Layoutbereiche
   ================================ */

#wrapper	{
			color: #797877;
			background-color: #fff;
			width: 993px;
			margin: 59px auto 0 auto;
			}
			
#kopfbereich	{
				background-color: #fff;
				text-align: right;
				}
				
#navibereich	{
				padding-bottom: 17px;
				}
#navibereich ul	{
				font-size: 1.8em;
				font-weight: bold;
				margin-left: 48px;
				}
#navibereich li	{
				display: inline;
				list-style-type: none;
				margin: 0 8px 0 0;
				}
				
#textbereich	{
				background-color: #edece8;
				height: 480px;
				padding: 0 48px 0 48px;
				}
#textbereich a:link	{
					color: #aaa9a6;
					}
#textbereich a:visited	{
						color: #979693;
						}
#textbereich a:hover,
#textbereich a:focus	{
						color: #797877;
						}
#fussbereich	{
				clear: both;
				background-color: #edece8;
				height: 30px;
				}

	/*===============================
		b. Werk
  	  =============================== */
	  
	#werkseite	#textbereich	{
								background-color: #fff;
								}
	#werkseite #fussbereich	{
							background-color: #fff;
							}
								
	div.werkref	{
			    float:left;
				text-align: center;
				padding: 0 15px 21px 0;
				}
	div.werkref img	{
					margin-bottom: 11px;
					}  
	
	/* ======== Ende Werk ======== */

	/*===============================
		e. Vita
  	  =============================== */
	
	#textbereich h3	{
					font-size: 1.8em;
					font-weight: normal;
					text-align: right;
					padding-top: 31px;
					margin-bottom: 0;
					}
	.studium dl	{
				font-size: 1.3em;
				padding: 1px 0 11px 561px;
				}
	.studium dt	{
				position: relative;
				left: 0;
				top: 0.7em;
				width: 4em;
				text-align: right;
				line-height: 0.7em;
				}
	.studium dd	{
				line-height: 0.7em;
    			margin: 0 0 0 5em;
				padding: 0;
				}
	.studium p	{
				padding: 0 0 0 631px;
				}
	.aus dl	{
			padding: 0 0 0 102px;
			}
