html {
	height: 100%;
}

body {  
	background: #fff; 
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-size:12px;
	/*color:#03476a;*/
	color: #EC098D;
	line-height:185%;
	text-align: left;	
	margin: 0;
	height:100%; 
}

 
/*=============
LAYOUT STYLES
=============*/
  
 
div.maincolumn {
	width: 900px; 
  position: absolute;
  left: 50%; 
	min-height: 100%;   
  margin-left: -450px; 
	background: url('/cookiemonster.jpg') no-repeat;
	background: url('/cookiemonster_roze.jpg') no-repeat;
	background-position: center bottom ;  
}


div.submenu { 
	width: 180px;
	float: left;
	margin-right: 20px;
} 
div.content { 
	width: 700px;
	float: left;
	height: 100%;    
} 
div.bottom { 
	width: 700px;
	height:  245px;
	float: left; 
  
} 
	
	
div.col_space {
	width: 12px;
	float: left;
}
  
div.credits {
	width: 700px;
	text-align: right;
	font-size: 9px;
}
div.credits a:link, div.credits a:visited {
	color: #fff;
	text-decoration: none;
}

div.credits a:hover {
	color: #eee;
	text-decoration: none;
}

/*=============
GENERAL  STYLES
===============*/

a:link, a:visited {
	color: #03476a;
	text-decoration: underline;
}
a:hover {
	color: #2091b3;
	text-decoration: underline;
}

hr {
	border: 0;
	color: #efefef;
	background-color: #eee;
	height: 1px;
}

div.col_1_1_block {
	width: 100%;
	background: #eee;
}
div.col_1_1_block p{ 
	color: #4b5b51;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}
div.col_1_1_block_head { 
	width: 100%;
	background: #47b4db;
}
 
h1{ 
	/*
	color: #26abe2;
	*/
	font-size: 30px; 
	font-weight: normal;
	margin-bottom: 1px; 
	margin-top: 14px; 
	padding-bottom: 7px; 
	border-bottom: 1px solid #efefef;
}

h2{ 
	/*
	color: #26abe2;
	*/
	font-size: 16px; 
	margin-bottom: 1px; 
	margin-top: 14px; 
	padding-bottom: 7px;
}
 

div.col_1_2 table, div.col_1_2 table tr,  div.col_1_2 table td, div.col_1_2 table p{
	text-align: left;
	margin: 0;
	border: 0;
	padding: 0; 
}
div.col_1_2 table td{
	height: 12px; 
}

img.imagecontent {
	border: 1px solid #eee;
	padding: 3px;
	margin: 3px;
	margin-left:10px;
}

 

/*=============
ADMIN STYLES
=============*/

span.admin {
	color: #F00;
}
div.admin {
	float: right;
}
img.tool {
	width: 20px;
	border: 0px;
}

div.tool {
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	float: left;
}

img.toolsmall {
	width: 14px;
	border: 0px;
}

div.toolsmall {
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	float: left;
}

/*=============
MENU STYLES
=============*/


div.submenu ul { 
	padding: 0; 
	margin: 0px; 
  list-style: none;   
	border-top: 1px solid #efefef; 
}

 
div.submenu li { 
	list-style:none;   
	border-bottom: 1px solid #efefef; 
	padding-right: 5px;
	padding-bottom: 3px; 
	padding-top: 3px; 
	line-height: 120%;
}

 

div.submenu li a:link, div.submenu li a:visited { 
	text-decoration: none;
	/*color: #26abe2;*/
	color: #EC098D;
}
div.submenu li a:hover  { 
	text-decoration: none;
	/*color: #2091b3;*/
	color: #CD007B;
}


/*=============
FORM STYLES
=============*/
 
input {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
}

input.edit {
	width: 500px;
}
select.edit {
	width: 500px;
}
input.edit_frontpage {
	width: 420px;
}


textarea.edit {
	width: 500px;
	height: 90px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
}

textarea.editpic {
	width: 300px;
	height: 85px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
}
input.contact {
	width: 650px;
}
textarea.contact {
	width: 650px;
	height: 150px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
}
 
 
 
/*=============
NEWS STYLES
=============*/

ul.news {
  list-style: none; 	
  margin:0;
  padding: 0;
}

ul.news li {
	border-bottom: 1px solid #eee;
}

ul.news li a:link, ul.news li a:visited {
	text-decoration: none;
	color: #fff;
}
ul.news li a:hover {
	text-decoration: underline;
	color: #eee;
}
 
/*=============
GUESTBOOK STYLES
=============*/

div.guestbookdate{
	/*color: #26abe2; */
	color: #CD007B;
	font-size: 10px;
}
div.guestbookdate a{
	color: #8d95c4;
}
div.guestbookdate a:hover{
	color: #fff;
}