* {
	padding: 0;
	margin: 0;
}

body {
	background: #D5D5CE;
	/*background: #D5D5CE url(../images/1.gif) repeat;*/
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	text-align: center;
	color: #555555;
	
	margin: 0;
	padding: 40px 0;
}

p {
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
} 
a img {
	border:0;
}

a.email {
	color: #555555;
}

ul {
	list-style-position:inside;	
}
.vikttips li {
	margin:0 0 1.5em;
}
.vikttips h3 {
	display:block;
	margin-bottom:1.5em;
}
ol {
	list-style-position:inside;
	margin-bottom:1.5em;
}

h1,h2,h3,h4 {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #4A5B6B;
}
h1 {
	font-size: 14px;
	line-height: 16px;
}
h2,h3,h4 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	display: inline;
}

h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	display: inline;
	color: #c9509d;
}
h3.kick {
	display:block;
	height:30px;
	margin:0;
	padding:8px 0 0 35px;
	background:url(../images/kick.gif)	no-repeat 0 0;
}
h3.number1 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/1.gif)	no-repeat 0 0;
}
h3.number2 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/2.gif)	no-repeat 0 0;
}
h3.number3 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/3.gif)	no-repeat 0 0;
}
h3.number4 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/4.gif)	no-repeat 0 0;
}
h3.number5 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/5.gif)	no-repeat 0 0;
}h3.number6 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/6.gif)	no-repeat 0 0;
}
h3.number7 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/7.gif)	no-repeat 0 0;
}
h3.number8 {
	display:block;
	height:30px;
	margin:0 0 1em;
	padding:0 0 0 35px;
	background:url(../images/8.gif)	no-repeat 0 0;
}

input {
	font-weight: normal;
	color: #4A5B6B;
	background: #F3F3F3;
	margin-top: 5px;
	border: solid #c0c0c0 1px;
}
input.submit {
	margin-top: 5px;
}

.textarea {

	font-weight: normal;
	color: #4A5B6B;
	background: #F3F3F3;
	margin-top: 5px;
	border: solid #c0c0c0 1px;
}

/*
body.compact #holder {
	text-align: center;
	width: 750px;
	height: 500px;
	margin-top: -250px;
	margin-left: -375px;
	position: absolute;
	top: 50%;
	left: 50%;
}
*/

#holder {
	margin:0 auto;
	width:750px;
	text-align:center;
}

div#page {
	/*height: 485px;*/
	background: #FFF;
	text-align: left;
	width: 750px;
	padding: 0px;
	margin: 0 auto;
	border: solid #666 1px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#menubar {
	background: #c94f9c;
	color: #fff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;	
}

#intro {
	height: 321px;
	overflow: auto;
}
body.full #intro {
	border-bottom: solid 1px #d0d2d5;
}
#intro #leftCol {
	width: 225px;
	padding: 10px;
	background: #f3f3f3;
	float: left;
	height: 301px;
	overflow: hidden;
}
#intro #rightCol {
	width:505px;
	height:321px;
	float:left;
	background:url(../images/standard.jpg) no-repeat;
}
#intro #rightCol.kostrad {
	background:url(../images/cafe.gif) no-repeat;
}
#intro #rightCol.training {
	background:url(../images/traning.jpg) no-repeat;
}
#intro #rightCol.vikttips {
	background:url(../images/vikttips.jpg) no-repeat;
}

#jsComboBox {
	width:165px;
	background:url(../images/combobox_shadow.gif) no-repeat 0 0;
	margin:0.5em 0;
}
#jsComboBoxCaption {
	display:block;
	border:solid 1px #c73f97;
	width:136px;
	height:10px;
	padding:6px 6px 6px;
	color:#fff;
	text-decoration:none;
	background:url(../images/combobox_caption.gif) no-repeat 0 0;
}
* html #jsComboBoxCaption {
	padding-bottom:5px;
}
#jsComboBoxContents {
	background:#9d9fa2;
	border:solid 1px #c73f97;
	visibility:hidden;
	width:148px;
	margin-top:-1px;
}
#jsComboBoxContents a {
	display:block;
	width:136px;
	height:10px;
	padding:6px;
	color:#fff;
	text-decoration:none;	
}

.contactForm {
	padding:3px;
	background:#d1d3d4;
	width:218px;
	overflow:auto;
	margin-bottom:1.5em;
}
.contactForm .text {
	font-size:10px;
	border:0;
	background:#fff;
	float:left;
	margin:1px 0;
}
.contactForm textarea {
	width:215px;
	border:0;
	height:35px;
	font-size:10px;
}
.contactForm .submit {
	float:right;
	margin-right:3px;
	padding:1px 2px;
	border:0;
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contactForm label {
	float:left;
	padding-top:1px;
	margin-right:3px;
}

table.vikttips  {
	border-collapse:collapse;
	border:solid 1px #000;
	margin-bottom:1.5em;
}
table.vikttips th, table.vikttips td {
	padding:3px;
	border-collapse:collapse;
	border:solid 1px #000;
}
table.vikttips th {
	/*font-size:150%;*/
	font-weight:bolder;
	background:#ca509d;
}
table.vikttips td {
	background:#f0c4d7;
	vertical-align:top;
}

#meritum {
	padding:15px 0;
	width:750px;
	overflow:auto;
}
#meritum .column {
	float:left;
	width:230px;
	margin:0 10px;
	display:inline;
}

div#footer {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;	
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
} 

.arrow {
	font-size: 13px;
	font-weight: bold;
	color: #c9509d;
}

.print {
	color: #666;
	font-size: 11px;
}

a.print:hover {
	color:#666; 
	text-decoration: underline; 
}

.separator {
	height:1.5em;
}

.orange {
	color:#f9a46c;
}
.green {
	color:#82c566;
}
.violet {
	color:#9892c6;
}
