/*--------------------------------------------------------------
# SGOM - ILife - Development & Modificaions
# Copyright (C)2009 HPI-ING Global Partners. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.hpi-ing.com
# Support: service@hpi-ing.com 
---------------------------------------------------------------*/

/*--------------------------------------------------------------
# ILife 
# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

/* Typohraphy 
-----------------------------------------------------------------------------------*/
pre, .code {
	background: #FFFFCC;
	border-left: 5px solid #CCCCCC;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}
.info {
	padding-left:30px;
}
.warning {
	padding-left:30px;
}
.tips {
	padding-left:30px;
}
.date {
	padding-left:30px;
}
.audio, .credit, .email, .feed, .help, .webcam {
	background:transparent url('../images/icons/audio.gif') no-repeat left top;
	padding-left:30px;
}
.credit {
	background:transparent url('../images/icons/credit.gif') no-repeat left top;
}
.email {
	background:transparent url('../images/icons/email.gif') no-repeat left top;
}
.feed {
	background:transparent url('../images/icons/feed.gif') no-repeat left top;
}
.help {
	background:transparent url('../images/icons/help.gif') no-repeat left top;
}
.webcam {
	background:transparent url('../images/icons/webcam.gif') no-repeat left top;
}
.highlight-1, .highlight-2, .highlight-3, .highlight-4 {
	padding:1px 5px;
}
span.clear, span.clear-1, span.clear-2, span.color, span.color-1, span.color-2, span.color-3, span.color-4, span.color-5, span.color-6, span.color-7 {
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* Typohraphy Level 2 
-----------------------------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/icon-error.gif) no-repeat top left;
	color: #A41010;
	padding-left: 25px;
}

p.message {
	background: url(../images/icon-info.gif) no-repeat top left;
	color: #1C64A7; /* #1C64A5 changed for css validation */
	padding-left: 25px;
}

p.idea {
	background: url(../images/icon-tips.gif) no-repeat top left;
	color: #E15E06;
	padding-left: 25px;
}

p.feed {
	background: url(../images/icon-rss.gif) no-repeat top left;
	padding-left: 25px;
}

/* Dropcap */
.dropcap {
	color: #E15E06;
	display: block;
	float: left;
	width: auto; /* added for css validation */
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Lists */
ul.normal, ul.normal_orange {
	list-style: none;
}

ul.normal li, ul.normal_orange li {
	background: url(../images/bullet.gif) no-repeat 15px 13px;
	line-height: 160%;
	padding-left: 30px;
}
ul.normal_orange li {
	background: url(../images/bullet3.gif) no-repeat 15px 13px;
}
ol.normal {
	list-style-type: decimal;
}
ol.normal li {
	line-height: 180%;
	margin-left: 35px;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat 0 5px !important;
	margin-left: 15px !important;
	padding: 0 0 0 20px !important;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/icon-star.gif) no-repeat 0 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 3px 6px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
/* Blockquote */
blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 2px 0 0 30px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 0 30px 2px 0;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 0;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	font-size: 100%;
	float: left;
	width: auto; /* added for css validation */
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFE; /* #FFFFFF changed for css validation */
	display: block;
	float: left;
	width: auto; /* added for css validation */
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px 10px 15px 60px;
}

p.download {
	background: url(../images/icon-download.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px 10px 15px 60px;
}

/* ******************************************************************************** */
/* Einstellungen für Inhalte - Design Elemente */
/* ******************************************************************************** */


/* Allgemeine Einstellungen */
/* ******************************************************************************** */

.header_line {
	background-color: #eeeeee;
	color: #3b5d80;
	display: block;
	padding: 1em;
	font-weight: bold;
}

/* Impressum */
/* ******************************************************************************** */

#content_impressum {}

#content_impressum div.impressum_block {
	padding-left: 10px;
	padding-bottom: 20px;
}

/* Bild in Frontpage Fuss */
/* ******************************************************************************** */
.frontpage_bottom_style {
		background:transparent url('../images/content/sunflower_mid_960_320.jpg') no-repeat left center;
		height: 100px;
}
