/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	background-image: url(../images/sscback.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #5669ad;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E609E;
	letter-spacing: 1px;
}

h1 {
	padding-bottom: 10px;
	font-size: 165%;
}

h2 {
	padding-top: 3px;
	padding-bottom: 7px;
	font-size: 130%;
}

p {
	margin-bottom: 7px;
}

h3 {
	font-size: 102%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#container {
	width: 800px;
	margin-top: 15px;
	margin-left: 30px;
	height: 800px;
	background-image: url(../images/shooter180.jpg);
	background-position: right 100%;
	background-repeat: no-repeat;
	border: 1px solid #dadada;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-ms-border-radius: 20px;
				border-radius: 20px;
}

#bottom {
	background-color: #5669ad;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	margin: 0px;
	padding: 10px;
	clear: both;
	height: 20px;
				-moz-border-bottom-left-radius: 20px;
				-webkit-border-bottom-left-radius: 20px;
				-ms-border-bottom-left-radius: 20px;
				border-bottom-left-radius: 20px;
				-moz-border-bottom-right-radius: 20px;
				-webkit-border-bottom-right-radius: 20px;
				-ms-border-bottom-right-radius: 20px;
				border-bottom-right-radius: 20px;
}

#bottom a {
	color: #fff;
}

#bottom a:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	background: none;
}

#middle {
	margin: 0px;
	width: 470px;
	padding: 20px 10px 20px 20px;
	background: #f7f7f7;
	float: left;
	height: 640px;
	border: none;
}

#middle img {
	border: 1px solid #e4e4e4;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0px;
	margin-right: 10px;
}

#top {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ca0000;	
/*
	opacity: .6;
	filter: alpha(opacity=60);
*/
	height: 80px;
	background-image: url(../images/ssclogo.gif);
	background-repeat: no-repeat;
	background-position: 125px -5px;
				-moz-border-top-left-radius: 20px;
				-webkit-border-top-left-radius: 20px;
				-ms-border-bottom-top-radius: 20px;
				border-top-left-radius: 20px;
				-moz-border-top-right-radius: 20px;
				-webkit-border-top-right-radius: 20px;
				-ms-border-top-right-radius: 20px;
				border-top-right-radius: 20px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	height: 25px;
	top: 54px;
	left: 125px;
	position: relative;
	width: 520px;
}

#navigation ul {
	list-style-type: none;
	padding: 5px;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px 10px;
}

#navigation a:hover, #navigation a.active {
	background: #df0000;
	border-bottom: 1px solid #aa0000;
	border-top: 1px solid #f00;
}

#left {
	margin: 0px;
	padding: 20px 10px;
	border: none;
	background-color: #5669ad;
	opacity: .6;
	filter: alpha(opacity=60);
	color: #fff;
	width: 100px;
	height: 640px;
	float: left;
}


#left ul {
	font-weight: 200;
	list-style-type: none;
	padding-top: 10px;
}

#left li {
	display: block;
	margin-top: 12px;
}

#left a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 3px 0px;
}

#left a:hover, #left a.active {

	background: none;
	border-bottom: 1px solid #fff;
}

#right {
	float: left;
	border: none;
	background-image: url(../images/shooter180.jpg);
	background-position: -2px 538px;
	background-repeat: no-repeat;
	background-color: #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 19px 10px 20px 9px;
	width: 160px;
	height: 640px;
	margin: 0px;
}

#right img {
	border: none;
	margin-top: 30px;
}

#last, #first, #club, #altoe, #street, #city, #email {
	width:220px;
}

#birth, #zip {
	width:75px;
}

#phone {
	width:110px;
}

.hint {
	margin-left: 10px;
	cursor: help;
}

.mandatory {
	font-size:83%;
	color:#000000;
	margin: 2px 0px 10px 93px;
}

.important {
	color: #5669ad;
	font-size: 12px;
}

.gonext {
	margin: 5px 90px;
}

.gonext input {
	padding: 2px 10px;
	font-size: 90%;
}

label strong, .mandatory strong {
	font-weight:normal;
	border-bottom:1px dotted red;
}

form {
	margin-top: 10px;
	margin-bottom: 10px;
}

input {
	margin-bottom: 3px;
}

.division {
	margin-top: 5px;
	padding-bottom: 10px;
	border-left: 1px dotted #525252;
	padding-left: 3px;
	padding-top: 3px;
}

.division input {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.lab {
	color:#004080;
	width:85px;
	text-align:right;
	padding-right:5px;
}

.mn {
	font-size: 12px;
	color: #828B5C;
	font-weight: bold;
}

#nok p {
	font-size:10px;
	margin:0;
	padding:3px 10px 3px 93px;
	background-color:#FFFF80;
	color:#000;
	font-weight: normal;
	border-bottom:2px solid #dadada;
}

table {
	font-size: 11px;
	color: #000;
	margin: 5px 0px;
	border-collapse: collapse;
}

tr {
	height: 15px;
	vertical-align: middle;
}

th {
	color: #525252;
	text-align: left;
	background: #dadada;
	padding: 2px 0px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #000;
}

a:link {
	color:#000;
}

a:visited {
	color:#d20000;
}

a:hover {
	background-color:#E3EBFD;
}

#right a {
	background-color: #fff;

}

.black {
	color: #515151;
}

