/*
-----------------------------------------------
Active Value Styles - Basic
Author:   Alexander Pisculla
Version:  16 November 2007
----------------------------------------------- */


html, body {
	background: #a9a9a9 url(http://www.active-value.de/i/bg_grey.jpg) repeat-x;
	font-size: 100.01%;
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

th, td {
	color: #666;
	text-align: left;
}

#content {
	width: 98%;
	margin: 10px 0 0 22px;
	padding: 0;
	text-align:left;
	font-size: .6875em;
	line-height: 1.3636em;
}
	  
#mainpart {
	float: left;
	background-color: #fff; 
	width: 585px;
	margin:0; 
	padding:0;
	min-height: 700px;
	height: auto; 	
}

* html #mainpart { height:700px; } /* IE 5.5 - 6.x */
html + body #mainpart { height:700px; } /* IE 5.0 */

#mainpart-content {
	margin:0; 
	padding: 0;
}

#mainpart-left {
	float: left;
	width: 378px;
}

#mainpart-right {
	float: right;
	width: 185px;
}

#mainpart-wide {
	float: left;
	width: 563px;
}

#mainpart-dummy {
	float: right;
	width: 1px;
}

#outerpart {
	position: absolute;
	top: 20px;
	left: 607px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#outerpart-content {
	margin: 0; 
	padding: 350px 0 1px 0;
}

#navigation {
	position: absolute;
	top: 40px;
	left: 626px;
	width: 200px;
	height: 160px;
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	background-image: url(http://www.active-value.de/i/bg_footer.gif);
	background-repeat: no-repeat;	
	height: 68px;
	margin: 0;
	padding: 72px 0 0 0;
	text-align: center;
	width: 585px;	
	color: #4f4f4f;
}	  
	  
#logo {
	background-repeat: no-repeat;
	background-color: #000; 
	height: 178px;
}

#logoimg {
	background-repeat: no-repeat;
	background-position: 18px 93px;
	height: 178px;
}

#colorborder {
	background-color: #ddd;
	height: 10px;
	font-size: 1px;	
	border: solid #fff;
	border-width: 1px 1px 0 1px;
}

#greyborder {
	position: absolute;
	background-color: #AEAD9B;
	top: 189px;
	left: 607px;
	height: 10px;
	font-size: 1px;
	width: 200px;
	padding: 0;
	margin: 0;
}
   
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; 
	padding:0;
	border:none;
	visibility: hidden;
}
	  	  
/* Headlines
----------------------------------------------- */
h1,h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#logo h1 {
	display: none;
}	  

#mainpart-left h2, #mainpart-wide h2 {
	border-bottom: 1px solid #8d8d8d;
	margin: 0 0 10px 0;
	padding: 35px 0 4px 18px;
	font-size: 17px;
	line-height: 19px;
}

#mainpart-left h3, #mainpart-wide h3 {
	font-size: 1em;
	color: #4f4f4f;
	padding: 2px 0 0 18px;
	margin: 30px 0 12px 0;
	font-weight: normal;
	border-top: 1px solid #8d8d8d;	

}

#mainpart-left h4, #mainpart-wide h4, h4.lst {
		font-size: 1em;
	color: #4f4f4f;
	padding: 2px 0 0 18px;
	margin: 14px 0 2px 0;
	font-weight: normal;
	border-top: 1px solid #8d8d8d;	
}

#mainpart-right h2 {
	border-bottom: 1px solid #8d8d8d;
	padding: 35px 0 4px 0;
	font-size: 17px;
	line-height: 19px;
	margin: 0 0 10px 0;
}

#mainpart-right h3 {
	color: #4f4f4f;
	padding: 0;
	margin: 4px 0 2px 0;
	font-weight: normal;
}

#outerpart h2 {
	font-size: 17px;
	line-height: 19px;
	border-bottom: 1px solid #908F7E;
	padding: 0 0 6px 19px;
	color: #807F6D;
}

/* Paragraphs
----------------------------------------------- */

#mainpart-left p, #mainpart-wide p {
	padding: 0 0 4px 18px;
	margin: 0 0 4px 0;
}

#mainpart-left p.inner, #mainpart-wide p.inner {
	margin: 0;
	padding-bottom: 4px;
}

#mainpart-right p {
	padding: 0 15px 0 0;
	margin: 0 0 10px 0;
}

#outerpart p {
	padding: 0;
	margin: 0 0 4px 19px;
	width: 170px;	
	color: #757463;
		font-size: .6875em;

}

