/** All global element-properties is set here **/
* {
	border:0;
	margin:0;
	padding:0;
}
html, body {
	font: 11px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#000;
	background-color: #333333;
	text-align:center;
}
img {
	clear:both;
}
ul {
	margin: 0;
	padding: 0;
}
div {
	overflow:hidden;
}

/** This a small class to clear floats **/
.floatcleaner {
	clear:both;
}

/** All central identifyers below **/
#wrapper {
	margin:0 auto 15px auto;
	width:710px;
}
#top {
	width:692px;
	height: 60px;
	background-color: #000;
	margin: 0 auto;
	text-align: left;
}

/* The white plate with content below */
#content {
	margin: 0 5px;
	background: #fff url('/images/content_repeat.gif');
	color: #000;
	width: 700px;
	text-align: center;
	overflow:hidden;	
}
#content_bottom {
	margin: 0 5px;
	background:url('/images/content_bottom.png') no-repeat;
	height:13px;
	width: 700px;
}

/**		These are for the elements in the header	**/
.logo {
	float: left; 
	margin:15px 0 0 23px;
	display:inline;
}
#topmenu {
	float: right;
	padding: 13px 17px 0 0;
}
ul.fixWidth {
	width:320px;
	text-align: right;
}
#topMenu a {
	text-decoration: none;
}
.whitePlainMenu li, .whitePlainMenu li a:link {
	display: inline;
	color: #fff;
}
#space {
	height:20px;
	width:700px;
}
/* This is the main menu that has three sections */
#mainmenu {
	height: 39px;
	
}
.mainmenulist li {
	display: inline;
}

/* This section defines the black base that is on the site */
#plate {
	background: #000;
	width: 710px;
	text-align: left;
}
.bottomBlack {
	clear: both;
	margin: 0 auto;
	background: #000;
	width:692px;
}
#baseplate, #plate_footer {
	width: 710px;
	text-align:center;
}
#plate_footer div {
	padding-top:3px;
}
#plate_footer {
	background:url('/images/plate_bottom.gif') no-repeat;
	height:27px;
}

/* This regulates how to present the gray boxes */
.bigboxcontent {
	margin: 0 10px;
	background: #d4d6d3 url('/images/tific_bg_sektion_bg.png') repeat;
	width: 680px;
}

/**		index page		**/
.grayboxtop {
	background: url('/images/tific_bg_sektion_top.png') no-repeat;
}
.grayboxbottom {
	background: url('/images/tific_bg_sektion_bottom.png') no-repeat; 
	height: 11px;
}

/**		soluton small intro boxes in index page		**/
.puffer {
	width: 682px;
	height: 186px;
	padding: 14px 0 0 20px;
	background: url('/images/front_page_puff.jpg') no-repeat;
	background-position: top center;
	text-align: left;
}
.puffer_news {
	width: 682px;
	height: 186px;
	padding: 14px 0 0 20px;
	background: url('/images/news_page_puff.jpg') no-repeat;
	background-position: top center;
	text-align: left;
}
.small_puffs {
	hheight: 270px; 
	width: 210px; 
	float: left;
	margin:12px 0 0 12px;
}
.small_puffs p {
	line-height:20px;
}
p.readmore {
	text-align: right; 
	margin-right: 10px;
}

p.readmore:hover {
	text-decoration: underline;
}

#enterprise_puff {
	bbackground: url('/images/start_puff_enterprise_top.png') no-repeat;
	background-color: #143040;
	height: 110px;
	width: 210px;	
}

#enterprise_puff_middle {
	background-color: #143040;
	text-align: top;
}

#enterprise_puff_bottom {
	background: url('/images/start_puff_enterprise_bottom.png') no-repeat;
	height: 13px;
}

#mobile_puff {
	bbackground: url('/images/start_puff_mobile.png') no-repeat;
	background-color: #520c46;
	height: 110px;
	width: 210px;	
}

#mobile_puff_middle {
	background-color: #520c46;
	text-align: top;	
}

