/* +++++++++++++++++++++++++++++ */
/* Debug */
/* +++++++++++++++++++++++++++++ 
div {
	outline: 1px dotted #f00;
}
ul {
	outline: 1px dotted #0f0;
}
*/
/* +++++++++++++++++++++++++++++ */
/* Globals */
/* +++++++++++++++++++++++++++++ */

body {
	background-image:url(../img/backrd_blue.gif);
	background-repeat:repeat-x;
	margin-top:0;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	width:770px;
	margin: auto;
}

#logo, #menu1, #content, #menu2 {
	/*background-color:#996633;*/
}

#logo {
	height: 59px;
	padding-top: 11px;
	padding-left: 7px; 
}
h1,h2,h3,h4,h5 {
	color:#656565;
}
h1 {
	font-size: 2.3em;
	font-weight: bold;
	margin:0;
	padding:0 0 5px 0;
}
a {
	color:#0600d0;
}
a img {
	border:0;
}
a:hover {
	color:#f00;
}
/* +++++++++++++++++++++++++++++ */
/* Menu */
/* +++++++++++++++++++++++++++++ */

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

#menu1 ul li {
	float:left;
}
#menu1 a {
	background-position: 0 -29px;
	height:29px;
	display:block;
	text-indent: -999999px; /* text is not visible */
	overflow: hidden;
}
#menu1 a:hover {
	background-position: 0 0;
}

	a#button_company {
		background-image:url(../img/menu_static_company_ab.png);
		width:255px;
	}
	
	a#button_powershrink {
		background-image:url(../img/menu_static_powershrink_ab.png);
		width:194px;
	}
	a#button_picshrink {
		background-image:url(../img/menu_static_picshrink_ab.png);
		width:193px;
	}
	a#button_freestuff {
		background-image:url(../img/menu_static_freestuff_ab.png);
		width:128px;
	}


#menu2 {
	clear:both;
	height: 20px;
	color: #E5E6F9;
	padding: 5px 0 0 18px;
	background-image:url(../img/menu_company_bckrd.png);
}

#menu2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E6F9;
}
#menu2 a:hover {
	color: #ffffff;
}

/* +++++++++++++++++++++++++++++ */
/* Content */
/* +++++++++++++++++++++++++++++ */

#content {
	margin-top: 15px;
	padding: 22px 35px 18px 35px;
	background-image:url(../img/backrd_content.gif);
	background-repeat:no-repeat;
	min-height: 374px;
}

#footer {
	border-top: 1px solid #bbbbcc;
	padding: 15px 15px 18px 35px;
	clear:both;
}
#footer h1,h2,h3,h4,h5 {
	font-size:1.1em;
	font-weight:bold;
}
#footer table {
	font-size: 0.8em;
}
#footer_spacer_bottom {
	height: 20px;
}
div.content_line {
	padding-bottom: 5px;
	clear:both;
}

div.line_text {
	clear:both;
}

div.line_1pic {
	clear:both;
}

/* line 2col : Text(458px)-Abstand(30px)-Bild(210px) */

div.line_2col_a {
	float: left;
	width: 458px;
	border-right: 240px solid #fff; /* background color! */
	margin-right: -210px;
}
div.line_2col_b {
	width: 210px;
	float: left;
}

/* line 2col 2 : Bild(488px)-Bild(210px) */

div.line_2col_2_a {
	float: left;
	width: 488px;
	border-right: 210px solid #fff; /* background color! */
	margin-right: -210px;
}
div.line_2col_2_b {
	width: 210px;
	float: left;
}

/* line 2col 2reverse : Bild(210px)-Abstand(30px)-Text(458px) */

div.line_2col_2r_a {
	float: left;
	width: 210px;
	border-right: 488px solid #fff; /* background color! */
	margin-right: -458px;
}

div.line_2col_2r_b {
	width: 458px;
	float: left;
}

/* line list */

div.line_list h1 {
	font-size:1.2em
}

div.line_list ul {
	float: left;
	margin-top: 0;
	padding-top: 0;
	list-style: none;
	width: 144px;
}

div.line_list li a {
	font-size:0.6em;
}

/* line 3col */

div.line_3col div {
	float: left;
}

div.line_3col h1 { 
	font-size:0.8em;
	font-weight:bold;
	border-bottom: 1px solid #bbbbcc;
	padding-bottom:2px;
	margin-bottom:5px;
}

div.line_3col_a {
	width:270px;
	margin-right:70px;
}

div.line_3col_b {
	width:160px;
	margin-right:70px;
}

div.line_3col_c {
	width:160px;
}

/* clear */
.clear {
	clear: both;
	font-size:0;
	height:0;
}