html {
	padding:0px;
	margin:0px;
/*	min-height:100%;
	height:100%;*/
	background-color: #eeeeee;
}

body {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	font-size: 11px;
	background-color: #eeeeee;
	background:url(../images/bg_repeat.gif) repeat-x 0px 91px;
	height:100%;
}

a {
	color:#808080;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;
}

table {
	width: 100%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	font-size: 11px;
	vertical-align:top;
	padding:4px;
}

h1, h3 {
	font-size:24px;
	display:inline;
	font-weight:normal;
}

label, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	font-size: 12px;
	font-weight:bold;
}
button
{  
	font-size: 10px;
	color: #575757; 
	background-color: #f3f4f2; 
	border-style: solid;
	border-left: 1px  solid  #8d9395; 
	border-top:  1px  solid  #8d9395; 
	border-right:  1px  solid  #8d9395; 
	border-bottom:  1px  solid  #8d9395; 
	margin: 10px;
}
input, textarea, select {  
	font-size: 11px;
	color: #575757; 
	background-color: #f3f4f2; 
	border-style: solid;
	border-left: 1px  solid  #8d9395; 
	border-top:  1px  solid  #8d9395; 
	border-right:  1px  solid  #8d9395; 
	border-bottom:  1px  solid  #8d9395; 
}

.align-right {
	text-align:right;
}

#main {
	position:absolute;
	top:0px;
	left:66px;
/*	left:50%;
	margin-left:-424px;*/
	width:848px;
	min-height:100%;         /* IE min-height hack */
	height:auto !important;  /* IE min-height hack */
	height:100%;             /* IE min-height hack */
	background-color: #ffffff;
	background:url(../images/bg_shadow.gif) repeat-y;
}

#paper {
	position:relative;
	top:0px;
	left:10px;
	width:828px;
	margin-bottom: 50px;
}

#shadowleft {
	position:absolute;
	top:91px;
	left:0px;
	width:10px;
	height:353px;
	background:url(../images/bg_shadow_l.gif) no-repeat;
	overflow:hidden;
}

#shadowright {
	position:absolute;
	top:91px;
	left:838px;
	width:10px;
	height:353px;
	background:url(../images/bg_shadow_r.gif) no-repeat;
	overflow:hidden;
}

#mainmenu {
	position:absolute;
	top:118px;
	left:0px;
	width:282px;
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
	width:197px;
	height:70px;
	overflow:hidden;
}

#topmenu {
	position:absolute;
	left:282px;
	top:63px;
	width:540px;
	height:55px;
	text-align:right;
	background:url(../images/bg_bagger.jpg) no-repeat 0px 5px;
	overflow:hidden;
}

#colorguide {
	position:absolute;
	left:282px;
	top:118px;
	width:546px;
	height:8px;
	overflow:hidden;
}

#spacer4content {
	width:800px;
	height:417px;
	overflow:hidden;
}

#start {
	position:absolute;
	left:282px;
	top:118px;
	width:550px;
	height:299px;
	overflow:hidden;
}

#images {
	position:absolute;
	left:282px;
	top:127px;
	width:546px;
	height:290px;
	overflow:hidden;
	background:url(../images/standard_bild.jpg) no-repeat 0px 0px;
}

#spacer4imagelist {
	margin-top:15px;
	margin-left:282px;
	width:546px;
	height:79px;
	display:none;
}

#content {
	margin-top:15px;
	margin-left:297px; /* 282px */
	width:516px; /* 546px */
}

#spacer4legal {
	width:800px;
	height:50;
	overflow:hidden;
}

#legal {
	position:absolute;
	left:292px;
	top:100%;
	margin-top:-36px;
	width:531px;
	height:36;
	border-top:1px solid gray;
	overflow:hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#777777;
	text-align:center;
	white-space: nowrap;
}
#legal a {
	color:#777777;
	text-decoration:none;
}
#legalvert {
	margin-top:10px;
}

#content .csc-textpic {
	margin-bottom:10px;
}

#start .csc-textpic.csc-textpic-intext-left {
	width:182px;
	overflow:hidden;
	float:left;
	margin:0px;
	padding:0px;
}

a img { border: 0px; }
