/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet v1.css ****/

a    {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		line-height:normal; 
		font-weight: normal; 
		text-transform: none; 
		color: #996633; 
		text-decoration: none;
}  


a:hover, a:active    {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		line-height:normal; 
		font-weight: normal; 
		text-transform: none; 
		color: #000000; 
		background: #FFEBD7;
		text-decoration: none;
}  


a.nicelink:link {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		line-height:normal; 
		font-weight: bold; 
		text-transform: uppercase; 
		color: #5a5a5a; 
		text-decoration: none;
}  


a.nicelink:visited    {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		line-height:normal; 
		font-weight: bold; 
		text-transform: uppercase; 
		color: #7a7a7a; 
		text-decoration: none;
}  


a.nicelink:hover, a.nicelink:active   {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		line-height:normal; 
		font-weight: bold; 
		text-transform: uppercase; 
		color: #000000; 
		text-decoration: underline;
}  


body {  
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif; 
 		font-size: 10px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		text-transform: lowercase; 
		color: #000000; 
		text-decoration: none; 
		background-color: #fff;
background-image: url(/projekts/images/marquis/latte_bg.gif); 
background-attachment: fixed;
background-repeat: repeat-x;
background-position: top left;


}



.title {
		font-size: 12px;
		color: #000000;
		margin: 3px 0px 3px 0px;
		text-transform: uppercase;
font-weight: bold;
}


td   {  

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	text-transform: lowercase; 
	color: #000000; 
	text-decoration: none; 
	background-color: #FFFFFF;
}



blockquote {  
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif; 
 		font-size: 10px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		color: #444444; 
		text-decoration: none; 
		margin: 4px 16px 4px 16px;
		text-transform: lowercase; 
		background-color: #FFEBD7;
		padding: 3px;
		border-color: #444444;	
		border-width: 1px;
		border-style: solid;

}

.comments  {  
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif; 
 		font-size: 10px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		color: #444444; 
		text-decoration: none; 
	text-transform: lowercase; 
		background-color: #ffffff;
	padding: 3px;
	border-color: #444444;	
	border-width: 1px;
	border-style: solid;
}



.cell {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-color: #000000;	
	border-width: 1px;
	border-style: solid;
	}


.celltext {
	margin: 0px;
	padding: 3px 3px 3px 5px;
	background-color: #ffffff;
	border-color: #000000;	
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	overflow: hidden;
	text-transform: lowercase; 
	list-style:url('/images/bullet.png');
}

.cell-text {
	margin: 0px;
	padding: 3px 3px 3px 5px;	
	text-transform: lowercase; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal; 
	line-height: 150%; 
	font-weight: normal; 
	color: #000000; 
}


.comments-celltext {
	margin: 0px;
	padding: 3px;
	background-color: #ffffff;
	border-color: #000000;	
	border-width: 1px;
	border-style: solid;
}

.cell-title {
	margin: 0px;
	padding: 0px;
	background-color: #FFEBD7;
	color: #000000;
	border-color: #000000;	
	border-bottom: 1px solid #FF3333;
  	overflow: hidden;
  	text-align: left;
}


input { 
	background: #FFEBD7;
	color: #000000; }


TEXTAREA { 
	background: #FFEBD7;
	color: #000000; }

.u {
 text-decoration:underline;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #996633;
}

ul {
	list-style-type: lower-roman;
}









