body
{
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	border: 0px;
	overflow: hidden;
}

body, a
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

img
{
	border: 0px;
}

a:hover
{
	text-decoration: underline;
}

/************************************ span ************************************/


.pink
{
	color: #999999;
}

.lightpink
{
	color: #FBCAE3;
}

.small
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


/************************************ structure ************************************/

#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	background-image: url(../components/startpage/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	

}

#left
{
	position: absolute;
	top: 0px;
	left: 70px;
	width: 300px;
	height: 600px;
}

#right
{
	position: absolute;
	top: 0px;
	left: 430px;
	width: 300px;
	height: 600px;
}

#openpopup
{
	width: 300px;
}

/************************************ leftpage ************************************/

.pageheaderleft
{
	height: 66px;
	line-height: 12px;
	text-transform: uppercase;
	background-image: url(../components/startpage/store.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}
.new_s
{
	padding: 6px 0 0 0;
	height: 14px;
	line-height: 12px;
	background-image: url(../components/startpage/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.contentleft
{
	height: 320px;
	line-height: 12px;
	background-image: url(../components/startpage/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
.ascii
{
	height: 75px;
	line-height: 12px;
	background-image: url(../components/startpage/ascii.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.address
{
	padding: 10px 0 10px 0;
	line-height: 12px;
	background-image: url(../components/startpage/line.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footerleft
{
	padding: 5px 0 0 0;
	line-height: 10px;
	background-image: url(../components/startpage/line.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/************************************ rightpage ************************************/

.pageheaderright
{
	height: 66px;
	line-height: 12px;
	text-transform: uppercase;
	background-image: url(../components/startpage/bovenrechts.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.portfolio
{
	padding: 6px 0 0 0;
	height: 14px;
	line-height: 12px;
	background-image: url(../components/startpage/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.contentright
{
	height: 396px;
	line-height: 12px;
	background-image: url(../components/startpage/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.updateabout
{
	height: 72px;
}

.update
{
	padding-top: 53px;
	line-height: 12px;
	float: left;
}

.about
{
	padding-top: 37px;
	padding-right: 20px;
	float: right;
}

.footerright
{
	padding: 7px 0 0 0;
	line-height: 12px;
	background-image: url(../components/startpage/line.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/************************************ line ************************************/
.lineDotted
{
	height: 1px;
	margin-top:8px;
	margin-bottom:8px;
	background-image: url(../components/startpage/linedotted.gif);
	background-repeat: no-repeat;
}

.newslineDotted
{
	height: 1px;
	margin-top:8px;
	margin-bottom:8px;
	background-image: url(../components/startpage/newslinedotted.gif);
	background-repeat: no-repeat;
}

.line
{
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
	background-image: url(../components/startpage/line.gif);
	background-repeat: no-repeat;
}
/************************************ news ************************************/

iframe.news
{
	margin: 0px;
	width: 280px;
	height: 319px;
	border: 0px;
	overflow: hidden;
}

#news_left
{
	margin: 0px;
	float: left;
	width: 280px;
	height: 319px;
	overflow: hidden;
}

#news_right
{
	margin: 0px;

	float: right;
	width: 20px;
	height: 319px;
}
#news_up
{
	width: 20px;
	height: 20px;
}
#news_middle
{
	width: 20px;
	height: 252px;
}

#news_down
{
	width: 20px;
	height: 47px;
}

/************************************ portfolio ************************************/

iframe.portfolio
{
	align: left;
	margin: 0px;
	width: 280px;
	height: 375px;
	border: 0px;
	overflow: hidden;
}

#portfolio_top
{
	margin: 0px;
	width: 280px;
	height: 375px;
	overflow: hidden;
}

#portfolio_bottom
{
	margin: 0px;
	width: 280px;
	height: 20px;
}
#portfolio_left
{
	width: 31px;
	height: 20px;
	float: left;

}
#portfolio_right
{
	width: 47px;
	height: 20px;
	float: right;
}
#portfolio_series
{
	width: 6000px;
}

#portfolio_series img
{
	padding-right: 25px;
}

