@charset "utf-8";
/* CSS Document */

body 
{
	margin: 0px;
	background-color: #888888;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	background-repeat: repeat-x;
}

/* links */

a:link {
	text-decoration: none;
	color: #b2f89e;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #b2f89e;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #0dabc3;
	font-weight: bold;
}

a.footer:link {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.footer:visited {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.footer:active {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: red;
	font-size: 12px;
	font-weight: bold;
}

a.footer:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}


/* tables */ 
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #3996C6;
	background-image: url(images/header.jpg);
	background-repeat: none;
	border: #b2f89e solid 1px;
	border-top: none;
}

.main2
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #4eb0b8;
	border-top: none;
	border: #b2f89e solid 1px;
}
.teaser
{
	margin-left: auto;
	margin-right: auto;
	background-color: #cccccc;
	border-top: none;
}

.content
{
	vertical-align:top;
	width:100%;
}

.blogs
{
	width:100%;
	text-align:center;
}

.right_pics
{
	vertical-align:top;
}

.left_pics
{
	vertical-align:top;
}


.lateral-image
{
	width:180px;
}





/* styles */ 
