body {background-image: url(/bilder/bg_pattern.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: calibri, "century gothic", verdana, sans-serif;
	font-size: 12px;
	color: #c6c;
}

p  {font-family: calibri, "century gothic", verdana, sans-serif;
	font-size: 12px;
	color: #c6c;
}

h1 {font-family: "century gothic", georgia, sans-serif;
	font-size: 24px;
	color: #9c6;
}

h2 {font-family: "century gothic", georgia, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	text-decoration: underline;
	color: #c6c;
}

h3 {
	font-family: "century gothic", georgia, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: underline;
	color: #9c6;
}

a:link { color: #69c; text-decoration: none; border-bottom: 1px dotted #9c6; }
a:visited { color: #69c; text-decoration: none; border-bottom: 1px dotted #9c6; }
a:active { color: #69c; text-decoration: none; border-bottom: 1px dotted #9c6; }
a:hover { color: #9cf; text-decoration: none; border-bottom: 1px solid #cf9; }

img 	{
   		border: 0;
}

#logo {width: 587px;
		height: 171px;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		background-image: url(/bilder/logo.jpg);
}

#menubar {width: 587px;
		height: 49px;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		background-color: #000;
} 

#main {width: 587px;
		height: 100%;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		background-color: #000;
} 

#maintext {padding: 20px;
}

#footer {width: 587px;
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		border: 1px solid #999;
		background-color: #000;
} 

#footertext {padding: 20px;
	color: #666;
}

a#home 	{
	display: inline-block;
	display: block;
	float:left;
	margin:0px;
	width: 74px;
	height: 49px;
	background-image: url(/bilder/home_button.jpg);	
	background-position: top;
	border: none;
	text-indent: -9999px;
}

a#home:hover	{
	background-position: bottom;
}

a#home.current	{
	background-position: bottom;
}

a#work 	{
	display: inline-block;
	display: block;
	float:left;
	margin:0px;
	width: 74px;
	height: 49px;
	background-image: url(/bilder/work_button.jpg);	
	background-position: top;
	border: none;
	text-indent: -9999px;
}

a#work:hover	{
	background-position: bottom;
}

a#work.current	{
	background-position: bottom;
}

a#animation 	{
	display: inline-block;
	display: block;
	float:left;
	margin:0px;
	width: 127px;
	height: 49px;
	background-image: url(/bilder/animation_button.jpg);	
	background-position: top;
	border: none;
	text-indent: -9999px;
}

a#animation:hover	{
	background-position: bottom;
}

a#animation.current	{
	background-position: bottom;
}

a#web 	{
	display: inline-block;
	display: block;
	float:left;
	margin:0px;
	width: 74px;
	height: 49px;
	background-image: url(/bilder/web_button.jpg);	
	background-position: top;
	border: none;
	text-indent: -9999px;
}

a#web:hover	{
	background-position: bottom;
}

a#web.current	{
	background-position: bottom;
}

a#about 	{
	display: inline-block;
	display: block;
	float:left;
	margin:0px;
	width: 74px;
	height: 49px;
	background-image: url(/bilder/about_button.jpg);	
	background-position: top;
	border: none;
	text-indent: -9999px;
}

a#about:hover	{
	background-position: bottom;
}

a#about.current	{
	background-position: bottom;
}

#rightcol {float: right;
	border-left: 1px dotted #999;
	margin-right: 0px;
	padding: 5px;
	text-align: right;
}

#gallery	{
		text-align: center;
		word-spacing: 10px;
		line-height: 50px;
}