/* 
========================================================================================== 
1 - Master/Default Style Specifications
========================================================================================== 
*/


/* Global Reset ----------------------------------------------------------------------- */
* {
   padding:0;
   margin:0;
}

html {
	height:100%;
	overflow-y: scroll;
}

body{ 
	margin: 0px auto;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #333;
	quotes:"\201E" "\201C" "\201A" "\2018"; 
	background-color: #fff;
}

#page, #front-page{ 
	background: #fff url("images/background_pattern.png") repeat;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 20px;
	border:0;
}

p + h2, p + h3 {
  margin-top: 20px;
}

.no-display { display: none; }
.clear-both { clear: both; }



/* Headings Default Style Specifications ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	display:block;
	clear:both;
	width:100%;
	border: 0;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

h1 { font-size:20px; line-height:1.5em; margin-bottom: 10px; }
h2 { font-size:16px; line-height:1.5em; margin-bottom: 10px; }
h3 { font-size:14px; line-height:1.5em; margin-bottom: 10px; color: #666; }
h4 { font-size:14px; line-height:1.5em; text-transform: uppercase; letter-spacing: 0.1em; }
h5 { font-size:12px; line-height:1.5em; text-transform: uppercase; letter-spacing: 0.1em; }
h6 { font-size:12px; line-height:1.5em; #text-transform: uppercase; letter-spacing: 0.1em; }

/* Links Default Style Specifications ------------------------------------------------- */

a, a:link, a:visited { color:#c00; text-decoration: none; }
a:hover, 
a:active { color:#c00; 	border-bottom: 1px solid #3399FF; outline:none; }

a:active, a:focus { -moz-outline-style:none; outline: 0;}

a.more { margin-left: 10px; text-transform: uppercase;  }
a.more:before { content: 'mehr...'; }

/* Table Default Style Specifications ------------------------------------------------- */

table, tr, th, td {
   border-width: 0;
   border-style: solid;
}
table { 
   text-align: center;
   margin: 0px auto;
   border-collapse:collapse;
}
th, td {
	padding: 2px 10px;
	border-width: 1px;
	border-left-style: dotted;
	border-right-style: dotted;
}
th:first-child, td:first-child {
	border-left-width: 0;
}
th:last-child, td:last-child {
	border-right-width: 0;
}
tr, td {
   vertical-align: top;
}
th {
   border-bottom-width: 2px;
}
/* Images Default Style Specifications ------------------------------------------------ */

img {
   border:0px solid black;
}

/* Lists Default Style Specifications ------------------------------------------------- */

ul, ol, dl {

}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: upper-alpha;
	font-size: 0.975em;
}
ol ol ol {
	list-style-type: lower-alpha;
}
ol ol ol ol {
	list-style-type: upper-roman;
}
ol ol ol ol ol {
	list-style-type: lower-roman;
}
ol ol ol ol ol ol {
	list-style-type: decimal;
}

ul {
	list-style-type: none;
}
ul ul {
	list-style-type: circle;
	font-size: 0.975em;
}
ul ul ul {
	list-style-type: disc;
}
ul ul ul ul {
	list-style-type: circle;
}
dt {
	text-decoration: underline;
}
dd {
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
}

/* Miscellaneous Tags Default Style Specifications ------------------------------------ */

pre {
	padding: 5px;
	overflow: auto;
	text-align:left;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not */
	white-space: pre-wrap; /* css-3 */
	line-height: 1.5em;
}

/*