/* CSS Document */

/* Style if not defined */
* {
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	color: #fff;
}
/* main page styles */
BODY {	
	margin: 0;
	background: #fff;
}

H1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #fff;	
	
}

H2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	color: #fff;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
	color: #fff;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 12px;	
}

#outer {
	width: 835px;
	margin-left: auto;
	margin-right: auto;	
}

#header {
	width: 835px;
	height: 100px;
}

#main {
	position: relative;
	width: 835px;
	height: 600px;
	background: #fff;	
}

#main a {
	text-decoration: none;
}

/* Positioning of the menu elements */

#ball_1 {
	width: 83px;
	height: 82px;
	background: url(/img/ball1_2.png);
	position: absolute;
	top: 0px;
	left: 253px;	
	z-index: 2;
}

#ball_1 a {
	display: block;
	height: 82px;
	width: 83px;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	color: #000;
}
#ball_1 a:hover {
	background: url(/img/ball1_hover2.png);
}

#BigBlack {
	width: 581px;
	Height: 580px;
	Position: absolute;
	top: 20px;
	left: 157px;
	background: url(/img/BigBlack.gif);
	z-index: 1;
}

#ball_2 {
	width: 93px;
	height: 93px;
	background: url(/img/ball2.png);
	position: absolute;
	top: 48px;
	left: 114px;	
	z-index: 2;
}	
#ball_2 a {
	display: block;
	height: 93px;
	width: 93px;
	line-height: 90px;
	font-size: 22px;
	text-align: center;
	color: #000;
}
#ball_2 a:hover {
	background: url(/img/ball2_hover2.png);
}

#ball_3 {
	width: 104px;
	height: 105px;
	background: url(/img/ball3.png);
	position: absolute;
	top: 160px;
	left: 0px;
	z-index: 2;
}

#ball_3 a {
	display: block;
	height: 105px;
	width: 104px;
	line-height: 100px;
	font-size: 22px;
	text-align: center;
	color: #000;
}
#ball_3 a:hover {
	background: url(/img/ball3_hover2.png);
}

#ball_4 {
	width: 133px;
	height: 128px;
	background:url(/img/ball4.png);
	position: absolute;
	top: 298px;
	left: 1px;		
	z-index: 2;
}

#ball_4 a {
	display: block;
	height: 128px;
	width: 133px;
	line-height: 120px;
	font-size: 24px;
	text-align: center;
	color: #000;
}
#ball_4 a:hover {
	background: url(/img/ball4_hover2.png);
}

#ball_5 {
	width: 158px;
	height: 144px;
	background: url(/img/ball5_2.png);
	position: absolute;
	top: 409px;
	left: 130px;		
	z-index: 2;
}

#ball_5 a {
	display: block;
	height: 144px;
	width: 158px;
	line-height: 135px;
	font-size: 30px;
	text-align: center;
	color: #000;
}
#ball_5 a:hover {
	background: url(/img/ball5_hover2.png);
}

#logo {
	width: 201px;
	height: 181px;
	background: url(/img/logo3.png);
	position: absolute;
	top: 345px;
	left: 634px;
	z-index: 2;
}

/* Elements in Black */

#name {	
	color: #cc3333;
	width: 350px;
	height: 30px;
	position: relative;
	top: 62px;
	left: 115px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

#main_block {
	width: 354px;
	height: 400px;
	position: relative;
	top: 80px;
	left: 120px;
	color: #fff;
}


#footer {
	width: 835px;
	height: 20px;
	line-height:20px;
	text-align: right;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;	
}

/* scroll */
#uparrow {
	float: right;
	margin-top: 150px;
	width: 15px;
	height: 33px;
	background: url(/img/arrow_up.png);
	cursor: pointer;
	clear: right;
}

#downarrow {
	float: right;
	width: 15px;
	height: 33px;
	background: url(/img/arrow_down.png);
	cursor: pointer;
	clear: right;
}

#textbox {
	float: left;
	width: 334px;
	height: 400px;
	padding-left: 5px;
	overflow: auto;	
	color: #fff;
}

/* TEST */
#scroll_up {
    cursor: pointer;
}

#scroll_down {
    cursor: pointer;
}

#scroll_box {
    height: 200px;
    width: 300px;
    overflow: auto;
}


.contact_span {
	text-align: left;
	height: 25px;
	color: #000;
}

.contact_span input {
}

.contact_span_big {
	
}

.contact_label {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 90px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.black {
	color: #000;
}

