/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:35px;
	line-height:16px;
	color:#99a19b;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:1.7em;
	padding-bottom:30px;
	font-weight:normal;
}
h2 {
	font-size:1.2em;
	padding-bottom:10px;
	font-weight:normal;
}
p {
	padding-bottom:8px;
}
small {
	font-size:0.9em;
	line-height:1.2em;
}
hr {
	height:1px;
	color:#c1c1c1;
	background:none;
	border:none;
	border-top:1px solid #c1c1c1;
	margin:10px 0 20px 0;
}
/* Links */
a img { 
	border:none; 
}
a {
	color:#99a19b;
	text-decoration:none;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#000;
}
h1 a,
h2 a {
	text-decoration:none;
}
/* Listen */
ul, ol {
	margin-left:1.2em;
}

ul.nostyle { 
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}


/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.l {
	font-size:1.9em;
	letter-spacing:1px;
}
.xl {
	font-size:3.7em;
	letter-spacing:1px;
	line-height:1.4em;
}
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.marked {
	color:#A8A1CD;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}



/**********************************
 * Sonstige Klassen 
 **********************************/
 
 /* Grau hinterlegte Bilderbox bei Portfolio / Freies */
.imagebox {
	background-color:#f7f7f7;
	padding:5px 0;
	display:block;
	margin-bottom:20px;
}
.imagebox img {
	margin:0 31px;
	width:110px;
}

/* Vor-/ Zurueckmenu Portfolio / Freies */

.browse {
	height:20px;
	line-height:20px;
	border-bottom:1px solid #99a19b;
	margin-bottom:20px;
	padding-right:10px;
}