#mobile_puff_bottom {
	background: url('/images/start_puff_mobile_bottom.png') no-repeat;
	height: 13px;
}

#consumer_puff {
	bbackground: url('/images/start_puff_consumer.png') no-repeat;
	background-color: #680406;
	text-align: top;	
}

#consumer_puff_middle {
	background-color: #680406;
	height: 110px;
	width: 210px;	
}

#consumer_puff_bottom {
	background: url('/images/start_puff_consumer_bottom.png') no-repeat;
	height: 13px;
}

.puff_padding {
	width: 12px;
}

/**  news box in index   **/
.grayboxwrapper {
	margin: 0 20px 3px 20px;
}
.grayboxmenuwrapper {
	margin: 0 0px;
}
.grayboxmenu, .graysubboxmenu, .grayboxmenu-highlight, .graysubboxmenu-highlight {
	text-align:center;
	float:left;
	display:inline;
}
.grayboxmenu , .grayboxmenu-highlight{
	margin-right:30px;
	padding:3px;
}
.grayboxwrapper hr {
	background:#000;
	height:0.5px;
	clear:both;
}
.graysubboxmenu , .graysubboxmenu-highlight{
	margin:3px 10px 0 0 ;
	padding:3px;
}
#grayboxleft, #grayboxright {
	text-align:left;
	padding:5px;
	float:left;
	width:290px;
	height:400px;
	background:#fff;
	overflow:auto;
	color:#434343;
	margin-left:3px;
}
#grayboxleft {
	clear:left;
	width:280px;
}
#grayboxright {
	clear:right;
	width:320px;
	margin-left:13px;
}
/**		news short intro box on the left	**/
.contentleft {
	padding: 0 10px;
	cursor:pointer;
	line-height:10px;
}
.contentleft div {
	line-height:14px;
}

/* In company and technology the content-mass is identical in structure, code below */
.innerContentWrapper {
	background: transparent url('/images/separator400.gif') repeat-y;
}

.innerContentColumn {
	float:left; 
	width:395px;
}

.innerContentGap {
	padding-left: 30px;
	width: 200px;
}

.maincontentwrapper {
	text-align:left;
	padding-top: 5px;
	margin: 0 20px;
}
.blueboxwrapper {
	margin: 10px 10px;
}

.blueboxleft, .blueboxright {
	float:left;
	background:transparent;
}
.blueboxleft {
	width:311px;
}
.blueboxright {
	margin-left:30px;
}

/*  company page*/
.contentwrapper, .contentwrapper div {
	float:left;
}
.markedlist {
	list-style: disc url('/images/brownpoint.gif'); /* since we dont use 'inside' here the bullets goes outside the element-border */
}
.markedlist li {
	white-space: normal;
	margin-bottom: 10px;
}
ul.blue {
	list-style: disc url('/images/bluepoint.gif'); /* since we dont use 'inside' here the bullets goes outside the element-border */
}
.mobilelist li {
	list-style: disc url('/images/mobilearrow.gif'); /* since we dont use 'inside' here the bullets goes outside the element-border */
	color: white;
	white-space: normal;
	margin: 5px 20px;
}
.bottomGapList li {
	margin-bottom: 15px;
	list-style-type: none;
}
.pointicon_brown, .pointicon_blue {
	margin:5px 10px 0 0;
	width:4px;
	height:4px;
	float:none;
}
.pointicon_brown {
	background: url('/images/brownpoint.gif') no-repeat;
}
.pointicon_blue {
	background: url('/images/bluepoint.gif') no-repeat;
}
.listcontent {
	margin-top: 25px;
}
hr.underline {
	border-bottom:1px solid #c4aa79;
	margin: 5px 0 20px 0;
}
hr.blue {
	border-bottom:1.5px solid #1185b6;
}

/** For contentcolumns that is wider for text, used in many pages as two-column style **/
.wideColumn {
	width: 400px;
}
.narrowColumn {
	width: 200px;
}

