@charset "utf-8";

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: transparent;
}
form {
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	color: #5D6529;
	margin: 2px 0 2px 0;
	padding: 0px;
}
a {
	color: #5D6529;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


a:hover {
	color: #FF0000;
}
a.link_blue  {
	color: #0099FF;
	text-decoration: none;
}
a.link_blue:hover {
	color: #000000;
}


.greenTEXT {
	color: #5D6529;
}
.times {
	font-family: "Times New Roman", Times, serif;
	color: #5D6529;
	font-weight: bold;
}

.small {
	font-size: 12px;
}
.red {color: #FF0000}
#page {
	color: #999999;
	background-image: url(../../img/backgrounds/ws_field_head_bg.png);
	text-align: center;
	background-repeat: repeat-x;
}
#container {
	width: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#col_1x1 {
	margin: 0 0 10px 0;
	float: left;
	width: 650px;
	padding: 0 0 10px 0;
}
#new_email input {
	font-size: 16px;
}

#col_1x2 {
	margin: 10px 10px 10px 0;
	float: left;
	width: 300px;
	border-top-color: #5D6529;
	padding: 0 0 10px 0;
}
#col_1x2 a.box {
	display: block;
	color: #666666;
	font-size: 14px;
	background-image: url(../../img/bilder/rita_harrison_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 136px;
	margin: 2px 0 2px 0;
	padding: 0 0 5px 80px;
	text-align: left;
}
#col_1x2 a.box:hover {
	color: #000000;
	background-image: url(../../img/bilder/rita_harrison_2.jpg);
}
#pad_TB {
	margin: 0  0 10px 0;
}
#col_250 {
	margin: 10px 10px 10px 0;
	padding: 0 0 10px 0;
	float: left;
	width: 220px;
}

#col_400 {
	margin: 10px 10px 10px 0;
	padding: 0 0 10px 0;
	float: right;
	width: 400px;
}

.wht {
	color: #FFFFFF;
}

.backgroundDG {
	background-color: #5D6529;
}

.backgroundLG {
	background-color: #D2DE9C;
	color: #333333;
}
.backgroundLGray {
	background-color: #efefef;
	color: #333333;
}
.backgroundDGray {
	background-color: #cdcdcd;
	color: #333333;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallXS {
	font-size: 10px;
}
h3 a {
	font-size: 18px;
	text-decoration: underline;
}
#col_23 {
	float: left;
	width: 420px;
}
.bg0 {
	background-color: #333333;
}
.bg1 {
	background-color: #efefef;
}
.bg2 {
	background-color: #fefefe;
}

#col_13   {
	float: right;
	width: 216px;
}
#col_13 ul {
	margin: 0 3px 0 24px;
}

