/*<![CDATA[*/

* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%; /* Required */
}

body {
  	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #515151;
	background-attachment: scroll;
	background-image: url(../layout/bg_rep.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #515151;
}

#container-page {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-content {
  margin: 0 auto;
  width: 1000px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  padding: 41px 0 0 0;
  width: 720px;
  float: right;
  margin-right: 0px;
}

#content1 {
  padding: 0 0 0 0;
  width: 720px;
  height:220px;
  text-align:right;
}

#content2 {
  padding: 32px 0 0 0;
  width: 720px;
}

#content-sidebar {
	padding: 0px 0 0 0px;
	width: 280px;
	height:620px;
	float: left;
	background-attachment: scroll;
	background-image: url(../layout/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation {
	padding: 261px 0 0 0px;
	width: 266px;
	height:200px;
	text-align:center;
	line-height:25px;
	font-size:13px;
}

#navigation a {
  color: #858585;
  font-weight:normal;
  text-decoration:none;
}
#navigation a:hover {
  color:#ef027e;
  font-weight:normal;
  text-decoration:none;
}

.active {
  color: #ef027e;
  font-weight:normal;
  text-decoration:none;
}

#container-foot {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  background-color:#e5e5e5;
  text-align:center;
}

#content-foot {
  margin: 0 auto;
  padding: 7px 0 0 0;
  width: 1000px;
  text-align:center;
  font-size:11px;
}

h1 {
	font: bold 16px  Arial, Helvetica, sans-serif;
	color:#557098;
	margin: 0 0 12px 0;
}

h2 {
	font: bold 12px  Arial, Helvetica, sans-serif;
	color:#515151;
	margin: 0 0 0 0;
}

p {
	margin: 0 0 0 0;
}

a {
  color: #ef027e;
  font-weight:normal;
  text-decoration:none;
}
a:hover {
  color:#515151;
  font-weight:normal;
  text-decoration:none;
}

a:focus { 
	outline: none;
}

li {
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 0 5px 20px;
}

.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #afafb1;
	font-weight: normal;
	width:270px;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #afafb1;
	font-weight: normal;
	width:100px;
}



/*]]>*/

