/*
-----------------------------------------------
pluswert Template Style
Name:     Anton Prettenhofer
URL:      www.pluswert 
Date:     3 September 2007
----------------------------------------------- */

/*
c_orange = #e96405
c_blau   = #029ef3
c_gelb   = #fec106
grün   = #18b132

*/

@import url("/global/css/pluswert_form.css");

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
* html, * html body
{
	margin:45px 0px 0px;
	padding:0;
	height:100%;
	/*overflow:hidden;*/
}



/***********************************************/
/* =HTML tag styles                            */
/***********************************************/
html { overflow-y: scroll; }

body {
	font: small/160% Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	color: #707070;
	text-align: center;
	margin-top: 45px;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: small; /* für alle anderen Browser */
	}
html>body { /* be nice to Opera */
	font-size: small;
	}




/* links */
a:link, a:visited { 
background: inherit; 
color: #707070; 
text-decoration: none;
}
a:hover { background: inherit; color: #000000; text-decoration: none; }

/* headers */

/* h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
} */


h2, h3, h4, h5 {
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	margin: 15px 0px;
}

h2, h2 a {
	color: #707070;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

h4 {
	font-size: 1.8em;
	color: #707070;
	font-weight: normal;
	padding: 0em 0px 0em 7em;
	margin-bottom: 0px;
	line-height: 1.6em;
	letter-spacing: 2px;
}

h5 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
} 

p {
	margin: 15px 0px 10px;
}




ul, ol {
	list-style: none;
	margin-top: 5px;
}


li a { color: #707070;}
li a:hover, .mmhide_ColumnLeft li a:hover { color: #000000; }




p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0 0.75em;
	/*clear: both;*/
}

blockquote {
	color: #707070;
	padding: 0em 0px 0em 7em;
	font: italic 1.5em/1.5em "Georgia", "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

	cite {
	text-align: right;
	margin-right: 2em;
	font-size: 0.9em;
}

dt {
	margin-top: 15px;
}

dd {
	margin-left: 20px;
}

/* ======= Tabelle =========   */

table  {
	margin-top: 10px;
	margin-bottom: 10px;
}
table th {
	background: #e96405;
	padding: 3px 10px 2px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.1em;
	margin-bottom: 5px;
}

table tr:hover, table tr td:hover    {
	background: #fff2cd;
}

table tr td.bullet_pluswert:hover    {
	background: #fff2cd url(/global/img/arrow.gif) no-repeat 0px 7px;
}


/*#wrapper #pagebody #content-wrap #content #main .mmhide_ColumnRight .bullet_pluswert {
	background: #000000;
}*/

table td {
	padding: 4px 10px;
	line-height: 130%;
	border-bottom: 1px solid #efefef;
	vertical-align: top;
}

table td p {
	padding: 7px 10px;
	font-size: 12px;
}
td p a, table td a{
	font-size: 12px;
}

caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	display: none;
	}



/***********************************************/
/* =Layout tag styles                          */
/***********************************************/

#ie5fix {
	height: 1px:
	voice-family: "\"}\"";
	voice-familiy: inherit;
	display: none;
	}
	
#wrapper {
	width:900px;
	margin: 0px auto;
	padding: 0px;
	font-size: 95%; /* slight adjustment */
	text-align:left;
	background: #ffffff;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:900px;	
	}
	

html>body #wrapper {
 width:900px;
}


#pagebody {
	width: 900px;
	float: left;
	padding-bottom:10px;
}

/* = *********** Header ********** */	

#header {
	margin-bottom: 5px;
	clear: both;
	height: 120px;	
}


/* header photo */
#headerphoto {
	margin-bottom: 35px;
	height: 115px;
	clear: both;
}



/* = *********** Content ********** */	

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
/*	margin-bottom: 20px; */
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

#footer {
	font-size: 90%;
	color: #666;
	text-align: center;
	clear: both;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	line-height: 130%;
	background: #FFFFFF;
	width:100%;
	margin: 20px auto 0;
	border-top: 1px solid #efefef;
}


/***********************************************/
/* =Design tag styles                          */
/***********************************************/

.mmhide_PrintOnly {
    display:none;
  }

/* --- mmhide_ColumnLeft ---- */

.mmhide_ColumnLeft {
	float: left;
	width: 250px;
}
.mmhide_ColumnLeft a {
	color: #707070;
	text-decoration: none;
}

.mmhide_ColumnLeft li {
	text-align: right;
	list-style: none;
	margin: 10px 0px;
	padding: 0 0px;
	color: #707070;
	text-decoration: none;
}

