/*
	font sizes	basis: 12px = 100%
	18px = 150%
	17px = 141.67%
	16px = 133.33%
	15px = 125%
	14px = 116.67%
	13px = 108.33%
	12px = 100%
	11px = 91.67%
	10px = 83.33%
	9px  = 75%
	8px  = 66.67%
*/

* {
	border: none;
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 12px;
}

html, body {
	font-family: Arial, small Verdana, Helvetica,sans-serif;
	font-size: 100.01%;
	font-size: 12px;
	color: #666;
	background: #fff url(../images/bg_body.png) repeat-x 0 bottom;
}

a {
	padding: 0;
	text-decoration: none;
	color: #005AAA;
}
a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h1.csc-firstHeader{
	font-size: 150%;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 141.67%;
	margin: 0 0 7px 0;
}
h2 {
	font-size: 125%;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 116.67%;
	color: #555555;
	font-weight:bold;
	font-family: Arial,small Verdana,Helvetica,sans-serif;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 108.33%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 91.67%;
}

.gvs-erdgas h1{
	color:#005AAA;
	font-size:141.67%;
}

.gvs-erdgas h2{
	font-size:116.67%;
	color:#005AAA;
}

p {
	margin: 0 0 15px 0;
}

ul {
	padding:2px 3px 15px 30px;
}
ul ul{
	padding:2px 3px 0px 30px;
}
ul li {
	list-style: disc;
}

ol {
	padding: 2px 3px 5px 25px;
}

table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

table caption{
	text-align: left;
}

td, th {
	border: 1px solid #E0E0E0;
	padding: 5px 10px;
	vertical-align: top;
}

thead,
thead td {
	font-weight: bold;
}

th {
	background-color: #999999;
	text-align: left;
	color: #FFFFFF;
	padding: 3px 10px;
}



input,
textarea,
select,
button {
	padding: 1px 3px;
	border: 1px solid #BBBBBB;
    color: #000000;
    background-color: white;
    vertical-align: middle;
	font-size: 100%;
	font-family: arial, small Verdana, Helvetica,sans-serif;
	/*width:250px;*/
}
select{
	padding: 0;
	width: auto;
}

option {
	padding-right: 10px;
}

input.checkbox,
input.radio{
	border: none;
	width: auto;
	margin-right: 5px;
}

input.submit {
	background:url("../images/button.png") repeat scroll left center #777777;
	border:1px outset #AAAAAA;
	color:#FFFFFF;
	cursor:pointer;
	overflow:visible; /* ie */
	padding:2px 10px;
	width:auto;
}
input::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
}

input.submit:hover {
	background-image: none;
	background-color: #666666;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

fieldset{
    float: left;
    clear: both;
    width: 100%;
}

legend {
	font-weight: bold;
}

form div.field {
	clear:both;
	float:left;
	width:100%;
	padding-bottom:5px;
}

form div.field label{
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

form div.field input,
form div.field select{
    float: left;
    margin-right: 5px;
}

form div.field input.checkbox,
form div.field input.radio,
form div.field input.submit{
	float: none;
}

p.bodytext{
	line-height:150%;
}

