/* global.css - contains all global redefinitions of HTML elements */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}

html {
	height: 101%;
	background: #f7f7f7 url(/fileadmin/templates/images/bg_html.png) center top no-repeat;
}
body {
	background: transparent;
}

/** 
 * colors:
 * - green: #1f5b57
 */
html>body { font-size: 12px; /* important for cross OS compatibility */ }
html, body {
	font-size: 12px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #001626;
	text-align: left;
}

/* ----- Clearing ------ */
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearboth {
	clear: both;
}

/* ----- Headings ----- */
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #1f5b57;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.csc-firstHeader {
	margin-top: 0;
}
h2 {
	font-size: 138.46%;
	font-weight: normal;
	color: #1f5b57;
	margin-top: 10px;
	margin-bottom: 8px;
}
h3 {
	font-size: 123.08%;
	font-weight: normal;
	color: #1f5b57;
	margin-top: 10px;
	margin-bottom: 7px;
}
h4 {
	font-size: 107.69%;
	font-weight: normal;
	color: #1f5b57;
	margin-top: 10px;
	margin-bottom: 6px;
}
h5 {
	font-size: 92.31%;
	font-weight: normal;
	color: #1f5b57;
	margin-top: 10px;
	margin-bottom: 5px;
}
h6 {
	font-size: 76.92%;
	font-weight: normal;
	color: #1f5b57;
	margin-top: 10px;
	margin-bottom: 4px;
}

/* ----- Links ----- */
a {
	outline: 0 none;
	color: #001626;
	text-decoration: none;
}
a:hover {
	color: #1f5b57;
}
#content a,
#content_wide a,
#right_side a {
	color: #1f5b57;
	text-decoration: underline;
}
#content a:hover,
#content_wide a:hover,
#right_side a:hover {
	text-decoration: none;
}

/* ----- List Elements ----- */
ul, ol {
	list-style-position: outside;
	
}
li {
	margin: 0px 0px 0px 22px;	
}
#content ul li,
#right_side ul li {
	background: transparent url(/fileadmin/templates/images/list-style-image.gif) 0px 6px no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 11px;	
}

/* ----- Content Elements ----- */
p.bodytext {
	margin: 0px 0px 10px 0px;
}

/* ----- Table ----- */
table {
	border: none;
	border-collapse: collapse;
}
table th,
table td {
	padding: 0px 5px;
	margin: 0px;
}
table th p.bodytext,
table td p.bodytext {
	margin: 0px;
}

/* ---- pointer for links ---- */
@media screen {
	a,
	.powermail_submit,
	.search-button {
		cursor: pointer;
	}
}