/*.column_box {
	text-align: left;
	width: 250px;
	clear: left;
	float: right;
}*/



/* --- mmhide_ColumnRight ---- */
.mmhide_ColumnRight {
	float: right;
	width: 600px;
}

.mmhide_ColumnLeft #active, .mmhide_ColumnRight a {
	border-bottom: 1px solid #e96405;
}

.mmhide_ColumnLeft #active {
	color: #000000;
}



/*.mmhide_ColumnRight a {
	text-decoration: underline;
}*/

/* --- sidebox ---- */

.sidebox {
	float: right;
	width: 250px;
	margin: 0px; 
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EFEDED;
	clear: left;	
}	


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }




/* COLOR classes */
.clear { clear: both; }

.c_gray, a.c_gray  { color: #BFBFBF; }
.c_orange, a.c_orange {color: #e96405;}
.c_blau, a.c_blau  {color: #029ef3;}
.c_gelb, a.c_gelb {color: #fec106;}
.green, a.green {color: #18b132;}

.link, .link a  {
	color: #f65634;
	float: right;
}


/*img.left {
	float: left;
	margin: 0 20px 10px 0;
}*/

.pix_left {
	float: left;
	/*margin: 0 1.3em 0 0;*/
	margin: 0 18px 18px 0;
	background: #FAFAFA;
	border: 1px solid #efefef;
	}
	
	


/* = *********** Listenelemente stylen ********** */	

.mmhide_ColumnRight ul, .mmhide_ColumnRight ol {
	margin-bottom: 15px;
}


.bullet_pluswert {	
	padding: 3px 0 3px 20px;
	margin: 0.3em 0;
	list-style: none;
	text-indent: 0px;
	background: transparent url(/global/img/arrow.gif) no-repeat 0px 7px;
	clear: both;
}


.bullet_strategie, .bullet_marketing, .bullet_gesundheit  {	
	padding: 3px 0 3px 20px;
	margin: 0.3em 0;
	list-style: none;
	text-indent: 0px;
	clear: both;
}


.bullet_strategie {	
	background: transparent url(/global/img/nav_strategie.png) no-repeat 0px 7px;
}

.bullet_marketing {	
	background: transparent url(/global/img/nav_marketing.png) no-repeat 0px 7px;
}

.bullet_gesundheit {	
	background: transparent url(/global/img/nav_gesundheit.png) no-repeat 0px 7px;
}

.bullet_pluswert a, .bullet_strategie a, .bullet_marketing a, .bullet_gesundheit a {	
	background: -1000px;
}


.pdf, .bullet_pdf  {
	padding: 3px 0 3px 25px;
	margin: 0.4em 0 0.5em;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/icon_pdf.gif) no-repeat 0 50%;
}

.pdf a, .go2top a
{
	background: url(none);
}

.go2top {
	background: url(/global/img/btn_top.gif) no-repeat 0 50%;
	color: #333333;
	padding: 3px 0 0px 15px;
	margin: 0px;
	list-style: none;
	text-indent: 0px;
	clear: both;
	float: left;
	}
	
	
	
/* = *********** Navigation ********** */	

.mmhide_NavMarketing a, .mmhide_NavStrategie a, .mmhide_NavGesundheit a {
	padding: 3px 25px 3px 0px;
	font-size: 1.1em;
}

.mmhide_NavMarketing #current, .mmhide_NavStrategie #current, .mmhide_NavGesundheit #current  {
	/*
	text-decoration: none;
	font-size: 1.1em;
	padding: 3px 25px 3px 0px;*/
	color: #000000;
	border-bottom: 1px solid #e96405;
}
	
.mmhide_NavMarketing a {
	background: transparent url(/global/img/nav_marketing.png) no-repeat right center;}
.mmhide_NavMarketing #current {
	background: transparent url(/global/img/nav_marketing_on.png) no-repeat right center;}


.mmhide_NavStrategie a {
	background: transparent url(/global/img/nav_strategie.png) no-repeat right center;}
.mmhide_NavStrategie #current {
	background: transparent url(/global/img/nav_strategie_on.png) no-repeat right center;}


.mmhide_NavGesundheit a {
	background: transparent url(/global/img/nav_gesundheit.png) no-repeat right center;}
.mmhide_NavGesundheit #current {
	background: transparent url(/global/img/nav_gesundheit_on.png) no-repeat right center;}



.hide {
	display: none;
}



