/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.right {
	float: right;
	font-size:11px;
}
.left {
	float: left;
}
body, html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}
#page {
	z-index: 0;
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}
#page_image {
	position: absolute;
	z-index: 10;
	background-image: url(../images/bg_page_image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 255px;
	height: 550px;
	left: 0px;
	top: 7px;
}
#image {
	position: absolute;
	z-index: 15;
	width: 240px;
	height: 530px;
	left: 10px;
	top: 10px;
}
#page_title {
	z-index: 5;
	position: absolute;
	left: 271px;
	top: 23px;
}
#service_navigation {
	z-index: 5;
	position: absolute;
	width: 735px;
	top: 0px;
	left: 255px;
	font-size: 10px;
	color: #FFFFFF;
}
#page_content {
	z-index: 0;
	position: absolute;
	background-image: url(../images/bg_page_middle.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 747px;
	left: 251px;
	top: 17px;
}
#page_bottom {
	clear: both;
	width: 100%;
	height: 13px;
	overflow: hidden;
	background-image: url(../images/bg_page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#page_footer {
	width: 100%;
	height: 15px;
	background-color: #FFFFFF;
}
/* ---- NAVIGATION ---- */

#navigation {
}
#sub_navigation {
}
/* ---- CONTENT ---- */
	
#col_left_start {
	width:280px;
	float:left;
}
#col_middle {
	float:left;
	width:190px;
	margin-top:110px;
	margin-left:20px;
	margin-bottom:20px;
}
#col_left p, #col_left li, #col_left td, #col_left th, #col_left_start th, #col_left_start p, #col_left_start li, #col_left_start td, #col_middle p, #col_middle li, #col_middle td, #col_middle th {
	color: #000000;
	font-size: 11px;
}
#col_left a, #col_left_start a, #col_middle a {
	color: #83B817;
	font-size: 11px;
	text-decoration: none;
}
#col_left a:hover, #col_left_start a:hover, #col_middle a:hover {
	color: #000000;
	text-decoration: none;
}
#col_left h1, #col_left_start h1, #col_middle h1 {
	font-size: 12px;
	font-weight: bold;
	color: #83B817;
	margin-bottom: 0.8em;
}
#col_left h2, #col_left_start h2, #col_middle h2 {
	font-size: 13px;
	font-weight: bold;
	color: #83B817;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
#col_left h3, #col_left_start h3, #col_middle h3 {
	font-size: 15px;
	font-weight: bold;
	color: #83B817;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
#col_left p, #col_left_start p, #col_middle p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#col_left td p, #col_left_start td p, #col_middle td p {
	line-height: 1.5em;
	margin-bottom: 0em;
}
#col_left li, #col_left_start li, #col_middle li {
	line-height: 1.5em;
}
#col_left ul, #col_left ol, #col_left_start ul, #col_left_start ol, #col_middle ul, #col_middle ol {
	margin-left: 15px;
	margin-bottom: 1em;
}
#col_left .content-element, #col_left_start .content-element, #col_middle .content-element {
	padding-bottom: 30px;
	clear:both;
}
/* ---- NAVIGATION ---- */

#shadow_right {
	position: absolute;
	right: 0px;
	top: 7px;
	width: 10px;
	height: 420px;
	overflow: hidden;
	background-image: url(../images/bg_page_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 5;
}
.copyright {
	font-size: 10px;
	color: #b4b5b9;
	padding-right: 7px;
}
.copyright a {
	color: #b4b5b9;
	text-decoration : none;
}
.copyright a:hover {
	text-decoration: underline;
}
.footer_link {
	padding-left: 7px;
}
a.pdf {
	color: #C50B29;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 18px;
	background-image: url(http://www.praesent.ch/typo/fileadmin/user_upload/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	border: none;
}
a.pdf:hover {
	color: #000000;
}
/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: green;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
span.link-decoration:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a.no-decoration span.link-decoration {
	text-decoration: none;
	border: none;
}
a.no-decoration {
	text-decoration: none;
	border: none;
}
a.internal-link {
	text-decoration: none;
}
a.external-link {
	padding-right: 14px;
	background-image: url(../images/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
a.popup-link {
	padding-right: 14px;
	background-image: url(../images/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
a.mail {
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
a.download {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
a.pdf {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
a.word {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
a.excel {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
a.powerpoint {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
a.zip {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
	list-style-type: none;
	margin: 0.5em 0 0 0;
}
.browsebox li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.browsebox li a {
	color: #990000;
	padding: 4px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-right: 2px;
}
.browsebox li a:hover {
	background-color: #E2E2E2;
}
.browsebox li.act a {
	text-decoration: underline;
}

