html, body  {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

body, td, p, li {
	font-family: arial;
	font-size: 12px;
	color: #2D5867;
	line-height: 150%;
}

#postitiontable {
	width: 760px;
	height: 100%;
	padding: 25px 0px 25px 0px;
}

#layouttable {
	width: 760px;
	height: 100%;
	background-color: #D8E2E7;
}

#layouttablemenucol {
	width: 250px;
}

#layouttablecontentcol {
	background-image: url(../img/mainbackground.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menucontainer {
	padding: 10px 5px 0px 54px;
}

.menu_level1 {
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 14px;
}

.menu_level2 {
	text-transform: uppercase;
	margin-top: 7px;
	font-size: 11px;
}

#menucontainer .current {
	color: #00ADEF;
}

.menu_level1 a, .menu_level2 a {
	color: #2D5867;
	text-decoration: none;
}

.menu_level1 a:hover, .menu_level2 a:hover {
	color: #00ADEF;
}


#contentcontainer {
	/*width: 300px;*/
	margin: 50px 15px 0px 5px;
}

#contentcontainer p {
	width: 320px;
}

.imagetable {
	width: 100%;
}

.imagetable a {
 text-decoration: none;
 font-weight: bold;
 color: #2D5867;
}

.imagetable .photocell {
	padding: 10px;
	background-color: #ffffff;
}

.imagetable .navigationcell {
	width: 320px;
	padding: 0px 10px 10px 0px;
	background-color: #ffffff;
}

.imagetable .commentcell {
	padding: 5px;
	background-color: #9EDDFB;
	font-family: arial;
	font-size: 11px;
	color: #2D5867;
	line-height: 100%;
}

.imagetable .commentcell .title{
	color: #00ADEF;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}

tr.thumbnailrow {
	background-color: #ffffff;
}

td.gfpb_landscape, td.gfpb_portret {
	height: 100px;
	width: 106px;
	padding: 5px;
	background-color: #ffffff;
}

#contentcontainer .csc-mailform td{
	vertical-align: top;
}

#contentcontainer .csc-mailform p{
	width:auto;
	padding-right: 10px;
}

#contentcontainer .csc-uploads p{
	width:auto;
}