#footer p {
	color: #4f4f4f;
		
}

.pref {
	margin-left: 70px;
}

.mostimportant {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.4545em;
	line-height: 1.375em;
	padding: 6px 0 6px 18px !important;
	margin: 20px 0 20px 0 !important;
}

p.empty {
	margin-bottom: 120px;
}

/* Images
----------------------------------------------- */
#mainpart-left img.wideimage {
	border: 3px solid #ccc;
	padding: 0px;
	margin: 10px 0 10px 18px;
}

#outerpart img.wideimage {
	margin: 0 0 6px 19px;
}

#mainpart-left img.leftimage, #mainpart-wide img.leftimage {
	float: left;
	border: 3px solid #ccc;
	padding: 0px;
	margin: 2px 10px 5px 18px;
}

.outerref {
	margin-right: 4px;
	border: 3px solid #ccc;
}


/* Link Styling
----------------------------------------------- */
#footer a {
	color: #4f4f4f;
	border: 0;
}

a.nostyle:link, a.nostyle:visited {
	border: 0;
	padding: 0;
	margin: 0;
}

a.invisible:link, a.invisible:visited {
	border: 0;
	padding: 0;
	margin: 0;
}


/* Lists
----------------------------------------------- */
ul.pluslist li {
	list-style-image: url(http://www.active-value.de/i/bullet_plus.gif);
}


/* Forms
----------------------------------------------- */
.standardform {
	padding: 0 0 10px 18px;
	margin: 0 0 10px 0;	
}

.standardform th, .standardform td {
	vertical-align: top;
	
}

.standardform th {
	padding: 6px 2px 2px 10px;	
	border-left: 3px solid #eee;
}

.standardform td {
	padding: 2px;
}

.standardform .contact, .standardform .cap {
	padding: 4px;
	width: 220px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;			
}

.standardform .cap {
	width: 40px;
}

.standardform .righttext {
	width: 220px;
}

.standardform textarea {
	padding: 4px;
	width: 220px;
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;			
	font-size: 1em;
	border: 1px solid #8d8d8d;
}

.standardform .chk {
	width: 20px;
	border: none;
}

.standardform .error {
	border: 1px solid #c00;
}

.standardform .lchk {
	margin-bottom: 10px;
}

.standardform .empty {
	background-color: #fff;
}

.standardform .button {
	width: 120px;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
	color: #333;	
}

.standardform .ibutton {
	border: 0;
	padding: 0;
}

.standardform .required {
}

/* Main Menu
----------------------------------------------- */
a#mn_ueberuns, a#mn_referenzen, a#mn_leistungen, a#mn_kontakt, a#mn_home, a#mn_login, a#mn_weblog, a#mn_extras {
	display: block;
    width: 200px;
    height: 20px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 1px;
	text-decoration: none;
	color: #908F7E;
}

a#mn_home {
    background-image: url(http://www.active-value.de/i/menu_home.gif);
}

a#mn_home:hover, a#mn_home.selected {
	background-position: 0 -20px;
}

a#mn_ueberuns {
    background-image: url(http://www.active-value.de/i/menu_ueberuns.gif);
}

a#mn_ueberuns:hover, a#mn_ueberuns.selected {
	background-position: 0 -20px;
}

a#mn_extras {
    background-image: url(http://www.active-value.de/i/menu_extras.gif);
}

a#mn_extras:hover, a#mn_extras.selected {
	background-position: 0 -20px;
}


a#mn_leistungen {
    background-image: url(http://www.active-value.de/i/menu_leistungen.gif);
}

a#mn_leistungen:hover, a#mn_leistungen.selected {
	background-position: 0 -20px;
}

a#mn_referenzen {
    background-image: url(http://www.active-value.de/i/menu_referenzen.gif);
}

a#mn_referenzen:hover, a#mn_referenzen.selected {
	background-position: 0 -20px;
}

a#mn_kontakt {
    background-image: url(http://www.active-value.de/i/menu_kontakt.gif);
}

a#mn_kontakt:hover, a#mn_kontakt.selected {
	background-position: 0 -20px;
}

a#mn_weblog {
    background-image: url(http://www.active-value.de/i/menu_weblog.gif);
}

a#mn_weblog:hover, a#mn_weblog.selected {
	background-position: 0 -20px;
}

a#mn_login {
    background-image: url(http://www.active-value.de/i/mn_login_off.gif);
}

a#mn_login:hover, a#mn_login.selected {
	background-position: 0 -20px;
}