/* special style for technology body content   */
.techbody  {
	margin:18px 0 0 18px;
}

/**  footerbox of technology page**/
.footerbox {
	padding: 20px;
	margin: 20px;
	border: 1px solid #C4AA79;
}

/** for the loginbox and mail list **/
#login, #maillist {
	width: 273px; 
	height: 100px; 
	padding: 0 5px;
	clear:both;
	color:#fff;
	position:absolute;
	z-index:100;
	margin:-45px auto 0 545px;
}
#login table, #maillist table {
	border: 1px solid white;
	background:#000;
}
#login table td, #maillist table td {
	padding:5px;
}
#login input, #maillist input {
	height:15px;
	width:80px;
}
#maillist input {
	width:120px;
}
#login td a, #maillist td a{
	color:#fff;
}
#maillist {
	margin:-45px auto 0 510px;
}
#login table, #maillist table {
	margin-top: 15px;
}
input.logininput {
	width: 135px; 
	height: 24px; 
	border: 1px solid #f9f1da;
}

/** contact page**/
.contactlower {
	background: transparent; 
	width: 687px; 
	margin: auto auto;
}
.contactmain {
	clear:both; 
	text-align: left; 
	padding: 20px 66px 20px 66px
}
.topcontent {
	text-align:left;
	margin-top:10px;
}
.contactwrapper {
	clear: both;
	float: left;
	width: 365px;
	border-right: 1px solid white; 
	padding-right: 20px;
}
.formarea {
	width:310px;
	margin-top:25px;
}
#contactform input, #contactform textarea  {
	width:310px;
	height:21px;
}
#contactform textarea  {
	height:70px;
}
#contactform label {
	font-weight:bold;
}
#submit {
	width:112px;
	height:36px;
}

/** Below is the main properties for the three profiles under solution page **/
.profileContainers {
	width: 687px; 
	margin: auto;
	background: #fff;
}
.profileContainers img {
	display:block; 
	margin: auto;
}
.enterprise, .mobile, .premium,  .consumer {
	clear:both; 
	text-align: left; 
	padding: 0 25px 20px 66px;
}
.articleHeader_solution {
	clear: both;
	float: left; 
	width: 345px; 
	border-right: 1px solid white; 
	padding-right: 50px;
}
.productmap {
	float: left; 
	padding-left: 50px;
	overflow: visible;
}
.productmap ul li a, .productmap ul li a:link{
	color:#fff;
}
.productmap ul li {
	list-style-type: none;
	margin-bottom:5px;
}

#enterprise {
	background: url('/images/1x1green.png') repeat;
}

#mobile, #premium {
	background: #520c47 url('/images/1x1lilac.png') repeat;
}

#consumer {
	background: #6e0003 url('/images/1x1red.png') repeat;
}

/** admin table under admin pages**/
.adminwrapper {
	width:673px;
	height:700px;
	padding:5px;
	margin:0 auto;
}
table.admin {
	color: #000;
	width: 100%;
	text-align:left;
	margin-top:15px;
}
table.admin td b a {
	text-align:left;
	color:#000;
} 
table.admin td, table.admin th {
	padding:5px;
}
/**	admin page**/
input.disabled, select.disabled {
	background:#333;
	color:#fff;
}
input.short,input.disabled {
	width: 50px;
}
input.normal, input.short,input.disabled, table.admin td div {
	padding:2px;
	width:120px;
}

/**		new user div	**/
#newuser {
	border:1px solid #000;
	width:200px;
	color:#000;
	text-align:left;
	margin:40px auto 0 auto;
	padding:10px;
	
}
.contentlink, .contentlink a {
	color:#000;
	text-align:left;
	padding:10px;
}

li.bullet {
	list-style-type: disc; 
	color: #fff;
	white-space: normal;
	margin-bottom: 5px;
}

ul.textlist {
	list-style-type: disc; 
	color: #fff;
	white-space: wrap;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-left: 50px;
	overflow: visible;
}

a.twocol {
	margin-right:20px;
}

