/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #ed1c24; text-decoration:none;}
a:hover {color: #999999;}

img {
	border:0px solid #FFFFFF;
}

body {
	background: #999999;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 40px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 26px Verdana, Geneva, sans-serif;}
h2 {font: normal 16px Verdana, Geneva, sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
h4 {font: bold 11px Verdana, Geneva, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {color: #000; margin-bottom: 4px;}
h3 {color: #ed1c24; margin-bottom: 4px;}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 5px 0;
	width: 1100px;
	border:5px solid #FFF;
	height:100%;
}

.outer-container {
	background: #999999;
}

/* headere & title */
.main {
	width:100%;
	height:auto;
	position:relative;
}

.header {
	position:absolute;
	background: none;
	/*overflow: hidden;*/
	width:360px;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
}
#start_header {width:360px;height:600px; z-index:1;}
.logo {
	width:295px;
	height:165px;
	position:absolute;
z-index:5;	
}
.dummy {
	width:666;
	height:212;
	position:absolute;
	top: 300px;
	z-index:5;
}
.dummy_small {
	width:555px;
	height:177;
	position:absolute;
	top: 450px;	
	margin-left:-60px;
}

.menu {
	float:left;
	background: #FFF;
	width:700px;
	color: #FFF;
	font: bold 14px Verdana,sans-serif;
	padding:8px 0;
	margin:40px 0;
	/*display:inline;*/
}
.menu a {
	background: #231f20;
	color: #FAFAFA;
	text-decoration: none;
	padding: 8px 20px;
	margin: 0 10px;
}
.menu a:hover {
	background: #ed1c24;
	color: #FFE;
}
.menu .current {
	background: #ed1c24;
	color: #FFE;
}

/* content */
.content {
	float: right;
	background: #FFF;
	width: 700px;
	min-height:720px;
	margin: 0 20px 0 20px;
	font: normal 12px Verdana,sans-serif;
	line-height:22px;
}
.ascontent {
	float:right;
}
.start_content {
	float:right;
	width:500px;
	padding: 50px 0 0 0;
	margin-right:60px;
}
.tjanster_content {
	float:left;
	width:500px;
	padding: 50px 0 0 0;
	margin-left:90px;
}
.submenu {
	float:left;
	width:130px;
	height:100%;
	font: normal 11px Verdana, Geneva, sans-serif;
	margin: 7px 24px 15px 0;
}
.submenu a {
	color: #FFF;
	background: #231f20;
	text-decoration:none;	
	display:block;
	padding: 5px 0 5px 10px;
	margin-bottom:3px;
}
.submenu a:hover {
	background: #ed1c24;
}
.submenu .current {
	background: #ed1c24;
}
.small_content {
	float:right;
	width:520px;	
}
.bottom_img {
	float:right;
	width:740px;
	height:175px;
}
.footer {
	width:1100px;
	background:#FFF;
	text-align:center;
	font: normal 12px Arial, Helvetica, sans-serif;
	height:10px;
	padding: 8px 0;
}