#navigation a span {
	display: none;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	padding: 0;
	border: 0;
	font-size: 1px;
	line-height: 0px;
	height: 20px;
	margin: 0 0 -4px 0; /* only for IE 5.x */
	ma\rgin: 0; /* hide from IE 5.x */
}

/* Weblog stuff
----------------------------------------------- */
#commentlist {
	margin: 0;
	padding: 0;
	color: #999;
}

#commentlist li {
	list-style: none;
	padding: 5px 0 0 0;	
	margin: 0 0 10px 18px;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#commentlist .gravatar {
	float: left;
	margin: 3px 6px 3px 0;
}

#commentlist .commentintro {
	margin-bottom: 13px;
}


/* Other Stuff
----------------------------------------------- */
.errortext {
	color: #c00;
	padding-left: 15px;
	background-image: url(http://www.active-value.de/i/icon_warning.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.dynamic {
	margin-top: 10px;
}

.clearleft {
	clear: left;
}

.badge {
	margin-top: 100px;
	padding-left: 18px;
}

.badgefollower {
	margin-top: 15px;
	padding-left: 18px;
}

.highlighter:hover {
	background-color: #eee;
}

.email {
	padding-left: 13px;
	background-image: url(http://www.active-value.de/i/email.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.av666 {
	padding-left: 22px;
	background-image: url(http://www.active-value.de/i/av_666.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}

.grey {
	color: #999;
}

/* Clouds
----------------------------------------------- */
a.cl:link, a.cl:visited {
	border: 0;
}

.c1 {
		font-size: 1em;
}

.c2 {
	font-size: 1.181em;
	border: 0;
}

.c3 {
	font-size: 1.363em;
	border: 0;
}

.c4 {
	font-size: 1.545em;
	border: 0;
}

.c5 {
	font-size: 1.7272em;
	border: 0;
}

.cloud {
	text-align: justify;
	padding-top: 20px !important;
}


/* Screenshot Navigation
----------------------------------------------- */

#screenshots {
	margin: 0 0 10px 18px;
	position: relative;
}
	
#screenshots ol {
	margin: 0;
	padding: 0;
	background: url(http://www.active-value.de/i/screenshots.gif) no-repeat;
	width: 356px;
	height: 11px;
}
	
#screenshots li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
	
#screenshots li, #screenshots a {
	height: 11px;
	display: block;
	overflow: hidden;
}

/* Modified Phark Image Replacement Technique */
#screenshots a {
	text-indent: -5000px;
	text-decoration: none;
}

/* CSS Sprites Technique from Dave Shea, Mezzoblue */
#screenshot1 {left: 305px; width: 17px;}
#screenshot2 {left: 322px; width: 17px;}
#screenshot3 {left: 339px; width: 17px;}

#screenshot1 a:hover { background: transparent url(http://www.active-value.de/i/screenshots.gif) -305px -11px no-repeat; text-decoration: none;}
#screenshot2 a:hover { background: transparent url(http://www.active-value.de/i/screenshots.gif) -322px -11px no-repeat; text-decoration: none;}
#screenshot3 a:hover { background: transparent url(http://www.active-value.de/i/screenshots.gif) -339px -11px no-repeat; text-decoration: none;}

#screenshot1 a.selected { background: transparent url(http://www.active-value.de/i/screenshots.gif) -305px -22px no-repeat;}
#screenshot2 a.selected { background: transparent url(http://www.active-value.de/i/screenshots.gif) -322px -22px no-repeat;}
#screenshot3 a.selected { background: transparent url(http://www.active-value.de/i/screenshots.gif) -339px -22px no-repeat;}

/* sIFR
----------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #mainpart-left h7 {
	visibility: hidden; 
	letter-spacing: 9px;
}

/* Googlemap
----------------------------------------------- */
#map {
	border: 3px solid #999;
	margin-left: 18px;
}

/* Bookmarks
----------------------------------------------- */
.delicious, .misterwong, .digg, .taggle, .furl {
	padding-left: 20px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: 0 0; 
	line-height: 20px;
}

.delicious {
	background-image: url(http://www.active-value.de/i/add_delicious.gif);
}

.misterwong {
	background-image: url(http://www.active-value.de/i/add_mister-wong.gif);
}

.digg {
	background-image: url(http://www.active-value.de/i/add_digg.gif);
}

.taggle {
	background-image: url(http://www.active-value.de/i/add_taggle.gif);
}

.furl {
	background-image: url(http://www.active-value.de/i/add_furl.gif);
}

.szwidget { padding-left: 18px !important; }
