body {
	margin:						0px;
	padding:					0px;
	color:						rgb(255,255,255);
	background-color:			rgb(0,0,0);
	font-size:					12px;
	font-family: 				Arial;	
}

/* default table ################################################################################## */
table {
	border-collapse: collapse;
	border-spacing: 0px;
	
	border: 0px solid rgb(0,0,0);
}

th {
	vertical-align: top;
}

td {
	vertical-align: top;
}

/* links ########################################################################################## */
a {
	color: rgb(194,219,255);
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(230,230,230);
}
/* paragraph ###################################################################################### */
p {
	margin: 2px 0px 2px 0px;
}

/* frame set ###################################################################################### */
div.frame {
	z-index:0;
	background-color: black;
	background:url(../images/background/bg_ul_corner.png) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 1000px;
	min-height: 750px;
}

div.bg2 {
	z-index:1;
	background:url(../images/background/bg_lr_corner.png) bottom right no-repeat;
	width: 400px;
	height: 320px;
	position:absolute;
	bottom: 0px;
	left: 600px;
	border: 0px solid white;
}

.header {
	position: relative;
	z-index: 2;
	border:	0px solid white;
	height: 140px;
	width: 900px;
	left: 100px;
	
	background: url(../images/background/bg_ur_corner.png) top right no-repeat;
}

.body {
	z-index: 2;
	border:	0px solid white;
	margin: 0px 100px;
	height: 460px;
	position: relative;
}

.footer {
	position: relative;
	z-index: 2;
	border:	0px solid white;
	height: 150px;
	width: 850px;
	left: 0px;
	
	background: url(../images/background/bg_ll_corner.png) bottom left no-repeat;
}

/* round box 1 #################################################################################### */
div.rb1 {
	margin:0;
	width: 800px;
	
}

div.rb1_ur {
	background:url(../images/roundBox/rb1_ur.png) top right no-repeat;
}

div.rb1_ul {
	background:url(../images/roundBox/rb1_ul.png) top left no-repeat;
}

div.rb1_lr {
	background:url(../images/roundBox/rb1_lr.png) bottom right no-repeat;
}

div.rb1_ll {
	background:url(../images/roundBox/rb1_ll.png) bottom left no-repeat;
}

div.rb1 .content {
	margin:0;
	padding: 20px;
	height: 420px;
	color: rgb(230,230,230);
	text-align: justify;
	overflow: auto;
	
	position: relative;
}

/* headline ####################################################################################### */
.headline1 {
	position: relative;
	height: 50px;
	border: 0px solid white;
	height: 60px;
	margin: 15px 0px 0px 0px;
}

h1 {
	color: rgb(230,230,230);
	position: relative;
	z-index: 3;
	top: 5px;
	left: 0px;
	font-family: Arial;
	
}

.headline1 .shaddow {
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 0px;
	color: rgb(70,70,70);
	font-size: 4em;
	font-weight: bold;
	font-family: Arial;
	color: rgb(54,42,44);	
}

h2 {
	margin: 15px 0px 5px 0px;
}

h3 {
	margin: 10px 0px 3px 0px;
}

/* menu ########################################################################################### */
div.menu {
	position: absolute; 
	top: 108px; 
	left: 40px;
	border: 0px solid white;
}

a.menu {
	display: block;
	height: 30px;
	background: url(../images/links/menu.png) 0px 0px no-repeat;
	float:left;
}

/* home =========================================================================================== */
a.menu#home {
	width: 46px;
	background-position: 0px 0px;
}

a.menu#home:hover {
	width: 46px;
	background-position: 0px -30px;
}

a.menu#homeVisiting {
	width: 46px;
	background-position: 0px -60px;
}

/* shop ============================================================================================ */
a.menu#shop {
	width: 54px;
	background-position: -46px 0px;
}

a.menu#shop:hover {
	width: 54px;
	background-position: -46px -30px;
}

a.menu#shopVisiting {
	width: 54px;
	background-position: -46px -60px;
}

/* references ===================================================================================== */
a.menu#references {
	width: 86px;
	background-position: -100px 0px;
}

a.menu#references:hover {
	width: 86px;
	background-position: -100px -30px;
}

a.menu#referencesVisiting {
	width: 86px;
	background-position: -100px -60px;
}

/* links ========================================================================================== */
a.menu#links {
	width: 48px;
	background-position: -186px 0px;
}	

a.menu#links:hover {
	width: 48px;
	background-position: -186px -30px;
}

a.menu#linksVisiting {
	width: 48px;
	background-position: -186px -60px;
}

/* ourPower ======================================================================================= */
a.menu#ourPower {
	width: 247px;
	background-position: -234px 0px;
	margin-left: 250px;
}	

a.menu#ourPower:hover {
	width: 247px;
	background-position: -234px -30px;
	margin-left: 250px;
}

a.menu#ourPowerVisiting {
	width: 247px;
	background-position: -234px -60px;
	margin-left: 250px;
}

/* misc bar ####################################################################################### */
div.miscBar {
	float: right;
}

div.miscBar a {
	color: rgb(70,70,70);
	font-size: 0.9em;
	text-decoration: none;
	margin-right: 10px;
}

div.miscBar a:hover {
	color: rgb(170,170,170);
}

/* TODO ########################################################################################### */
.todo {
	color: red;
	font-weight: bold;
}

/* references ##################################################################################### */
div.references {
}

div.references a {
	margin-right: 5px;
}

div.references img {
	text-decoration: none;
	border: 5px solid rgb(40,40,40);
	border-bottom: 16px solid rgb(40,40,40);
}

div.references img:hover {
	text-decoration: none;
	border: 5px solid rgb(60,60,60);
	border-bottom: 16px solid rgb(60,60,60);
}





