/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {font-family: "Lucida Grande",Arial,Helvetica,Sans-Serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 13px;

line-height: 22px;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

margin-top: 10pt;

margin-right: 0pt;

margin-bottom: 15px;

margin-left: 0pt;

color: #5e5d5d;

/*border-bottom-style: solid;
border-color: black;
border-width: 1px;*/
}

p .bold {
	font-weight: bold;
	margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0px;
}

p .italic {
	font-style: italic;
	margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	text-shadow: 1px 1px 2px #adadad;
	color: #000;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 22px/145% Helvetica, Geneva, sans-serif;
}

h2 {
	text-shadow: 1px 1px 2px #adadad;
	color: #000;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 18px/145% Helvetica, Geneva, sans-serif;

}

h3 {
	text-shadow: 1px 1px 2px #adadad;
	color: #000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font: 16px/145% Helvetica, Geneva, sans-serif;

}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/


ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}

p {margin-bottom: 20px;}

sup {
	vertical-align: +5px;
	line-height: 5%;
	font-size: 9px;

}

/* Formatierung externer Links */

a.extern:link { 
	background:url("../images/link-extern.gif") no-repeat center right;
	color:#8c6438;
	text-decoration:underline; 
	padding-right:17px;
}

a.extern:visited { 
	background:url("../images/link-extern.gif") no-repeat center right; 
	color:#8c6438; 
	text-decoration:underline; 
	padding-right:17px;
}

a.extern:hover { 
	background:url("../images/link-extern_h.gif") no-repeat center right; 
	text-decoration:underline;
	padding-right:17px;
}

a.extern:active {
	background:url("../images/link-extern.gif") no-repeat center right; 
	color:#8c6438;
	text-decoration:underline; 
	padding-right:17px;
}



/* Formatierung interner Links */

a:link { 
	color: #8c6438;
	text-decoration:underline;
	}

a:visited { 
	color: #8c6438; 
	text-decoration:underline; 
	}

a:hover {
	color: #8c6438;
 	text-decoration:underline;
}

a:active {
	color: #8c6438;
	text-decoration:underline;
}

